Chirag Aggarwal
aa12ef6569
Add public visibility control for deprecated methods
...
- Add 'public' parameter to SDK Method class to control documentation visibility
- Mark deprecated methods as non-public (public: false) to hide them from docs
- Update OpenAPI and Swagger specs to reflect visibility changes
- Affected endpoints: account verification, messaging providers, and MFA authenticators
2025-12-11 13:53:34 +05:30
Chirag Aggarwal
5a35f1313b
fix: version, remove boolean
2025-08-26 17:33:49 +05:30
Jake Barnby
34709912bf
Merge remote-tracking branch 'origin/1.7.x' into 1.8.x
...
# Conflicts:
# app/config/specs/open-api3-latest-client.json
# app/config/specs/open-api3-latest-console.json
# app/config/specs/open-api3-latest-server.json
# app/config/specs/swagger2-latest-client.json
# app/config/specs/swagger2-latest-console.json
# app/config/specs/swagger2-latest-server.json
# app/controllers/api/databases.php
# composer.lock
# src/Appwrite/SDK/Specification/Format/OpenAPI3.php
2025-08-14 00:20:16 +12:00
Chirag Aggarwal
5f3dc7cb75
chore: add method desc and demo
2025-08-13 15:16:48 +05:30
Chirag Aggarwal
3128a7b837
chore: update to return object
2025-07-22 16:59:05 +05:30
Chirag Aggarwal
fde03fc61b
chore: regen specs
2025-07-22 16:50:19 +05:30
Chirag Aggarwal
2a81075830
chore: use class
2025-07-22 16:43:02 +05:30
Chirag Aggarwal
634a160d41
chore: move deprecated
2025-07-02 13:23:00 +05:30
Chirag Aggarwal
85250ba7bb
chore: update format
2025-07-02 11:53:26 +05:30
Chirag Aggarwal
9c413fd020
chore: remove deprecatedMessage
2025-07-02 11:41:21 +05:30
Chirag Aggarwal
3d4e146942
chore: update ordering
2025-07-01 10:06:12 +05:30
Chirag Aggarwal
0ea66121b1
chore: add deprecated version
2025-07-01 09:54:57 +05:30
Chirag Aggarwal
ac395452bc
chore: deprecate old database methods
2025-06-24 14:03:19 +05:30
Matej Bačo
af0c872999
Merge branch '1.6.x' into 1.7.x
2025-05-13 10:11:39 +02:00
Jake Barnby
2238f6d822
Merge remote-tracking branch 'origin/1.6.x' into feat-bulk-operations
...
# Conflicts:
# app/config/specs/open-api3-1.6.x-client.json
# app/config/specs/open-api3-1.6.x-console.json
# app/config/specs/open-api3-1.6.x-server.json
# app/config/specs/open-api3-latest-client.json
# app/config/specs/open-api3-latest-console.json
# app/config/specs/open-api3-latest-server.json
# app/config/specs/swagger2-1.6.x-client.json
# app/config/specs/swagger2-1.6.x-console.json
# app/config/specs/swagger2-1.6.x-server.json
# app/config/specs/swagger2-latest-client.json
# app/config/specs/swagger2-latest-console.json
# app/config/specs/swagger2-latest-server.json
# composer.lock
# src/Appwrite/Specification/Format/Swagger2.php
2025-04-30 10:45:18 +12:00
Matej Bačo
d8103cb57e
Merge branch '1.7.x' into 1.6.x
2025-04-25 12:18:04 +02:00
Fabian Gruber
b0eb6434b8
fix: nullable group field in SDK\Method
2025-04-23 17:14:19 +02:00
Jake Barnby
382ffceed9
Lint
2025-04-17 21:19:12 +12:00
Matej Bačo
87d14a88d2
AI-recommended changes
2025-04-16 12:45:58 +02:00
Chirag Aggarwal
04733e25c8
chore: make group nullable and remove it from endpoints where its not required
2025-04-12 06:41:57 +00:00
Chirag Aggarwal
abcaf6cd73
feat: sdk group attribute
2025-03-31 05:48:17 +00:00
Jake Barnby
5aca1fcfa9
Fix content type usage
2025-03-27 21:03:28 +13:00
Jake Barnby
254c12b084
Use parameter class in method class
2025-03-27 21:03:10 +13:00
Matej Bačo
412c75ebdd
Formatting fix
2025-02-05 12:28:52 +01:00
Matej Bačo
30f34d5764
Deprecate markdown docs refferences
2025-02-05 12:27:20 +01:00
Bradley Schofield
df491f6f46
Fix null deprecation warning
2025-01-22 16:02:56 +09:00
Bradley Schofield
5123cf5f8e
Make Method Extendable
2025-01-22 11:08:23 +09:00
Bradley Schofield
f3b395f3f3
Add remaining missing descriptions and enable the desc check
2025-01-20 12:16:00 +09:00
Bradley Schofield
20e87cb82f
Run Linter
2025-01-17 13:39:16 +09:00
Bradley Schofield
95dcb67747
Implement new SDK Class on 1.6.x
2025-01-17 13:31:39 +09:00