Commit 2eb47e1
committed
Merge remote-tracking branch 'origin/main' into dev
# Conflicts:
# README.md
# build.gradle
# docs/examples/java/database/create-boolean-attribute.md
# docs/examples/java/database/create-collection.md
# docs/examples/java/database/create-document.md
# docs/examples/java/database/create-email-attribute.md
# docs/examples/java/database/create-enum-attribute.md
# docs/examples/java/database/create-float-attribute.md
# docs/examples/java/database/create-index.md
# docs/examples/java/database/create-integer-attribute.md
# docs/examples/java/database/create-ip-attribute.md
# docs/examples/java/database/create-string-attribute.md
# docs/examples/java/database/create-url-attribute.md
# docs/examples/java/database/delete-attribute.md
# docs/examples/java/database/delete-index.md
# docs/examples/java/database/get-attribute.md
# docs/examples/java/database/get-index.md
# docs/examples/java/functions/create.md
# docs/examples/java/functions/list-runtimes.md
# docs/examples/java/storage/create-file.md
# docs/examples/java/teams/create.md
# docs/examples/java/users/create.md
# docs/examples/kotlin/database/create-boolean-attribute.md
# docs/examples/kotlin/database/create-collection.md
# docs/examples/kotlin/database/create-document.md
# docs/examples/kotlin/database/create-email-attribute.md
# docs/examples/kotlin/database/create-enum-attribute.md
# docs/examples/kotlin/database/create-float-attribute.md
# docs/examples/kotlin/database/create-index.md
# docs/examples/kotlin/database/create-integer-attribute.md
# docs/examples/kotlin/database/create-ip-attribute.md
# docs/examples/kotlin/database/create-string-attribute.md
# docs/examples/kotlin/database/create-url-attribute.md
# docs/examples/kotlin/database/delete-attribute.md
# docs/examples/kotlin/database/delete-index.md
# docs/examples/kotlin/database/get-attribute.md
# docs/examples/kotlin/database/get-index.md
# docs/examples/kotlin/database/list-indexes.md
# docs/examples/kotlin/functions/create.md
# docs/examples/kotlin/functions/list-runtimes.md
# docs/examples/kotlin/health/get-queue-tasks.md
# docs/examples/kotlin/storage/create-file.md
# docs/examples/kotlin/teams/create.md
# docs/examples/kotlin/users/create.md
# src/main/kotlin/io/appwrite/Client.kt
# src/main/kotlin/io/appwrite/Query.kt
# src/main/kotlin/io/appwrite/models/AttributeBoolean.kt
# src/main/kotlin/io/appwrite/models/AttributeEmail.kt
# src/main/kotlin/io/appwrite/models/AttributeEnum.kt
# src/main/kotlin/io/appwrite/models/AttributeFloat.kt
# src/main/kotlin/io/appwrite/models/AttributeInteger.kt
# src/main/kotlin/io/appwrite/models/AttributeIp.kt
# src/main/kotlin/io/appwrite/models/AttributeString.kt
# src/main/kotlin/io/appwrite/models/AttributeUrl.kt
# src/main/kotlin/io/appwrite/models/Collection.kt
# src/main/kotlin/io/appwrite/models/Function.kt
# src/main/kotlin/io/appwrite/services/Account.kt
# src/main/kotlin/io/appwrite/services/Database.kt
# src/main/kotlin/io/appwrite/services/Functions.kt
# src/main/kotlin/io/appwrite/services/Health.kt
# src/main/kotlin/io/appwrite/services/Storage.kt
# src/main/kotlin/io/appwrite/services/Teams.kt
# src/main/kotlin/io/appwrite/services/Users.ktFile tree
107 files changed
+2115
-431
lines changed- docs/examples
- java
- database
- functions
- health
- storage
- teams
- users
- kotlin
- database
- functions
- health
- storage
- teams
- users
- src/main/kotlin/io/appwrite
- models
- services
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
107 files changed
+2115
-431
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
6 | | - | |
| 5 | + | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
| 42 | + | |
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
53 | | - | |
| 53 | + | |
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
| |||
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
| 85 | + | |
85 | 86 | | |
86 | 87 | | |
87 | 88 | | |
| |||
103 | 104 | | |
104 | 105 | | |
105 | 106 | | |
| 107 | + | |
106 | 108 | | |
107 | 109 | | |
108 | 110 | | |
| |||
122 | 124 | | |
123 | 125 | | |
124 | 126 | | |
| 127 | + | |
125 | 128 | | |
126 | 129 | | |
127 | 130 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
0 commit comments