From 776dc844754d19b48a4636de892c68c07ee7e5b3 Mon Sep 17 00:00:00 2001 From: Christy Jacob Date: Wed, 14 Sep 2022 17:41:36 +0530 Subject: [PATCH] feat: generate latest examples --- app/tasks/sdks.php | 2 +- .../java/account/create-session.md | 49 ------------------ .../java/database/create-document.md | 50 ------------------ .../java/database/delete-document.md | 49 ------------------ .../java/database/get-document.md | 49 ------------------ .../java/database/list-documents.md | 48 ----------------- .../java/database/update-document.md | 50 ------------------ .../kotlin/account/create-session.md | 27 ---------- .../kotlin/database/create-document.md | 28 ---------- .../kotlin/database/delete-document.md | 27 ---------- .../kotlin/database/get-document.md | 27 ---------- .../kotlin/database/list-documents.md | 26 ---------- .../kotlin/database/update-document.md | 28 ---------- .../examples/account/create-session.md | 14 ----- .../client-web/examples/account/delete.md | 14 ----- .../examples/database/create-document.md | 14 ----- .../examples/database/delete-document.md | 14 ----- .../examples/database/get-document.md | 14 ----- .../examples/database/list-documents.md | 14 ----- .../examples/database/update-document.md | 14 ----- .../console-cli/examples/functions/create.md | 8 --- .../examples/functions/list-variables.md | 4 -- .../console-cli/examples/functions/update.md | 7 --- .../examples/account/create-session.md | 14 ----- .../console-web/examples/account/delete.md | 14 ----- .../database/create-boolean-attribute.md | 14 ----- .../examples/database/create-collection.md | 14 ----- .../examples/database/create-document.md | 14 ----- .../database/create-email-attribute.md | 14 ----- .../database/create-enum-attribute.md | 14 ----- .../database/create-float-attribute.md | 14 ----- .../examples/database/create-index.md | 14 ----- .../database/create-integer-attribute.md | 14 ----- .../examples/database/create-ip-attribute.md | 14 ----- .../database/create-string-attribute.md | 14 ----- .../examples/database/create-url-attribute.md | 14 ----- .../examples/database/delete-attribute.md | 14 ----- .../examples/database/delete-collection.md | 14 ----- .../examples/database/delete-document.md | 14 ----- .../examples/database/delete-index.md | 14 ----- .../examples/database/get-attribute.md | 14 ----- .../examples/database/get-collection-usage.md | 14 ----- .../examples/database/get-collection.md | 14 ----- .../examples/database/get-document.md | 14 ----- .../examples/database/get-index.md | 14 ----- .../examples/database/get-usage.md | 14 ----- .../examples/database/list-attributes.md | 14 ----- .../examples/database/list-collection-logs.md | 14 ----- .../examples/database/list-collections.md | 14 ----- .../examples/database/list-document-logs.md | 14 ----- .../examples/database/list-documents.md | 14 ----- .../examples/database/list-indexes.md | 14 ----- .../examples/database/update-collection.md | 14 ----- .../examples/database/update-document.md | 14 ----- .../examples/health/get-queue-usage.md | 14 ----- .../examples/users/update-verification.md | 14 ----- .../java/functions/list-variables.md | 36 ------------- .../kotlin/functions/list-variables.md | 15 ------ .../examples/account/create-recovery.md | 14 ----- .../examples/account/create-verification.md | 14 ----- .../examples/account/delete-session.md | 14 ----- .../examples/account/delete-sessions.md | 14 ----- .../server-ruby/examples/account/get-prefs.md | 14 ----- .../examples/account/get-session.md | 14 ----- .../server-ruby/examples/account/get.md | 14 ----- .../examples/avatars/get-browser.md | 14 ----- .../examples/avatars/get-favicon.md | 14 ----- .../server-ruby/examples/avatars/get-flag.md | 14 ----- .../server-ruby/examples/avatars/get-image.md | 14 ----- .../examples/avatars/get-initials.md | 14 ----- .../examples/databases/delete-document.md | 14 ----- .../server-ruby/examples/functions/create.md | 14 ----- .../server-ruby/examples/functions/update.md | 14 ----- .../examples/health/get-antivirus.md | 14 ----- .../examples/health/get-queue-certificates.md | 14 ----- .../examples/health/get-queue-functions.md | 14 ----- .../examples/health/get-queue-logs.md | 14 ----- .../examples/health/get-queue-webhooks.md | 14 ----- .../examples/health/get-storage-local.md | 14 ----- .../server-ruby/examples/health/get.md | 14 ----- .../examples/storage/list-buckets.md | 14 ----- .../server-ruby/examples/teams/get.md | 14 ----- .../server-ruby/examples/teams/list.md | 14 ----- .../server-ruby/examples/users/get.md | 14 ----- .../java/account/create-anonymous-session.md | 46 ----------------- .../java/account/create-email-session.md | 49 ------------------ .../java/account/create-j-w-t.md | 46 ----------------- .../account/create-magic-u-r-l-session.md | 49 ------------------ .../java/account/create-o-auth2session.md | 46 ----------------- .../java/account/create-phone-session.md | 49 ------------------ .../java/account/create-phone-verification.md | 46 ----------------- .../java/account/create-recovery.md | 49 ------------------ .../java/account/create-verification.md | 48 ----------------- .../client-android/java/account/create.md | 50 ------------------ .../java/account/delete-session.md | 48 ----------------- .../java/account/delete-sessions.md | 46 ----------------- .../client-android/java/account/get-logs.md | 47 ----------------- .../client-android/java/account/get-prefs.md | 46 ----------------- .../java/account/get-session.md | 48 ----------------- .../java/account/get-sessions.md | 46 ----------------- .../1.0.0/client-android/java/account/get.md | 46 ----------------- .../java/account/update-email.md | 49 ------------------ .../account/update-magic-u-r-l-session.md | 49 ------------------ .../java/account/update-name.md | 48 ----------------- .../java/account/update-password.md | 48 ----------------- .../java/account/update-phone-session.md | 49 ------------------ .../java/account/update-phone-verification.md | 49 ------------------ .../java/account/update-phone.md | 49 ------------------ .../java/account/update-prefs.md | 48 ----------------- .../java/account/update-recovery.md | 51 ------------------- .../java/account/update-session.md | 48 ----------------- .../java/account/update-status.md | 46 ----------------- .../java/account/update-verification.md | 49 ------------------ .../java/avatars/get-browser.md | 48 ----------------- .../java/avatars/get-credit-card.md | 48 ----------------- .../java/avatars/get-favicon.md | 48 ----------------- .../client-android/java/avatars/get-flag.md | 48 ----------------- .../client-android/java/avatars/get-image.md | 48 ----------------- .../java/avatars/get-initials.md | 47 ----------------- .../client-android/java/avatars/get-q-r.md | 48 ----------------- .../java/databases/create-document.md | 51 ------------------- .../java/databases/delete-document.md | 50 ------------------ .../java/databases/get-document.md | 50 ------------------ .../java/databases/list-documents.md | 49 ------------------ .../java/databases/update-document.md | 50 ------------------ .../java/functions/create-execution.md | 48 ----------------- .../java/functions/get-execution.md | 49 ------------------ .../java/functions/list-executions.md | 48 ----------------- .../java/functions/retry-build.md | 50 ------------------ .../java/locale/get-continents.md | 46 ----------------- .../java/locale/get-countries-e-u.md | 46 ----------------- .../java/locale/get-countries-phones.md | 46 ----------------- .../java/locale/get-countries.md | 46 ----------------- .../java/locale/get-currencies.md | 46 ----------------- .../java/locale/get-languages.md | 46 ----------------- .../1.0.0/client-android/java/locale/get.md | 46 ----------------- .../java/storage/create-file.md | 51 ------------------- .../java/storage/delete-file.md | 49 ------------------ .../java/storage/get-file-download.md | 49 ------------------ .../java/storage/get-file-preview.md | 49 ------------------ .../java/storage/get-file-view.md | 49 ------------------ .../client-android/java/storage/get-file.md | 49 ------------------ .../client-android/java/storage/list-files.md | 48 ----------------- .../java/storage/update-file.md | 49 ------------------ .../java/teams/create-membership.md | 51 ------------------- .../1.0.0/client-android/java/teams/create.md | 49 ------------------ .../java/teams/delete-membership.md | 49 ------------------ .../1.0.0/client-android/java/teams/delete.md | 48 ----------------- .../java/teams/get-membership.md | 49 ------------------ .../java/teams/get-memberships.md | 48 ----------------- .../1.0.0/client-android/java/teams/get.md | 48 ----------------- .../1.0.0/client-android/java/teams/list.md | 47 ----------------- .../java/teams/update-membership-roles.md | 50 ------------------ .../java/teams/update-membership-status.md | 51 ------------------- .../1.0.0/client-android/java/teams/update.md | 49 ------------------ .../account/create-anonymous-session.md | 24 --------- .../kotlin/account/create-email-session.md | 27 ---------- .../kotlin/account/create-j-w-t.md | 24 --------- .../account/create-magic-u-r-l-session.md | 27 ---------- .../kotlin/account/create-o-auth2session.md | 27 ---------- .../kotlin/account/create-phone-session.md | 27 ---------- .../account/create-phone-verification.md | 24 --------- .../kotlin/account/create-recovery.md | 27 ---------- .../kotlin/account/create-verification.md | 26 ---------- .../client-android/kotlin/account/create.md | 28 ---------- .../kotlin/account/delete-session.md | 26 ---------- .../kotlin/account/delete-sessions.md | 24 --------- .../client-android/kotlin/account/get-logs.md | 25 --------- .../kotlin/account/get-prefs.md | 24 --------- .../kotlin/account/get-session.md | 26 ---------- .../kotlin/account/get-sessions.md | 24 --------- .../client-android/kotlin/account/get.md | 24 --------- .../kotlin/account/update-email.md | 27 ---------- .../account/update-magic-u-r-l-session.md | 27 ---------- .../kotlin/account/update-name.md | 26 ---------- .../kotlin/account/update-password.md | 26 ---------- .../kotlin/account/update-phone-session.md | 27 ---------- .../account/update-phone-verification.md | 27 ---------- .../kotlin/account/update-phone.md | 27 ---------- .../kotlin/account/update-prefs.md | 26 ---------- .../kotlin/account/update-recovery.md | 29 ----------- .../kotlin/account/update-session.md | 26 ---------- .../kotlin/account/update-status.md | 24 --------- .../kotlin/account/update-verification.md | 27 ---------- .../kotlin/avatars/get-browser.md | 26 ---------- .../kotlin/avatars/get-credit-card.md | 26 ---------- .../kotlin/avatars/get-favicon.md | 26 ---------- .../client-android/kotlin/avatars/get-flag.md | 26 ---------- .../kotlin/avatars/get-image.md | 26 ---------- .../kotlin/avatars/get-initials.md | 25 --------- .../client-android/kotlin/avatars/get-q-r.md | 26 ---------- .../kotlin/databases/create-document.md | 29 ----------- .../kotlin/databases/delete-document.md | 28 ---------- .../kotlin/databases/get-document.md | 28 ---------- .../kotlin/databases/list-documents.md | 27 ---------- .../kotlin/databases/update-document.md | 28 ---------- .../kotlin/functions/create-execution.md | 26 ---------- .../kotlin/functions/get-execution.md | 27 ---------- .../kotlin/functions/list-executions.md | 26 ---------- .../kotlin/functions/retry-build.md | 28 ---------- .../kotlin/locale/get-continents.md | 24 --------- .../kotlin/locale/get-countries-e-u.md | 24 --------- .../kotlin/locale/get-countries-phones.md | 24 --------- .../kotlin/locale/get-countries.md | 24 --------- .../kotlin/locale/get-currencies.md | 24 --------- .../kotlin/locale/get-languages.md | 24 --------- .../1.0.0/client-android/kotlin/locale/get.md | 24 --------- .../kotlin/storage/create-file.md | 29 ----------- .../kotlin/storage/delete-file.md | 27 ---------- .../kotlin/storage/get-file-download.md | 27 ---------- .../kotlin/storage/get-file-preview.md | 27 ---------- .../kotlin/storage/get-file-view.md | 27 ---------- .../client-android/kotlin/storage/get-file.md | 27 ---------- .../kotlin/storage/list-files.md | 26 ---------- .../kotlin/storage/update-file.md | 27 ---------- .../kotlin/teams/create-membership.md | 29 ----------- .../client-android/kotlin/teams/create.md | 27 ---------- .../kotlin/teams/delete-membership.md | 27 ---------- .../client-android/kotlin/teams/delete.md | 26 ---------- .../kotlin/teams/get-membership.md | 27 ---------- .../kotlin/teams/get-memberships.md | 26 ---------- .../1.0.0/client-android/kotlin/teams/get.md | 26 ---------- .../1.0.0/client-android/kotlin/teams/list.md | 25 --------- .../kotlin/teams/update-membership-roles.md | 28 ---------- .../kotlin/teams/update-membership-status.md | 29 ----------- .../client-android/kotlin/teams/update.md | 27 ---------- .../account/create-anonymous-session.md | 11 ---- .../examples/account/create-email-session.md | 14 ----- .../examples/account/create-j-w-t.md | 11 ---- .../account/create-magic-u-r-l-session.md | 14 ----- .../examples/account/create-o-auth2session.md | 13 ----- .../examples/account/create-phone-session.md | 14 ----- .../account/create-phone-verification.md | 11 ---- .../examples/account/create-recovery.md | 14 ----- .../examples/account/create-verification.md | 13 ----- .../client-apple/examples/account/create.md | 15 ------ .../examples/account/delete-session.md | 13 ----- .../examples/account/delete-sessions.md | 11 ---- .../client-apple/examples/account/get-logs.md | 11 ---- .../examples/account/get-prefs.md | 11 ---- .../examples/account/get-session.md | 13 ----- .../examples/account/get-sessions.md | 11 ---- .../client-apple/examples/account/get.md | 11 ---- .../examples/account/update-email.md | 14 ----- .../account/update-magic-u-r-l-session.md | 14 ----- .../examples/account/update-name.md | 13 ----- .../examples/account/update-password.md | 13 ----- .../examples/account/update-phone-session.md | 14 ----- .../account/update-phone-verification.md | 14 ----- .../examples/account/update-phone.md | 14 ----- .../examples/account/update-prefs.md | 13 ----- .../examples/account/update-recovery.md | 16 ------ .../examples/account/update-session.md | 13 ----- .../examples/account/update-status.md | 11 ---- .../examples/account/update-verification.md | 14 ----- .../examples/avatars/get-browser.md | 13 ----- .../examples/avatars/get-credit-card.md | 13 ----- .../examples/avatars/get-favicon.md | 13 ----- .../client-apple/examples/avatars/get-flag.md | 13 ----- .../examples/avatars/get-image.md | 13 ----- .../examples/avatars/get-initials.md | 11 ---- .../client-apple/examples/avatars/get-q-r.md | 13 ----- .../examples/databases/create-document.md | 16 ------ .../examples/databases/delete-document.md | 15 ------ .../examples/databases/get-document.md | 15 ------ .../examples/databases/list-documents.md | 14 ----- .../examples/databases/update-document.md | 15 ------ .../examples/functions/create-execution.md | 13 ----- .../examples/functions/get-execution.md | 14 ----- .../examples/functions/list-executions.md | 13 ----- .../examples/functions/retry-build.md | 15 ------ .../examples/locale/get-continents.md | 11 ---- .../examples/locale/get-countries-e-u.md | 11 ---- .../examples/locale/get-countries-phones.md | 11 ---- .../examples/locale/get-countries.md | 11 ---- .../examples/locale/get-currencies.md | 11 ---- .../examples/locale/get-languages.md | 11 ---- .../1.0.0/client-apple/examples/locale/get.md | 11 ---- .../examples/storage/create-file.md | 15 ------ .../examples/storage/delete-file.md | 14 ----- .../examples/storage/get-file-download.md | 14 ----- .../examples/storage/get-file-preview.md | 14 ----- .../examples/storage/get-file-view.md | 14 ----- .../client-apple/examples/storage/get-file.md | 14 ----- .../examples/storage/list-files.md | 13 ----- .../examples/storage/update-file.md | 14 ----- .../examples/teams/create-membership.md | 16 ------ .../client-apple/examples/teams/create.md | 14 ----- .../examples/teams/delete-membership.md | 14 ----- .../client-apple/examples/teams/delete.md | 13 ----- .../examples/teams/get-membership.md | 14 ----- .../examples/teams/get-memberships.md | 13 ----- .../1.0.0/client-apple/examples/teams/get.md | 13 ----- .../1.0.0/client-apple/examples/teams/list.md | 11 ---- .../examples/teams/update-membership-roles.md | 15 ------ .../teams/update-membership-status.md | 16 ------ .../client-apple/examples/teams/update.md | 14 ----- .../account/create-anonymous-session.md | 19 ------- .../examples/account/create-email-session.md | 22 -------- .../examples/account/create-j-w-t.md | 19 ------- .../account/create-magic-u-r-l-session.md | 22 -------- .../examples/account/create-o-auth2session.md | 21 -------- .../examples/account/create-phone-session.md | 22 -------- .../account/create-phone-verification.md | 19 ------- .../examples/account/create-recovery.md | 22 -------- .../examples/account/create-verification.md | 21 -------- .../client-flutter/examples/account/create.md | 23 --------- .../examples/account/delete-session.md | 21 -------- .../examples/account/delete-sessions.md | 19 ------- .../examples/account/get-logs.md | 20 -------- .../examples/account/get-prefs.md | 19 ------- .../examples/account/get-session.md | 21 -------- .../examples/account/get-sessions.md | 19 ------- .../client-flutter/examples/account/get.md | 19 ------- .../examples/account/update-email.md | 22 -------- .../account/update-magic-u-r-l-session.md | 22 -------- .../examples/account/update-name.md | 21 -------- .../examples/account/update-password.md | 21 -------- .../examples/account/update-phone-session.md | 22 -------- .../account/update-phone-verification.md | 22 -------- .../examples/account/update-phone.md | 22 -------- .../examples/account/update-prefs.md | 21 -------- .../examples/account/update-recovery.md | 24 --------- .../examples/account/update-session.md | 21 -------- .../examples/account/update-status.md | 19 ------- .../examples/account/update-verification.md | 22 -------- .../examples/avatars/get-browser.md | 34 ------------- .../examples/avatars/get-credit-card.md | 34 ------------- .../examples/avatars/get-favicon.md | 34 ------------- .../examples/avatars/get-flag.md | 34 ------------- .../examples/avatars/get-image.md | 34 ------------- .../examples/avatars/get-initials.md | 32 ------------ .../examples/avatars/get-q-r.md | 34 ------------- .../examples/databases/create-document.md | 24 --------- .../examples/databases/delete-document.md | 23 --------- .../examples/databases/get-document.md | 23 --------- .../examples/databases/list-documents.md | 22 -------- .../examples/databases/update-document.md | 23 --------- .../examples/functions/create-execution.md | 21 -------- .../examples/functions/get-execution.md | 22 -------- .../examples/functions/list-executions.md | 21 -------- .../examples/functions/retry-build.md | 23 --------- .../examples/locale/get-continents.md | 19 ------- .../examples/locale/get-countries-e-u.md | 19 ------- .../examples/locale/get-countries-phones.md | 19 ------- .../examples/locale/get-countries.md | 19 ------- .../examples/locale/get-currencies.md | 19 ------- .../examples/locale/get-languages.md | 19 ------- .../client-flutter/examples/locale/get.md | 19 ------- .../examples/storage/create-file.md | 24 --------- .../examples/storage/delete-file.md | 22 -------- .../examples/storage/get-file-download.md | 36 ------------- .../examples/storage/get-file-preview.md | 36 ------------- .../examples/storage/get-file-view.md | 36 ------------- .../examples/storage/get-file.md | 22 -------- .../examples/storage/list-files.md | 21 -------- .../examples/storage/update-file.md | 22 -------- .../examples/teams/create-membership.md | 24 --------- .../client-flutter/examples/teams/create.md | 22 -------- .../examples/teams/delete-membership.md | 22 -------- .../client-flutter/examples/teams/delete.md | 21 -------- .../examples/teams/get-membership.md | 22 -------- .../examples/teams/get-memberships.md | 21 -------- .../client-flutter/examples/teams/get.md | 21 -------- .../client-flutter/examples/teams/list.md | 20 -------- .../examples/teams/update-membership-roles.md | 23 --------- .../teams/update-membership-status.md | 24 --------- .../client-flutter/examples/teams/update.md | 22 -------- .../account/create-anonymous-session.md | 18 ------- .../examples/account/create-email-session.md | 18 ------- .../examples/account/create-j-w-t.md | 18 ------- .../account/create-magic-u-r-l-session.md | 18 ------- .../examples/account/create-o-auth2session.md | 14 ----- .../examples/account/create-phone-session.md | 18 ------- .../account/create-phone-verification.md | 18 ------- .../examples/account/create-recovery.md | 18 ------- .../examples/account/create-verification.md | 18 ------- .../client-web/examples/account/create.md | 18 ------- .../examples/account/delete-session.md | 18 ------- .../examples/account/delete-sessions.md | 18 ------- .../client-web/examples/account/get-logs.md | 18 ------- .../client-web/examples/account/get-prefs.md | 18 ------- .../examples/account/get-session.md | 18 ------- .../examples/account/get-sessions.md | 18 ------- .../1.0.0/client-web/examples/account/get.md | 18 ------- .../examples/account/update-email.md | 18 ------- .../account/update-magic-u-r-l-session.md | 18 ------- .../examples/account/update-name.md | 18 ------- .../examples/account/update-password.md | 18 ------- .../examples/account/update-phone-session.md | 18 ------- .../account/update-phone-verification.md | 18 ------- .../examples/account/update-phone.md | 18 ------- .../examples/account/update-prefs.md | 18 ------- .../examples/account/update-recovery.md | 18 ------- .../examples/account/update-session.md | 18 ------- .../examples/account/update-status.md | 18 ------- .../examples/account/update-verification.md | 18 ------- .../examples/avatars/get-browser.md | 14 ----- .../examples/avatars/get-credit-card.md | 14 ----- .../examples/avatars/get-favicon.md | 14 ----- .../client-web/examples/avatars/get-flag.md | 14 ----- .../client-web/examples/avatars/get-image.md | 14 ----- .../examples/avatars/get-initials.md | 14 ----- .../client-web/examples/avatars/get-q-r.md | 14 ----- .../examples/databases/create-document.md | 18 ------- .../examples/databases/delete-document.md | 18 ------- .../examples/databases/get-document.md | 18 ------- .../examples/databases/list-documents.md | 18 ------- .../examples/databases/update-document.md | 18 ------- .../examples/functions/create-execution.md | 18 ------- .../examples/functions/get-execution.md | 18 ------- .../examples/functions/list-executions.md | 18 ------- .../examples/functions/retry-build.md | 18 ------- .../examples/locale/get-continents.md | 18 ------- .../examples/locale/get-countries-e-u.md | 18 ------- .../examples/locale/get-countries-phones.md | 18 ------- .../examples/locale/get-countries.md | 18 ------- .../examples/locale/get-currencies.md | 18 ------- .../examples/locale/get-languages.md | 18 ------- .../1.0.0/client-web/examples/locale/get.md | 18 ------- .../examples/storage/create-file.md | 18 ------- .../examples/storage/delete-file.md | 18 ------- .../examples/storage/get-file-download.md | 14 ----- .../examples/storage/get-file-preview.md | 14 ----- .../examples/storage/get-file-view.md | 14 ----- .../client-web/examples/storage/get-file.md | 18 ------- .../client-web/examples/storage/list-files.md | 18 ------- .../examples/storage/update-file.md | 18 ------- .../examples/teams/create-membership.md | 18 ------- .../1.0.0/client-web/examples/teams/create.md | 18 ------- .../examples/teams/delete-membership.md | 18 ------- .../1.0.0/client-web/examples/teams/delete.md | 18 ------- .../examples/teams/get-membership.md | 18 ------- .../examples/teams/get-memberships.md | 18 ------- .../1.0.0/client-web/examples/teams/get.md | 18 ------- .../1.0.0/client-web/examples/teams/list.md | 18 ------- .../examples/teams/update-membership-roles.md | 18 ------- .../teams/update-membership-status.md | 18 ------- .../1.0.0/client-web/examples/teams/update.md | 18 ------- .../account/create-anonymous-session.md | 1 - .../examples/account/create-email-session.md | 3 -- .../examples/account/create-j-w-t.md | 1 - .../account/create-magic-u-r-l-session.md | 4 -- .../examples/account/create-o-auth2session.md | 5 -- .../examples/account/create-phone-session.md | 3 -- .../account/create-phone-verification.md | 1 - .../examples/account/create-recovery.md | 3 -- .../examples/account/create-verification.md | 2 - .../console-cli/examples/account/create.md | 5 -- .../examples/account/delete-session.md | 2 - .../examples/account/delete-sessions.md | 1 - .../console-cli/examples/account/get-logs.md | 2 - .../console-cli/examples/account/get-prefs.md | 1 - .../examples/account/get-session.md | 2 - .../examples/account/get-sessions.md | 1 - .../1.0.0/console-cli/examples/account/get.md | 1 - .../examples/account/update-email.md | 3 -- .../account/update-magic-u-r-l-session.md | 3 -- .../examples/account/update-name.md | 2 - .../examples/account/update-password.md | 3 -- .../examples/account/update-phone-session.md | 3 -- .../account/update-phone-verification.md | 3 -- .../examples/account/update-phone.md | 3 -- .../examples/account/update-prefs.md | 2 - .../examples/account/update-recovery.md | 5 -- .../examples/account/update-session.md | 2 - .../examples/account/update-status.md | 1 - .../examples/account/update-verification.md | 3 -- .../examples/avatars/get-browser.md | 5 -- .../examples/avatars/get-credit-card.md | 5 -- .../examples/avatars/get-favicon.md | 2 - .../console-cli/examples/avatars/get-flag.md | 5 -- .../console-cli/examples/avatars/get-image.md | 4 -- .../examples/avatars/get-initials.md | 5 -- .../console-cli/examples/avatars/get-q-r.md | 5 -- .../databases/create-boolean-attribute.md | 7 --- .../examples/databases/create-collection.md | 6 --- .../databases/create-datetime-attribute.md | 7 --- .../examples/databases/create-document.md | 6 --- .../databases/create-email-attribute.md | 7 --- .../databases/create-enum-attribute.md | 8 --- .../databases/create-float-attribute.md | 9 ---- .../examples/databases/create-index.md | 7 --- .../databases/create-integer-attribute.md | 9 ---- .../examples/databases/create-ip-attribute.md | 7 --- .../databases/create-string-attribute.md | 8 --- .../databases/create-url-attribute.md | 7 --- .../console-cli/examples/databases/create.md | 3 -- .../examples/databases/delete-attribute.md | 4 -- .../examples/databases/delete-collection.md | 3 -- .../examples/databases/delete-document.md | 4 -- .../examples/databases/delete-index.md | 4 -- .../console-cli/examples/databases/delete.md | 2 - .../examples/databases/get-attribute.md | 4 -- .../databases/get-collection-usage.md | 4 -- .../examples/databases/get-collection.md | 3 -- .../examples/databases/get-database-usage.md | 3 -- .../examples/databases/get-document.md | 4 -- .../examples/databases/get-index.md | 4 -- .../examples/databases/get-usage.md | 2 - .../console-cli/examples/databases/get.md | 2 - .../examples/databases/list-attributes.md | 3 -- .../databases/list-collection-logs.md | 4 -- .../examples/databases/list-collections.md | 4 -- .../examples/databases/list-document-logs.md | 5 -- .../examples/databases/list-documents.md | 4 -- .../examples/databases/list-indexes.md | 3 -- .../examples/databases/list-logs.md | 3 -- .../console-cli/examples/databases/list.md | 3 -- .../examples/databases/update-collection.md | 7 --- .../examples/databases/update-document.md | 6 --- .../console-cli/examples/databases/update.md | 3 -- .../examples/functions/create-deployment.md | 5 -- .../examples/functions/create-execution.md | 4 -- .../examples/functions/create-variable.md | 4 -- .../examples/functions/delete-deployment.md | 3 -- .../examples/functions/delete-variable.md | 3 -- .../console-cli/examples/functions/delete.md | 2 - .../examples/functions/get-deployment.md | 3 -- .../examples/functions/get-execution.md | 3 -- .../examples/functions/get-function-usage.md | 3 -- .../examples/functions/get-usage.md | 2 - .../examples/functions/get-variable.md | 3 -- .../console-cli/examples/functions/get.md | 2 - .../examples/functions/list-deployments.md | 4 -- .../examples/functions/list-executions.md | 4 -- .../examples/functions/list-runtimes.md | 1 - .../console-cli/examples/functions/list.md | 3 -- .../examples/functions/retry-build.md | 4 -- .../examples/functions/update-deployment.md | 3 -- .../examples/functions/update-variable.md | 5 -- .../examples/health/get-antivirus.md | 1 - .../console-cli/examples/health/get-cache.md | 1 - .../console-cli/examples/health/get-d-b.md | 1 - .../examples/health/get-queue-certificates.md | 1 - .../examples/health/get-queue-functions.md | 1 - .../examples/health/get-queue-logs.md | 1 - .../examples/health/get-queue-webhooks.md | 1 - .../examples/health/get-storage-local.md | 1 - .../console-cli/examples/health/get-time.md | 1 - .../1.0.0/console-cli/examples/health/get.md | 1 - .../examples/locale/get-continents.md | 1 - .../examples/locale/get-countries-e-u.md | 1 - .../examples/locale/get-countries-phones.md | 1 - .../examples/locale/get-countries.md | 1 - .../examples/locale/get-currencies.md | 1 - .../examples/locale/get-languages.md | 1 - .../1.0.0/console-cli/examples/locale/get.md | 1 - .../examples/projects/create-domain.md | 3 -- .../examples/projects/create-key.md | 5 -- .../examples/projects/create-platform.md | 7 --- .../examples/projects/create-webhook.md | 8 --- .../console-cli/examples/projects/create.md | 13 ----- .../examples/projects/delete-domain.md | 3 -- .../examples/projects/delete-key.md | 3 -- .../examples/projects/delete-platform.md | 3 -- .../examples/projects/delete-webhook.md | 3 -- .../console-cli/examples/projects/delete.md | 3 -- .../examples/projects/get-domain.md | 3 -- .../console-cli/examples/projects/get-key.md | 3 -- .../examples/projects/get-platform.md | 3 -- .../examples/projects/get-usage.md | 3 -- .../examples/projects/get-webhook.md | 3 -- .../console-cli/examples/projects/get.md | 2 - .../examples/projects/list-domains.md | 2 - .../examples/projects/list-keys.md | 2 - .../examples/projects/list-platforms.md | 2 - .../examples/projects/list-webhooks.md | 2 - .../console-cli/examples/projects/list.md | 3 -- .../examples/projects/update-auth-limit.md | 3 -- .../examples/projects/update-auth-status.md | 4 -- .../projects/update-domain-verification.md | 3 -- .../examples/projects/update-key.md | 6 --- .../examples/projects/update-o-auth2.md | 5 -- .../examples/projects/update-platform.md | 7 --- .../projects/update-service-status.md | 4 -- .../projects/update-webhook-signature.md | 3 -- .../examples/projects/update-webhook.md | 9 ---- .../console-cli/examples/projects/update.md | 12 ----- .../examples/storage/create-bucket.md | 11 ---- .../examples/storage/create-file.md | 5 -- .../examples/storage/delete-bucket.md | 2 - .../examples/storage/delete-file.md | 3 -- .../examples/storage/get-bucket-usage.md | 3 -- .../examples/storage/get-bucket.md | 2 - .../examples/storage/get-file-download.md | 3 -- .../examples/storage/get-file-preview.md | 14 ----- .../examples/storage/get-file-view.md | 3 -- .../console-cli/examples/storage/get-file.md | 3 -- .../console-cli/examples/storage/get-usage.md | 2 - .../examples/storage/list-buckets.md | 3 -- .../examples/storage/list-files.md | 4 -- .../examples/storage/update-bucket.md | 11 ---- .../examples/storage/update-file.md | 4 -- .../examples/teams/create-membership.md | 6 --- .../console-cli/examples/teams/create.md | 4 -- .../examples/teams/delete-membership.md | 3 -- .../console-cli/examples/teams/delete.md | 2 - .../examples/teams/get-membership.md | 3 -- .../examples/teams/get-memberships.md | 4 -- .../1.0.0/console-cli/examples/teams/get.md | 2 - .../console-cli/examples/teams/list-logs.md | 3 -- .../1.0.0/console-cli/examples/teams/list.md | 3 -- .../examples/teams/update-membership-roles.md | 4 -- .../teams/update-membership-status.md | 5 -- .../console-cli/examples/teams/update.md | 3 -- .../examples/users/create-argon2user.md | 5 -- .../examples/users/create-bcrypt-user.md | 5 -- .../examples/users/create-m-d5user.md | 5 -- .../examples/users/create-p-h-pass-user.md | 5 -- .../examples/users/create-s-h-a-user.md | 6 --- .../users/create-scrypt-modified-user.md | 8 --- .../examples/users/create-scrypt-user.md | 10 ---- .../console-cli/examples/users/create.md | 6 --- .../examples/users/delete-session.md | 3 -- .../examples/users/delete-sessions.md | 2 - .../console-cli/examples/users/delete.md | 2 - .../console-cli/examples/users/get-logs.md | 3 -- .../examples/users/get-memberships.md | 2 - .../console-cli/examples/users/get-prefs.md | 2 - .../examples/users/get-sessions.md | 2 - .../console-cli/examples/users/get-usage.md | 3 -- .../1.0.0/console-cli/examples/users/get.md | 2 - .../1.0.0/console-cli/examples/users/list.md | 3 -- .../users/update-email-verification.md | 3 -- .../examples/users/update-email.md | 3 -- .../console-cli/examples/users/update-name.md | 3 -- .../examples/users/update-password.md | 3 -- .../users/update-phone-verification.md | 3 -- .../examples/users/update-phone.md | 3 -- .../examples/users/update-prefs.md | 3 -- .../examples/users/update-status.md | 3 -- .../account/create-anonymous-session.md | 18 ------- .../examples/account/create-email-session.md | 18 ------- .../examples/account/create-j-w-t.md | 18 ------- .../account/create-magic-u-r-l-session.md | 18 ------- .../examples/account/create-o-auth2session.md | 14 ----- .../examples/account/create-phone-session.md | 18 ------- .../account/create-phone-verification.md | 18 ------- .../examples/account/create-recovery.md | 18 ------- .../examples/account/create-verification.md | 18 ------- .../console-web/examples/account/create.md | 18 ------- .../examples/account/delete-session.md | 18 ------- .../examples/account/delete-sessions.md | 18 ------- .../console-web/examples/account/get-logs.md | 18 ------- .../console-web/examples/account/get-prefs.md | 18 ------- .../examples/account/get-session.md | 18 ------- .../examples/account/get-sessions.md | 18 ------- .../1.0.0/console-web/examples/account/get.md | 18 ------- .../examples/account/update-email.md | 18 ------- .../account/update-magic-u-r-l-session.md | 18 ------- .../examples/account/update-name.md | 18 ------- .../examples/account/update-password.md | 18 ------- .../examples/account/update-phone-session.md | 18 ------- .../account/update-phone-verification.md | 18 ------- .../examples/account/update-phone.md | 18 ------- .../examples/account/update-prefs.md | 18 ------- .../examples/account/update-recovery.md | 18 ------- .../examples/account/update-session.md | 18 ------- .../examples/account/update-status.md | 18 ------- .../examples/account/update-verification.md | 18 ------- .../examples/avatars/get-browser.md | 14 ----- .../examples/avatars/get-credit-card.md | 14 ----- .../examples/avatars/get-favicon.md | 14 ----- .../console-web/examples/avatars/get-flag.md | 14 ----- .../console-web/examples/avatars/get-image.md | 14 ----- .../examples/avatars/get-initials.md | 14 ----- .../console-web/examples/avatars/get-q-r.md | 14 ----- .../databases/create-boolean-attribute.md | 18 ------- .../examples/databases/create-collection.md | 18 ------- .../databases/create-datetime-attribute.md | 18 ------- .../examples/databases/create-document.md | 18 ------- .../databases/create-email-attribute.md | 18 ------- .../databases/create-enum-attribute.md | 18 ------- .../databases/create-float-attribute.md | 18 ------- .../examples/databases/create-index.md | 18 ------- .../databases/create-integer-attribute.md | 18 ------- .../examples/databases/create-ip-attribute.md | 18 ------- .../databases/create-string-attribute.md | 18 ------- .../databases/create-url-attribute.md | 18 ------- .../console-web/examples/databases/create.md | 18 ------- .../examples/databases/delete-attribute.md | 18 ------- .../examples/databases/delete-collection.md | 18 ------- .../examples/databases/delete-document.md | 18 ------- .../examples/databases/delete-index.md | 18 ------- .../console-web/examples/databases/delete.md | 18 ------- .../examples/databases/get-attribute.md | 18 ------- .../databases/get-collection-usage.md | 18 ------- .../examples/databases/get-collection.md | 18 ------- .../examples/databases/get-database-usage.md | 18 ------- .../examples/databases/get-document.md | 18 ------- .../examples/databases/get-index.md | 18 ------- .../examples/databases/get-usage.md | 18 ------- .../console-web/examples/databases/get.md | 18 ------- .../examples/databases/list-attributes.md | 18 ------- .../databases/list-collection-logs.md | 18 ------- .../examples/databases/list-collections.md | 18 ------- .../examples/databases/list-document-logs.md | 18 ------- .../examples/databases/list-documents.md | 18 ------- .../examples/databases/list-indexes.md | 18 ------- .../examples/databases/list-logs.md | 18 ------- .../console-web/examples/databases/list.md | 18 ------- .../examples/databases/update-collection.md | 18 ------- .../examples/databases/update-document.md | 18 ------- .../console-web/examples/databases/update.md | 18 ------- .../examples/functions/create-deployment.md | 18 ------- .../examples/functions/create-execution.md | 18 ------- .../examples/functions/create-variable.md | 18 ------- .../console-web/examples/functions/create.md | 18 ------- .../examples/functions/delete-deployment.md | 18 ------- .../examples/functions/delete-variable.md | 18 ------- .../console-web/examples/functions/delete.md | 18 ------- .../examples/functions/get-deployment.md | 18 ------- .../examples/functions/get-execution.md | 18 ------- .../examples/functions/get-function-usage.md | 18 ------- .../examples/functions/get-usage.md | 18 ------- .../examples/functions/get-variable.md | 18 ------- .../console-web/examples/functions/get.md | 18 ------- .../examples/functions/list-deployments.md | 18 ------- .../examples/functions/list-executions.md | 18 ------- .../examples/functions/list-runtimes.md | 18 ------- .../examples/functions/list-variables.md | 18 ------- .../console-web/examples/functions/list.md | 18 ------- .../examples/functions/retry-build.md | 18 ------- .../examples/functions/update-deployment.md | 18 ------- .../examples/functions/update-variable.md | 18 ------- .../console-web/examples/functions/update.md | 18 ------- .../examples/health/get-antivirus.md | 18 ------- .../console-web/examples/health/get-cache.md | 18 ------- .../console-web/examples/health/get-d-b.md | 18 ------- .../examples/health/get-queue-certificates.md | 18 ------- .../examples/health/get-queue-functions.md | 18 ------- .../examples/health/get-queue-logs.md | 18 ------- .../examples/health/get-queue-webhooks.md | 18 ------- .../examples/health/get-storage-local.md | 18 ------- .../console-web/examples/health/get-time.md | 18 ------- .../1.0.0/console-web/examples/health/get.md | 18 ------- .../examples/locale/get-continents.md | 18 ------- .../examples/locale/get-countries-e-u.md | 18 ------- .../examples/locale/get-countries-phones.md | 18 ------- .../examples/locale/get-countries.md | 18 ------- .../examples/locale/get-currencies.md | 18 ------- .../examples/locale/get-languages.md | 18 ------- .../1.0.0/console-web/examples/locale/get.md | 18 ------- .../examples/projects/create-domain.md | 18 ------- .../examples/projects/create-key.md | 18 ------- .../examples/projects/create-platform.md | 18 ------- .../examples/projects/create-webhook.md | 18 ------- .../console-web/examples/projects/create.md | 18 ------- .../examples/projects/delete-domain.md | 18 ------- .../examples/projects/delete-key.md | 18 ------- .../examples/projects/delete-platform.md | 18 ------- .../examples/projects/delete-webhook.md | 18 ------- .../console-web/examples/projects/delete.md | 18 ------- .../examples/projects/get-domain.md | 18 ------- .../console-web/examples/projects/get-key.md | 18 ------- .../examples/projects/get-platform.md | 18 ------- .../examples/projects/get-usage.md | 18 ------- .../examples/projects/get-webhook.md | 18 ------- .../console-web/examples/projects/get.md | 18 ------- .../examples/projects/list-domains.md | 18 ------- .../examples/projects/list-keys.md | 18 ------- .../examples/projects/list-platforms.md | 18 ------- .../examples/projects/list-webhooks.md | 18 ------- .../console-web/examples/projects/list.md | 18 ------- .../examples/projects/update-auth-limit.md | 18 ------- .../examples/projects/update-auth-status.md | 18 ------- .../projects/update-domain-verification.md | 18 ------- .../examples/projects/update-key.md | 18 ------- .../examples/projects/update-o-auth2.md | 18 ------- .../examples/projects/update-platform.md | 18 ------- .../projects/update-service-status.md | 18 ------- .../projects/update-webhook-signature.md | 18 ------- .../examples/projects/update-webhook.md | 18 ------- .../console-web/examples/projects/update.md | 18 ------- .../examples/storage/create-bucket.md | 18 ------- .../examples/storage/create-file.md | 18 ------- .../examples/storage/delete-bucket.md | 18 ------- .../examples/storage/delete-file.md | 18 ------- .../examples/storage/get-bucket-usage.md | 18 ------- .../examples/storage/get-bucket.md | 18 ------- .../examples/storage/get-file-download.md | 14 ----- .../examples/storage/get-file-preview.md | 14 ----- .../examples/storage/get-file-view.md | 14 ----- .../console-web/examples/storage/get-file.md | 18 ------- .../console-web/examples/storage/get-usage.md | 18 ------- .../examples/storage/list-buckets.md | 18 ------- .../examples/storage/list-files.md | 18 ------- .../examples/storage/update-bucket.md | 18 ------- .../examples/storage/update-file.md | 18 ------- .../examples/teams/create-membership.md | 18 ------- .../console-web/examples/teams/create.md | 18 ------- .../examples/teams/delete-membership.md | 18 ------- .../console-web/examples/teams/delete.md | 18 ------- .../examples/teams/get-membership.md | 18 ------- .../examples/teams/get-memberships.md | 18 ------- .../1.0.0/console-web/examples/teams/get.md | 18 ------- .../console-web/examples/teams/list-logs.md | 18 ------- .../1.0.0/console-web/examples/teams/list.md | 18 ------- .../examples/teams/update-membership-roles.md | 18 ------- .../teams/update-membership-status.md | 18 ------- .../console-web/examples/teams/update.md | 18 ------- .../examples/users/create-argon2user.md | 18 ------- .../examples/users/create-bcrypt-user.md | 18 ------- .../examples/users/create-m-d5user.md | 18 ------- .../examples/users/create-p-h-pass-user.md | 18 ------- .../examples/users/create-s-h-a-user.md | 18 ------- .../users/create-scrypt-modified-user.md | 18 ------- .../examples/users/create-scrypt-user.md | 18 ------- .../console-web/examples/users/create.md | 18 ------- .../examples/users/delete-session.md | 18 ------- .../examples/users/delete-sessions.md | 18 ------- .../console-web/examples/users/delete.md | 18 ------- .../console-web/examples/users/get-logs.md | 18 ------- .../examples/users/get-memberships.md | 18 ------- .../console-web/examples/users/get-prefs.md | 18 ------- .../examples/users/get-sessions.md | 18 ------- .../console-web/examples/users/get-usage.md | 18 ------- .../1.0.0/console-web/examples/users/get.md | 18 ------- .../1.0.0/console-web/examples/users/list.md | 18 ------- .../users/update-email-verification.md | 18 ------- .../examples/users/update-email.md | 18 ------- .../console-web/examples/users/update-name.md | 18 ------- .../examples/users/update-password.md | 18 ------- .../users/update-phone-verification.md | 18 ------- .../examples/users/update-phone.md | 18 ------- .../examples/users/update-prefs.md | 18 ------- .../examples/users/update-status.md | 18 ------- .../account/create-phone-verification.md | 21 -------- .../examples/account/create-recovery.md | 24 --------- .../examples/account/create-verification.md | 23 --------- .../examples/account/delete-session.md | 23 --------- .../examples/account/delete-sessions.md | 21 -------- .../server-dart/examples/account/get-logs.md | 22 -------- .../server-dart/examples/account/get-prefs.md | 21 -------- .../examples/account/get-session.md | 23 --------- .../examples/account/get-sessions.md | 21 -------- .../1.0.0/server-dart/examples/account/get.md | 21 -------- .../examples/account/update-email.md | 24 --------- .../examples/account/update-name.md | 23 --------- .../examples/account/update-password.md | 23 --------- .../account/update-phone-verification.md | 24 --------- .../examples/account/update-phone.md | 24 --------- .../examples/account/update-prefs.md | 23 --------- .../examples/account/update-recovery.md | 26 ---------- .../examples/account/update-session.md | 23 --------- .../examples/account/update-status.md | 21 -------- .../examples/account/update-verification.md | 24 --------- .../examples/avatars/get-browser.md | 23 --------- .../examples/avatars/get-credit-card.md | 23 --------- .../examples/avatars/get-favicon.md | 23 --------- .../server-dart/examples/avatars/get-flag.md | 23 --------- .../server-dart/examples/avatars/get-image.md | 23 --------- .../examples/avatars/get-initials.md | 22 -------- .../server-dart/examples/avatars/get-q-r.md | 23 --------- .../databases/create-boolean-attribute.md | 26 ---------- .../examples/databases/create-collection.md | 25 --------- .../databases/create-datetime-attribute.md | 26 ---------- .../examples/databases/create-document.md | 26 ---------- .../databases/create-email-attribute.md | 26 ---------- .../databases/create-enum-attribute.md | 27 ---------- .../databases/create-float-attribute.md | 26 ---------- .../examples/databases/create-index.md | 27 ---------- .../databases/create-integer-attribute.md | 26 ---------- .../examples/databases/create-ip-attribute.md | 26 ---------- .../databases/create-string-attribute.md | 27 ---------- .../databases/create-url-attribute.md | 26 ---------- .../server-dart/examples/databases/create.md | 24 --------- .../examples/databases/delete-attribute.md | 25 --------- .../examples/databases/delete-collection.md | 24 --------- .../examples/databases/delete-document.md | 25 --------- .../examples/databases/delete-index.md | 25 --------- .../server-dart/examples/databases/delete.md | 23 --------- .../examples/databases/get-attribute.md | 25 --------- .../examples/databases/get-collection.md | 24 --------- .../examples/databases/get-document.md | 25 --------- .../examples/databases/get-index.md | 25 --------- .../server-dart/examples/databases/get.md | 23 --------- .../examples/databases/list-attributes.md | 24 --------- .../examples/databases/list-collections.md | 23 --------- .../examples/databases/list-documents.md | 24 --------- .../examples/databases/list-indexes.md | 24 --------- .../server-dart/examples/databases/list.md | 22 -------- .../examples/databases/update-collection.md | 25 --------- .../examples/databases/update-document.md | 25 --------- .../server-dart/examples/databases/update.md | 24 --------- .../examples/functions/create-deployment.md | 26 ---------- .../examples/functions/create-execution.md | 23 --------- .../examples/functions/create-variable.md | 25 --------- .../server-dart/examples/functions/create.md | 26 ---------- .../examples/functions/delete-deployment.md | 24 --------- .../examples/functions/delete-variable.md | 24 --------- .../server-dart/examples/functions/delete.md | 23 --------- .../examples/functions/get-deployment.md | 24 --------- .../examples/functions/get-execution.md | 24 --------- .../examples/functions/get-variable.md | 24 --------- .../server-dart/examples/functions/get.md | 23 --------- .../examples/functions/list-deployments.md | 23 --------- .../examples/functions/list-executions.md | 23 --------- .../examples/functions/list-runtimes.md | 21 -------- .../examples/functions/list-variables.md | 23 --------- .../server-dart/examples/functions/list.md | 22 -------- .../examples/functions/retry-build.md | 25 --------- .../examples/functions/update-deployment.md | 24 --------- .../examples/functions/update-variable.md | 25 --------- .../server-dart/examples/functions/update.md | 25 --------- .../examples/health/get-antivirus.md | 21 -------- .../server-dart/examples/health/get-cache.md | 21 -------- .../server-dart/examples/health/get-d-b.md | 21 -------- .../examples/health/get-queue-certificates.md | 21 -------- .../examples/health/get-queue-functions.md | 21 -------- .../examples/health/get-queue-logs.md | 21 -------- .../examples/health/get-queue-webhooks.md | 21 -------- .../examples/health/get-storage-local.md | 21 -------- .../server-dart/examples/health/get-time.md | 21 -------- .../1.0.0/server-dart/examples/health/get.md | 21 -------- .../examples/locale/get-continents.md | 21 -------- .../examples/locale/get-countries-e-u.md | 21 -------- .../examples/locale/get-countries-phones.md | 21 -------- .../examples/locale/get-countries.md | 21 -------- .../examples/locale/get-currencies.md | 21 -------- .../examples/locale/get-languages.md | 21 -------- .../1.0.0/server-dart/examples/locale/get.md | 21 -------- .../examples/storage/create-bucket.md | 24 --------- .../examples/storage/create-file.md | 26 ---------- .../examples/storage/delete-bucket.md | 23 --------- .../examples/storage/delete-file.md | 24 --------- .../examples/storage/get-bucket.md | 23 --------- .../examples/storage/get-file-download.md | 24 --------- .../examples/storage/get-file-preview.md | 24 --------- .../examples/storage/get-file-view.md | 24 --------- .../server-dart/examples/storage/get-file.md | 24 --------- .../examples/storage/list-buckets.md | 22 -------- .../examples/storage/list-files.md | 23 --------- .../examples/storage/update-bucket.md | 24 --------- .../examples/storage/update-file.md | 24 --------- .../examples/teams/create-membership.md | 26 ---------- .../server-dart/examples/teams/create.md | 24 --------- .../examples/teams/delete-membership.md | 24 --------- .../server-dart/examples/teams/delete.md | 23 --------- .../examples/teams/get-membership.md | 24 --------- .../examples/teams/get-memberships.md | 23 --------- .../1.0.0/server-dart/examples/teams/get.md | 23 --------- .../1.0.0/server-dart/examples/teams/list.md | 22 -------- .../examples/teams/update-membership-roles.md | 25 --------- .../teams/update-membership-status.md | 26 ---------- .../server-dart/examples/teams/update.md | 24 --------- .../examples/users/create-argon2user.md | 25 --------- .../examples/users/create-bcrypt-user.md | 25 --------- .../examples/users/create-m-d5user.md | 25 --------- .../examples/users/create-p-h-pass-user.md | 25 --------- .../examples/users/create-s-h-a-user.md | 25 --------- .../users/create-scrypt-modified-user.md | 28 ---------- .../examples/users/create-scrypt-user.md | 30 ----------- .../server-dart/examples/users/create.md | 23 --------- .../examples/users/delete-session.md | 24 --------- .../examples/users/delete-sessions.md | 23 --------- .../server-dart/examples/users/delete.md | 23 --------- .../server-dart/examples/users/get-logs.md | 23 --------- .../examples/users/get-memberships.md | 23 --------- .../server-dart/examples/users/get-prefs.md | 23 --------- .../examples/users/get-sessions.md | 23 --------- .../1.0.0/server-dart/examples/users/get.md | 23 --------- .../1.0.0/server-dart/examples/users/list.md | 22 -------- .../users/update-email-verification.md | 24 --------- .../examples/users/update-email.md | 24 --------- .../server-dart/examples/users/update-name.md | 24 --------- .../examples/users/update-password.md | 24 --------- .../users/update-phone-verification.md | 24 --------- .../examples/users/update-phone.md | 24 --------- .../examples/users/update-prefs.md | 24 --------- .../examples/users/update-status.md | 24 --------- .../account/create-phone-verification.md | 21 -------- .../examples/account/create-recovery.md | 21 -------- .../examples/account/create-verification.md | 21 -------- .../examples/account/delete-session.md | 21 -------- .../examples/account/delete-sessions.md | 21 -------- .../server-deno/examples/account/get-logs.md | 21 -------- .../server-deno/examples/account/get-prefs.md | 21 -------- .../examples/account/get-session.md | 21 -------- .../examples/account/get-sessions.md | 21 -------- .../1.0.0/server-deno/examples/account/get.md | 21 -------- .../examples/account/update-email.md | 21 -------- .../examples/account/update-name.md | 21 -------- .../examples/account/update-password.md | 21 -------- .../account/update-phone-verification.md | 21 -------- .../examples/account/update-phone.md | 21 -------- .../examples/account/update-prefs.md | 21 -------- .../examples/account/update-recovery.md | 21 -------- .../examples/account/update-session.md | 21 -------- .../examples/account/update-status.md | 21 -------- .../examples/account/update-verification.md | 21 -------- .../examples/avatars/get-browser.md | 21 -------- .../examples/avatars/get-credit-card.md | 21 -------- .../examples/avatars/get-favicon.md | 21 -------- .../server-deno/examples/avatars/get-flag.md | 21 -------- .../server-deno/examples/avatars/get-image.md | 21 -------- .../examples/avatars/get-initials.md | 21 -------- .../server-deno/examples/avatars/get-q-r.md | 21 -------- .../databases/create-boolean-attribute.md | 21 -------- .../examples/databases/create-collection.md | 21 -------- .../databases/create-datetime-attribute.md | 21 -------- .../examples/databases/create-document.md | 21 -------- .../databases/create-email-attribute.md | 21 -------- .../databases/create-enum-attribute.md | 21 -------- .../databases/create-float-attribute.md | 21 -------- .../examples/databases/create-index.md | 21 -------- .../databases/create-integer-attribute.md | 21 -------- .../examples/databases/create-ip-attribute.md | 21 -------- .../databases/create-string-attribute.md | 21 -------- .../databases/create-url-attribute.md | 21 -------- .../server-deno/examples/databases/create.md | 21 -------- .../examples/databases/delete-attribute.md | 21 -------- .../examples/databases/delete-collection.md | 21 -------- .../examples/databases/delete-document.md | 21 -------- .../examples/databases/delete-index.md | 21 -------- .../server-deno/examples/databases/delete.md | 21 -------- .../examples/databases/get-attribute.md | 21 -------- .../examples/databases/get-collection.md | 21 -------- .../examples/databases/get-document.md | 21 -------- .../examples/databases/get-index.md | 21 -------- .../server-deno/examples/databases/get.md | 21 -------- .../examples/databases/list-attributes.md | 21 -------- .../examples/databases/list-collections.md | 21 -------- .../examples/databases/list-documents.md | 21 -------- .../examples/databases/list-indexes.md | 21 -------- .../server-deno/examples/databases/list.md | 21 -------- .../examples/databases/update-collection.md | 21 -------- .../examples/databases/update-document.md | 21 -------- .../server-deno/examples/databases/update.md | 21 -------- .../examples/functions/create-deployment.md | 21 -------- .../examples/functions/create-execution.md | 21 -------- .../examples/functions/create-variable.md | 21 -------- .../server-deno/examples/functions/create.md | 21 -------- .../examples/functions/delete-deployment.md | 21 -------- .../examples/functions/delete-variable.md | 21 -------- .../server-deno/examples/functions/delete.md | 21 -------- .../examples/functions/get-deployment.md | 21 -------- .../examples/functions/get-execution.md | 21 -------- .../examples/functions/get-variable.md | 21 -------- .../server-deno/examples/functions/get.md | 21 -------- .../examples/functions/list-deployments.md | 21 -------- .../examples/functions/list-executions.md | 21 -------- .../examples/functions/list-runtimes.md | 21 -------- .../examples/functions/list-variables.md | 21 -------- .../server-deno/examples/functions/list.md | 21 -------- .../examples/functions/retry-build.md | 21 -------- .../examples/functions/update-deployment.md | 21 -------- .../examples/functions/update-variable.md | 21 -------- .../server-deno/examples/functions/update.md | 21 -------- .../examples/health/get-antivirus.md | 21 -------- .../server-deno/examples/health/get-cache.md | 21 -------- .../server-deno/examples/health/get-d-b.md | 21 -------- .../examples/health/get-queue-certificates.md | 21 -------- .../examples/health/get-queue-functions.md | 21 -------- .../examples/health/get-queue-logs.md | 21 -------- .../examples/health/get-queue-webhooks.md | 21 -------- .../examples/health/get-storage-local.md | 21 -------- .../server-deno/examples/health/get-time.md | 21 -------- .../1.0.0/server-deno/examples/health/get.md | 21 -------- .../examples/locale/get-continents.md | 21 -------- .../examples/locale/get-countries-e-u.md | 21 -------- .../examples/locale/get-countries-phones.md | 21 -------- .../examples/locale/get-countries.md | 21 -------- .../examples/locale/get-currencies.md | 21 -------- .../examples/locale/get-languages.md | 21 -------- .../1.0.0/server-deno/examples/locale/get.md | 21 -------- .../examples/storage/create-bucket.md | 21 -------- .../examples/storage/create-file.md | 21 -------- .../examples/storage/delete-bucket.md | 21 -------- .../examples/storage/delete-file.md | 21 -------- .../examples/storage/get-bucket.md | 21 -------- .../examples/storage/get-file-download.md | 21 -------- .../examples/storage/get-file-preview.md | 21 -------- .../examples/storage/get-file-view.md | 21 -------- .../server-deno/examples/storage/get-file.md | 21 -------- .../examples/storage/list-buckets.md | 21 -------- .../examples/storage/list-files.md | 21 -------- .../examples/storage/update-bucket.md | 21 -------- .../examples/storage/update-file.md | 21 -------- .../examples/teams/create-membership.md | 21 -------- .../server-deno/examples/teams/create.md | 21 -------- .../examples/teams/delete-membership.md | 21 -------- .../server-deno/examples/teams/delete.md | 21 -------- .../examples/teams/get-membership.md | 21 -------- .../examples/teams/get-memberships.md | 21 -------- .../1.0.0/server-deno/examples/teams/get.md | 21 -------- .../1.0.0/server-deno/examples/teams/list.md | 21 -------- .../examples/teams/update-membership-roles.md | 21 -------- .../teams/update-membership-status.md | 21 -------- .../server-deno/examples/teams/update.md | 21 -------- .../examples/users/create-argon2user.md | 21 -------- .../examples/users/create-bcrypt-user.md | 21 -------- .../examples/users/create-m-d5user.md | 21 -------- .../examples/users/create-p-h-pass-user.md | 21 -------- .../examples/users/create-s-h-a-user.md | 21 -------- .../users/create-scrypt-modified-user.md | 21 -------- .../examples/users/create-scrypt-user.md | 21 -------- .../server-deno/examples/users/create.md | 21 -------- .../examples/users/delete-session.md | 21 -------- .../examples/users/delete-sessions.md | 21 -------- .../server-deno/examples/users/delete.md | 21 -------- .../server-deno/examples/users/get-logs.md | 21 -------- .../examples/users/get-memberships.md | 21 -------- .../server-deno/examples/users/get-prefs.md | 21 -------- .../examples/users/get-sessions.md | 21 -------- .../1.0.0/server-deno/examples/users/get.md | 21 -------- .../1.0.0/server-deno/examples/users/list.md | 21 -------- .../users/update-email-verification.md | 21 -------- .../examples/users/update-email.md | 21 -------- .../server-deno/examples/users/update-name.md | 21 -------- .../examples/users/update-password.md | 21 -------- .../users/update-phone-verification.md | 21 -------- .../examples/users/update-phone.md | 21 -------- .../examples/users/update-prefs.md | 21 -------- .../examples/users/update-status.md | 21 -------- .../java/account/create-phone-verification.md | 33 ------------ .../java/account/create-recovery.md | 37 -------------- .../java/account/create-verification.md | 36 ------------- .../java/account/delete-session.md | 36 ------------- .../java/account/delete-sessions.md | 33 ------------ .../server-kotlin/java/account/get-logs.md | 35 ------------- .../server-kotlin/java/account/get-prefs.md | 33 ------------ .../server-kotlin/java/account/get-session.md | 36 ------------- .../java/account/get-sessions.md | 33 ------------ .../1.0.0/server-kotlin/java/account/get.md | 33 ------------ .../java/account/update-email.md | 37 -------------- .../server-kotlin/java/account/update-name.md | 36 ------------- .../java/account/update-password.md | 36 ------------- .../java/account/update-phone-verification.md | 37 -------------- .../java/account/update-phone.md | 37 -------------- .../java/account/update-prefs.md | 36 ------------- .../java/account/update-recovery.md | 39 -------------- .../java/account/update-session.md | 36 ------------- .../java/account/update-status.md | 33 ------------ .../java/account/update-verification.md | 37 -------------- .../server-kotlin/java/avatars/get-browser.md | 36 ------------- .../java/avatars/get-credit-card.md | 36 ------------- .../server-kotlin/java/avatars/get-favicon.md | 36 ------------- .../server-kotlin/java/avatars/get-flag.md | 36 ------------- .../server-kotlin/java/avatars/get-image.md | 36 ------------- .../java/avatars/get-initials.md | 35 ------------- .../server-kotlin/java/avatars/get-q-r.md | 36 ------------- .../databases/create-boolean-attribute.md | 39 -------------- .../java/databases/create-collection.md | 38 -------------- .../databases/create-datetime-attribute.md | 39 -------------- .../java/databases/create-document.md | 39 -------------- .../java/databases/create-email-attribute.md | 39 -------------- .../java/databases/create-enum-attribute.md | 40 --------------- .../java/databases/create-float-attribute.md | 39 -------------- .../java/databases/create-index.md | 40 --------------- .../databases/create-integer-attribute.md | 39 -------------- .../java/databases/create-ip-attribute.md | 39 -------------- .../java/databases/create-string-attribute.md | 40 --------------- .../java/databases/create-url-attribute.md | 39 -------------- .../server-kotlin/java/databases/create.md | 37 -------------- .../java/databases/delete-attribute.md | 38 -------------- .../java/databases/delete-collection.md | 37 -------------- .../java/databases/delete-document.md | 38 -------------- .../java/databases/delete-index.md | 38 -------------- .../server-kotlin/java/databases/delete.md | 36 ------------- .../java/databases/get-attribute.md | 38 -------------- .../java/databases/get-collection.md | 37 -------------- .../java/databases/get-document.md | 38 -------------- .../server-kotlin/java/databases/get-index.md | 38 -------------- .../1.0.0/server-kotlin/java/databases/get.md | 36 ------------- .../java/databases/list-attributes.md | 37 -------------- .../java/databases/list-collections.md | 36 ------------- .../java/databases/list-documents.md | 37 -------------- .../java/databases/list-indexes.md | 37 -------------- .../server-kotlin/java/databases/list.md | 35 ------------- .../java/databases/update-collection.md | 38 -------------- .../java/databases/update-document.md | 38 -------------- .../server-kotlin/java/databases/update.md | 37 -------------- .../java/functions/create-deployment.md | 40 --------------- .../java/functions/create-execution.md | 36 ------------- .../java/functions/create-variable.md | 38 -------------- .../server-kotlin/java/functions/create.md | 39 -------------- .../java/functions/delete-deployment.md | 37 -------------- .../java/functions/delete-variable.md | 37 -------------- .../server-kotlin/java/functions/delete.md | 36 ------------- .../java/functions/get-deployment.md | 37 -------------- .../java/functions/get-execution.md | 37 -------------- .../java/functions/get-variable.md | 37 -------------- .../1.0.0/server-kotlin/java/functions/get.md | 36 ------------- .../java/functions/list-deployments.md | 36 ------------- .../java/functions/list-executions.md | 36 ------------- .../java/functions/list-runtimes.md | 33 ------------ .../server-kotlin/java/functions/list.md | 35 ------------- .../java/functions/retry-build.md | 38 -------------- .../java/functions/update-deployment.md | 37 -------------- .../java/functions/update-variable.md | 38 -------------- .../server-kotlin/java/functions/update.md | 38 -------------- .../java/health/get-antivirus.md | 33 ------------ .../server-kotlin/java/health/get-cache.md | 33 ------------ .../server-kotlin/java/health/get-d-b.md | 33 ------------ .../java/health/get-queue-certificates.md | 33 ------------ .../java/health/get-queue-functions.md | 33 ------------ .../java/health/get-queue-logs.md | 33 ------------ .../java/health/get-queue-webhooks.md | 33 ------------ .../java/health/get-storage-local.md | 33 ------------ .../server-kotlin/java/health/get-time.md | 33 ------------ .../1.0.0/server-kotlin/java/health/get.md | 33 ------------ .../java/locale/get-continents.md | 33 ------------ .../java/locale/get-countries-e-u.md | 33 ------------ .../java/locale/get-countries-phones.md | 33 ------------ .../java/locale/get-countries.md | 33 ------------ .../java/locale/get-currencies.md | 33 ------------ .../java/locale/get-languages.md | 33 ------------ .../1.0.0/server-kotlin/java/locale/get.md | 33 ------------ .../java/storage/create-bucket.md | 37 -------------- .../server-kotlin/java/storage/create-file.md | 39 -------------- .../java/storage/delete-bucket.md | 36 ------------- .../server-kotlin/java/storage/delete-file.md | 37 -------------- .../server-kotlin/java/storage/get-bucket.md | 36 ------------- .../java/storage/get-file-download.md | 37 -------------- .../java/storage/get-file-preview.md | 37 -------------- .../java/storage/get-file-view.md | 37 -------------- .../server-kotlin/java/storage/get-file.md | 37 -------------- .../java/storage/list-buckets.md | 35 ------------- .../server-kotlin/java/storage/list-files.md | 36 ------------- .../java/storage/update-bucket.md | 37 -------------- .../server-kotlin/java/storage/update-file.md | 37 -------------- .../java/teams/create-membership.md | 39 -------------- .../1.0.0/server-kotlin/java/teams/create.md | 37 -------------- .../java/teams/delete-membership.md | 37 -------------- .../1.0.0/server-kotlin/java/teams/delete.md | 36 ------------- .../java/teams/get-membership.md | 37 -------------- .../java/teams/get-memberships.md | 36 ------------- .../1.0.0/server-kotlin/java/teams/get.md | 36 ------------- .../1.0.0/server-kotlin/java/teams/list.md | 35 ------------- .../java/teams/update-membership-roles.md | 38 -------------- .../java/teams/update-membership-status.md | 39 -------------- .../1.0.0/server-kotlin/java/teams/update.md | 37 -------------- .../java/users/create-argon2user.md | 38 -------------- .../java/users/create-bcrypt-user.md | 38 -------------- .../java/users/create-m-d5user.md | 38 -------------- .../java/users/create-p-h-pass-user.md | 38 -------------- .../java/users/create-s-h-a-user.md | 38 -------------- .../java/users/create-scrypt-modified-user.md | 41 --------------- .../java/users/create-scrypt-user.md | 43 ---------------- .../1.0.0/server-kotlin/java/users/create.md | 36 ------------- .../java/users/delete-session.md | 37 -------------- .../java/users/delete-sessions.md | 36 ------------- .../1.0.0/server-kotlin/java/users/delete.md | 36 ------------- .../server-kotlin/java/users/get-logs.md | 36 ------------- .../java/users/get-memberships.md | 36 ------------- .../server-kotlin/java/users/get-prefs.md | 36 ------------- .../server-kotlin/java/users/get-sessions.md | 36 ------------- .../1.0.0/server-kotlin/java/users/get.md | 36 ------------- .../1.0.0/server-kotlin/java/users/list.md | 35 ------------- .../java/users/update-email-verification.md | 37 -------------- .../server-kotlin/java/users/update-email.md | 37 -------------- .../server-kotlin/java/users/update-name.md | 37 -------------- .../java/users/update-password.md | 37 -------------- .../java/users/update-phone-verification.md | 37 -------------- .../server-kotlin/java/users/update-phone.md | 37 -------------- .../server-kotlin/java/users/update-prefs.md | 37 -------------- .../server-kotlin/java/users/update-status.md | 37 -------------- .../account/create-phone-verification.md | 13 ----- .../kotlin/account/create-recovery.md | 16 ------ .../kotlin/account/create-verification.md | 15 ------ .../kotlin/account/delete-session.md | 15 ------ .../kotlin/account/delete-sessions.md | 13 ----- .../server-kotlin/kotlin/account/get-logs.md | 14 ----- .../server-kotlin/kotlin/account/get-prefs.md | 13 ----- .../kotlin/account/get-session.md | 15 ------ .../kotlin/account/get-sessions.md | 13 ----- .../1.0.0/server-kotlin/kotlin/account/get.md | 13 ----- .../kotlin/account/update-email.md | 16 ------ .../kotlin/account/update-name.md | 15 ------ .../kotlin/account/update-password.md | 15 ------ .../account/update-phone-verification.md | 16 ------ .../kotlin/account/update-phone.md | 16 ------ .../kotlin/account/update-prefs.md | 15 ------ .../kotlin/account/update-recovery.md | 18 ------- .../kotlin/account/update-session.md | 15 ------ .../kotlin/account/update-status.md | 13 ----- .../kotlin/account/update-verification.md | 16 ------ .../kotlin/avatars/get-browser.md | 15 ------ .../kotlin/avatars/get-credit-card.md | 15 ------ .../kotlin/avatars/get-favicon.md | 15 ------ .../server-kotlin/kotlin/avatars/get-flag.md | 15 ------ .../server-kotlin/kotlin/avatars/get-image.md | 15 ------ .../kotlin/avatars/get-initials.md | 14 ----- .../server-kotlin/kotlin/avatars/get-q-r.md | 15 ------ .../databases/create-boolean-attribute.md | 18 ------- .../kotlin/databases/create-collection.md | 17 ------- .../databases/create-datetime-attribute.md | 18 ------- .../kotlin/databases/create-document.md | 18 ------- .../databases/create-email-attribute.md | 18 ------- .../kotlin/databases/create-enum-attribute.md | 19 ------- .../databases/create-float-attribute.md | 18 ------- .../kotlin/databases/create-index.md | 19 ------- .../databases/create-integer-attribute.md | 18 ------- .../kotlin/databases/create-ip-attribute.md | 18 ------- .../databases/create-string-attribute.md | 19 ------- .../kotlin/databases/create-url-attribute.md | 18 ------- .../server-kotlin/kotlin/databases/create.md | 16 ------ .../kotlin/databases/delete-attribute.md | 17 ------- .../kotlin/databases/delete-collection.md | 16 ------ .../kotlin/databases/delete-document.md | 17 ------- .../kotlin/databases/delete-index.md | 17 ------- .../server-kotlin/kotlin/databases/delete.md | 15 ------ .../kotlin/databases/get-attribute.md | 17 ------- .../kotlin/databases/get-collection.md | 16 ------ .../kotlin/databases/get-document.md | 17 ------- .../kotlin/databases/get-index.md | 17 ------- .../server-kotlin/kotlin/databases/get.md | 15 ------ .../kotlin/databases/list-attributes.md | 16 ------ .../kotlin/databases/list-collections.md | 15 ------ .../kotlin/databases/list-documents.md | 16 ------ .../kotlin/databases/list-indexes.md | 16 ------ .../server-kotlin/kotlin/databases/list.md | 14 ----- .../kotlin/databases/update-collection.md | 17 ------- .../kotlin/databases/update-document.md | 17 ------- .../server-kotlin/kotlin/databases/update.md | 16 ------ .../kotlin/functions/create-deployment.md | 19 ------- .../kotlin/functions/create-execution.md | 15 ------ .../kotlin/functions/create-variable.md | 17 ------- .../server-kotlin/kotlin/functions/create.md | 18 ------- .../kotlin/functions/delete-deployment.md | 16 ------ .../kotlin/functions/delete-variable.md | 16 ------ .../server-kotlin/kotlin/functions/delete.md | 15 ------ .../kotlin/functions/get-deployment.md | 16 ------ .../kotlin/functions/get-execution.md | 16 ------ .../kotlin/functions/get-variable.md | 16 ------ .../server-kotlin/kotlin/functions/get.md | 15 ------ .../kotlin/functions/list-deployments.md | 15 ------ .../kotlin/functions/list-executions.md | 15 ------ .../kotlin/functions/list-runtimes.md | 13 ----- .../server-kotlin/kotlin/functions/list.md | 14 ----- .../kotlin/functions/retry-build.md | 17 ------- .../kotlin/functions/update-deployment.md | 16 ------ .../kotlin/functions/update-variable.md | 17 ------- .../server-kotlin/kotlin/functions/update.md | 17 ------- .../kotlin/health/get-antivirus.md | 13 ----- .../server-kotlin/kotlin/health/get-cache.md | 13 ----- .../server-kotlin/kotlin/health/get-d-b.md | 13 ----- .../kotlin/health/get-queue-certificates.md | 13 ----- .../kotlin/health/get-queue-functions.md | 13 ----- .../kotlin/health/get-queue-logs.md | 13 ----- .../kotlin/health/get-queue-webhooks.md | 13 ----- .../kotlin/health/get-storage-local.md | 13 ----- .../server-kotlin/kotlin/health/get-time.md | 13 ----- .../1.0.0/server-kotlin/kotlin/health/get.md | 13 ----- .../kotlin/locale/get-continents.md | 13 ----- .../kotlin/locale/get-countries-e-u.md | 13 ----- .../kotlin/locale/get-countries-phones.md | 13 ----- .../kotlin/locale/get-countries.md | 13 ----- .../kotlin/locale/get-currencies.md | 13 ----- .../kotlin/locale/get-languages.md | 13 ----- .../1.0.0/server-kotlin/kotlin/locale/get.md | 13 ----- .../kotlin/storage/create-bucket.md | 16 ------ .../kotlin/storage/create-file.md | 18 ------- .../kotlin/storage/delete-bucket.md | 15 ------ .../kotlin/storage/delete-file.md | 16 ------ .../kotlin/storage/get-bucket.md | 15 ------ .../kotlin/storage/get-file-download.md | 16 ------ .../kotlin/storage/get-file-preview.md | 16 ------ .../kotlin/storage/get-file-view.md | 16 ------ .../server-kotlin/kotlin/storage/get-file.md | 16 ------ .../kotlin/storage/list-buckets.md | 14 ----- .../kotlin/storage/list-files.md | 15 ------ .../kotlin/storage/update-bucket.md | 16 ------ .../kotlin/storage/update-file.md | 16 ------ .../kotlin/teams/create-membership.md | 18 ------- .../server-kotlin/kotlin/teams/create.md | 16 ------ .../kotlin/teams/delete-membership.md | 16 ------ .../server-kotlin/kotlin/teams/delete.md | 15 ------ .../kotlin/teams/get-membership.md | 16 ------ .../kotlin/teams/get-memberships.md | 15 ------ .../1.0.0/server-kotlin/kotlin/teams/get.md | 15 ------ .../1.0.0/server-kotlin/kotlin/teams/list.md | 14 ----- .../kotlin/teams/update-membership-roles.md | 17 ------- .../kotlin/teams/update-membership-status.md | 18 ------- .../server-kotlin/kotlin/teams/update.md | 16 ------ .../kotlin/users/create-argon2user.md | 17 ------- .../kotlin/users/create-bcrypt-user.md | 17 ------- .../kotlin/users/create-m-d5user.md | 17 ------- .../kotlin/users/create-p-h-pass-user.md | 17 ------- .../kotlin/users/create-s-h-a-user.md | 17 ------- .../users/create-scrypt-modified-user.md | 20 -------- .../kotlin/users/create-scrypt-user.md | 22 -------- .../server-kotlin/kotlin/users/create.md | 15 ------ .../kotlin/users/delete-session.md | 16 ------ .../kotlin/users/delete-sessions.md | 15 ------ .../server-kotlin/kotlin/users/delete.md | 15 ------ .../server-kotlin/kotlin/users/get-logs.md | 15 ------ .../kotlin/users/get-memberships.md | 15 ------ .../server-kotlin/kotlin/users/get-prefs.md | 15 ------ .../kotlin/users/get-sessions.md | 15 ------ .../1.0.0/server-kotlin/kotlin/users/get.md | 15 ------ .../1.0.0/server-kotlin/kotlin/users/list.md | 14 ----- .../kotlin/users/update-email-verification.md | 16 ------ .../kotlin/users/update-email.md | 16 ------ .../server-kotlin/kotlin/users/update-name.md | 16 ------ .../kotlin/users/update-password.md | 16 ------ .../kotlin/users/update-phone-verification.md | 16 ------ .../kotlin/users/update-phone.md | 16 ------ .../kotlin/users/update-prefs.md | 16 ------ .../kotlin/users/update-status.md | 16 ------ .../account/create-phone-verification.md | 20 -------- .../examples/account/create-recovery.md | 20 -------- .../examples/account/create-verification.md | 20 -------- .../examples/account/delete-session.md | 20 -------- .../examples/account/delete-sessions.md | 20 -------- .../examples/account/get-logs.md | 20 -------- .../examples/account/get-prefs.md | 20 -------- .../examples/account/get-session.md | 20 -------- .../examples/account/get-sessions.md | 20 -------- .../server-nodejs/examples/account/get.md | 20 -------- .../examples/account/update-email.md | 20 -------- .../examples/account/update-name.md | 20 -------- .../examples/account/update-password.md | 20 -------- .../account/update-phone-verification.md | 20 -------- .../examples/account/update-phone.md | 20 -------- .../examples/account/update-prefs.md | 20 -------- .../examples/account/update-recovery.md | 20 -------- .../examples/account/update-session.md | 20 -------- .../examples/account/update-status.md | 20 -------- .../examples/account/update-verification.md | 20 -------- .../examples/avatars/get-browser.md | 20 -------- .../examples/avatars/get-credit-card.md | 20 -------- .../examples/avatars/get-favicon.md | 20 -------- .../examples/avatars/get-flag.md | 20 -------- .../examples/avatars/get-image.md | 20 -------- .../examples/avatars/get-initials.md | 20 -------- .../server-nodejs/examples/avatars/get-q-r.md | 20 -------- .../databases/create-boolean-attribute.md | 20 -------- .../examples/databases/create-collection.md | 20 -------- .../databases/create-datetime-attribute.md | 20 -------- .../examples/databases/create-document.md | 20 -------- .../databases/create-email-attribute.md | 20 -------- .../databases/create-enum-attribute.md | 20 -------- .../databases/create-float-attribute.md | 20 -------- .../examples/databases/create-index.md | 20 -------- .../databases/create-integer-attribute.md | 20 -------- .../examples/databases/create-ip-attribute.md | 20 -------- .../databases/create-string-attribute.md | 20 -------- .../databases/create-url-attribute.md | 20 -------- .../examples/databases/create.md | 20 -------- .../examples/databases/delete-attribute.md | 20 -------- .../examples/databases/delete-collection.md | 20 -------- .../examples/databases/delete-document.md | 20 -------- .../examples/databases/delete-index.md | 20 -------- .../examples/databases/delete.md | 20 -------- .../examples/databases/get-attribute.md | 20 -------- .../examples/databases/get-collection.md | 20 -------- .../examples/databases/get-document.md | 20 -------- .../examples/databases/get-index.md | 20 -------- .../server-nodejs/examples/databases/get.md | 20 -------- .../examples/databases/list-attributes.md | 20 -------- .../examples/databases/list-collections.md | 20 -------- .../examples/databases/list-documents.md | 20 -------- .../examples/databases/list-indexes.md | 20 -------- .../server-nodejs/examples/databases/list.md | 20 -------- .../examples/databases/update-collection.md | 20 -------- .../examples/databases/update-document.md | 20 -------- .../examples/databases/update.md | 20 -------- .../examples/functions/create-deployment.md | 21 -------- .../examples/functions/create-execution.md | 20 -------- .../examples/functions/create-variable.md | 20 -------- .../examples/functions/create.md | 20 -------- .../examples/functions/delete-deployment.md | 20 -------- .../examples/functions/delete-variable.md | 20 -------- .../examples/functions/delete.md | 20 -------- .../examples/functions/get-deployment.md | 20 -------- .../examples/functions/get-execution.md | 20 -------- .../examples/functions/get-variable.md | 20 -------- .../server-nodejs/examples/functions/get.md | 20 -------- .../examples/functions/list-deployments.md | 20 -------- .../examples/functions/list-executions.md | 20 -------- .../examples/functions/list-runtimes.md | 20 -------- .../examples/functions/list-variables.md | 20 -------- .../server-nodejs/examples/functions/list.md | 20 -------- .../examples/functions/retry-build.md | 20 -------- .../examples/functions/update-deployment.md | 20 -------- .../examples/functions/update-variable.md | 20 -------- .../examples/functions/update.md | 20 -------- .../examples/health/get-antivirus.md | 20 -------- .../examples/health/get-cache.md | 20 -------- .../server-nodejs/examples/health/get-d-b.md | 20 -------- .../examples/health/get-queue-certificates.md | 20 -------- .../examples/health/get-queue-functions.md | 20 -------- .../examples/health/get-queue-logs.md | 20 -------- .../examples/health/get-queue-webhooks.md | 20 -------- .../examples/health/get-storage-local.md | 20 -------- .../server-nodejs/examples/health/get-time.md | 20 -------- .../server-nodejs/examples/health/get.md | 20 -------- .../examples/locale/get-continents.md | 20 -------- .../examples/locale/get-countries-e-u.md | 20 -------- .../examples/locale/get-countries-phones.md | 20 -------- .../examples/locale/get-countries.md | 20 -------- .../examples/locale/get-currencies.md | 20 -------- .../examples/locale/get-languages.md | 20 -------- .../server-nodejs/examples/locale/get.md | 20 -------- .../examples/storage/create-bucket.md | 20 -------- .../examples/storage/create-file.md | 21 -------- .../examples/storage/delete-bucket.md | 20 -------- .../examples/storage/delete-file.md | 20 -------- .../examples/storage/get-bucket.md | 20 -------- .../examples/storage/get-file-download.md | 20 -------- .../examples/storage/get-file-preview.md | 20 -------- .../examples/storage/get-file-view.md | 20 -------- .../examples/storage/get-file.md | 20 -------- .../examples/storage/list-buckets.md | 20 -------- .../examples/storage/list-files.md | 20 -------- .../examples/storage/update-bucket.md | 20 -------- .../examples/storage/update-file.md | 20 -------- .../examples/teams/create-membership.md | 20 -------- .../server-nodejs/examples/teams/create.md | 20 -------- .../examples/teams/delete-membership.md | 20 -------- .../server-nodejs/examples/teams/delete.md | 20 -------- .../examples/teams/get-membership.md | 20 -------- .../examples/teams/get-memberships.md | 20 -------- .../1.0.0/server-nodejs/examples/teams/get.md | 20 -------- .../server-nodejs/examples/teams/list.md | 20 -------- .../examples/teams/update-membership-roles.md | 20 -------- .../teams/update-membership-status.md | 20 -------- .../server-nodejs/examples/teams/update.md | 20 -------- .../examples/users/create-argon2user.md | 20 -------- .../examples/users/create-bcrypt-user.md | 20 -------- .../examples/users/create-m-d5user.md | 20 -------- .../examples/users/create-p-h-pass-user.md | 20 -------- .../examples/users/create-s-h-a-user.md | 20 -------- .../users/create-scrypt-modified-user.md | 20 -------- .../examples/users/create-scrypt-user.md | 20 -------- .../server-nodejs/examples/users/create.md | 20 -------- .../examples/users/delete-session.md | 20 -------- .../examples/users/delete-sessions.md | 20 -------- .../server-nodejs/examples/users/delete.md | 20 -------- .../server-nodejs/examples/users/get-logs.md | 20 -------- .../examples/users/get-memberships.md | 20 -------- .../server-nodejs/examples/users/get-prefs.md | 20 -------- .../examples/users/get-sessions.md | 20 -------- .../1.0.0/server-nodejs/examples/users/get.md | 20 -------- .../server-nodejs/examples/users/list.md | 20 -------- .../users/update-email-verification.md | 20 -------- .../examples/users/update-email.md | 20 -------- .../examples/users/update-name.md | 20 -------- .../examples/users/update-password.md | 20 -------- .../users/update-phone-verification.md | 20 -------- .../examples/users/update-phone.md | 20 -------- .../examples/users/update-prefs.md | 20 -------- .../examples/users/update-status.md | 20 -------- .../account/create-phone-verification.md | 16 ------ .../examples/account/create-recovery.md | 16 ------ .../examples/account/create-verification.md | 16 ------ .../examples/account/delete-session.md | 16 ------ .../examples/account/delete-sessions.md | 16 ------ .../server-php/examples/account/get-logs.md | 16 ------ .../server-php/examples/account/get-prefs.md | 16 ------ .../examples/account/get-session.md | 16 ------ .../examples/account/get-sessions.md | 16 ------ .../1.0.0/server-php/examples/account/get.md | 16 ------ .../examples/account/update-email.md | 16 ------ .../examples/account/update-name.md | 16 ------ .../examples/account/update-password.md | 16 ------ .../account/update-phone-verification.md | 16 ------ .../examples/account/update-phone.md | 16 ------ .../examples/account/update-prefs.md | 16 ------ .../examples/account/update-recovery.md | 16 ------ .../examples/account/update-session.md | 16 ------ .../examples/account/update-status.md | 16 ------ .../examples/account/update-verification.md | 16 ------ .../examples/avatars/get-browser.md | 16 ------ .../examples/avatars/get-credit-card.md | 16 ------ .../examples/avatars/get-favicon.md | 16 ------ .../server-php/examples/avatars/get-flag.md | 16 ------ .../server-php/examples/avatars/get-image.md | 16 ------ .../examples/avatars/get-initials.md | 16 ------ .../server-php/examples/avatars/get-q-r.md | 16 ------ .../databases/create-boolean-attribute.md | 16 ------ .../examples/databases/create-collection.md | 16 ------ .../databases/create-datetime-attribute.md | 16 ------ .../examples/databases/create-document.md | 16 ------ .../databases/create-email-attribute.md | 16 ------ .../databases/create-enum-attribute.md | 16 ------ .../databases/create-float-attribute.md | 16 ------ .../examples/databases/create-index.md | 16 ------ .../databases/create-integer-attribute.md | 16 ------ .../examples/databases/create-ip-attribute.md | 16 ------ .../databases/create-string-attribute.md | 16 ------ .../databases/create-url-attribute.md | 16 ------ .../server-php/examples/databases/create.md | 16 ------ .../examples/databases/delete-attribute.md | 16 ------ .../examples/databases/delete-collection.md | 16 ------ .../examples/databases/delete-document.md | 16 ------ .../examples/databases/delete-index.md | 16 ------ .../server-php/examples/databases/delete.md | 16 ------ .../examples/databases/get-attribute.md | 16 ------ .../examples/databases/get-collection.md | 16 ------ .../examples/databases/get-document.md | 16 ------ .../examples/databases/get-index.md | 16 ------ .../server-php/examples/databases/get.md | 16 ------ .../examples/databases/list-attributes.md | 16 ------ .../examples/databases/list-collections.md | 16 ------ .../examples/databases/list-documents.md | 16 ------ .../examples/databases/list-indexes.md | 16 ------ .../server-php/examples/databases/list.md | 16 ------ .../examples/databases/update-collection.md | 16 ------ .../examples/databases/update-document.md | 16 ------ .../server-php/examples/databases/update.md | 16 ------ .../examples/functions/create-deployment.md | 17 ------- .../examples/functions/create-execution.md | 16 ------ .../examples/functions/create-variable.md | 16 ------ .../server-php/examples/functions/create.md | 16 ------ .../examples/functions/delete-deployment.md | 16 ------ .../examples/functions/delete-variable.md | 16 ------ .../server-php/examples/functions/delete.md | 16 ------ .../examples/functions/get-deployment.md | 16 ------ .../examples/functions/get-execution.md | 16 ------ .../examples/functions/get-variable.md | 16 ------ .../server-php/examples/functions/get.md | 16 ------ .../examples/functions/list-deployments.md | 16 ------ .../examples/functions/list-executions.md | 16 ------ .../examples/functions/list-runtimes.md | 16 ------ .../examples/functions/list-variables.md | 16 ------ .../server-php/examples/functions/list.md | 16 ------ .../examples/functions/retry-build.md | 16 ------ .../examples/functions/update-deployment.md | 16 ------ .../examples/functions/update-variable.md | 16 ------ .../server-php/examples/functions/update.md | 16 ------ .../examples/health/get-antivirus.md | 16 ------ .../server-php/examples/health/get-cache.md | 16 ------ .../server-php/examples/health/get-d-b.md | 16 ------ .../examples/health/get-queue-certificates.md | 16 ------ .../examples/health/get-queue-functions.md | 16 ------ .../examples/health/get-queue-logs.md | 16 ------ .../examples/health/get-queue-webhooks.md | 16 ------ .../examples/health/get-storage-local.md | 16 ------ .../server-php/examples/health/get-time.md | 16 ------ .../1.0.0/server-php/examples/health/get.md | 16 ------ .../examples/locale/get-continents.md | 16 ------ .../examples/locale/get-countries-e-u.md | 16 ------ .../examples/locale/get-countries-phones.md | 16 ------ .../examples/locale/get-countries.md | 16 ------ .../examples/locale/get-currencies.md | 16 ------ .../examples/locale/get-languages.md | 16 ------ .../1.0.0/server-php/examples/locale/get.md | 16 ------ .../examples/storage/create-bucket.md | 16 ------ .../examples/storage/create-file.md | 17 ------- .../examples/storage/delete-bucket.md | 16 ------ .../examples/storage/delete-file.md | 16 ------ .../server-php/examples/storage/get-bucket.md | 16 ------ .../examples/storage/get-file-download.md | 16 ------ .../examples/storage/get-file-preview.md | 16 ------ .../examples/storage/get-file-view.md | 16 ------ .../server-php/examples/storage/get-file.md | 16 ------ .../examples/storage/list-buckets.md | 16 ------ .../server-php/examples/storage/list-files.md | 16 ------ .../examples/storage/update-bucket.md | 16 ------ .../examples/storage/update-file.md | 16 ------ .../examples/teams/create-membership.md | 16 ------ .../1.0.0/server-php/examples/teams/create.md | 16 ------ .../examples/teams/delete-membership.md | 16 ------ .../1.0.0/server-php/examples/teams/delete.md | 16 ------ .../examples/teams/get-membership.md | 16 ------ .../examples/teams/get-memberships.md | 16 ------ .../1.0.0/server-php/examples/teams/get.md | 16 ------ .../1.0.0/server-php/examples/teams/list.md | 16 ------ .../examples/teams/update-membership-roles.md | 16 ------ .../teams/update-membership-status.md | 16 ------ .../1.0.0/server-php/examples/teams/update.md | 16 ------ .../examples/users/create-argon2user.md | 16 ------ .../examples/users/create-bcrypt-user.md | 16 ------ .../examples/users/create-m-d5user.md | 16 ------ .../examples/users/create-p-h-pass-user.md | 16 ------ .../examples/users/create-s-h-a-user.md | 16 ------ .../users/create-scrypt-modified-user.md | 16 ------ .../examples/users/create-scrypt-user.md | 16 ------ .../1.0.0/server-php/examples/users/create.md | 16 ------ .../examples/users/delete-session.md | 16 ------ .../examples/users/delete-sessions.md | 16 ------ .../1.0.0/server-php/examples/users/delete.md | 16 ------ .../server-php/examples/users/get-logs.md | 16 ------ .../examples/users/get-memberships.md | 16 ------ .../server-php/examples/users/get-prefs.md | 16 ------ .../server-php/examples/users/get-sessions.md | 16 ------ .../1.0.0/server-php/examples/users/get.md | 16 ------ .../1.0.0/server-php/examples/users/list.md | 16 ------ .../users/update-email-verification.md | 16 ------ .../server-php/examples/users/update-email.md | 16 ------ .../server-php/examples/users/update-name.md | 16 ------ .../examples/users/update-password.md | 16 ------ .../users/update-phone-verification.md | 16 ------ .../server-php/examples/users/update-phone.md | 16 ------ .../server-php/examples/users/update-prefs.md | 16 ------ .../examples/users/update-status.md | 16 ------ .../account/create-phone-verification.md | 14 ----- .../examples/account/create-recovery.md | 14 ----- .../examples/account/create-verification.md | 14 ----- .../examples/account/delete-session.md | 14 ----- .../examples/account/delete-sessions.md | 14 ----- .../examples/account/get-logs.md | 14 ----- .../examples/account/get-prefs.md | 14 ----- .../examples/account/get-session.md | 14 ----- .../examples/account/get-sessions.md | 14 ----- .../server-python/examples/account/get.md | 14 ----- .../examples/account/update-email.md | 14 ----- .../examples/account/update-name.md | 14 ----- .../examples/account/update-password.md | 14 ----- .../account/update-phone-verification.md | 14 ----- .../examples/account/update-phone.md | 14 ----- .../examples/account/update-prefs.md | 14 ----- .../examples/account/update-recovery.md | 14 ----- .../examples/account/update-session.md | 14 ----- .../examples/account/update-status.md | 14 ----- .../examples/account/update-verification.md | 14 ----- .../examples/avatars/get-browser.md | 14 ----- .../examples/avatars/get-credit-card.md | 14 ----- .../examples/avatars/get-favicon.md | 14 ----- .../examples/avatars/get-flag.md | 14 ----- .../examples/avatars/get-image.md | 14 ----- .../examples/avatars/get-initials.md | 14 ----- .../server-python/examples/avatars/get-q-r.md | 14 ----- .../databases/create-boolean-attribute.md | 14 ----- .../examples/databases/create-collection.md | 14 ----- .../databases/create-datetime-attribute.md | 14 ----- .../examples/databases/create-document.md | 14 ----- .../databases/create-email-attribute.md | 14 ----- .../databases/create-enum-attribute.md | 14 ----- .../databases/create-float-attribute.md | 14 ----- .../examples/databases/create-index.md | 14 ----- .../databases/create-integer-attribute.md | 14 ----- .../examples/databases/create-ip-attribute.md | 14 ----- .../databases/create-string-attribute.md | 14 ----- .../databases/create-url-attribute.md | 14 ----- .../examples/databases/create.md | 14 ----- .../examples/databases/delete-attribute.md | 14 ----- .../examples/databases/delete-collection.md | 14 ----- .../examples/databases/delete-document.md | 14 ----- .../examples/databases/delete-index.md | 14 ----- .../examples/databases/delete.md | 14 ----- .../examples/databases/get-attribute.md | 14 ----- .../examples/databases/get-collection.md | 14 ----- .../examples/databases/get-document.md | 14 ----- .../examples/databases/get-index.md | 14 ----- .../server-python/examples/databases/get.md | 14 ----- .../examples/databases/list-attributes.md | 14 ----- .../examples/databases/list-collections.md | 14 ----- .../examples/databases/list-documents.md | 14 ----- .../examples/databases/list-indexes.md | 14 ----- .../server-python/examples/databases/list.md | 14 ----- .../examples/databases/update-collection.md | 14 ----- .../examples/databases/update-document.md | 14 ----- .../examples/databases/update.md | 14 ----- .../examples/functions/create-deployment.md | 15 ------ .../examples/functions/create-execution.md | 14 ----- .../examples/functions/create-variable.md | 14 ----- .../examples/functions/create.md | 14 ----- .../examples/functions/delete-deployment.md | 14 ----- .../examples/functions/delete-variable.md | 14 ----- .../examples/functions/delete.md | 14 ----- .../examples/functions/get-deployment.md | 14 ----- .../examples/functions/get-execution.md | 14 ----- .../examples/functions/get-variable.md | 14 ----- .../server-python/examples/functions/get.md | 14 ----- .../examples/functions/list-deployments.md | 14 ----- .../examples/functions/list-executions.md | 14 ----- .../examples/functions/list-runtimes.md | 14 ----- .../examples/functions/list-variables.md | 14 ----- .../server-python/examples/functions/list.md | 14 ----- .../examples/functions/retry-build.md | 14 ----- .../examples/functions/update-deployment.md | 14 ----- .../examples/functions/update-variable.md | 14 ----- .../examples/functions/update.md | 14 ----- .../examples/health/get-antivirus.md | 14 ----- .../examples/health/get-cache.md | 14 ----- .../server-python/examples/health/get-d-b.md | 14 ----- .../examples/health/get-queue-certificates.md | 14 ----- .../examples/health/get-queue-functions.md | 14 ----- .../examples/health/get-queue-logs.md | 14 ----- .../examples/health/get-queue-webhooks.md | 14 ----- .../examples/health/get-storage-local.md | 14 ----- .../server-python/examples/health/get-time.md | 14 ----- .../server-python/examples/health/get.md | 14 ----- .../examples/locale/get-continents.md | 14 ----- .../examples/locale/get-countries-e-u.md | 14 ----- .../examples/locale/get-countries-phones.md | 14 ----- .../examples/locale/get-countries.md | 14 ----- .../examples/locale/get-currencies.md | 14 ----- .../examples/locale/get-languages.md | 14 ----- .../server-python/examples/locale/get.md | 14 ----- .../examples/storage/create-bucket.md | 14 ----- .../examples/storage/create-file.md | 15 ------ .../examples/storage/delete-bucket.md | 14 ----- .../examples/storage/delete-file.md | 14 ----- .../examples/storage/get-bucket.md | 14 ----- .../examples/storage/get-file-download.md | 14 ----- .../examples/storage/get-file-preview.md | 14 ----- .../examples/storage/get-file-view.md | 14 ----- .../examples/storage/get-file.md | 14 ----- .../examples/storage/list-buckets.md | 14 ----- .../examples/storage/list-files.md | 14 ----- .../examples/storage/update-bucket.md | 14 ----- .../examples/storage/update-file.md | 14 ----- .../examples/teams/create-membership.md | 14 ----- .../server-python/examples/teams/create.md | 14 ----- .../examples/teams/delete-membership.md | 14 ----- .../server-python/examples/teams/delete.md | 14 ----- .../examples/teams/get-membership.md | 14 ----- .../examples/teams/get-memberships.md | 14 ----- .../1.0.0/server-python/examples/teams/get.md | 14 ----- .../server-python/examples/teams/list.md | 14 ----- .../examples/teams/update-membership-roles.md | 14 ----- .../teams/update-membership-status.md | 14 ----- .../server-python/examples/teams/update.md | 14 ----- .../examples/users/create-argon2user.md | 14 ----- .../examples/users/create-bcrypt-user.md | 14 ----- .../examples/users/create-m-d5user.md | 14 ----- .../examples/users/create-p-h-pass-user.md | 14 ----- .../examples/users/create-s-h-a-user.md | 14 ----- .../users/create-scrypt-modified-user.md | 14 ----- .../examples/users/create-scrypt-user.md | 14 ----- .../server-python/examples/users/create.md | 14 ----- .../examples/users/delete-session.md | 14 ----- .../examples/users/delete-sessions.md | 14 ----- .../server-python/examples/users/delete.md | 14 ----- .../server-python/examples/users/get-logs.md | 14 ----- .../examples/users/get-memberships.md | 14 ----- .../server-python/examples/users/get-prefs.md | 14 ----- .../examples/users/get-sessions.md | 14 ----- .../1.0.0/server-python/examples/users/get.md | 14 ----- .../server-python/examples/users/list.md | 14 ----- .../users/update-email-verification.md | 14 ----- .../examples/users/update-email.md | 14 ----- .../examples/users/update-name.md | 14 ----- .../examples/users/update-password.md | 14 ----- .../users/update-phone-verification.md | 14 ----- .../examples/users/update-phone.md | 14 ----- .../examples/users/update-prefs.md | 14 ----- .../examples/users/update-status.md | 14 ----- .../account/create-phone-verification.md | 14 ----- .../server-ruby/examples/account/get-logs.md | 14 ----- .../examples/account/get-sessions.md | 14 ----- .../examples/account/update-email.md | 14 ----- .../examples/account/update-name.md | 14 ----- .../examples/account/update-password.md | 14 ----- .../account/update-phone-verification.md | 14 ----- .../examples/account/update-phone.md | 14 ----- .../examples/account/update-prefs.md | 14 ----- .../examples/account/update-recovery.md | 14 ----- .../examples/account/update-session.md | 14 ----- .../examples/account/update-status.md | 14 ----- .../examples/account/update-verification.md | 14 ----- .../examples/avatars/get-credit-card.md | 14 ----- .../server-ruby/examples/avatars/get-q-r.md | 14 ----- .../databases/create-boolean-attribute.md | 14 ----- .../examples/databases/create-collection.md | 14 ----- .../databases/create-datetime-attribute.md | 14 ----- .../examples/databases/create-document.md | 14 ----- .../databases/create-email-attribute.md | 14 ----- .../databases/create-enum-attribute.md | 14 ----- .../databases/create-float-attribute.md | 14 ----- .../examples/databases/create-index.md | 14 ----- .../databases/create-integer-attribute.md | 14 ----- .../examples/databases/create-ip-attribute.md | 14 ----- .../databases/create-string-attribute.md | 14 ----- .../databases/create-url-attribute.md | 14 ----- .../server-ruby/examples/databases/create.md | 14 ----- .../examples/databases/delete-attribute.md | 14 ----- .../examples/databases/delete-collection.md | 14 ----- .../examples/databases/delete-index.md | 14 ----- .../server-ruby/examples/databases/delete.md | 14 ----- .../examples/databases/get-attribute.md | 14 ----- .../examples/databases/get-collection.md | 14 ----- .../examples/databases/get-document.md | 14 ----- .../examples/databases/get-index.md | 14 ----- .../server-ruby/examples/databases/get.md | 14 ----- .../examples/databases/list-attributes.md | 14 ----- .../examples/databases/list-collections.md | 14 ----- .../examples/databases/list-documents.md | 14 ----- .../examples/databases/list-indexes.md | 14 ----- .../server-ruby/examples/databases/list.md | 14 ----- .../examples/databases/update-collection.md | 14 ----- .../examples/databases/update-document.md | 14 ----- .../server-ruby/examples/databases/update.md | 14 ----- .../examples/functions/create-deployment.md | 14 ----- .../examples/functions/create-execution.md | 14 ----- .../examples/functions/create-variable.md | 14 ----- .../examples/functions/delete-deployment.md | 14 ----- .../examples/functions/delete-variable.md | 14 ----- .../server-ruby/examples/functions/delete.md | 14 ----- .../examples/functions/get-deployment.md | 14 ----- .../examples/functions/get-execution.md | 14 ----- .../examples/functions/get-variable.md | 14 ----- .../server-ruby/examples/functions/get.md | 14 ----- .../examples/functions/list-deployments.md | 14 ----- .../examples/functions/list-executions.md | 14 ----- .../examples/functions/list-runtimes.md | 14 ----- .../examples/functions/list-variables.md | 14 ----- .../server-ruby/examples/functions/list.md | 14 ----- .../examples/functions/retry-build.md | 14 ----- .../examples/functions/update-deployment.md | 14 ----- .../examples/functions/update-variable.md | 14 ----- .../server-ruby/examples/health/get-cache.md | 14 ----- .../server-ruby/examples/health/get-d-b.md | 14 ----- .../server-ruby/examples/health/get-time.md | 14 ----- .../examples/locale/get-continents.md | 14 ----- .../examples/locale/get-countries-e-u.md | 14 ----- .../examples/locale/get-countries-phones.md | 14 ----- .../examples/locale/get-countries.md | 14 ----- .../examples/locale/get-currencies.md | 14 ----- .../examples/locale/get-languages.md | 14 ----- .../1.0.0/server-ruby/examples/locale/get.md | 14 ----- .../examples/storage/create-bucket.md | 14 ----- .../examples/storage/create-file.md | 15 ------ .../examples/storage/delete-bucket.md | 14 ----- .../examples/storage/delete-file.md | 14 ----- .../examples/storage/get-bucket.md | 14 ----- .../examples/storage/get-file-download.md | 14 ----- .../examples/storage/get-file-preview.md | 14 ----- .../examples/storage/get-file-view.md | 14 ----- .../server-ruby/examples/storage/get-file.md | 14 ----- .../examples/storage/list-files.md | 14 ----- .../examples/storage/update-bucket.md | 14 ----- .../examples/storage/update-file.md | 14 ----- .../examples/teams/create-membership.md | 14 ----- .../server-ruby/examples/teams/create.md | 14 ----- .../examples/teams/delete-membership.md | 14 ----- .../server-ruby/examples/teams/delete.md | 14 ----- .../examples/teams/get-membership.md | 14 ----- .../examples/teams/get-memberships.md | 14 ----- .../examples/teams/update-membership-roles.md | 14 ----- .../teams/update-membership-status.md | 14 ----- .../server-ruby/examples/teams/update.md | 14 ----- .../examples/users/create-argon2user.md | 14 ----- .../examples/users/create-bcrypt-user.md | 14 ----- .../examples/users/create-m-d5user.md | 14 ----- .../examples/users/create-p-h-pass-user.md | 14 ----- .../examples/users/create-s-h-a-user.md | 14 ----- .../users/create-scrypt-modified-user.md | 14 ----- .../examples/users/create-scrypt-user.md | 14 ----- .../server-ruby/examples/users/create.md | 14 ----- .../examples/users/delete-session.md | 14 ----- .../examples/users/delete-sessions.md | 14 ----- .../server-ruby/examples/users/delete.md | 14 ----- .../server-ruby/examples/users/get-logs.md | 14 ----- .../examples/users/get-memberships.md | 14 ----- .../server-ruby/examples/users/get-prefs.md | 14 ----- .../examples/users/get-sessions.md | 14 ----- .../1.0.0/server-ruby/examples/users/list.md | 14 ----- .../users/update-email-verification.md | 14 ----- .../examples/users/update-email.md | 14 ----- .../server-ruby/examples/users/update-name.md | 14 ----- .../examples/users/update-password.md | 14 ----- .../users/update-phone-verification.md | 14 ----- .../examples/users/update-phone.md | 14 ----- .../examples/users/update-prefs.md | 14 ----- .../examples/users/update-status.md | 14 ----- .../account/create-phone-verification.md | 12 ----- .../examples/account/create-recovery.md | 15 ------ .../examples/account/create-verification.md | 14 ----- .../examples/account/delete-session.md | 14 ----- .../examples/account/delete-sessions.md | 12 ----- .../server-swift/examples/account/get-logs.md | 12 ----- .../examples/account/get-prefs.md | 12 ----- .../examples/account/get-session.md | 14 ----- .../examples/account/get-sessions.md | 12 ----- .../server-swift/examples/account/get.md | 12 ----- .../examples/account/update-email.md | 15 ------ .../examples/account/update-name.md | 14 ----- .../examples/account/update-password.md | 14 ----- .../account/update-phone-verification.md | 15 ------ .../examples/account/update-phone.md | 15 ------ .../examples/account/update-prefs.md | 14 ----- .../examples/account/update-recovery.md | 17 ------- .../examples/account/update-session.md | 14 ----- .../examples/account/update-status.md | 12 ----- .../examples/account/update-verification.md | 15 ------ .../examples/avatars/get-browser.md | 14 ----- .../examples/avatars/get-credit-card.md | 14 ----- .../examples/avatars/get-favicon.md | 14 ----- .../server-swift/examples/avatars/get-flag.md | 14 ----- .../examples/avatars/get-image.md | 14 ----- .../examples/avatars/get-initials.md | 12 ----- .../server-swift/examples/avatars/get-q-r.md | 14 ----- .../databases/create-boolean-attribute.md | 17 ------- .../examples/databases/create-collection.md | 16 ------ .../databases/create-datetime-attribute.md | 17 ------- .../examples/databases/create-document.md | 17 ------- .../databases/create-email-attribute.md | 17 ------- .../databases/create-enum-attribute.md | 18 ------- .../databases/create-float-attribute.md | 17 ------- .../examples/databases/create-index.md | 18 ------- .../databases/create-integer-attribute.md | 17 ------- .../examples/databases/create-ip-attribute.md | 17 ------- .../databases/create-string-attribute.md | 18 ------- .../databases/create-url-attribute.md | 17 ------- .../server-swift/examples/databases/create.md | 15 ------ .../examples/databases/delete-attribute.md | 16 ------ .../examples/databases/delete-collection.md | 15 ------ .../examples/databases/delete-document.md | 16 ------ .../examples/databases/delete-index.md | 16 ------ .../server-swift/examples/databases/delete.md | 14 ----- .../examples/databases/get-attribute.md | 16 ------ .../examples/databases/get-collection.md | 15 ------ .../examples/databases/get-document.md | 16 ------ .../examples/databases/get-index.md | 16 ------ .../server-swift/examples/databases/get.md | 14 ----- .../examples/databases/list-attributes.md | 15 ------ .../examples/databases/list-collections.md | 14 ----- .../examples/databases/list-documents.md | 15 ------ .../examples/databases/list-indexes.md | 15 ------ .../server-swift/examples/databases/list.md | 12 ----- .../examples/databases/update-collection.md | 16 ------ .../examples/databases/update-document.md | 16 ------ .../server-swift/examples/databases/update.md | 15 ------ .../examples/functions/create-deployment.md | 17 ------- .../examples/functions/create-execution.md | 14 ----- .../examples/functions/create-variable.md | 16 ------ .../server-swift/examples/functions/create.md | 17 ------- .../examples/functions/delete-deployment.md | 15 ------ .../examples/functions/delete-variable.md | 15 ------ .../server-swift/examples/functions/delete.md | 14 ----- .../examples/functions/get-deployment.md | 15 ------ .../examples/functions/get-execution.md | 15 ------ .../examples/functions/get-variable.md | 15 ------ .../server-swift/examples/functions/get.md | 14 ----- .../examples/functions/list-deployments.md | 14 ----- .../examples/functions/list-executions.md | 14 ----- .../examples/functions/list-runtimes.md | 12 ----- .../examples/functions/list-variables.md | 14 ----- .../server-swift/examples/functions/list.md | 12 ----- .../examples/functions/retry-build.md | 16 ------ .../examples/functions/update-deployment.md | 15 ------ .../examples/functions/update-variable.md | 16 ------ .../server-swift/examples/functions/update.md | 16 ------ .../examples/health/get-antivirus.md | 12 ----- .../server-swift/examples/health/get-cache.md | 12 ----- .../server-swift/examples/health/get-d-b.md | 12 ----- .../examples/health/get-queue-certificates.md | 12 ----- .../examples/health/get-queue-functions.md | 12 ----- .../examples/health/get-queue-logs.md | 12 ----- .../examples/health/get-queue-webhooks.md | 12 ----- .../examples/health/get-storage-local.md | 12 ----- .../server-swift/examples/health/get-time.md | 12 ----- .../1.0.0/server-swift/examples/health/get.md | 12 ----- .../examples/locale/get-continents.md | 12 ----- .../examples/locale/get-countries-e-u.md | 12 ----- .../examples/locale/get-countries-phones.md | 12 ----- .../examples/locale/get-countries.md | 12 ----- .../examples/locale/get-currencies.md | 12 ----- .../examples/locale/get-languages.md | 12 ----- .../1.0.0/server-swift/examples/locale/get.md | 12 ----- .../examples/storage/create-bucket.md | 15 ------ .../examples/storage/create-file.md | 16 ------ .../examples/storage/delete-bucket.md | 14 ----- .../examples/storage/delete-file.md | 15 ------ .../examples/storage/get-bucket.md | 14 ----- .../examples/storage/get-file-download.md | 15 ------ .../examples/storage/get-file-preview.md | 15 ------ .../examples/storage/get-file-view.md | 15 ------ .../server-swift/examples/storage/get-file.md | 15 ------ .../examples/storage/list-buckets.md | 12 ----- .../examples/storage/list-files.md | 14 ----- .../examples/storage/update-bucket.md | 15 ------ .../examples/storage/update-file.md | 15 ------ .../examples/teams/create-membership.md | 17 ------- .../server-swift/examples/teams/create.md | 15 ------ .../examples/teams/delete-membership.md | 15 ------ .../server-swift/examples/teams/delete.md | 14 ----- .../examples/teams/get-membership.md | 15 ------ .../examples/teams/get-memberships.md | 14 ----- .../1.0.0/server-swift/examples/teams/get.md | 14 ----- .../1.0.0/server-swift/examples/teams/list.md | 12 ----- .../examples/teams/update-membership-roles.md | 16 ------ .../teams/update-membership-status.md | 17 ------- .../server-swift/examples/teams/update.md | 15 ------ .../examples/users/create-argon2user.md | 16 ------ .../examples/users/create-bcrypt-user.md | 16 ------ .../examples/users/create-m-d5user.md | 16 ------ .../examples/users/create-p-h-pass-user.md | 16 ------ .../examples/users/create-s-h-a-user.md | 16 ------ .../users/create-scrypt-modified-user.md | 19 ------- .../examples/users/create-scrypt-user.md | 21 -------- .../server-swift/examples/users/create.md | 14 ----- .../examples/users/delete-session.md | 15 ------ .../examples/users/delete-sessions.md | 14 ----- .../server-swift/examples/users/delete.md | 14 ----- .../server-swift/examples/users/get-logs.md | 14 ----- .../examples/users/get-memberships.md | 14 ----- .../server-swift/examples/users/get-prefs.md | 14 ----- .../examples/users/get-sessions.md | 14 ----- .../1.0.0/server-swift/examples/users/get.md | 14 ----- .../1.0.0/server-swift/examples/users/list.md | 12 ----- .../users/update-email-verification.md | 15 ------ .../examples/users/update-email.md | 15 ------ .../examples/users/update-name.md | 15 ------ .../examples/users/update-password.md | 15 ------ .../users/update-phone-verification.md | 15 ------ .../examples/users/update-phone.md | 15 ------ .../examples/users/update-prefs.md | 15 ------ .../examples/users/update-status.md | 15 ------ .../java/account/create-anonymous-session.md | 0 .../java/account/create-email-session.md | 0 .../java/account/create-j-w-t.md | 0 .../account/create-magic-u-r-l-session.md | 0 .../java/account/create-o-auth2session.md | 0 .../java/account/create-phone-session.md | 0 .../java/account/create-phone-verification.md | 0 .../java/account/create-recovery.md | 0 .../java/account/create-verification.md | 0 .../client-android/java/account/create.md | 0 .../java/account/delete-session.md | 0 .../java/account/delete-sessions.md | 0 .../client-android/java/account/get-logs.md | 0 .../client-android/java/account/get-prefs.md | 0 .../java/account/get-session.md | 0 .../java/account/get-sessions.md | 0 .../client-android/java/account/get.md | 0 .../client-android/java/account/list-logs.md | 0 .../java/account/list-sessions.md | 0 .../java/account/update-email.md | 0 .../account/update-magic-u-r-l-session.md | 0 .../java/account/update-name.md | 0 .../java/account/update-password.md | 0 .../java/account/update-phone-session.md | 0 .../java/account/update-phone-verification.md | 0 .../java/account/update-phone.md | 0 .../java/account/update-prefs.md | 0 .../java/account/update-recovery.md | 0 .../java/account/update-session.md | 0 .../java/account/update-status.md | 0 .../java/account/update-verification.md | 0 .../java/avatars/get-browser.md | 0 .../java/avatars/get-credit-card.md | 0 .../java/avatars/get-favicon.md | 0 .../client-android/java/avatars/get-flag.md | 0 .../client-android/java/avatars/get-image.md | 0 .../java/avatars/get-initials.md | 0 .../client-android/java/avatars/get-q-r.md | 0 .../java/databases/create-document.md | 0 .../java/databases/delete-document.md | 0 .../java/databases/get-document.md | 0 .../java/databases/list-documents.md | 0 .../java/databases/update-document.md | 0 .../java/functions/create-execution.md | 0 .../java/functions/get-execution.md | 0 .../java/functions/list-executions.md | 0 .../java/functions/retry-build.md | 0 .../java/locale/get-continents.md | 0 .../java/locale/get-countries-e-u.md | 0 .../java/locale/get-countries-phones.md | 0 .../java/locale/get-countries.md | 0 .../java/locale/get-currencies.md | 0 .../java/locale/get-languages.md | 0 .../client-android/java/locale/get.md | 0 .../java/locale/list-continents.md | 0 .../java/locale/list-countries-e-u.md | 0 .../java/locale/list-countries-phones.md | 0 .../java/locale/list-countries.md | 0 .../java/locale/list-currencies.md | 0 .../java/locale/list-languages.md | 0 .../java/storage/create-file.md | 0 .../java/storage/delete-file.md | 0 .../java/storage/get-file-download.md | 0 .../java/storage/get-file-preview.md | 0 .../java/storage/get-file-view.md | 0 .../client-android/java/storage/get-file.md | 0 .../client-android/java/storage/list-files.md | 0 .../java/storage/update-file.md | 0 .../java/teams/create-membership.md | 0 .../client-android/java/teams/create.md | 0 .../java/teams/delete-membership.md | 0 .../client-android/java/teams/delete.md | 0 .../java/teams/get-membership.md | 0 .../java/teams/get-memberships.md | 0 .../client-android/java/teams/get.md | 0 .../java/teams/list-memberships.md | 0 .../client-android/java/teams/list.md | 0 .../java/teams/update-membership-roles.md | 0 .../java/teams/update-membership-status.md | 0 .../client-android/java/teams/update.md | 0 .../account/create-anonymous-session.md | 0 .../kotlin/account/create-email-session.md | 0 .../kotlin/account/create-j-w-t.md | 0 .../account/create-magic-u-r-l-session.md | 0 .../kotlin/account/create-o-auth2session.md | 0 .../kotlin/account/create-phone-session.md | 0 .../account/create-phone-verification.md | 0 .../kotlin/account/create-recovery.md | 0 .../kotlin/account/create-verification.md | 0 .../client-android/kotlin/account/create.md | 0 .../kotlin/account/delete-session.md | 0 .../kotlin/account/delete-sessions.md | 0 .../client-android/kotlin/account/get-logs.md | 0 .../kotlin/account/get-prefs.md | 0 .../kotlin/account/get-session.md | 0 .../kotlin/account/get-sessions.md | 0 .../client-android/kotlin/account/get.md | 0 .../kotlin/account/list-logs.md | 0 .../kotlin/account/list-sessions.md | 0 .../kotlin/account/update-email.md | 0 .../account/update-magic-u-r-l-session.md | 0 .../kotlin/account/update-name.md | 0 .../kotlin/account/update-password.md | 0 .../kotlin/account/update-phone-session.md | 0 .../account/update-phone-verification.md | 0 .../kotlin/account/update-phone.md | 0 .../kotlin/account/update-prefs.md | 0 .../kotlin/account/update-recovery.md | 0 .../kotlin/account/update-session.md | 0 .../kotlin/account/update-status.md | 0 .../kotlin/account/update-verification.md | 0 .../kotlin/avatars/get-browser.md | 0 .../kotlin/avatars/get-credit-card.md | 0 .../kotlin/avatars/get-favicon.md | 0 .../client-android/kotlin/avatars/get-flag.md | 0 .../kotlin/avatars/get-image.md | 0 .../kotlin/avatars/get-initials.md | 0 .../client-android/kotlin/avatars/get-q-r.md | 0 .../kotlin/databases/create-document.md | 0 .../kotlin/databases/delete-document.md | 0 .../kotlin/databases/get-document.md | 0 .../kotlin/databases/list-documents.md | 0 .../kotlin/databases/update-document.md | 0 .../kotlin/functions/create-execution.md | 0 .../kotlin/functions/get-execution.md | 0 .../kotlin/functions/list-executions.md | 0 .../kotlin/functions/retry-build.md | 0 .../kotlin/locale/get-continents.md | 0 .../kotlin/locale/get-countries-e-u.md | 0 .../kotlin/locale/get-countries-phones.md | 0 .../kotlin/locale/get-countries.md | 0 .../kotlin/locale/get-currencies.md | 0 .../kotlin/locale/get-languages.md | 0 .../client-android/kotlin/locale/get.md | 0 .../kotlin/locale/list-continents.md | 0 .../kotlin/locale/list-countries-e-u.md | 0 .../kotlin/locale/list-countries-phones.md | 0 .../kotlin/locale/list-countries.md | 0 .../kotlin/locale/list-currencies.md | 0 .../kotlin/locale/list-languages.md | 0 .../kotlin/storage/create-file.md | 0 .../kotlin/storage/delete-file.md | 0 .../kotlin/storage/get-file-download.md | 0 .../kotlin/storage/get-file-preview.md | 0 .../kotlin/storage/get-file-view.md | 0 .../client-android/kotlin/storage/get-file.md | 0 .../kotlin/storage/list-files.md | 0 .../kotlin/storage/update-file.md | 0 .../kotlin/teams/create-membership.md | 0 .../client-android/kotlin/teams/create.md | 0 .../kotlin/teams/delete-membership.md | 0 .../client-android/kotlin/teams/delete.md | 0 .../kotlin/teams/get-membership.md | 0 .../kotlin/teams/get-memberships.md | 0 .../client-android/kotlin/teams/get.md | 0 .../kotlin/teams/list-memberships.md | 0 .../client-android/kotlin/teams/list.md | 0 .../kotlin/teams/update-membership-roles.md | 0 .../kotlin/teams/update-membership-status.md | 0 .../client-android/kotlin/teams/update.md | 0 .../account/create-anonymous-session.md | 0 .../examples/account/create-email-session.md | 0 .../examples/account/create-j-w-t.md | 0 .../account/create-magic-u-r-l-session.md | 0 .../examples/account/create-o-auth2session.md | 0 .../examples/account/create-phone-session.md | 0 .../account/create-phone-verification.md | 0 .../examples/account/create-recovery.md | 0 .../examples/account/create-verification.md | 0 .../client-apple/examples/account/create.md | 0 .../examples/account/delete-session.md | 0 .../examples/account/delete-sessions.md | 0 .../client-apple/examples/account/get-logs.md | 0 .../examples/account/get-prefs.md | 0 .../examples/account/get-session.md | 0 .../examples/account/get-sessions.md | 0 .../client-apple/examples/account/get.md | 0 .../examples/account/list-logs.md | 0 .../examples/account/list-sessions.md | 0 .../examples/account/update-email.md | 0 .../account/update-magic-u-r-l-session.md | 0 .../examples/account/update-name.md | 0 .../examples/account/update-password.md | 0 .../examples/account/update-phone-session.md | 0 .../account/update-phone-verification.md | 0 .../examples/account/update-phone.md | 0 .../examples/account/update-prefs.md | 0 .../examples/account/update-recovery.md | 0 .../examples/account/update-session.md | 0 .../examples/account/update-status.md | 0 .../examples/account/update-verification.md | 0 .../examples/avatars/get-browser.md | 0 .../examples/avatars/get-credit-card.md | 0 .../examples/avatars/get-favicon.md | 0 .../client-apple/examples/avatars/get-flag.md | 0 .../examples/avatars/get-image.md | 0 .../examples/avatars/get-initials.md | 0 .../client-apple/examples/avatars/get-q-r.md | 0 .../examples/databases/create-document.md | 0 .../examples/databases/delete-document.md | 0 .../examples/databases/get-document.md | 0 .../examples/databases/list-documents.md | 0 .../examples/databases/update-document.md | 0 .../examples/functions/create-execution.md | 0 .../examples/functions/get-execution.md | 0 .../examples/functions/list-executions.md | 0 .../examples/functions/retry-build.md | 0 .../examples/locale/get-continents.md | 0 .../examples/locale/get-countries-e-u.md | 0 .../examples/locale/get-countries-phones.md | 0 .../examples/locale/get-countries.md | 0 .../examples/locale/get-currencies.md | 0 .../examples/locale/get-languages.md | 0 .../client-apple/examples/locale/get.md | 0 .../examples/locale/list-continents.md | 0 .../examples/locale/list-countries-e-u.md | 0 .../examples/locale/list-countries-phones.md | 0 .../examples/locale/list-countries.md | 0 .../examples/locale/list-currencies.md | 0 .../examples/locale/list-languages.md | 0 .../examples/storage/create-file.md | 0 .../examples/storage/delete-file.md | 0 .../examples/storage/get-file-download.md | 0 .../examples/storage/get-file-preview.md | 0 .../examples/storage/get-file-view.md | 0 .../client-apple/examples/storage/get-file.md | 0 .../examples/storage/list-files.md | 0 .../examples/storage/update-file.md | 0 .../examples/teams/create-membership.md | 0 .../client-apple/examples/teams/create.md | 0 .../examples/teams/delete-membership.md | 0 .../client-apple/examples/teams/delete.md | 0 .../examples/teams/get-membership.md | 0 .../examples/teams/get-memberships.md | 0 .../client-apple/examples/teams/get.md | 0 .../examples/teams/list-memberships.md | 0 .../client-apple/examples/teams/list.md | 0 .../examples/teams/update-membership-roles.md | 0 .../teams/update-membership-status.md | 0 .../client-apple/examples/teams/update.md | 0 .../account/create-anonymous-session.md | 0 .../examples/account/create-email-session.md | 0 .../examples/account/create-j-w-t.md | 0 .../account/create-magic-u-r-l-session.md | 0 .../examples/account/create-o-auth2session.md | 0 .../examples/account/create-phone-session.md | 0 .../account/create-phone-verification.md | 0 .../examples/account/create-recovery.md | 0 .../examples/account/create-verification.md | 0 .../client-flutter/examples/account/create.md | 0 .../examples/account/delete-session.md | 0 .../examples/account/delete-sessions.md | 0 .../examples/account/get-logs.md | 0 .../examples/account/get-prefs.md | 0 .../examples/account/get-session.md | 0 .../examples/account/get-sessions.md | 0 .../client-flutter/examples/account/get.md | 0 .../examples/account/list-logs.md | 0 .../examples/account/list-sessions.md | 0 .../examples/account/update-email.md | 0 .../account/update-magic-u-r-l-session.md | 0 .../examples/account/update-name.md | 0 .../examples/account/update-password.md | 0 .../examples/account/update-phone-session.md | 0 .../account/update-phone-verification.md | 0 .../examples/account/update-phone.md | 0 .../examples/account/update-prefs.md | 0 .../examples/account/update-recovery.md | 0 .../examples/account/update-session.md | 0 .../examples/account/update-status.md | 0 .../examples/account/update-verification.md | 0 .../examples/avatars/get-browser.md | 0 .../examples/avatars/get-credit-card.md | 0 .../examples/avatars/get-favicon.md | 0 .../examples/avatars/get-flag.md | 0 .../examples/avatars/get-image.md | 0 .../examples/avatars/get-initials.md | 0 .../examples/avatars/get-q-r.md | 0 .../examples/databases/create-document.md | 0 .../examples/databases/delete-document.md | 0 .../examples/databases/get-document.md | 0 .../examples/databases/list-documents.md | 0 .../examples/databases/update-document.md | 0 .../examples/functions/create-execution.md | 0 .../examples/functions/get-execution.md | 0 .../examples/functions/list-executions.md | 0 .../examples/functions/retry-build.md | 0 .../examples/locale/get-continents.md | 0 .../examples/locale/get-countries-e-u.md | 0 .../examples/locale/get-countries-phones.md | 0 .../examples/locale/get-countries.md | 0 .../examples/locale/get-currencies.md | 0 .../examples/locale/get-languages.md | 0 .../client-flutter/examples/locale/get.md | 0 .../examples/locale/list-continents.md | 0 .../examples/locale/list-countries-e-u.md | 0 .../examples/locale/list-countries-phones.md | 0 .../examples/locale/list-countries.md | 0 .../examples/locale/list-currencies.md | 0 .../examples/locale/list-languages.md | 0 .../examples/storage/create-file.md | 0 .../examples/storage/delete-file.md | 0 .../examples/storage/get-file-download.md | 0 .../examples/storage/get-file-preview.md | 0 .../examples/storage/get-file-view.md | 0 .../examples/storage/get-file.md | 0 .../examples/storage/list-files.md | 0 .../examples/storage/update-file.md | 0 .../examples/teams/create-membership.md | 0 .../client-flutter/examples/teams/create.md | 0 .../examples/teams/delete-membership.md | 0 .../client-flutter/examples/teams/delete.md | 0 .../examples/teams/get-membership.md | 0 .../examples/teams/get-memberships.md | 0 .../client-flutter/examples/teams/get.md | 0 .../examples/teams/list-memberships.md | 0 .../client-flutter/examples/teams/list.md | 0 .../examples/teams/update-membership-roles.md | 0 .../teams/update-membership-status.md | 0 .../client-flutter/examples/teams/update.md | 0 .../account/create-anonymous-session.md | 0 .../examples/account/create-email-session.md | 0 .../examples/account/create-j-w-t.md | 0 .../account/create-magic-u-r-l-session.md | 0 .../examples/account/create-o-auth2session.md | 0 .../examples/account/create-phone-session.md | 0 .../account/create-phone-verification.md | 0 .../examples/account/create-recovery.md | 0 .../examples/account/create-verification.md | 0 .../client-web/examples/account/create.md | 0 .../examples/account/delete-session.md | 0 .../examples/account/delete-sessions.md | 0 .../client-web/examples/account/get-logs.md | 0 .../client-web/examples/account/get-prefs.md | 0 .../examples/account/get-session.md | 0 .../examples/account/get-sessions.md | 0 .../client-web/examples/account/get.md | 0 .../client-web/examples/account/list-logs.md | 0 .../examples/account/list-sessions.md | 0 .../examples/account/update-email.md | 0 .../account/update-magic-u-r-l-session.md | 0 .../examples/account/update-name.md | 0 .../examples/account/update-password.md | 0 .../examples/account/update-phone-session.md | 0 .../account/update-phone-verification.md | 0 .../examples/account/update-phone.md | 0 .../examples/account/update-prefs.md | 0 .../examples/account/update-recovery.md | 0 .../examples/account/update-session.md | 0 .../examples/account/update-status.md | 0 .../examples/account/update-verification.md | 0 .../examples/avatars/get-browser.md | 0 .../examples/avatars/get-credit-card.md | 0 .../examples/avatars/get-favicon.md | 0 .../client-web/examples/avatars/get-flag.md | 0 .../client-web/examples/avatars/get-image.md | 0 .../examples/avatars/get-initials.md | 0 .../client-web/examples/avatars/get-q-r.md | 0 .../examples/databases/create-document.md | 0 .../examples/databases/delete-document.md | 0 .../examples/databases/get-document.md | 0 .../examples/databases/list-documents.md | 0 .../examples/databases/update-document.md | 0 .../examples/functions/create-execution.md | 0 .../examples/functions/get-execution.md | 0 .../examples/functions/list-executions.md | 0 .../examples/functions/retry-build.md | 0 .../examples/locale/get-continents.md | 0 .../examples/locale/get-countries-e-u.md | 0 .../examples/locale/get-countries-phones.md | 0 .../examples/locale/get-countries.md | 0 .../examples/locale/get-currencies.md | 0 .../examples/locale/get-languages.md | 0 .../client-web/examples/locale/get.md | 0 .../examples/locale/list-continents.md | 0 .../examples/locale/list-countries-e-u.md | 0 .../examples/locale/list-countries-phones.md | 0 .../examples/locale/list-countries.md | 0 .../examples/locale/list-currencies.md | 0 .../examples/locale/list-languages.md | 0 .../examples/storage/create-file.md | 0 .../examples/storage/delete-file.md | 0 .../examples/storage/get-file-download.md | 0 .../examples/storage/get-file-preview.md | 0 .../examples/storage/get-file-view.md | 0 .../client-web/examples/storage/get-file.md | 0 .../client-web/examples/storage/list-files.md | 0 .../examples/storage/update-file.md | 0 .../examples/teams/create-membership.md | 0 .../client-web/examples/teams/create.md | 0 .../examples/teams/delete-membership.md | 0 .../client-web/examples/teams/delete.md | 0 .../examples/teams/get-membership.md | 0 .../examples/teams/get-memberships.md | 0 .../client-web/examples/teams/get.md | 0 .../examples/teams/list-memberships.md | 0 .../client-web/examples/teams/list.md | 0 .../examples/teams/update-membership-roles.md | 0 .../teams/update-membership-status.md | 0 .../client-web/examples/teams/update.md | 0 .../account/create-anonymous-session.md | 0 .../examples/account/create-email-session.md | 0 .../examples/account/create-j-w-t.md | 0 .../account/create-magic-u-r-l-session.md | 0 .../examples/account/create-o-auth2session.md | 0 .../examples/account/create-phone-session.md | 0 .../account/create-phone-verification.md | 0 .../examples/account/create-recovery.md | 0 .../examples/account/create-verification.md | 0 .../console-cli/examples/account/create.md | 0 .../examples/account/delete-session.md | 0 .../examples/account/delete-sessions.md | 0 .../console-cli/examples/account/get-logs.md | 0 .../console-cli/examples/account/get-prefs.md | 0 .../examples/account/get-session.md | 0 .../examples/account/get-sessions.md | 0 .../console-cli/examples/account/get.md | 0 .../console-cli/examples/account/list-logs.md | 0 .../examples/account/list-sessions.md | 0 .../examples/account/update-email.md | 0 .../account/update-magic-u-r-l-session.md | 0 .../examples/account/update-name.md | 0 .../examples/account/update-password.md | 0 .../examples/account/update-phone-session.md | 0 .../account/update-phone-verification.md | 0 .../examples/account/update-phone.md | 0 .../examples/account/update-prefs.md | 0 .../examples/account/update-recovery.md | 0 .../examples/account/update-session.md | 0 .../examples/account/update-status.md | 0 .../examples/account/update-verification.md | 0 .../examples/avatars/get-browser.md | 0 .../examples/avatars/get-credit-card.md | 0 .../examples/avatars/get-favicon.md | 0 .../console-cli/examples/avatars/get-flag.md | 0 .../console-cli/examples/avatars/get-image.md | 0 .../examples/avatars/get-initials.md | 0 .../console-cli/examples/avatars/get-q-r.md | 0 .../databases/create-boolean-attribute.md | 0 .../examples/databases/create-collection.md | 0 .../databases/create-datetime-attribute.md | 0 .../examples/databases/create-document.md | 0 .../databases/create-email-attribute.md | 0 .../databases/create-enum-attribute.md | 0 .../databases/create-float-attribute.md | 0 .../examples/databases/create-index.md | 0 .../databases/create-integer-attribute.md | 0 .../examples/databases/create-ip-attribute.md | 0 .../databases/create-string-attribute.md | 0 .../databases/create-url-attribute.md | 0 .../console-cli/examples/databases/create.md | 0 .../examples/databases/delete-attribute.md | 0 .../examples/databases/delete-collection.md | 0 .../examples/databases/delete-document.md | 0 .../examples/databases/delete-index.md | 0 .../console-cli/examples/databases/delete.md | 0 .../examples/databases/get-attribute.md | 0 .../databases/get-collection-usage.md | 0 .../examples/databases/get-collection.md | 0 .../examples/databases/get-database-usage.md | 0 .../examples/databases/get-document.md | 0 .../examples/databases/get-index.md | 0 .../examples/databases/get-usage.md | 0 .../console-cli/examples/databases/get.md | 0 .../examples/databases/list-attributes.md | 0 .../databases/list-collection-logs.md | 0 .../examples/databases/list-collections.md | 0 .../examples/databases/list-document-logs.md | 0 .../examples/databases/list-documents.md | 0 .../examples/databases/list-indexes.md | 0 .../examples/databases/list-logs.md | 0 .../console-cli/examples/databases/list.md | 0 .../examples/databases/update-collection.md | 0 .../examples/databases/update-document.md | 0 .../console-cli/examples/databases/update.md | 0 .../examples/functions/create-deployment.md | 0 .../examples/functions/create-execution.md | 0 .../examples/functions/create-variable.md | 0 .../console-cli/examples/functions/create.md | 0 .../examples/functions/delete-deployment.md | 0 .../examples/functions/delete-variable.md | 0 .../console-cli/examples/functions/delete.md | 0 .../examples/functions/get-deployment.md | 0 .../examples/functions/get-execution.md | 0 .../examples/functions/get-function-usage.md | 0 .../examples/functions/get-usage.md | 0 .../examples/functions/get-variable.md | 0 .../console-cli/examples/functions/get.md | 0 .../examples/functions/list-deployments.md | 0 .../examples/functions/list-executions.md | 0 .../examples/functions/list-runtimes.md | 0 .../examples/functions/list-variables.md | 0 .../console-cli/examples/functions/list.md | 0 .../examples/functions/retry-build.md | 0 .../examples/functions/update-deployment.md | 0 .../examples/functions/update-variable.md | 0 .../console-cli/examples/functions/update.md | 0 .../examples/health/get-antivirus.md | 0 .../console-cli/examples/health/get-cache.md | 0 .../console-cli/examples/health/get-d-b.md | 0 .../examples/health/get-queue-certificates.md | 0 .../examples/health/get-queue-functions.md | 0 .../examples/health/get-queue-logs.md | 0 .../examples/health/get-queue-webhooks.md | 0 .../examples/health/get-storage-local.md | 0 .../console-cli/examples/health/get-time.md | 0 .../console-cli/examples/health/get.md | 0 .../examples/locale/get-continents.md | 0 .../examples/locale/get-countries-e-u.md | 0 .../examples/locale/get-countries-phones.md | 0 .../examples/locale/get-countries.md | 0 .../examples/locale/get-currencies.md | 0 .../examples/locale/get-languages.md | 0 .../console-cli/examples/locale/get.md | 0 .../examples/locale/list-continents.md | 0 .../examples/locale/list-countries-e-u.md | 0 .../examples/locale/list-countries-phones.md | 0 .../examples/locale/list-countries.md | 0 .../examples/locale/list-currencies.md | 0 .../examples/locale/list-languages.md | 0 .../examples/projects/create-domain.md | 0 .../examples/projects/create-key.md | 0 .../examples/projects/create-platform.md | 0 .../examples/projects/create-webhook.md | 0 .../console-cli/examples/projects/create.md | 0 .../examples/projects/delete-domain.md | 0 .../examples/projects/delete-key.md | 0 .../examples/projects/delete-platform.md | 0 .../examples/projects/delete-webhook.md | 0 .../console-cli/examples/projects/delete.md | 0 .../examples/projects/get-domain.md | 0 .../console-cli/examples/projects/get-key.md | 0 .../examples/projects/get-platform.md | 0 .../examples/projects/get-usage.md | 0 .../examples/projects/get-webhook.md | 0 .../console-cli/examples/projects/get.md | 0 .../examples/projects/list-domains.md | 0 .../examples/projects/list-keys.md | 0 .../examples/projects/list-platforms.md | 0 .../examples/projects/list-webhooks.md | 0 .../console-cli/examples/projects/list.md | 0 .../examples/projects/update-auth-limit.md | 0 .../examples/projects/update-auth-status.md | 0 .../projects/update-domain-verification.md | 0 .../examples/projects/update-key.md | 0 .../examples/projects/update-o-auth2.md | 0 .../examples/projects/update-platform.md | 0 .../projects/update-service-status.md | 0 .../projects/update-webhook-signature.md | 0 .../examples/projects/update-webhook.md | 0 .../console-cli/examples/projects/update.md | 0 .../examples/storage/create-bucket.md | 0 .../examples/storage/create-file.md | 0 .../examples/storage/delete-bucket.md | 0 .../examples/storage/delete-file.md | 0 .../examples/storage/get-bucket-usage.md | 0 .../examples/storage/get-bucket.md | 0 .../examples/storage/get-file-download.md | 0 .../examples/storage/get-file-preview.md | 0 .../examples/storage/get-file-view.md | 0 .../console-cli/examples/storage/get-file.md | 0 .../console-cli/examples/storage/get-usage.md | 0 .../examples/storage/list-buckets.md | 0 .../examples/storage/list-files.md | 0 .../examples/storage/update-bucket.md | 0 .../examples/storage/update-file.md | 0 .../examples/teams/create-membership.md | 0 .../console-cli/examples/teams/create.md | 0 .../examples/teams/delete-membership.md | 0 .../console-cli/examples/teams/delete.md | 0 .../examples/teams/get-membership.md | 0 .../examples/teams/get-memberships.md | 0 .../console-cli/examples/teams/get.md | 0 .../console-cli/examples/teams/list-logs.md | 0 .../examples/teams/list-memberships.md | 0 .../console-cli/examples/teams/list.md | 0 .../examples/teams/update-membership-roles.md | 0 .../teams/update-membership-status.md | 0 .../console-cli/examples/teams/update.md | 0 .../examples/users/create-argon2user.md | 0 .../examples/users/create-bcrypt-user.md | 0 .../examples/users/create-m-d5user.md | 0 .../examples/users/create-p-h-pass-user.md | 0 .../examples/users/create-s-h-a-user.md | 0 .../users/create-scrypt-modified-user.md | 0 .../examples/users/create-scrypt-user.md | 0 .../console-cli/examples/users/create.md | 0 .../examples/users/delete-session.md | 0 .../examples/users/delete-sessions.md | 0 .../console-cli/examples/users/delete.md | 0 .../console-cli/examples/users/get-logs.md | 0 .../examples/users/get-memberships.md | 0 .../console-cli/examples/users/get-prefs.md | 0 .../examples/users/get-sessions.md | 0 .../console-cli/examples/users/get-usage.md | 0 .../console-cli/examples/users/get.md | 0 .../console-cli/examples/users/list-logs.md | 0 .../examples/users/list-memberships.md | 0 .../examples/users/list-sessions.md | 0 .../console-cli/examples/users/list.md | 0 .../users/update-email-verification.md | 0 .../examples/users/update-email.md | 0 .../console-cli/examples/users/update-name.md | 0 .../examples/users/update-password.md | 0 .../users/update-phone-verification.md | 0 .../examples/users/update-phone.md | 0 .../examples/users/update-prefs.md | 0 .../examples/users/update-status.md | 0 .../account/create-anonymous-session.md | 0 .../examples/account/create-email-session.md | 0 .../examples/account/create-j-w-t.md | 0 .../account/create-magic-u-r-l-session.md | 0 .../examples/account/create-o-auth2session.md | 0 .../examples/account/create-phone-session.md | 0 .../account/create-phone-verification.md | 0 .../examples/account/create-recovery.md | 0 .../examples/account/create-verification.md | 0 .../console-web/examples/account/create.md | 0 .../examples/account/delete-session.md | 0 .../examples/account/delete-sessions.md | 0 .../console-web/examples/account/get-logs.md | 0 .../console-web/examples/account/get-prefs.md | 0 .../examples/account/get-session.md | 0 .../examples/account/get-sessions.md | 0 .../console-web/examples/account/get.md | 0 .../console-web/examples/account/list-logs.md | 0 .../examples/account/list-sessions.md | 0 .../examples/account/update-email.md | 0 .../account/update-magic-u-r-l-session.md | 0 .../examples/account/update-name.md | 0 .../examples/account/update-password.md | 0 .../examples/account/update-phone-session.md | 0 .../account/update-phone-verification.md | 0 .../examples/account/update-phone.md | 0 .../examples/account/update-prefs.md | 0 .../examples/account/update-recovery.md | 0 .../examples/account/update-session.md | 0 .../examples/account/update-status.md | 0 .../examples/account/update-verification.md | 0 .../examples/avatars/get-browser.md | 0 .../examples/avatars/get-credit-card.md | 0 .../examples/avatars/get-favicon.md | 0 .../console-web/examples/avatars/get-flag.md | 0 .../console-web/examples/avatars/get-image.md | 0 .../examples/avatars/get-initials.md | 0 .../console-web/examples/avatars/get-q-r.md | 0 .../databases/create-boolean-attribute.md | 0 .../examples/databases/create-collection.md | 0 .../databases/create-datetime-attribute.md | 0 .../examples/databases/create-document.md | 0 .../databases/create-email-attribute.md | 0 .../databases/create-enum-attribute.md | 0 .../databases/create-float-attribute.md | 0 .../examples/databases/create-index.md | 0 .../databases/create-integer-attribute.md | 0 .../examples/databases/create-ip-attribute.md | 0 .../databases/create-string-attribute.md | 0 .../databases/create-url-attribute.md | 0 .../console-web/examples/databases/create.md | 0 .../examples/databases/delete-attribute.md | 0 .../examples/databases/delete-collection.md | 0 .../examples/databases/delete-document.md | 0 .../examples/databases/delete-index.md | 0 .../console-web/examples/databases/delete.md | 0 .../examples/databases/get-attribute.md | 0 .../databases/get-collection-usage.md | 0 .../examples/databases/get-collection.md | 0 .../examples/databases/get-database-usage.md | 0 .../examples/databases/get-document.md | 0 .../examples/databases/get-index.md | 0 .../examples/databases/get-usage.md | 0 .../console-web/examples/databases/get.md | 0 .../examples/databases/list-attributes.md | 0 .../databases/list-collection-logs.md | 0 .../examples/databases/list-collections.md | 0 .../examples/databases/list-document-logs.md | 0 .../examples/databases/list-documents.md | 0 .../examples/databases/list-indexes.md | 0 .../examples/databases/list-logs.md | 0 .../console-web/examples/databases/list.md | 0 .../examples/databases/update-collection.md | 0 .../examples/databases/update-document.md | 0 .../console-web/examples/databases/update.md | 0 .../examples/functions/create-deployment.md | 0 .../examples/functions/create-execution.md | 0 .../examples/functions/create-variable.md | 0 .../console-web/examples/functions/create.md | 0 .../examples/functions/delete-deployment.md | 0 .../examples/functions/delete-variable.md | 0 .../console-web/examples/functions/delete.md | 0 .../examples/functions/get-deployment.md | 0 .../examples/functions/get-execution.md | 0 .../examples/functions/get-function-usage.md | 0 .../examples/functions/get-usage.md | 0 .../examples/functions/get-variable.md | 0 .../console-web/examples/functions/get.md | 0 .../examples/functions/list-deployments.md | 0 .../examples/functions/list-executions.md | 0 .../examples/functions/list-runtimes.md | 0 .../examples/functions/list-variables.md | 0 .../console-web/examples/functions/list.md | 0 .../examples/functions/retry-build.md | 0 .../examples/functions/update-deployment.md | 0 .../examples/functions/update-variable.md | 0 .../console-web/examples/functions/update.md | 0 .../examples/health/get-antivirus.md | 0 .../console-web/examples/health/get-cache.md | 0 .../console-web/examples/health/get-d-b.md | 0 .../examples/health/get-queue-certificates.md | 0 .../examples/health/get-queue-functions.md | 0 .../examples/health/get-queue-logs.md | 0 .../examples/health/get-queue-webhooks.md | 0 .../examples/health/get-storage-local.md | 0 .../console-web/examples/health/get-time.md | 0 .../console-web/examples/health/get.md | 0 .../examples/locale/get-continents.md | 0 .../examples/locale/get-countries-e-u.md | 0 .../examples/locale/get-countries-phones.md | 0 .../examples/locale/get-countries.md | 0 .../examples/locale/get-currencies.md | 0 .../examples/locale/get-languages.md | 0 .../console-web/examples/locale/get.md | 0 .../examples/locale/list-continents.md | 0 .../examples/locale/list-countries-e-u.md | 0 .../examples/locale/list-countries-phones.md | 0 .../examples/locale/list-countries.md | 0 .../examples/locale/list-currencies.md | 0 .../examples/locale/list-languages.md | 0 .../examples/projects/create-domain.md | 0 .../examples/projects/create-key.md | 0 .../examples/projects/create-platform.md | 0 .../examples/projects/create-webhook.md | 0 .../console-web/examples/projects/create.md | 0 .../examples/projects/delete-domain.md | 0 .../examples/projects/delete-key.md | 0 .../examples/projects/delete-platform.md | 0 .../examples/projects/delete-webhook.md | 0 .../console-web/examples/projects/delete.md | 0 .../examples/projects/get-domain.md | 0 .../console-web/examples/projects/get-key.md | 0 .../examples/projects/get-platform.md | 0 .../examples/projects/get-usage.md | 0 .../examples/projects/get-webhook.md | 0 .../console-web/examples/projects/get.md | 0 .../examples/projects/list-domains.md | 0 .../examples/projects/list-keys.md | 0 .../examples/projects/list-platforms.md | 0 .../examples/projects/list-webhooks.md | 0 .../console-web/examples/projects/list.md | 0 .../examples/projects/update-auth-limit.md | 0 .../examples/projects/update-auth-status.md | 0 .../projects/update-domain-verification.md | 0 .../examples/projects/update-key.md | 0 .../examples/projects/update-o-auth2.md | 0 .../examples/projects/update-platform.md | 0 .../projects/update-service-status.md | 0 .../projects/update-webhook-signature.md | 0 .../examples/projects/update-webhook.md | 0 .../console-web/examples/projects/update.md | 0 .../examples/storage/create-bucket.md | 0 .../examples/storage/create-file.md | 0 .../examples/storage/delete-bucket.md | 0 .../examples/storage/delete-file.md | 0 .../examples/storage/get-bucket-usage.md | 0 .../examples/storage/get-bucket.md | 0 .../examples/storage/get-file-download.md | 0 .../examples/storage/get-file-preview.md | 0 .../examples/storage/get-file-view.md | 0 .../console-web/examples/storage/get-file.md | 0 .../console-web/examples/storage/get-usage.md | 0 .../examples/storage/list-buckets.md | 0 .../examples/storage/list-files.md | 0 .../examples/storage/update-bucket.md | 0 .../examples/storage/update-file.md | 0 .../examples/teams/create-membership.md | 0 .../console-web/examples/teams/create.md | 0 .../examples/teams/delete-membership.md | 0 .../console-web/examples/teams/delete.md | 0 .../examples/teams/get-membership.md | 0 .../examples/teams/get-memberships.md | 0 .../console-web/examples/teams/get.md | 0 .../console-web/examples/teams/list-logs.md | 0 .../examples/teams/list-memberships.md | 0 .../console-web/examples/teams/list.md | 0 .../examples/teams/update-membership-roles.md | 0 .../teams/update-membership-status.md | 0 .../console-web/examples/teams/update.md | 0 .../examples/users/create-argon2user.md | 0 .../examples/users/create-bcrypt-user.md | 0 .../examples/users/create-m-d5user.md | 0 .../examples/users/create-p-h-pass-user.md | 0 .../examples/users/create-s-h-a-user.md | 0 .../users/create-scrypt-modified-user.md | 0 .../examples/users/create-scrypt-user.md | 0 .../console-web/examples/users/create.md | 0 .../examples/users/delete-session.md | 0 .../examples/users/delete-sessions.md | 0 .../console-web/examples/users/delete.md | 0 .../console-web/examples/users/get-logs.md | 0 .../examples/users/get-memberships.md | 0 .../console-web/examples/users/get-prefs.md | 0 .../examples/users/get-sessions.md | 0 .../console-web/examples/users/get-usage.md | 0 .../console-web/examples/users/get.md | 0 .../console-web/examples/users/list-logs.md | 0 .../examples/users/list-memberships.md | 0 .../examples/users/list-sessions.md | 0 .../console-web/examples/users/list.md | 0 .../users/update-email-verification.md | 0 .../examples/users/update-email.md | 0 .../console-web/examples/users/update-name.md | 0 .../examples/users/update-password.md | 0 .../users/update-phone-verification.md | 0 .../examples/users/update-phone.md | 0 .../examples/users/update-prefs.md | 0 .../examples/users/update-status.md | 0 .../account/create-phone-verification.md | 0 .../examples/account/create-recovery.md | 0 .../examples/account/create-verification.md | 0 .../examples/account/delete-session.md | 0 .../examples/account/delete-sessions.md | 0 .../server-dart/examples/account/get-logs.md | 0 .../server-dart/examples/account/get-prefs.md | 0 .../examples/account/get-session.md | 0 .../examples/account/get-sessions.md | 0 .../server-dart/examples/account/get.md | 0 .../server-dart/examples/account/list-logs.md | 0 .../examples/account/list-sessions.md | 0 .../examples/account/update-email.md | 0 .../examples/account/update-name.md | 0 .../examples/account/update-password.md | 0 .../account/update-phone-verification.md | 0 .../examples/account/update-phone.md | 0 .../examples/account/update-prefs.md | 0 .../examples/account/update-recovery.md | 0 .../examples/account/update-session.md | 0 .../examples/account/update-status.md | 0 .../examples/account/update-verification.md | 0 .../examples/avatars/get-browser.md | 0 .../examples/avatars/get-credit-card.md | 0 .../examples/avatars/get-favicon.md | 0 .../server-dart/examples/avatars/get-flag.md | 0 .../server-dart/examples/avatars/get-image.md | 0 .../examples/avatars/get-initials.md | 0 .../server-dart/examples/avatars/get-q-r.md | 0 .../databases/create-boolean-attribute.md | 0 .../examples/databases/create-collection.md | 0 .../databases/create-datetime-attribute.md | 0 .../examples/databases/create-document.md | 0 .../databases/create-email-attribute.md | 0 .../databases/create-enum-attribute.md | 0 .../databases/create-float-attribute.md | 0 .../examples/databases/create-index.md | 0 .../databases/create-integer-attribute.md | 0 .../examples/databases/create-ip-attribute.md | 0 .../databases/create-string-attribute.md | 0 .../databases/create-url-attribute.md | 0 .../server-dart/examples/databases/create.md | 0 .../examples/databases/delete-attribute.md | 0 .../examples/databases/delete-collection.md | 0 .../examples/databases/delete-document.md | 0 .../examples/databases/delete-index.md | 0 .../server-dart/examples/databases/delete.md | 0 .../examples/databases/get-attribute.md | 0 .../examples/databases/get-collection.md | 0 .../examples/databases/get-document.md | 0 .../examples/databases/get-index.md | 0 .../server-dart/examples/databases/get.md | 0 .../examples/databases/list-attributes.md | 0 .../examples/databases/list-collections.md | 0 .../examples/databases/list-documents.md | 0 .../examples/databases/list-indexes.md | 0 .../server-dart/examples/databases/list.md | 0 .../examples/databases/update-collection.md | 0 .../examples/databases/update-document.md | 0 .../server-dart/examples/databases/update.md | 0 .../examples/functions/create-deployment.md | 0 .../examples/functions/create-execution.md | 0 .../examples/functions/create-variable.md | 0 .../server-dart/examples/functions/create.md | 0 .../examples/functions/delete-deployment.md | 0 .../examples/functions/delete-variable.md | 0 .../server-dart/examples/functions/delete.md | 0 .../examples/functions/get-deployment.md | 0 .../examples/functions/get-execution.md | 0 .../examples/functions/get-variable.md | 0 .../server-dart/examples/functions/get.md | 0 .../examples/functions/list-deployments.md | 0 .../examples/functions/list-executions.md | 0 .../examples/functions/list-runtimes.md | 0 .../examples/functions/list-variables.md | 0 .../server-dart/examples/functions/list.md | 0 .../examples/functions/retry-build.md | 0 .../examples/functions/update-deployment.md | 0 .../examples/functions/update-variable.md | 0 .../server-dart/examples/functions/update.md | 0 .../examples/health/get-antivirus.md | 0 .../server-dart/examples/health/get-cache.md | 0 .../server-dart/examples/health/get-d-b.md | 0 .../examples/health/get-queue-certificates.md | 0 .../examples/health/get-queue-functions.md | 0 .../examples/health/get-queue-logs.md | 0 .../examples/health/get-queue-webhooks.md | 0 .../examples/health/get-storage-local.md | 0 .../server-dart/examples/health/get-time.md | 0 .../server-dart/examples/health/get.md | 0 .../examples/locale/get-continents.md | 0 .../examples/locale/get-countries-e-u.md | 0 .../examples/locale/get-countries-phones.md | 0 .../examples/locale/get-countries.md | 0 .../examples/locale/get-currencies.md | 0 .../examples/locale/get-languages.md | 0 .../server-dart/examples/locale/get.md | 0 .../examples/locale/list-continents.md | 0 .../examples/locale/list-countries-e-u.md | 0 .../examples/locale/list-countries-phones.md | 0 .../examples/locale/list-countries.md | 0 .../examples/locale/list-currencies.md | 0 .../examples/locale/list-languages.md | 0 .../examples/storage/create-bucket.md | 0 .../examples/storage/create-file.md | 0 .../examples/storage/delete-bucket.md | 0 .../examples/storage/delete-file.md | 0 .../examples/storage/get-bucket.md | 0 .../examples/storage/get-file-download.md | 0 .../examples/storage/get-file-preview.md | 0 .../examples/storage/get-file-view.md | 0 .../server-dart/examples/storage/get-file.md | 0 .../examples/storage/list-buckets.md | 0 .../examples/storage/list-files.md | 0 .../examples/storage/update-bucket.md | 0 .../examples/storage/update-file.md | 0 .../examples/teams/create-membership.md | 0 .../server-dart/examples/teams/create.md | 0 .../examples/teams/delete-membership.md | 0 .../server-dart/examples/teams/delete.md | 0 .../examples/teams/get-membership.md | 0 .../examples/teams/get-memberships.md | 0 .../server-dart/examples/teams/get.md | 0 .../examples/teams/list-memberships.md | 0 .../server-dart/examples/teams/list.md | 0 .../examples/teams/update-membership-roles.md | 0 .../teams/update-membership-status.md | 0 .../server-dart/examples/teams/update.md | 0 .../examples/users/create-argon2user.md | 0 .../examples/users/create-bcrypt-user.md | 0 .../examples/users/create-m-d5user.md | 0 .../examples/users/create-p-h-pass-user.md | 0 .../examples/users/create-s-h-a-user.md | 0 .../users/create-scrypt-modified-user.md | 0 .../examples/users/create-scrypt-user.md | 0 .../server-dart/examples/users/create.md | 0 .../examples/users/delete-session.md | 0 .../examples/users/delete-sessions.md | 0 .../server-dart/examples/users/delete.md | 0 .../server-dart/examples/users/get-logs.md | 0 .../examples/users/get-memberships.md | 0 .../server-dart/examples/users/get-prefs.md | 0 .../examples/users/get-sessions.md | 0 .../server-dart/examples/users/get.md | 0 .../server-dart/examples/users/list-logs.md | 0 .../examples/users/list-memberships.md | 0 .../examples/users/list-sessions.md | 0 .../server-dart/examples/users/list.md | 0 .../users/update-email-verification.md | 0 .../examples/users/update-email.md | 0 .../server-dart/examples/users/update-name.md | 0 .../examples/users/update-password.md | 0 .../users/update-phone-verification.md | 0 .../examples/users/update-phone.md | 0 .../examples/users/update-prefs.md | 0 .../examples/users/update-status.md | 0 .../account/create-phone-verification.md | 0 .../examples/account/create-recovery.md | 0 .../examples/account/create-verification.md | 0 .../examples/account/delete-session.md | 0 .../examples/account/delete-sessions.md | 0 .../server-deno/examples/account/get-logs.md | 0 .../server-deno/examples/account/get-prefs.md | 0 .../examples/account/get-session.md | 0 .../examples/account/get-sessions.md | 0 .../server-deno/examples/account/get.md | 0 .../server-deno/examples/account/list-logs.md | 0 .../examples/account/list-sessions.md | 0 .../examples/account/update-email.md | 0 .../examples/account/update-name.md | 0 .../examples/account/update-password.md | 0 .../account/update-phone-verification.md | 0 .../examples/account/update-phone.md | 0 .../examples/account/update-prefs.md | 0 .../examples/account/update-recovery.md | 0 .../examples/account/update-session.md | 0 .../examples/account/update-status.md | 0 .../examples/account/update-verification.md | 0 .../examples/avatars/get-browser.md | 0 .../examples/avatars/get-credit-card.md | 0 .../examples/avatars/get-favicon.md | 0 .../server-deno/examples/avatars/get-flag.md | 0 .../server-deno/examples/avatars/get-image.md | 0 .../examples/avatars/get-initials.md | 0 .../server-deno/examples/avatars/get-q-r.md | 0 .../databases/create-boolean-attribute.md | 0 .../examples/databases/create-collection.md | 0 .../databases/create-datetime-attribute.md | 0 .../examples/databases/create-document.md | 0 .../databases/create-email-attribute.md | 0 .../databases/create-enum-attribute.md | 0 .../databases/create-float-attribute.md | 0 .../examples/databases/create-index.md | 0 .../databases/create-integer-attribute.md | 0 .../examples/databases/create-ip-attribute.md | 0 .../databases/create-string-attribute.md | 0 .../databases/create-url-attribute.md | 0 .../server-deno/examples/databases/create.md | 0 .../examples/databases/delete-attribute.md | 0 .../examples/databases/delete-collection.md | 0 .../examples/databases/delete-document.md | 0 .../examples/databases/delete-index.md | 0 .../server-deno/examples/databases/delete.md | 0 .../examples/databases/get-attribute.md | 0 .../examples/databases/get-collection.md | 0 .../examples/databases/get-document.md | 0 .../examples/databases/get-index.md | 0 .../server-deno/examples/databases/get.md | 0 .../examples/databases/list-attributes.md | 0 .../examples/databases/list-collections.md | 0 .../examples/databases/list-documents.md | 0 .../examples/databases/list-indexes.md | 0 .../server-deno/examples/databases/list.md | 0 .../examples/databases/update-collection.md | 0 .../examples/databases/update-document.md | 0 .../server-deno/examples/databases/update.md | 0 .../examples/functions/create-deployment.md | 0 .../examples/functions/create-execution.md | 0 .../examples/functions/create-variable.md | 0 .../server-deno/examples/functions/create.md | 0 .../examples/functions/delete-deployment.md | 0 .../examples/functions/delete-variable.md | 0 .../server-deno/examples/functions/delete.md | 0 .../examples/functions/get-deployment.md | 0 .../examples/functions/get-execution.md | 0 .../examples/functions/get-variable.md | 0 .../server-deno/examples/functions/get.md | 0 .../examples/functions/list-deployments.md | 0 .../examples/functions/list-executions.md | 0 .../examples/functions/list-runtimes.md | 0 .../examples/functions/list-variables.md | 0 .../server-deno/examples/functions/list.md | 0 .../examples/functions/retry-build.md | 0 .../examples/functions/update-deployment.md | 0 .../examples/functions/update-variable.md | 0 .../server-deno/examples/functions/update.md | 0 .../examples/health/get-antivirus.md | 0 .../server-deno/examples/health/get-cache.md | 0 .../server-deno/examples/health/get-d-b.md | 0 .../examples/health/get-queue-certificates.md | 0 .../examples/health/get-queue-functions.md | 0 .../examples/health/get-queue-logs.md | 0 .../examples/health/get-queue-webhooks.md | 0 .../examples/health/get-storage-local.md | 0 .../server-deno/examples/health/get-time.md | 0 .../server-deno/examples/health/get.md | 0 .../examples/locale/get-continents.md | 0 .../examples/locale/get-countries-e-u.md | 0 .../examples/locale/get-countries-phones.md | 0 .../examples/locale/get-countries.md | 0 .../examples/locale/get-currencies.md | 0 .../examples/locale/get-languages.md | 0 .../server-deno/examples/locale/get.md | 0 .../examples/locale/list-continents.md | 0 .../examples/locale/list-countries-e-u.md | 0 .../examples/locale/list-countries-phones.md | 0 .../examples/locale/list-countries.md | 0 .../examples/locale/list-currencies.md | 0 .../examples/locale/list-languages.md | 0 .../examples/storage/create-bucket.md | 0 .../examples/storage/create-file.md | 0 .../examples/storage/delete-bucket.md | 0 .../examples/storage/delete-file.md | 0 .../examples/storage/get-bucket.md | 0 .../examples/storage/get-file-download.md | 0 .../examples/storage/get-file-preview.md | 0 .../examples/storage/get-file-view.md | 0 .../server-deno/examples/storage/get-file.md | 0 .../examples/storage/list-buckets.md | 0 .../examples/storage/list-files.md | 0 .../examples/storage/update-bucket.md | 0 .../examples/storage/update-file.md | 0 .../examples/teams/create-membership.md | 0 .../server-deno/examples/teams/create.md | 0 .../examples/teams/delete-membership.md | 0 .../server-deno/examples/teams/delete.md | 0 .../examples/teams/get-membership.md | 0 .../examples/teams/get-memberships.md | 0 .../server-deno/examples/teams/get.md | 0 .../examples/teams/list-memberships.md | 0 .../server-deno/examples/teams/list.md | 0 .../examples/teams/update-membership-roles.md | 0 .../teams/update-membership-status.md | 0 .../server-deno/examples/teams/update.md | 0 .../examples/users/create-argon2user.md | 0 .../examples/users/create-bcrypt-user.md | 0 .../examples/users/create-m-d5user.md | 0 .../examples/users/create-p-h-pass-user.md | 0 .../examples/users/create-s-h-a-user.md | 0 .../users/create-scrypt-modified-user.md | 0 .../examples/users/create-scrypt-user.md | 0 .../server-deno/examples/users/create.md | 0 .../examples/users/delete-session.md | 0 .../examples/users/delete-sessions.md | 0 .../server-deno/examples/users/delete.md | 0 .../server-deno/examples/users/get-logs.md | 0 .../examples/users/get-memberships.md | 0 .../server-deno/examples/users/get-prefs.md | 0 .../examples/users/get-sessions.md | 0 .../server-deno/examples/users/get.md | 0 .../server-deno/examples/users/list-logs.md | 0 .../examples/users/list-memberships.md | 0 .../examples/users/list-sessions.md | 0 .../server-deno/examples/users/list.md | 0 .../users/update-email-verification.md | 0 .../examples/users/update-email.md | 0 .../server-deno/examples/users/update-name.md | 0 .../examples/users/update-password.md | 0 .../users/update-phone-verification.md | 0 .../examples/users/update-phone.md | 0 .../examples/users/update-prefs.md | 0 .../examples/users/update-status.md | 0 .../java/account/create-phone-verification.md | 0 .../java/account/create-recovery.md | 0 .../java/account/create-verification.md | 0 .../java/account/delete-session.md | 0 .../java/account/delete-sessions.md | 0 .../server-kotlin/java/account/get-logs.md | 0 .../server-kotlin/java/account/get-prefs.md | 0 .../server-kotlin/java/account/get-session.md | 0 .../java/account/get-sessions.md | 0 .../server-kotlin/java/account/get.md | 0 .../server-kotlin/java/account/list-logs.md | 0 .../java/account/list-sessions.md | 0 .../java/account/update-email.md | 0 .../server-kotlin/java/account/update-name.md | 0 .../java/account/update-password.md | 0 .../java/account/update-phone-verification.md | 0 .../java/account/update-phone.md | 0 .../java/account/update-prefs.md | 0 .../java/account/update-recovery.md | 0 .../java/account/update-session.md | 0 .../java/account/update-status.md | 0 .../java/account/update-verification.md | 0 .../server-kotlin/java/avatars/get-browser.md | 0 .../java/avatars/get-credit-card.md | 0 .../server-kotlin/java/avatars/get-favicon.md | 0 .../server-kotlin/java/avatars/get-flag.md | 0 .../server-kotlin/java/avatars/get-image.md | 0 .../java/avatars/get-initials.md | 0 .../server-kotlin/java/avatars/get-q-r.md | 0 .../databases/create-boolean-attribute.md | 0 .../java/databases/create-collection.md | 0 .../databases/create-datetime-attribute.md | 0 .../java/databases/create-document.md | 0 .../java/databases/create-email-attribute.md | 0 .../java/databases/create-enum-attribute.md | 0 .../java/databases/create-float-attribute.md | 0 .../java/databases/create-index.md | 0 .../databases/create-integer-attribute.md | 0 .../java/databases/create-ip-attribute.md | 0 .../java/databases/create-string-attribute.md | 0 .../java/databases/create-url-attribute.md | 0 .../server-kotlin/java/databases/create.md | 0 .../java/databases/delete-attribute.md | 0 .../java/databases/delete-collection.md | 0 .../java/databases/delete-document.md | 0 .../java/databases/delete-index.md | 0 .../server-kotlin/java/databases/delete.md | 0 .../java/databases/get-attribute.md | 0 .../java/databases/get-collection.md | 0 .../java/databases/get-document.md | 0 .../server-kotlin/java/databases/get-index.md | 0 .../server-kotlin/java/databases/get.md | 0 .../java/databases/list-attributes.md | 0 .../java/databases/list-collections.md | 0 .../java/databases/list-documents.md | 0 .../java/databases/list-indexes.md | 0 .../server-kotlin/java/databases/list.md | 0 .../java/databases/update-collection.md | 0 .../java/databases/update-document.md | 0 .../server-kotlin/java/databases/update.md | 0 .../java/functions/create-deployment.md | 0 .../java/functions/create-execution.md | 0 .../java/functions/create-variable.md | 0 .../server-kotlin/java/functions/create.md | 0 .../java/functions/delete-deployment.md | 0 .../java/functions/delete-variable.md | 0 .../server-kotlin/java/functions/delete.md | 0 .../java/functions/get-deployment.md | 0 .../java/functions/get-execution.md | 0 .../java/functions/get-variable.md | 0 .../server-kotlin/java/functions/get.md | 0 .../java/functions/list-deployments.md | 0 .../java/functions/list-executions.md | 0 .../java/functions/list-runtimes.md | 0 .../java/functions/list-variables.md | 0 .../server-kotlin/java/functions/list.md | 0 .../java/functions/retry-build.md | 0 .../java/functions/update-deployment.md | 0 .../java/functions/update-variable.md | 0 .../server-kotlin/java/functions/update.md | 0 .../java/health/get-antivirus.md | 0 .../server-kotlin/java/health/get-cache.md | 0 .../server-kotlin/java/health/get-d-b.md | 0 .../java/health/get-queue-certificates.md | 0 .../java/health/get-queue-functions.md | 0 .../java/health/get-queue-logs.md | 0 .../java/health/get-queue-webhooks.md | 0 .../java/health/get-storage-local.md | 0 .../server-kotlin/java/health/get-time.md | 0 .../server-kotlin/java/health/get.md | 0 .../java/locale/get-continents.md | 0 .../java/locale/get-countries-e-u.md | 0 .../java/locale/get-countries-phones.md | 0 .../java/locale/get-countries.md | 0 .../java/locale/get-currencies.md | 0 .../java/locale/get-languages.md | 0 .../server-kotlin/java/locale/get.md | 0 .../java/locale/list-continents.md | 0 .../java/locale/list-countries-e-u.md | 0 .../java/locale/list-countries-phones.md | 0 .../java/locale/list-countries.md | 0 .../java/locale/list-currencies.md | 0 .../java/locale/list-languages.md | 0 .../java/storage/create-bucket.md | 0 .../server-kotlin/java/storage/create-file.md | 0 .../java/storage/delete-bucket.md | 0 .../server-kotlin/java/storage/delete-file.md | 0 .../server-kotlin/java/storage/get-bucket.md | 0 .../java/storage/get-file-download.md | 0 .../java/storage/get-file-preview.md | 0 .../java/storage/get-file-view.md | 0 .../server-kotlin/java/storage/get-file.md | 0 .../java/storage/list-buckets.md | 0 .../server-kotlin/java/storage/list-files.md | 0 .../java/storage/update-bucket.md | 0 .../server-kotlin/java/storage/update-file.md | 0 .../java/teams/create-membership.md | 0 .../server-kotlin/java/teams/create.md | 0 .../java/teams/delete-membership.md | 0 .../server-kotlin/java/teams/delete.md | 0 .../java/teams/get-membership.md | 0 .../java/teams/get-memberships.md | 0 .../server-kotlin/java/teams/get.md | 0 .../java/teams/list-memberships.md | 0 .../server-kotlin/java/teams/list.md | 0 .../java/teams/update-membership-roles.md | 0 .../java/teams/update-membership-status.md | 0 .../server-kotlin/java/teams/update.md | 0 .../java/users/create-argon2user.md | 0 .../java/users/create-bcrypt-user.md | 0 .../java/users/create-m-d5user.md | 0 .../java/users/create-p-h-pass-user.md | 0 .../java/users/create-s-h-a-user.md | 0 .../java/users/create-scrypt-modified-user.md | 0 .../java/users/create-scrypt-user.md | 0 .../server-kotlin/java/users/create.md | 0 .../java/users/delete-session.md | 0 .../java/users/delete-sessions.md | 0 .../server-kotlin/java/users/delete.md | 0 .../server-kotlin/java/users/get-logs.md | 0 .../java/users/get-memberships.md | 0 .../server-kotlin/java/users/get-prefs.md | 0 .../server-kotlin/java/users/get-sessions.md | 0 .../server-kotlin/java/users/get.md | 0 .../server-kotlin/java/users/list-logs.md | 0 .../java/users/list-memberships.md | 0 .../server-kotlin/java/users/list-sessions.md | 0 .../server-kotlin/java/users/list.md | 0 .../java/users/update-email-verification.md | 0 .../server-kotlin/java/users/update-email.md | 0 .../server-kotlin/java/users/update-name.md | 0 .../java/users/update-password.md | 0 .../java/users/update-phone-verification.md | 0 .../server-kotlin/java/users/update-phone.md | 0 .../server-kotlin/java/users/update-prefs.md | 0 .../server-kotlin/java/users/update-status.md | 0 .../account/create-phone-verification.md | 0 .../kotlin/account/create-recovery.md | 0 .../kotlin/account/create-verification.md | 0 .../kotlin/account/delete-session.md | 0 .../kotlin/account/delete-sessions.md | 0 .../server-kotlin/kotlin/account/get-logs.md | 0 .../server-kotlin/kotlin/account/get-prefs.md | 0 .../kotlin/account/get-session.md | 0 .../kotlin/account/get-sessions.md | 0 .../server-kotlin/kotlin/account/get.md | 0 .../server-kotlin/kotlin/account/list-logs.md | 0 .../kotlin/account/list-sessions.md | 0 .../kotlin/account/update-email.md | 0 .../kotlin/account/update-name.md | 0 .../kotlin/account/update-password.md | 0 .../account/update-phone-verification.md | 0 .../kotlin/account/update-phone.md | 0 .../kotlin/account/update-prefs.md | 0 .../kotlin/account/update-recovery.md | 0 .../kotlin/account/update-session.md | 0 .../kotlin/account/update-status.md | 0 .../kotlin/account/update-verification.md | 0 .../kotlin/avatars/get-browser.md | 0 .../kotlin/avatars/get-credit-card.md | 0 .../kotlin/avatars/get-favicon.md | 0 .../server-kotlin/kotlin/avatars/get-flag.md | 0 .../server-kotlin/kotlin/avatars/get-image.md | 0 .../kotlin/avatars/get-initials.md | 0 .../server-kotlin/kotlin/avatars/get-q-r.md | 0 .../databases/create-boolean-attribute.md | 0 .../kotlin/databases/create-collection.md | 0 .../databases/create-datetime-attribute.md | 0 .../kotlin/databases/create-document.md | 0 .../databases/create-email-attribute.md | 0 .../kotlin/databases/create-enum-attribute.md | 0 .../databases/create-float-attribute.md | 0 .../kotlin/databases/create-index.md | 0 .../databases/create-integer-attribute.md | 0 .../kotlin/databases/create-ip-attribute.md | 0 .../databases/create-string-attribute.md | 0 .../kotlin/databases/create-url-attribute.md | 0 .../server-kotlin/kotlin/databases/create.md | 0 .../kotlin/databases/delete-attribute.md | 0 .../kotlin/databases/delete-collection.md | 0 .../kotlin/databases/delete-document.md | 0 .../kotlin/databases/delete-index.md | 0 .../server-kotlin/kotlin/databases/delete.md | 0 .../kotlin/databases/get-attribute.md | 0 .../kotlin/databases/get-collection.md | 0 .../kotlin/databases/get-document.md | 0 .../kotlin/databases/get-index.md | 0 .../server-kotlin/kotlin/databases/get.md | 0 .../kotlin/databases/list-attributes.md | 0 .../kotlin/databases/list-collections.md | 0 .../kotlin/databases/list-documents.md | 0 .../kotlin/databases/list-indexes.md | 0 .../server-kotlin/kotlin/databases/list.md | 0 .../kotlin/databases/update-collection.md | 0 .../kotlin/databases/update-document.md | 0 .../server-kotlin/kotlin/databases/update.md | 0 .../kotlin/functions/create-deployment.md | 0 .../kotlin/functions/create-execution.md | 0 .../kotlin/functions/create-variable.md | 0 .../server-kotlin/kotlin/functions/create.md | 0 .../kotlin/functions/delete-deployment.md | 0 .../kotlin/functions/delete-variable.md | 0 .../server-kotlin/kotlin/functions/delete.md | 0 .../kotlin/functions/get-deployment.md | 0 .../kotlin/functions/get-execution.md | 0 .../kotlin/functions/get-variable.md | 0 .../server-kotlin/kotlin/functions/get.md | 0 .../kotlin/functions/list-deployments.md | 0 .../kotlin/functions/list-executions.md | 0 .../kotlin/functions/list-runtimes.md | 0 .../kotlin/functions/list-variables.md | 0 .../server-kotlin/kotlin/functions/list.md | 0 .../kotlin/functions/retry-build.md | 0 .../kotlin/functions/update-deployment.md | 0 .../kotlin/functions/update-variable.md | 0 .../server-kotlin/kotlin/functions/update.md | 0 .../kotlin/health/get-antivirus.md | 0 .../server-kotlin/kotlin/health/get-cache.md | 0 .../server-kotlin/kotlin/health/get-d-b.md | 0 .../kotlin/health/get-queue-certificates.md | 0 .../kotlin/health/get-queue-functions.md | 0 .../kotlin/health/get-queue-logs.md | 0 .../kotlin/health/get-queue-webhooks.md | 0 .../kotlin/health/get-storage-local.md | 0 .../server-kotlin/kotlin/health/get-time.md | 0 .../server-kotlin/kotlin/health/get.md | 0 .../kotlin/locale/get-continents.md | 0 .../kotlin/locale/get-countries-e-u.md | 0 .../kotlin/locale/get-countries-phones.md | 0 .../kotlin/locale/get-countries.md | 0 .../kotlin/locale/get-currencies.md | 0 .../kotlin/locale/get-languages.md | 0 .../server-kotlin/kotlin/locale/get.md | 0 .../kotlin/locale/list-continents.md | 0 .../kotlin/locale/list-countries-e-u.md | 0 .../kotlin/locale/list-countries-phones.md | 0 .../kotlin/locale/list-countries.md | 0 .../kotlin/locale/list-currencies.md | 0 .../kotlin/locale/list-languages.md | 0 .../kotlin/storage/create-bucket.md | 0 .../kotlin/storage/create-file.md | 0 .../kotlin/storage/delete-bucket.md | 0 .../kotlin/storage/delete-file.md | 0 .../kotlin/storage/get-bucket.md | 0 .../kotlin/storage/get-file-download.md | 0 .../kotlin/storage/get-file-preview.md | 0 .../kotlin/storage/get-file-view.md | 0 .../server-kotlin/kotlin/storage/get-file.md | 0 .../kotlin/storage/list-buckets.md | 0 .../kotlin/storage/list-files.md | 0 .../kotlin/storage/update-bucket.md | 0 .../kotlin/storage/update-file.md | 0 .../kotlin/teams/create-membership.md | 0 .../server-kotlin/kotlin/teams/create.md | 0 .../kotlin/teams/delete-membership.md | 0 .../server-kotlin/kotlin/teams/delete.md | 0 .../kotlin/teams/get-membership.md | 0 .../kotlin/teams/get-memberships.md | 0 .../server-kotlin/kotlin/teams/get.md | 0 .../kotlin/teams/list-memberships.md | 0 .../server-kotlin/kotlin/teams/list.md | 0 .../kotlin/teams/update-membership-roles.md | 0 .../kotlin/teams/update-membership-status.md | 0 .../server-kotlin/kotlin/teams/update.md | 0 .../kotlin/users/create-argon2user.md | 0 .../kotlin/users/create-bcrypt-user.md | 0 .../kotlin/users/create-m-d5user.md | 0 .../kotlin/users/create-p-h-pass-user.md | 0 .../kotlin/users/create-s-h-a-user.md | 0 .../users/create-scrypt-modified-user.md | 0 .../kotlin/users/create-scrypt-user.md | 0 .../server-kotlin/kotlin/users/create.md | 0 .../kotlin/users/delete-session.md | 0 .../kotlin/users/delete-sessions.md | 0 .../server-kotlin/kotlin/users/delete.md | 0 .../server-kotlin/kotlin/users/get-logs.md | 0 .../kotlin/users/get-memberships.md | 0 .../server-kotlin/kotlin/users/get-prefs.md | 0 .../kotlin/users/get-sessions.md | 0 .../server-kotlin/kotlin/users/get.md | 0 .../server-kotlin/kotlin/users/list-logs.md | 0 .../kotlin/users/list-memberships.md | 0 .../kotlin/users/list-sessions.md | 0 .../server-kotlin/kotlin/users/list.md | 0 .../kotlin/users/update-email-verification.md | 0 .../kotlin/users/update-email.md | 0 .../server-kotlin/kotlin/users/update-name.md | 0 .../kotlin/users/update-password.md | 0 .../kotlin/users/update-phone-verification.md | 0 .../kotlin/users/update-phone.md | 0 .../kotlin/users/update-prefs.md | 0 .../kotlin/users/update-status.md | 0 .../account/create-phone-verification.md | 0 .../examples/account/create-recovery.md | 0 .../examples/account/create-verification.md | 0 .../examples/account/delete-session.md | 0 .../examples/account/delete-sessions.md | 0 .../examples/account/get-logs.md | 0 .../examples/account/get-prefs.md | 0 .../examples/account/get-session.md | 0 .../examples/account/get-sessions.md | 0 .../server-nodejs/examples/account/get.md | 0 .../examples/account/list-logs.md | 0 .../examples/account/list-sessions.md | 0 .../examples/account/update-email.md | 0 .../examples/account/update-name.md | 0 .../examples/account/update-password.md | 0 .../account/update-phone-verification.md | 0 .../examples/account/update-phone.md | 0 .../examples/account/update-prefs.md | 0 .../examples/account/update-recovery.md | 0 .../examples/account/update-session.md | 0 .../examples/account/update-status.md | 0 .../examples/account/update-verification.md | 0 .../examples/avatars/get-browser.md | 0 .../examples/avatars/get-credit-card.md | 0 .../examples/avatars/get-favicon.md | 0 .../examples/avatars/get-flag.md | 0 .../examples/avatars/get-image.md | 0 .../examples/avatars/get-initials.md | 0 .../server-nodejs/examples/avatars/get-q-r.md | 0 .../databases/create-boolean-attribute.md | 0 .../examples/databases/create-collection.md | 0 .../databases/create-datetime-attribute.md | 0 .../examples/databases/create-document.md | 0 .../databases/create-email-attribute.md | 0 .../databases/create-enum-attribute.md | 0 .../databases/create-float-attribute.md | 0 .../examples/databases/create-index.md | 0 .../databases/create-integer-attribute.md | 0 .../examples/databases/create-ip-attribute.md | 0 .../databases/create-string-attribute.md | 0 .../databases/create-url-attribute.md | 0 .../examples/databases/create.md | 0 .../examples/databases/delete-attribute.md | 0 .../examples/databases/delete-collection.md | 0 .../examples/databases/delete-document.md | 0 .../examples/databases/delete-index.md | 0 .../examples/databases/delete.md | 0 .../examples/databases/get-attribute.md | 0 .../examples/databases/get-collection.md | 0 .../examples/databases/get-document.md | 0 .../examples/databases/get-index.md | 0 .../server-nodejs/examples/databases/get.md | 0 .../examples/databases/list-attributes.md | 0 .../examples/databases/list-collections.md | 0 .../examples/databases/list-documents.md | 0 .../examples/databases/list-indexes.md | 0 .../server-nodejs/examples/databases/list.md | 0 .../examples/databases/update-collection.md | 0 .../examples/databases/update-document.md | 0 .../examples/databases/update.md | 0 .../examples/functions/create-deployment.md | 0 .../examples/functions/create-execution.md | 0 .../examples/functions/create-variable.md | 0 .../examples/functions/create.md | 0 .../examples/functions/delete-deployment.md | 0 .../examples/functions/delete-variable.md | 0 .../examples/functions/delete.md | 0 .../examples/functions/get-deployment.md | 0 .../examples/functions/get-execution.md | 0 .../examples/functions/get-variable.md | 0 .../server-nodejs/examples/functions/get.md | 0 .../examples/functions/list-deployments.md | 0 .../examples/functions/list-executions.md | 0 .../examples/functions/list-runtimes.md | 0 .../examples/functions/list-variables.md | 0 .../server-nodejs/examples/functions/list.md | 0 .../examples/functions/retry-build.md | 0 .../examples/functions/update-deployment.md | 0 .../examples/functions/update-variable.md | 0 .../examples/functions/update.md | 0 .../examples/health/get-antivirus.md | 0 .../examples/health/get-cache.md | 0 .../server-nodejs/examples/health/get-d-b.md | 0 .../examples/health/get-queue-certificates.md | 0 .../examples/health/get-queue-functions.md | 0 .../examples/health/get-queue-logs.md | 0 .../examples/health/get-queue-webhooks.md | 0 .../examples/health/get-storage-local.md | 0 .../server-nodejs/examples/health/get-time.md | 0 .../server-nodejs/examples/health/get.md | 0 .../examples/locale/get-continents.md | 0 .../examples/locale/get-countries-e-u.md | 0 .../examples/locale/get-countries-phones.md | 0 .../examples/locale/get-countries.md | 0 .../examples/locale/get-currencies.md | 0 .../examples/locale/get-languages.md | 0 .../server-nodejs/examples/locale/get.md | 0 .../examples/locale/list-continents.md | 0 .../examples/locale/list-countries-e-u.md | 0 .../examples/locale/list-countries-phones.md | 0 .../examples/locale/list-countries.md | 0 .../examples/locale/list-currencies.md | 0 .../examples/locale/list-languages.md | 0 .../examples/storage/create-bucket.md | 0 .../examples/storage/create-file.md | 0 .../examples/storage/delete-bucket.md | 0 .../examples/storage/delete-file.md | 0 .../examples/storage/get-bucket.md | 0 .../examples/storage/get-file-download.md | 0 .../examples/storage/get-file-preview.md | 0 .../examples/storage/get-file-view.md | 0 .../examples/storage/get-file.md | 0 .../examples/storage/list-buckets.md | 0 .../examples/storage/list-files.md | 0 .../examples/storage/update-bucket.md | 0 .../examples/storage/update-file.md | 0 .../examples/teams/create-membership.md | 0 .../server-nodejs/examples/teams/create.md | 0 .../examples/teams/delete-membership.md | 0 .../server-nodejs/examples/teams/delete.md | 0 .../examples/teams/get-membership.md | 0 .../examples/teams/get-memberships.md | 0 .../server-nodejs/examples/teams/get.md | 0 .../examples/teams/list-memberships.md | 0 .../server-nodejs/examples/teams/list.md | 0 .../examples/teams/update-membership-roles.md | 0 .../teams/update-membership-status.md | 0 .../server-nodejs/examples/teams/update.md | 0 .../examples/users/create-argon2user.md | 0 .../examples/users/create-bcrypt-user.md | 0 .../examples/users/create-m-d5user.md | 0 .../examples/users/create-p-h-pass-user.md | 0 .../examples/users/create-s-h-a-user.md | 0 .../users/create-scrypt-modified-user.md | 0 .../examples/users/create-scrypt-user.md | 0 .../server-nodejs/examples/users/create.md | 0 .../examples/users/delete-session.md | 0 .../examples/users/delete-sessions.md | 0 .../server-nodejs/examples/users/delete.md | 0 .../server-nodejs/examples/users/get-logs.md | 0 .../examples/users/get-memberships.md | 0 .../server-nodejs/examples/users/get-prefs.md | 0 .../examples/users/get-sessions.md | 0 .../server-nodejs/examples/users/get.md | 0 .../server-nodejs/examples/users/list-logs.md | 0 .../examples/users/list-memberships.md | 0 .../examples/users/list-sessions.md | 0 .../server-nodejs/examples/users/list.md | 0 .../users/update-email-verification.md | 0 .../examples/users/update-email.md | 0 .../examples/users/update-name.md | 0 .../examples/users/update-password.md | 0 .../users/update-phone-verification.md | 0 .../examples/users/update-phone.md | 0 .../examples/users/update-prefs.md | 0 .../examples/users/update-status.md | 0 .../account/create-phone-verification.md | 0 .../examples/account/create-recovery.md | 0 .../examples/account/create-verification.md | 0 .../examples/account/delete-session.md | 0 .../examples/account/delete-sessions.md | 0 .../server-php/examples/account/get-logs.md | 0 .../server-php/examples/account/get-prefs.md | 0 .../examples/account/get-session.md | 0 .../examples/account/get-sessions.md | 0 .../server-php/examples/account/get.md | 0 .../server-php/examples/account/list-logs.md | 0 .../examples/account/list-sessions.md | 0 .../examples/account/update-email.md | 0 .../examples/account/update-name.md | 0 .../examples/account/update-password.md | 0 .../account/update-phone-verification.md | 0 .../examples/account/update-phone.md | 0 .../examples/account/update-prefs.md | 0 .../examples/account/update-recovery.md | 0 .../examples/account/update-session.md | 0 .../examples/account/update-status.md | 0 .../examples/account/update-verification.md | 0 .../examples/avatars/get-browser.md | 0 .../examples/avatars/get-credit-card.md | 0 .../examples/avatars/get-favicon.md | 0 .../server-php/examples/avatars/get-flag.md | 0 .../server-php/examples/avatars/get-image.md | 0 .../examples/avatars/get-initials.md | 0 .../server-php/examples/avatars/get-q-r.md | 0 .../databases/create-boolean-attribute.md | 0 .../examples/databases/create-collection.md | 0 .../databases/create-datetime-attribute.md | 0 .../examples/databases/create-document.md | 0 .../databases/create-email-attribute.md | 0 .../databases/create-enum-attribute.md | 0 .../databases/create-float-attribute.md | 0 .../examples/databases/create-index.md | 0 .../databases/create-integer-attribute.md | 0 .../examples/databases/create-ip-attribute.md | 0 .../databases/create-string-attribute.md | 0 .../databases/create-url-attribute.md | 0 .../server-php/examples/databases/create.md | 0 .../examples/databases/delete-attribute.md | 0 .../examples/databases/delete-collection.md | 0 .../examples/databases/delete-document.md | 0 .../examples/databases/delete-index.md | 0 .../server-php/examples/databases/delete.md | 0 .../examples/databases/get-attribute.md | 0 .../examples/databases/get-collection.md | 0 .../examples/databases/get-document.md | 0 .../examples/databases/get-index.md | 0 .../server-php/examples/databases/get.md | 0 .../examples/databases/list-attributes.md | 0 .../examples/databases/list-collections.md | 0 .../examples/databases/list-documents.md | 0 .../examples/databases/list-indexes.md | 0 .../server-php/examples/databases/list.md | 0 .../examples/databases/update-collection.md | 0 .../examples/databases/update-document.md | 0 .../server-php/examples/databases/update.md | 0 .../examples/functions/create-deployment.md | 0 .../examples/functions/create-execution.md | 0 .../examples/functions/create-variable.md | 0 .../server-php/examples/functions/create.md | 0 .../examples/functions/delete-deployment.md | 0 .../examples/functions/delete-variable.md | 0 .../server-php/examples/functions/delete.md | 0 .../examples/functions/get-deployment.md | 0 .../examples/functions/get-execution.md | 0 .../examples/functions/get-variable.md | 0 .../server-php/examples/functions/get.md | 0 .../examples/functions/list-deployments.md | 0 .../examples/functions/list-executions.md | 0 .../examples/functions/list-runtimes.md | 0 .../examples/functions/list-variables.md | 0 .../server-php/examples/functions/list.md | 0 .../examples/functions/retry-build.md | 0 .../examples/functions/update-deployment.md | 0 .../examples/functions/update-variable.md | 0 .../server-php/examples/functions/update.md | 0 .../examples/health/get-antivirus.md | 0 .../server-php/examples/health/get-cache.md | 0 .../server-php/examples/health/get-d-b.md | 0 .../examples/health/get-queue-certificates.md | 0 .../examples/health/get-queue-functions.md | 0 .../examples/health/get-queue-logs.md | 0 .../examples/health/get-queue-webhooks.md | 0 .../examples/health/get-storage-local.md | 0 .../server-php/examples/health/get-time.md | 0 .../server-php/examples/health/get.md | 0 .../examples/locale/get-continents.md | 0 .../examples/locale/get-countries-e-u.md | 0 .../examples/locale/get-countries-phones.md | 0 .../examples/locale/get-countries.md | 0 .../examples/locale/get-currencies.md | 0 .../examples/locale/get-languages.md | 0 .../server-php/examples/locale/get.md | 0 .../examples/locale/list-continents.md | 0 .../examples/locale/list-countries-e-u.md | 0 .../examples/locale/list-countries-phones.md | 0 .../examples/locale/list-countries.md | 0 .../examples/locale/list-currencies.md | 0 .../examples/locale/list-languages.md | 0 .../examples/storage/create-bucket.md | 0 .../examples/storage/create-file.md | 0 .../examples/storage/delete-bucket.md | 0 .../examples/storage/delete-file.md | 0 .../server-php/examples/storage/get-bucket.md | 0 .../examples/storage/get-file-download.md | 0 .../examples/storage/get-file-preview.md | 0 .../examples/storage/get-file-view.md | 0 .../server-php/examples/storage/get-file.md | 0 .../examples/storage/list-buckets.md | 0 .../server-php/examples/storage/list-files.md | 0 .../examples/storage/update-bucket.md | 0 .../examples/storage/update-file.md | 0 .../examples/teams/create-membership.md | 0 .../server-php/examples/teams/create.md | 0 .../examples/teams/delete-membership.md | 0 .../server-php/examples/teams/delete.md | 0 .../examples/teams/get-membership.md | 0 .../examples/teams/get-memberships.md | 0 .../server-php/examples/teams/get.md | 0 .../examples/teams/list-memberships.md | 0 .../server-php/examples/teams/list.md | 0 .../examples/teams/update-membership-roles.md | 0 .../teams/update-membership-status.md | 0 .../server-php/examples/teams/update.md | 0 .../examples/users/create-argon2user.md | 0 .../examples/users/create-bcrypt-user.md | 0 .../examples/users/create-m-d5user.md | 0 .../examples/users/create-p-h-pass-user.md | 0 .../examples/users/create-s-h-a-user.md | 0 .../users/create-scrypt-modified-user.md | 0 .../examples/users/create-scrypt-user.md | 0 .../server-php/examples/users/create.md | 0 .../examples/users/delete-session.md | 0 .../examples/users/delete-sessions.md | 0 .../server-php/examples/users/delete.md | 0 .../server-php/examples/users/get-logs.md | 0 .../examples/users/get-memberships.md | 0 .../server-php/examples/users/get-prefs.md | 0 .../server-php/examples/users/get-sessions.md | 0 .../server-php/examples/users/get.md | 0 .../server-php/examples/users/list-logs.md | 0 .../examples/users/list-memberships.md | 0 .../examples/users/list-sessions.md | 0 .../server-php/examples/users/list.md | 0 .../users/update-email-verification.md | 0 .../server-php/examples/users/update-email.md | 0 .../server-php/examples/users/update-name.md | 0 .../examples/users/update-password.md | 0 .../users/update-phone-verification.md | 0 .../server-php/examples/users/update-phone.md | 0 .../server-php/examples/users/update-prefs.md | 0 .../examples/users/update-status.md | 0 .../account/create-phone-verification.md | 0 .../examples/account/create-recovery.md | 0 .../examples/account/create-verification.md | 0 .../examples/account/delete-session.md | 0 .../examples/account/delete-sessions.md | 0 .../examples/account/get-logs.md | 0 .../examples/account/get-prefs.md | 0 .../examples/account/get-session.md | 0 .../examples/account/get-sessions.md | 0 .../server-python/examples/account/get.md | 0 .../examples/account/list-logs.md | 0 .../examples/account/list-sessions.md | 0 .../examples/account/update-email.md | 0 .../examples/account/update-name.md | 0 .../examples/account/update-password.md | 0 .../account/update-phone-verification.md | 0 .../examples/account/update-phone.md | 0 .../examples/account/update-prefs.md | 0 .../examples/account/update-recovery.md | 0 .../examples/account/update-session.md | 0 .../examples/account/update-status.md | 0 .../examples/account/update-verification.md | 0 .../examples/avatars/get-browser.md | 0 .../examples/avatars/get-credit-card.md | 0 .../examples/avatars/get-favicon.md | 0 .../examples/avatars/get-flag.md | 0 .../examples/avatars/get-image.md | 0 .../examples/avatars/get-initials.md | 0 .../server-python/examples/avatars/get-q-r.md | 0 .../databases/create-boolean-attribute.md | 0 .../examples/databases/create-collection.md | 0 .../databases/create-datetime-attribute.md | 0 .../examples/databases/create-document.md | 0 .../databases/create-email-attribute.md | 0 .../databases/create-enum-attribute.md | 0 .../databases/create-float-attribute.md | 0 .../examples/databases/create-index.md | 0 .../databases/create-integer-attribute.md | 0 .../examples/databases/create-ip-attribute.md | 0 .../databases/create-string-attribute.md | 0 .../databases/create-url-attribute.md | 0 .../examples/databases/create.md | 0 .../examples/databases/delete-attribute.md | 0 .../examples/databases/delete-collection.md | 0 .../examples/databases/delete-document.md | 0 .../examples/databases/delete-index.md | 0 .../examples/databases/delete.md | 0 .../examples/databases/get-attribute.md | 0 .../examples/databases/get-collection.md | 0 .../examples/databases/get-document.md | 0 .../examples/databases/get-index.md | 0 .../server-python/examples/databases/get.md | 0 .../examples/databases/list-attributes.md | 0 .../examples/databases/list-collections.md | 0 .../examples/databases/list-documents.md | 0 .../examples/databases/list-indexes.md | 0 .../server-python/examples/databases/list.md | 0 .../examples/databases/update-collection.md | 0 .../examples/databases/update-document.md | 0 .../examples/databases/update.md | 0 .../examples/functions/create-deployment.md | 0 .../examples/functions/create-execution.md | 0 .../examples/functions/create-variable.md | 0 .../examples/functions/create.md | 0 .../examples/functions/delete-deployment.md | 0 .../examples/functions/delete-variable.md | 0 .../examples/functions/delete.md | 0 .../examples/functions/get-deployment.md | 0 .../examples/functions/get-execution.md | 0 .../examples/functions/get-variable.md | 0 .../server-python/examples/functions/get.md | 0 .../examples/functions/list-deployments.md | 0 .../examples/functions/list-executions.md | 0 .../examples/functions/list-runtimes.md | 0 .../examples/functions/list-variables.md | 0 .../server-python/examples/functions/list.md | 0 .../examples/functions/retry-build.md | 0 .../examples/functions/update-deployment.md | 0 .../examples/functions/update-variable.md | 0 .../examples/functions/update.md | 0 .../examples/health/get-antivirus.md | 0 .../examples/health/get-cache.md | 0 .../server-python/examples/health/get-d-b.md | 0 .../examples/health/get-queue-certificates.md | 0 .../examples/health/get-queue-functions.md | 0 .../examples/health/get-queue-logs.md | 0 .../examples/health/get-queue-webhooks.md | 0 .../examples/health/get-storage-local.md | 0 .../server-python/examples/health/get-time.md | 0 .../server-python/examples/health/get.md | 0 .../examples/locale/get-continents.md | 0 .../examples/locale/get-countries-e-u.md | 0 .../examples/locale/get-countries-phones.md | 0 .../examples/locale/get-countries.md | 0 .../examples/locale/get-currencies.md | 0 .../examples/locale/get-languages.md | 0 .../server-python/examples/locale/get.md | 0 .../examples/locale/list-continents.md | 0 .../examples/locale/list-countries-e-u.md | 0 .../examples/locale/list-countries-phones.md | 0 .../examples/locale/list-countries.md | 0 .../examples/locale/list-currencies.md | 0 .../examples/locale/list-languages.md | 0 .../examples/storage/create-bucket.md | 0 .../examples/storage/create-file.md | 0 .../examples/storage/delete-bucket.md | 0 .../examples/storage/delete-file.md | 0 .../examples/storage/get-bucket.md | 0 .../examples/storage/get-file-download.md | 0 .../examples/storage/get-file-preview.md | 0 .../examples/storage/get-file-view.md | 0 .../examples/storage/get-file.md | 0 .../examples/storage/list-buckets.md | 0 .../examples/storage/list-files.md | 0 .../examples/storage/update-bucket.md | 0 .../examples/storage/update-file.md | 0 .../examples/teams/create-membership.md | 0 .../server-python/examples/teams/create.md | 0 .../examples/teams/delete-membership.md | 0 .../server-python/examples/teams/delete.md | 0 .../examples/teams/get-membership.md | 0 .../examples/teams/get-memberships.md | 0 .../server-python/examples/teams/get.md | 0 .../examples/teams/list-memberships.md | 0 .../server-python/examples/teams/list.md | 0 .../examples/teams/update-membership-roles.md | 0 .../teams/update-membership-status.md | 0 .../server-python/examples/teams/update.md | 0 .../examples/users/create-argon2user.md | 0 .../examples/users/create-bcrypt-user.md | 0 .../examples/users/create-m-d5user.md | 0 .../examples/users/create-p-h-pass-user.md | 0 .../examples/users/create-s-h-a-user.md | 0 .../users/create-scrypt-modified-user.md | 0 .../examples/users/create-scrypt-user.md | 0 .../server-python/examples/users/create.md | 0 .../examples/users/delete-session.md | 0 .../examples/users/delete-sessions.md | 0 .../server-python/examples/users/delete.md | 0 .../server-python/examples/users/get-logs.md | 0 .../examples/users/get-memberships.md | 0 .../server-python/examples/users/get-prefs.md | 0 .../examples/users/get-sessions.md | 0 .../server-python/examples/users/get.md | 0 .../server-python/examples/users/list-logs.md | 0 .../examples/users/list-memberships.md | 0 .../examples/users/list-sessions.md | 0 .../server-python/examples/users/list.md | 0 .../users/update-email-verification.md | 0 .../examples/users/update-email.md | 0 .../examples/users/update-name.md | 0 .../examples/users/update-password.md | 0 .../users/update-phone-verification.md | 0 .../examples/users/update-phone.md | 0 .../examples/users/update-prefs.md | 0 .../examples/users/update-status.md | 0 .../account/create-phone-verification.md | 8 +-- .../examples/account/create-recovery.md | 8 +-- .../examples/account/create-verification.md | 8 +-- .../examples/account/delete-session.md | 8 +-- .../examples/account/delete-sessions.md | 8 +-- .../server-ruby/examples/account/get-logs.md | 0 .../server-ruby/examples/account/get-prefs.md | 8 +-- .../examples/account/get-session.md | 8 +-- .../examples/account/get-sessions.md | 0 .../server-ruby/examples/account/get.md | 8 +-- .../server-ruby/examples/account/list-logs.md | 8 +-- .../examples/account/list-sessions.md | 8 +-- .../examples/account/update-email.md | 8 +-- .../examples/account/update-name.md | 8 +-- .../examples/account/update-password.md | 8 +-- .../account/update-phone-verification.md | 8 +-- .../examples/account/update-phone.md | 8 +-- .../examples/account/update-prefs.md | 8 +-- .../examples/account/update-recovery.md | 8 +-- .../examples/account/update-session.md | 8 +-- .../examples/account/update-status.md | 8 +-- .../examples/account/update-verification.md | 8 +-- .../examples/avatars/get-browser.md | 8 +-- .../examples/avatars/get-credit-card.md | 8 +-- .../examples/avatars/get-favicon.md | 8 +-- .../server-ruby/examples/avatars/get-flag.md | 8 +-- .../server-ruby/examples/avatars/get-image.md | 8 +-- .../examples/avatars/get-initials.md | 8 +-- .../server-ruby/examples/avatars/get-q-r.md | 8 +-- .../databases/create-boolean-attribute.md | 8 +-- .../examples/databases/create-collection.md | 8 +-- .../databases/create-datetime-attribute.md | 8 +-- .../examples/databases/create-document.md | 8 +-- .../databases/create-email-attribute.md | 8 +-- .../databases/create-enum-attribute.md | 8 +-- .../databases/create-float-attribute.md | 8 +-- .../examples/databases/create-index.md | 8 +-- .../databases/create-integer-attribute.md | 8 +-- .../examples/databases/create-ip-attribute.md | 8 +-- .../databases/create-string-attribute.md | 8 +-- .../databases/create-url-attribute.md | 8 +-- .../server-ruby/examples/databases/create.md | 8 +-- .../examples/databases/delete-attribute.md | 8 +-- .../examples/databases/delete-collection.md | 8 +-- .../examples/databases/delete-document.md | 8 +-- .../examples/databases/delete-index.md | 8 +-- .../server-ruby/examples/databases/delete.md | 8 +-- .../examples/databases/get-attribute.md | 8 +-- .../examples/databases/get-collection.md | 8 +-- .../examples/databases/get-document.md | 8 +-- .../examples/databases/get-index.md | 8 +-- .../server-ruby/examples/databases/get.md | 8 +-- .../examples/databases/list-attributes.md | 8 +-- .../examples/databases/list-collections.md | 8 +-- .../examples/databases/list-documents.md | 8 +-- .../examples/databases/list-indexes.md | 8 +-- .../server-ruby/examples/databases/list.md | 8 +-- .../examples/databases/update-collection.md | 8 +-- .../examples/databases/update-document.md | 8 +-- .../server-ruby/examples/databases/update.md | 8 +-- .../examples/functions/create-deployment.md | 10 ++-- .../examples/functions/create-execution.md | 8 +-- .../examples/functions/create-variable.md | 8 +-- .../server-ruby/examples/functions/create.md | 8 +-- .../examples/functions/delete-deployment.md | 8 +-- .../examples/functions/delete-variable.md | 8 +-- .../server-ruby/examples/functions/delete.md | 8 +-- .../examples/functions/get-deployment.md | 8 +-- .../examples/functions/get-execution.md | 8 +-- .../examples/functions/get-variable.md | 8 +-- .../server-ruby/examples/functions/get.md | 8 +-- .../examples/functions/list-deployments.md | 8 +-- .../examples/functions/list-executions.md | 8 +-- .../examples/functions/list-runtimes.md | 8 +-- .../examples/functions/list-variables.md | 8 +-- .../server-ruby/examples/functions/list.md | 8 +-- .../examples/functions/retry-build.md | 8 +-- .../examples/functions/update-deployment.md | 8 +-- .../examples/functions/update-variable.md | 8 +-- .../server-ruby/examples/functions/update.md | 8 +-- .../examples/health/get-antivirus.md | 8 +-- .../server-ruby/examples/health/get-cache.md | 8 +-- .../server-ruby/examples/health/get-d-b.md | 8 +-- .../examples/health/get-queue-certificates.md | 8 +-- .../examples/health/get-queue-functions.md | 8 +-- .../examples/health/get-queue-logs.md | 8 +-- .../examples/health/get-queue-webhooks.md | 8 +-- .../examples/health/get-storage-local.md | 8 +-- .../server-ruby/examples/health/get-time.md | 8 +-- .../server-ruby/examples/health/get.md | 8 +-- .../examples/locale/get-continents.md | 0 .../examples/locale/get-countries-e-u.md | 0 .../examples/locale/get-countries-phones.md | 0 .../examples/locale/get-countries.md | 0 .../examples/locale/get-currencies.md | 0 .../examples/locale/get-languages.md | 0 .../server-ruby/examples/locale/get.md | 8 +-- .../examples/locale/list-continents.md | 8 +-- .../examples/locale/list-countries-e-u.md | 8 +-- .../examples/locale/list-countries-phones.md | 8 +-- .../examples/locale/list-countries.md | 8 +-- .../examples/locale/list-currencies.md | 8 +-- .../examples/locale/list-languages.md | 8 +-- .../examples/storage/create-bucket.md | 8 +-- .../examples/storage/create-file.md | 11 ++-- .../examples/storage/delete-bucket.md | 8 +-- .../examples/storage/delete-file.md | 8 +-- .../examples/storage/get-bucket.md | 8 +-- .../examples/storage/get-file-download.md | 8 +-- .../examples/storage/get-file-preview.md | 8 +-- .../examples/storage/get-file-view.md | 8 +-- .../server-ruby/examples/storage/get-file.md | 8 +-- .../examples/storage/list-buckets.md | 8 +-- .../examples/storage/list-files.md | 8 +-- .../examples/storage/update-bucket.md | 8 +-- .../examples/storage/update-file.md | 8 +-- .../examples/teams/create-membership.md | 8 +-- .../server-ruby/examples/teams/create.md | 8 +-- .../examples/teams/delete-membership.md | 8 +-- .../server-ruby/examples/teams/delete.md | 8 +-- .../examples/teams/get-membership.md | 8 +-- .../examples/teams/get-memberships.md | 0 .../server-ruby/examples/teams/get.md | 8 +-- .../examples/teams/list-memberships.md | 8 +-- .../server-ruby/examples/teams/list.md | 8 +-- .../examples/teams/update-membership-roles.md | 8 +-- .../teams/update-membership-status.md | 8 +-- .../server-ruby/examples/teams/update.md | 8 +-- .../examples/users/create-argon2user.md | 8 +-- .../examples/users/create-bcrypt-user.md | 8 +-- .../examples/users/create-m-d5user.md | 8 +-- .../examples/users/create-p-h-pass-user.md | 8 +-- .../examples/users/create-s-h-a-user.md | 8 +-- .../users/create-scrypt-modified-user.md | 8 +-- .../examples/users/create-scrypt-user.md | 8 +-- .../server-ruby/examples/users/create.md | 8 +-- .../examples/users/delete-session.md | 8 +-- .../examples/users/delete-sessions.md | 8 +-- .../server-ruby/examples/users/delete.md | 8 +-- .../server-ruby/examples/users/get-logs.md | 0 .../examples/users/get-memberships.md | 0 .../server-ruby/examples/users/get-prefs.md | 8 +-- .../examples/users/get-sessions.md | 0 .../server-ruby/examples/users/get.md | 8 +-- .../server-ruby/examples/users/list-logs.md | 8 +-- .../examples/users/list-memberships.md | 8 +-- .../examples/users/list-sessions.md | 8 +-- .../server-ruby/examples/users/list.md | 8 +-- .../users/update-email-verification.md | 8 +-- .../examples/users/update-email.md | 8 +-- .../server-ruby/examples/users/update-name.md | 8 +-- .../examples/users/update-password.md | 8 +-- .../users/update-phone-verification.md | 8 +-- .../examples/users/update-phone.md | 8 +-- .../examples/users/update-prefs.md | 8 +-- .../examples/users/update-status.md | 8 +-- .../account/create-phone-verification.md | 0 .../examples/account/create-recovery.md | 0 .../examples/account/create-verification.md | 0 .../examples/account/delete-session.md | 0 .../examples/account/delete-sessions.md | 0 .../server-swift/examples/account/get-logs.md | 0 .../examples/account/get-prefs.md | 0 .../examples/account/get-session.md | 0 .../examples/account/get-sessions.md | 0 .../server-swift/examples/account/get.md | 0 .../examples/account/list-logs.md | 0 .../examples/account/list-sessions.md | 0 .../examples/account/update-email.md | 0 .../examples/account/update-name.md | 0 .../examples/account/update-password.md | 0 .../account/update-phone-verification.md | 0 .../examples/account/update-phone.md | 0 .../examples/account/update-prefs.md | 0 .../examples/account/update-recovery.md | 0 .../examples/account/update-session.md | 0 .../examples/account/update-status.md | 0 .../examples/account/update-verification.md | 0 .../examples/avatars/get-browser.md | 0 .../examples/avatars/get-credit-card.md | 0 .../examples/avatars/get-favicon.md | 0 .../server-swift/examples/avatars/get-flag.md | 0 .../examples/avatars/get-image.md | 0 .../examples/avatars/get-initials.md | 0 .../server-swift/examples/avatars/get-q-r.md | 0 .../databases/create-boolean-attribute.md | 0 .../examples/databases/create-collection.md | 0 .../databases/create-datetime-attribute.md | 0 .../examples/databases/create-document.md | 0 .../databases/create-email-attribute.md | 0 .../databases/create-enum-attribute.md | 0 .../databases/create-float-attribute.md | 0 .../examples/databases/create-index.md | 0 .../databases/create-integer-attribute.md | 0 .../examples/databases/create-ip-attribute.md | 0 .../databases/create-string-attribute.md | 0 .../databases/create-url-attribute.md | 0 .../server-swift/examples/databases/create.md | 0 .../examples/databases/delete-attribute.md | 0 .../examples/databases/delete-collection.md | 0 .../examples/databases/delete-document.md | 0 .../examples/databases/delete-index.md | 0 .../server-swift/examples/databases/delete.md | 0 .../examples/databases/get-attribute.md | 0 .../examples/databases/get-collection.md | 0 .../examples/databases/get-document.md | 0 .../examples/databases/get-index.md | 0 .../server-swift/examples/databases/get.md | 0 .../examples/databases/list-attributes.md | 0 .../examples/databases/list-collections.md | 0 .../examples/databases/list-documents.md | 0 .../examples/databases/list-indexes.md | 0 .../server-swift/examples/databases/list.md | 0 .../examples/databases/update-collection.md | 0 .../examples/databases/update-document.md | 0 .../server-swift/examples/databases/update.md | 0 .../examples/functions/create-deployment.md | 0 .../examples/functions/create-execution.md | 0 .../examples/functions/create-variable.md | 0 .../server-swift/examples/functions/create.md | 0 .../examples/functions/delete-deployment.md | 0 .../examples/functions/delete-variable.md | 0 .../server-swift/examples/functions/delete.md | 0 .../examples/functions/get-deployment.md | 0 .../examples/functions/get-execution.md | 0 .../examples/functions/get-variable.md | 0 .../server-swift/examples/functions/get.md | 0 .../examples/functions/list-deployments.md | 0 .../examples/functions/list-executions.md | 0 .../examples/functions/list-runtimes.md | 0 .../examples/functions/list-variables.md | 0 .../server-swift/examples/functions/list.md | 0 .../examples/functions/retry-build.md | 0 .../examples/functions/update-deployment.md | 0 .../examples/functions/update-variable.md | 0 .../server-swift/examples/functions/update.md | 0 .../examples/health/get-antivirus.md | 0 .../server-swift/examples/health/get-cache.md | 0 .../server-swift/examples/health/get-d-b.md | 0 .../examples/health/get-queue-certificates.md | 0 .../examples/health/get-queue-functions.md | 0 .../examples/health/get-queue-logs.md | 0 .../examples/health/get-queue-webhooks.md | 0 .../examples/health/get-storage-local.md | 0 .../server-swift/examples/health/get-time.md | 0 .../server-swift/examples/health/get.md | 0 .../examples/locale/get-continents.md | 0 .../examples/locale/get-countries-e-u.md | 0 .../examples/locale/get-countries-phones.md | 0 .../examples/locale/get-countries.md | 0 .../examples/locale/get-currencies.md | 0 .../examples/locale/get-languages.md | 0 .../server-swift/examples/locale/get.md | 0 .../examples/locale/list-continents.md | 0 .../examples/locale/list-countries-e-u.md | 0 .../examples/locale/list-countries-phones.md | 0 .../examples/locale/list-countries.md | 0 .../examples/locale/list-currencies.md | 0 .../examples/locale/list-languages.md | 0 .../examples/storage/create-bucket.md | 0 .../examples/storage/create-file.md | 0 .../examples/storage/delete-bucket.md | 0 .../examples/storage/delete-file.md | 0 .../examples/storage/get-bucket.md | 0 .../examples/storage/get-file-download.md | 0 .../examples/storage/get-file-preview.md | 0 .../examples/storage/get-file-view.md | 0 .../server-swift/examples/storage/get-file.md | 0 .../examples/storage/list-buckets.md | 0 .../examples/storage/list-files.md | 0 .../examples/storage/update-bucket.md | 0 .../examples/storage/update-file.md | 0 .../examples/teams/create-membership.md | 0 .../server-swift/examples/teams/create.md | 0 .../examples/teams/delete-membership.md | 0 .../server-swift/examples/teams/delete.md | 0 .../examples/teams/get-membership.md | 0 .../examples/teams/get-memberships.md | 0 .../server-swift/examples/teams/get.md | 0 .../examples/teams/list-memberships.md | 0 .../server-swift/examples/teams/list.md | 0 .../examples/teams/update-membership-roles.md | 0 .../teams/update-membership-status.md | 0 .../server-swift/examples/teams/update.md | 0 .../examples/users/create-argon2user.md | 0 .../examples/users/create-bcrypt-user.md | 0 .../examples/users/create-m-d5user.md | 0 .../examples/users/create-p-h-pass-user.md | 0 .../examples/users/create-s-h-a-user.md | 0 .../users/create-scrypt-modified-user.md | 0 .../examples/users/create-scrypt-user.md | 0 .../server-swift/examples/users/create.md | 0 .../examples/users/delete-session.md | 0 .../examples/users/delete-sessions.md | 0 .../server-swift/examples/users/delete.md | 0 .../server-swift/examples/users/get-logs.md | 0 .../examples/users/get-memberships.md | 0 .../server-swift/examples/users/get-prefs.md | 0 .../examples/users/get-sessions.md | 0 .../server-swift/examples/users/get.md | 0 .../server-swift/examples/users/list-logs.md | 0 .../examples/users/list-memberships.md | 0 .../examples/users/list-sessions.md | 0 .../server-swift/examples/users/list.md | 0 .../users/update-email-verification.md | 0 .../examples/users/update-email.md | 0 .../examples/users/update-name.md | 0 .../examples/users/update-password.md | 0 .../users/update-phone-verification.md | 0 .../examples/users/update-phone.md | 0 .../examples/users/update-prefs.md | 0 .../examples/users/update-status.md | 0 4316 files changed, 579 insertions(+), 40142 deletions(-) delete mode 100644 docs/examples/1.0.0-RC1/client-android/java/account/create-session.md delete mode 100644 docs/examples/1.0.0-RC1/client-android/java/database/create-document.md delete mode 100644 docs/examples/1.0.0-RC1/client-android/java/database/delete-document.md delete mode 100644 docs/examples/1.0.0-RC1/client-android/java/database/get-document.md delete mode 100644 docs/examples/1.0.0-RC1/client-android/java/database/list-documents.md delete mode 100644 docs/examples/1.0.0-RC1/client-android/java/database/update-document.md delete mode 100644 docs/examples/1.0.0-RC1/client-android/kotlin/account/create-session.md delete mode 100644 docs/examples/1.0.0-RC1/client-android/kotlin/database/create-document.md delete mode 100644 docs/examples/1.0.0-RC1/client-android/kotlin/database/delete-document.md delete mode 100644 docs/examples/1.0.0-RC1/client-android/kotlin/database/get-document.md delete mode 100644 docs/examples/1.0.0-RC1/client-android/kotlin/database/list-documents.md delete mode 100644 docs/examples/1.0.0-RC1/client-android/kotlin/database/update-document.md delete mode 100644 docs/examples/1.0.0-RC1/client-web/examples/account/create-session.md delete mode 100644 docs/examples/1.0.0-RC1/client-web/examples/account/delete.md delete mode 100644 docs/examples/1.0.0-RC1/client-web/examples/database/create-document.md delete mode 100644 docs/examples/1.0.0-RC1/client-web/examples/database/delete-document.md delete mode 100644 docs/examples/1.0.0-RC1/client-web/examples/database/get-document.md delete mode 100644 docs/examples/1.0.0-RC1/client-web/examples/database/list-documents.md delete mode 100644 docs/examples/1.0.0-RC1/client-web/examples/database/update-document.md delete mode 100644 docs/examples/1.0.0-RC1/console-cli/examples/functions/create.md delete mode 100644 docs/examples/1.0.0-RC1/console-cli/examples/functions/list-variables.md delete mode 100644 docs/examples/1.0.0-RC1/console-cli/examples/functions/update.md delete mode 100644 docs/examples/1.0.0-RC1/console-web/examples/account/create-session.md delete mode 100644 docs/examples/1.0.0-RC1/console-web/examples/account/delete.md delete mode 100644 docs/examples/1.0.0-RC1/console-web/examples/database/create-boolean-attribute.md delete mode 100644 docs/examples/1.0.0-RC1/console-web/examples/database/create-collection.md delete mode 100644 docs/examples/1.0.0-RC1/console-web/examples/database/create-document.md delete mode 100644 docs/examples/1.0.0-RC1/console-web/examples/database/create-email-attribute.md delete mode 100644 docs/examples/1.0.0-RC1/console-web/examples/database/create-enum-attribute.md delete mode 100644 docs/examples/1.0.0-RC1/console-web/examples/database/create-float-attribute.md delete mode 100644 docs/examples/1.0.0-RC1/console-web/examples/database/create-index.md delete mode 100644 docs/examples/1.0.0-RC1/console-web/examples/database/create-integer-attribute.md delete mode 100644 docs/examples/1.0.0-RC1/console-web/examples/database/create-ip-attribute.md delete mode 100644 docs/examples/1.0.0-RC1/console-web/examples/database/create-string-attribute.md delete mode 100644 docs/examples/1.0.0-RC1/console-web/examples/database/create-url-attribute.md delete mode 100644 docs/examples/1.0.0-RC1/console-web/examples/database/delete-attribute.md delete mode 100644 docs/examples/1.0.0-RC1/console-web/examples/database/delete-collection.md delete mode 100644 docs/examples/1.0.0-RC1/console-web/examples/database/delete-document.md delete mode 100644 docs/examples/1.0.0-RC1/console-web/examples/database/delete-index.md delete mode 100644 docs/examples/1.0.0-RC1/console-web/examples/database/get-attribute.md delete mode 100644 docs/examples/1.0.0-RC1/console-web/examples/database/get-collection-usage.md delete mode 100644 docs/examples/1.0.0-RC1/console-web/examples/database/get-collection.md delete mode 100644 docs/examples/1.0.0-RC1/console-web/examples/database/get-document.md delete mode 100644 docs/examples/1.0.0-RC1/console-web/examples/database/get-index.md delete mode 100644 docs/examples/1.0.0-RC1/console-web/examples/database/get-usage.md delete mode 100644 docs/examples/1.0.0-RC1/console-web/examples/database/list-attributes.md delete mode 100644 docs/examples/1.0.0-RC1/console-web/examples/database/list-collection-logs.md delete mode 100644 docs/examples/1.0.0-RC1/console-web/examples/database/list-collections.md delete mode 100644 docs/examples/1.0.0-RC1/console-web/examples/database/list-document-logs.md delete mode 100644 docs/examples/1.0.0-RC1/console-web/examples/database/list-documents.md delete mode 100644 docs/examples/1.0.0-RC1/console-web/examples/database/list-indexes.md delete mode 100644 docs/examples/1.0.0-RC1/console-web/examples/database/update-collection.md delete mode 100644 docs/examples/1.0.0-RC1/console-web/examples/database/update-document.md delete mode 100644 docs/examples/1.0.0-RC1/console-web/examples/health/get-queue-usage.md delete mode 100644 docs/examples/1.0.0-RC1/console-web/examples/users/update-verification.md delete mode 100644 docs/examples/1.0.0-RC1/server-kotlin/java/functions/list-variables.md delete mode 100644 docs/examples/1.0.0-RC1/server-kotlin/kotlin/functions/list-variables.md delete mode 100644 docs/examples/1.0.0-RC1/server-ruby/examples/account/create-recovery.md delete mode 100644 docs/examples/1.0.0-RC1/server-ruby/examples/account/create-verification.md delete mode 100644 docs/examples/1.0.0-RC1/server-ruby/examples/account/delete-session.md delete mode 100644 docs/examples/1.0.0-RC1/server-ruby/examples/account/delete-sessions.md delete mode 100644 docs/examples/1.0.0-RC1/server-ruby/examples/account/get-prefs.md delete mode 100644 docs/examples/1.0.0-RC1/server-ruby/examples/account/get-session.md delete mode 100644 docs/examples/1.0.0-RC1/server-ruby/examples/account/get.md delete mode 100644 docs/examples/1.0.0-RC1/server-ruby/examples/avatars/get-browser.md delete mode 100644 docs/examples/1.0.0-RC1/server-ruby/examples/avatars/get-favicon.md delete mode 100644 docs/examples/1.0.0-RC1/server-ruby/examples/avatars/get-flag.md delete mode 100644 docs/examples/1.0.0-RC1/server-ruby/examples/avatars/get-image.md delete mode 100644 docs/examples/1.0.0-RC1/server-ruby/examples/avatars/get-initials.md delete mode 100644 docs/examples/1.0.0-RC1/server-ruby/examples/databases/delete-document.md delete mode 100644 docs/examples/1.0.0-RC1/server-ruby/examples/functions/create.md delete mode 100644 docs/examples/1.0.0-RC1/server-ruby/examples/functions/update.md delete mode 100644 docs/examples/1.0.0-RC1/server-ruby/examples/health/get-antivirus.md delete mode 100644 docs/examples/1.0.0-RC1/server-ruby/examples/health/get-queue-certificates.md delete mode 100644 docs/examples/1.0.0-RC1/server-ruby/examples/health/get-queue-functions.md delete mode 100644 docs/examples/1.0.0-RC1/server-ruby/examples/health/get-queue-logs.md delete mode 100644 docs/examples/1.0.0-RC1/server-ruby/examples/health/get-queue-webhooks.md delete mode 100644 docs/examples/1.0.0-RC1/server-ruby/examples/health/get-storage-local.md delete mode 100644 docs/examples/1.0.0-RC1/server-ruby/examples/health/get.md delete mode 100644 docs/examples/1.0.0-RC1/server-ruby/examples/storage/list-buckets.md delete mode 100644 docs/examples/1.0.0-RC1/server-ruby/examples/teams/get.md delete mode 100644 docs/examples/1.0.0-RC1/server-ruby/examples/teams/list.md delete mode 100644 docs/examples/1.0.0-RC1/server-ruby/examples/users/get.md delete mode 100644 docs/examples/1.0.0/client-android/java/account/create-anonymous-session.md delete mode 100644 docs/examples/1.0.0/client-android/java/account/create-email-session.md delete mode 100644 docs/examples/1.0.0/client-android/java/account/create-j-w-t.md delete mode 100644 docs/examples/1.0.0/client-android/java/account/create-magic-u-r-l-session.md delete mode 100644 docs/examples/1.0.0/client-android/java/account/create-o-auth2session.md delete mode 100644 docs/examples/1.0.0/client-android/java/account/create-phone-session.md delete mode 100644 docs/examples/1.0.0/client-android/java/account/create-phone-verification.md delete mode 100644 docs/examples/1.0.0/client-android/java/account/create-recovery.md delete mode 100644 docs/examples/1.0.0/client-android/java/account/create-verification.md delete mode 100644 docs/examples/1.0.0/client-android/java/account/create.md delete mode 100644 docs/examples/1.0.0/client-android/java/account/delete-session.md delete mode 100644 docs/examples/1.0.0/client-android/java/account/delete-sessions.md delete mode 100644 docs/examples/1.0.0/client-android/java/account/get-logs.md delete mode 100644 docs/examples/1.0.0/client-android/java/account/get-prefs.md delete mode 100644 docs/examples/1.0.0/client-android/java/account/get-session.md delete mode 100644 docs/examples/1.0.0/client-android/java/account/get-sessions.md delete mode 100644 docs/examples/1.0.0/client-android/java/account/get.md delete mode 100644 docs/examples/1.0.0/client-android/java/account/update-email.md delete mode 100644 docs/examples/1.0.0/client-android/java/account/update-magic-u-r-l-session.md delete mode 100644 docs/examples/1.0.0/client-android/java/account/update-name.md delete mode 100644 docs/examples/1.0.0/client-android/java/account/update-password.md delete mode 100644 docs/examples/1.0.0/client-android/java/account/update-phone-session.md delete mode 100644 docs/examples/1.0.0/client-android/java/account/update-phone-verification.md delete mode 100644 docs/examples/1.0.0/client-android/java/account/update-phone.md delete mode 100644 docs/examples/1.0.0/client-android/java/account/update-prefs.md delete mode 100644 docs/examples/1.0.0/client-android/java/account/update-recovery.md delete mode 100644 docs/examples/1.0.0/client-android/java/account/update-session.md delete mode 100644 docs/examples/1.0.0/client-android/java/account/update-status.md delete mode 100644 docs/examples/1.0.0/client-android/java/account/update-verification.md delete mode 100644 docs/examples/1.0.0/client-android/java/avatars/get-browser.md delete mode 100644 docs/examples/1.0.0/client-android/java/avatars/get-credit-card.md delete mode 100644 docs/examples/1.0.0/client-android/java/avatars/get-favicon.md delete mode 100644 docs/examples/1.0.0/client-android/java/avatars/get-flag.md delete mode 100644 docs/examples/1.0.0/client-android/java/avatars/get-image.md delete mode 100644 docs/examples/1.0.0/client-android/java/avatars/get-initials.md delete mode 100644 docs/examples/1.0.0/client-android/java/avatars/get-q-r.md delete mode 100644 docs/examples/1.0.0/client-android/java/databases/create-document.md delete mode 100644 docs/examples/1.0.0/client-android/java/databases/delete-document.md delete mode 100644 docs/examples/1.0.0/client-android/java/databases/get-document.md delete mode 100644 docs/examples/1.0.0/client-android/java/databases/list-documents.md delete mode 100644 docs/examples/1.0.0/client-android/java/databases/update-document.md delete mode 100644 docs/examples/1.0.0/client-android/java/functions/create-execution.md delete mode 100644 docs/examples/1.0.0/client-android/java/functions/get-execution.md delete mode 100644 docs/examples/1.0.0/client-android/java/functions/list-executions.md delete mode 100644 docs/examples/1.0.0/client-android/java/functions/retry-build.md delete mode 100644 docs/examples/1.0.0/client-android/java/locale/get-continents.md delete mode 100644 docs/examples/1.0.0/client-android/java/locale/get-countries-e-u.md delete mode 100644 docs/examples/1.0.0/client-android/java/locale/get-countries-phones.md delete mode 100644 docs/examples/1.0.0/client-android/java/locale/get-countries.md delete mode 100644 docs/examples/1.0.0/client-android/java/locale/get-currencies.md delete mode 100644 docs/examples/1.0.0/client-android/java/locale/get-languages.md delete mode 100644 docs/examples/1.0.0/client-android/java/locale/get.md delete mode 100644 docs/examples/1.0.0/client-android/java/storage/create-file.md delete mode 100644 docs/examples/1.0.0/client-android/java/storage/delete-file.md delete mode 100644 docs/examples/1.0.0/client-android/java/storage/get-file-download.md delete mode 100644 docs/examples/1.0.0/client-android/java/storage/get-file-preview.md delete mode 100644 docs/examples/1.0.0/client-android/java/storage/get-file-view.md delete mode 100644 docs/examples/1.0.0/client-android/java/storage/get-file.md delete mode 100644 docs/examples/1.0.0/client-android/java/storage/list-files.md delete mode 100644 docs/examples/1.0.0/client-android/java/storage/update-file.md delete mode 100644 docs/examples/1.0.0/client-android/java/teams/create-membership.md delete mode 100644 docs/examples/1.0.0/client-android/java/teams/create.md delete mode 100644 docs/examples/1.0.0/client-android/java/teams/delete-membership.md delete mode 100644 docs/examples/1.0.0/client-android/java/teams/delete.md delete mode 100644 docs/examples/1.0.0/client-android/java/teams/get-membership.md delete mode 100644 docs/examples/1.0.0/client-android/java/teams/get-memberships.md delete mode 100644 docs/examples/1.0.0/client-android/java/teams/get.md delete mode 100644 docs/examples/1.0.0/client-android/java/teams/list.md delete mode 100644 docs/examples/1.0.0/client-android/java/teams/update-membership-roles.md delete mode 100644 docs/examples/1.0.0/client-android/java/teams/update-membership-status.md delete mode 100644 docs/examples/1.0.0/client-android/java/teams/update.md delete mode 100644 docs/examples/1.0.0/client-android/kotlin/account/create-anonymous-session.md delete mode 100644 docs/examples/1.0.0/client-android/kotlin/account/create-email-session.md delete mode 100644 docs/examples/1.0.0/client-android/kotlin/account/create-j-w-t.md delete mode 100644 docs/examples/1.0.0/client-android/kotlin/account/create-magic-u-r-l-session.md delete mode 100644 docs/examples/1.0.0/client-android/kotlin/account/create-o-auth2session.md delete mode 100644 docs/examples/1.0.0/client-android/kotlin/account/create-phone-session.md delete mode 100644 docs/examples/1.0.0/client-android/kotlin/account/create-phone-verification.md delete mode 100644 docs/examples/1.0.0/client-android/kotlin/account/create-recovery.md delete mode 100644 docs/examples/1.0.0/client-android/kotlin/account/create-verification.md delete mode 100644 docs/examples/1.0.0/client-android/kotlin/account/create.md delete mode 100644 docs/examples/1.0.0/client-android/kotlin/account/delete-session.md delete mode 100644 docs/examples/1.0.0/client-android/kotlin/account/delete-sessions.md delete mode 100644 docs/examples/1.0.0/client-android/kotlin/account/get-logs.md delete mode 100644 docs/examples/1.0.0/client-android/kotlin/account/get-prefs.md delete mode 100644 docs/examples/1.0.0/client-android/kotlin/account/get-session.md delete mode 100644 docs/examples/1.0.0/client-android/kotlin/account/get-sessions.md delete mode 100644 docs/examples/1.0.0/client-android/kotlin/account/get.md delete mode 100644 docs/examples/1.0.0/client-android/kotlin/account/update-email.md delete mode 100644 docs/examples/1.0.0/client-android/kotlin/account/update-magic-u-r-l-session.md delete mode 100644 docs/examples/1.0.0/client-android/kotlin/account/update-name.md delete mode 100644 docs/examples/1.0.0/client-android/kotlin/account/update-password.md delete mode 100644 docs/examples/1.0.0/client-android/kotlin/account/update-phone-session.md delete mode 100644 docs/examples/1.0.0/client-android/kotlin/account/update-phone-verification.md delete mode 100644 docs/examples/1.0.0/client-android/kotlin/account/update-phone.md delete mode 100644 docs/examples/1.0.0/client-android/kotlin/account/update-prefs.md delete mode 100644 docs/examples/1.0.0/client-android/kotlin/account/update-recovery.md delete mode 100644 docs/examples/1.0.0/client-android/kotlin/account/update-session.md delete mode 100644 docs/examples/1.0.0/client-android/kotlin/account/update-status.md delete mode 100644 docs/examples/1.0.0/client-android/kotlin/account/update-verification.md delete mode 100644 docs/examples/1.0.0/client-android/kotlin/avatars/get-browser.md delete mode 100644 docs/examples/1.0.0/client-android/kotlin/avatars/get-credit-card.md delete mode 100644 docs/examples/1.0.0/client-android/kotlin/avatars/get-favicon.md delete mode 100644 docs/examples/1.0.0/client-android/kotlin/avatars/get-flag.md delete mode 100644 docs/examples/1.0.0/client-android/kotlin/avatars/get-image.md delete mode 100644 docs/examples/1.0.0/client-android/kotlin/avatars/get-initials.md delete mode 100644 docs/examples/1.0.0/client-android/kotlin/avatars/get-q-r.md delete mode 100644 docs/examples/1.0.0/client-android/kotlin/databases/create-document.md delete mode 100644 docs/examples/1.0.0/client-android/kotlin/databases/delete-document.md delete mode 100644 docs/examples/1.0.0/client-android/kotlin/databases/get-document.md delete mode 100644 docs/examples/1.0.0/client-android/kotlin/databases/list-documents.md delete mode 100644 docs/examples/1.0.0/client-android/kotlin/databases/update-document.md delete mode 100644 docs/examples/1.0.0/client-android/kotlin/functions/create-execution.md delete mode 100644 docs/examples/1.0.0/client-android/kotlin/functions/get-execution.md delete mode 100644 docs/examples/1.0.0/client-android/kotlin/functions/list-executions.md delete mode 100644 docs/examples/1.0.0/client-android/kotlin/functions/retry-build.md delete mode 100644 docs/examples/1.0.0/client-android/kotlin/locale/get-continents.md delete mode 100644 docs/examples/1.0.0/client-android/kotlin/locale/get-countries-e-u.md delete mode 100644 docs/examples/1.0.0/client-android/kotlin/locale/get-countries-phones.md delete mode 100644 docs/examples/1.0.0/client-android/kotlin/locale/get-countries.md delete mode 100644 docs/examples/1.0.0/client-android/kotlin/locale/get-currencies.md delete mode 100644 docs/examples/1.0.0/client-android/kotlin/locale/get-languages.md delete mode 100644 docs/examples/1.0.0/client-android/kotlin/locale/get.md delete mode 100644 docs/examples/1.0.0/client-android/kotlin/storage/create-file.md delete mode 100644 docs/examples/1.0.0/client-android/kotlin/storage/delete-file.md delete mode 100644 docs/examples/1.0.0/client-android/kotlin/storage/get-file-download.md delete mode 100644 docs/examples/1.0.0/client-android/kotlin/storage/get-file-preview.md delete mode 100644 docs/examples/1.0.0/client-android/kotlin/storage/get-file-view.md delete mode 100644 docs/examples/1.0.0/client-android/kotlin/storage/get-file.md delete mode 100644 docs/examples/1.0.0/client-android/kotlin/storage/list-files.md delete mode 100644 docs/examples/1.0.0/client-android/kotlin/storage/update-file.md delete mode 100644 docs/examples/1.0.0/client-android/kotlin/teams/create-membership.md delete mode 100644 docs/examples/1.0.0/client-android/kotlin/teams/create.md delete mode 100644 docs/examples/1.0.0/client-android/kotlin/teams/delete-membership.md delete mode 100644 docs/examples/1.0.0/client-android/kotlin/teams/delete.md delete mode 100644 docs/examples/1.0.0/client-android/kotlin/teams/get-membership.md delete mode 100644 docs/examples/1.0.0/client-android/kotlin/teams/get-memberships.md delete mode 100644 docs/examples/1.0.0/client-android/kotlin/teams/get.md delete mode 100644 docs/examples/1.0.0/client-android/kotlin/teams/list.md delete mode 100644 docs/examples/1.0.0/client-android/kotlin/teams/update-membership-roles.md delete mode 100644 docs/examples/1.0.0/client-android/kotlin/teams/update-membership-status.md delete mode 100644 docs/examples/1.0.0/client-android/kotlin/teams/update.md delete mode 100644 docs/examples/1.0.0/client-apple/examples/account/create-anonymous-session.md delete mode 100644 docs/examples/1.0.0/client-apple/examples/account/create-email-session.md delete mode 100644 docs/examples/1.0.0/client-apple/examples/account/create-j-w-t.md delete mode 100644 docs/examples/1.0.0/client-apple/examples/account/create-magic-u-r-l-session.md delete mode 100644 docs/examples/1.0.0/client-apple/examples/account/create-o-auth2session.md delete mode 100644 docs/examples/1.0.0/client-apple/examples/account/create-phone-session.md delete mode 100644 docs/examples/1.0.0/client-apple/examples/account/create-phone-verification.md delete mode 100644 docs/examples/1.0.0/client-apple/examples/account/create-recovery.md delete mode 100644 docs/examples/1.0.0/client-apple/examples/account/create-verification.md delete mode 100644 docs/examples/1.0.0/client-apple/examples/account/create.md delete mode 100644 docs/examples/1.0.0/client-apple/examples/account/delete-session.md delete mode 100644 docs/examples/1.0.0/client-apple/examples/account/delete-sessions.md delete mode 100644 docs/examples/1.0.0/client-apple/examples/account/get-logs.md delete mode 100644 docs/examples/1.0.0/client-apple/examples/account/get-prefs.md delete mode 100644 docs/examples/1.0.0/client-apple/examples/account/get-session.md delete mode 100644 docs/examples/1.0.0/client-apple/examples/account/get-sessions.md delete mode 100644 docs/examples/1.0.0/client-apple/examples/account/get.md delete mode 100644 docs/examples/1.0.0/client-apple/examples/account/update-email.md delete mode 100644 docs/examples/1.0.0/client-apple/examples/account/update-magic-u-r-l-session.md delete mode 100644 docs/examples/1.0.0/client-apple/examples/account/update-name.md delete mode 100644 docs/examples/1.0.0/client-apple/examples/account/update-password.md delete mode 100644 docs/examples/1.0.0/client-apple/examples/account/update-phone-session.md delete mode 100644 docs/examples/1.0.0/client-apple/examples/account/update-phone-verification.md delete mode 100644 docs/examples/1.0.0/client-apple/examples/account/update-phone.md delete mode 100644 docs/examples/1.0.0/client-apple/examples/account/update-prefs.md delete mode 100644 docs/examples/1.0.0/client-apple/examples/account/update-recovery.md delete mode 100644 docs/examples/1.0.0/client-apple/examples/account/update-session.md delete mode 100644 docs/examples/1.0.0/client-apple/examples/account/update-status.md delete mode 100644 docs/examples/1.0.0/client-apple/examples/account/update-verification.md delete mode 100644 docs/examples/1.0.0/client-apple/examples/avatars/get-browser.md delete mode 100644 docs/examples/1.0.0/client-apple/examples/avatars/get-credit-card.md delete mode 100644 docs/examples/1.0.0/client-apple/examples/avatars/get-favicon.md delete mode 100644 docs/examples/1.0.0/client-apple/examples/avatars/get-flag.md delete mode 100644 docs/examples/1.0.0/client-apple/examples/avatars/get-image.md delete mode 100644 docs/examples/1.0.0/client-apple/examples/avatars/get-initials.md delete mode 100644 docs/examples/1.0.0/client-apple/examples/avatars/get-q-r.md delete mode 100644 docs/examples/1.0.0/client-apple/examples/databases/create-document.md delete mode 100644 docs/examples/1.0.0/client-apple/examples/databases/delete-document.md delete mode 100644 docs/examples/1.0.0/client-apple/examples/databases/get-document.md delete mode 100644 docs/examples/1.0.0/client-apple/examples/databases/list-documents.md delete mode 100644 docs/examples/1.0.0/client-apple/examples/databases/update-document.md delete mode 100644 docs/examples/1.0.0/client-apple/examples/functions/create-execution.md delete mode 100644 docs/examples/1.0.0/client-apple/examples/functions/get-execution.md delete mode 100644 docs/examples/1.0.0/client-apple/examples/functions/list-executions.md delete mode 100644 docs/examples/1.0.0/client-apple/examples/functions/retry-build.md delete mode 100644 docs/examples/1.0.0/client-apple/examples/locale/get-continents.md delete mode 100644 docs/examples/1.0.0/client-apple/examples/locale/get-countries-e-u.md delete mode 100644 docs/examples/1.0.0/client-apple/examples/locale/get-countries-phones.md delete mode 100644 docs/examples/1.0.0/client-apple/examples/locale/get-countries.md delete mode 100644 docs/examples/1.0.0/client-apple/examples/locale/get-currencies.md delete mode 100644 docs/examples/1.0.0/client-apple/examples/locale/get-languages.md delete mode 100644 docs/examples/1.0.0/client-apple/examples/locale/get.md delete mode 100644 docs/examples/1.0.0/client-apple/examples/storage/create-file.md delete mode 100644 docs/examples/1.0.0/client-apple/examples/storage/delete-file.md delete mode 100644 docs/examples/1.0.0/client-apple/examples/storage/get-file-download.md delete mode 100644 docs/examples/1.0.0/client-apple/examples/storage/get-file-preview.md delete mode 100644 docs/examples/1.0.0/client-apple/examples/storage/get-file-view.md delete mode 100644 docs/examples/1.0.0/client-apple/examples/storage/get-file.md delete mode 100644 docs/examples/1.0.0/client-apple/examples/storage/list-files.md delete mode 100644 docs/examples/1.0.0/client-apple/examples/storage/update-file.md delete mode 100644 docs/examples/1.0.0/client-apple/examples/teams/create-membership.md delete mode 100644 docs/examples/1.0.0/client-apple/examples/teams/create.md delete mode 100644 docs/examples/1.0.0/client-apple/examples/teams/delete-membership.md delete mode 100644 docs/examples/1.0.0/client-apple/examples/teams/delete.md delete mode 100644 docs/examples/1.0.0/client-apple/examples/teams/get-membership.md delete mode 100644 docs/examples/1.0.0/client-apple/examples/teams/get-memberships.md delete mode 100644 docs/examples/1.0.0/client-apple/examples/teams/get.md delete mode 100644 docs/examples/1.0.0/client-apple/examples/teams/list.md delete mode 100644 docs/examples/1.0.0/client-apple/examples/teams/update-membership-roles.md delete mode 100644 docs/examples/1.0.0/client-apple/examples/teams/update-membership-status.md delete mode 100644 docs/examples/1.0.0/client-apple/examples/teams/update.md delete mode 100644 docs/examples/1.0.0/client-flutter/examples/account/create-anonymous-session.md delete mode 100644 docs/examples/1.0.0/client-flutter/examples/account/create-email-session.md delete mode 100644 docs/examples/1.0.0/client-flutter/examples/account/create-j-w-t.md delete mode 100644 docs/examples/1.0.0/client-flutter/examples/account/create-magic-u-r-l-session.md delete mode 100644 docs/examples/1.0.0/client-flutter/examples/account/create-o-auth2session.md delete mode 100644 docs/examples/1.0.0/client-flutter/examples/account/create-phone-session.md delete mode 100644 docs/examples/1.0.0/client-flutter/examples/account/create-phone-verification.md delete mode 100644 docs/examples/1.0.0/client-flutter/examples/account/create-recovery.md delete mode 100644 docs/examples/1.0.0/client-flutter/examples/account/create-verification.md delete mode 100644 docs/examples/1.0.0/client-flutter/examples/account/create.md delete mode 100644 docs/examples/1.0.0/client-flutter/examples/account/delete-session.md delete mode 100644 docs/examples/1.0.0/client-flutter/examples/account/delete-sessions.md delete mode 100644 docs/examples/1.0.0/client-flutter/examples/account/get-logs.md delete mode 100644 docs/examples/1.0.0/client-flutter/examples/account/get-prefs.md delete mode 100644 docs/examples/1.0.0/client-flutter/examples/account/get-session.md delete mode 100644 docs/examples/1.0.0/client-flutter/examples/account/get-sessions.md delete mode 100644 docs/examples/1.0.0/client-flutter/examples/account/get.md delete mode 100644 docs/examples/1.0.0/client-flutter/examples/account/update-email.md delete mode 100644 docs/examples/1.0.0/client-flutter/examples/account/update-magic-u-r-l-session.md delete mode 100644 docs/examples/1.0.0/client-flutter/examples/account/update-name.md delete mode 100644 docs/examples/1.0.0/client-flutter/examples/account/update-password.md delete mode 100644 docs/examples/1.0.0/client-flutter/examples/account/update-phone-session.md delete mode 100644 docs/examples/1.0.0/client-flutter/examples/account/update-phone-verification.md delete mode 100644 docs/examples/1.0.0/client-flutter/examples/account/update-phone.md delete mode 100644 docs/examples/1.0.0/client-flutter/examples/account/update-prefs.md delete mode 100644 docs/examples/1.0.0/client-flutter/examples/account/update-recovery.md delete mode 100644 docs/examples/1.0.0/client-flutter/examples/account/update-session.md delete mode 100644 docs/examples/1.0.0/client-flutter/examples/account/update-status.md delete mode 100644 docs/examples/1.0.0/client-flutter/examples/account/update-verification.md delete mode 100644 docs/examples/1.0.0/client-flutter/examples/avatars/get-browser.md delete mode 100644 docs/examples/1.0.0/client-flutter/examples/avatars/get-credit-card.md delete mode 100644 docs/examples/1.0.0/client-flutter/examples/avatars/get-favicon.md delete mode 100644 docs/examples/1.0.0/client-flutter/examples/avatars/get-flag.md delete mode 100644 docs/examples/1.0.0/client-flutter/examples/avatars/get-image.md delete mode 100644 docs/examples/1.0.0/client-flutter/examples/avatars/get-initials.md delete mode 100644 docs/examples/1.0.0/client-flutter/examples/avatars/get-q-r.md delete mode 100644 docs/examples/1.0.0/client-flutter/examples/databases/create-document.md delete mode 100644 docs/examples/1.0.0/client-flutter/examples/databases/delete-document.md delete mode 100644 docs/examples/1.0.0/client-flutter/examples/databases/get-document.md delete mode 100644 docs/examples/1.0.0/client-flutter/examples/databases/list-documents.md delete mode 100644 docs/examples/1.0.0/client-flutter/examples/databases/update-document.md delete mode 100644 docs/examples/1.0.0/client-flutter/examples/functions/create-execution.md delete mode 100644 docs/examples/1.0.0/client-flutter/examples/functions/get-execution.md delete mode 100644 docs/examples/1.0.0/client-flutter/examples/functions/list-executions.md delete mode 100644 docs/examples/1.0.0/client-flutter/examples/functions/retry-build.md delete mode 100644 docs/examples/1.0.0/client-flutter/examples/locale/get-continents.md delete mode 100644 docs/examples/1.0.0/client-flutter/examples/locale/get-countries-e-u.md delete mode 100644 docs/examples/1.0.0/client-flutter/examples/locale/get-countries-phones.md delete mode 100644 docs/examples/1.0.0/client-flutter/examples/locale/get-countries.md delete mode 100644 docs/examples/1.0.0/client-flutter/examples/locale/get-currencies.md delete mode 100644 docs/examples/1.0.0/client-flutter/examples/locale/get-languages.md delete mode 100644 docs/examples/1.0.0/client-flutter/examples/locale/get.md delete mode 100644 docs/examples/1.0.0/client-flutter/examples/storage/create-file.md delete mode 100644 docs/examples/1.0.0/client-flutter/examples/storage/delete-file.md delete mode 100644 docs/examples/1.0.0/client-flutter/examples/storage/get-file-download.md delete mode 100644 docs/examples/1.0.0/client-flutter/examples/storage/get-file-preview.md delete mode 100644 docs/examples/1.0.0/client-flutter/examples/storage/get-file-view.md delete mode 100644 docs/examples/1.0.0/client-flutter/examples/storage/get-file.md delete mode 100644 docs/examples/1.0.0/client-flutter/examples/storage/list-files.md delete mode 100644 docs/examples/1.0.0/client-flutter/examples/storage/update-file.md delete mode 100644 docs/examples/1.0.0/client-flutter/examples/teams/create-membership.md delete mode 100644 docs/examples/1.0.0/client-flutter/examples/teams/create.md delete mode 100644 docs/examples/1.0.0/client-flutter/examples/teams/delete-membership.md delete mode 100644 docs/examples/1.0.0/client-flutter/examples/teams/delete.md delete mode 100644 docs/examples/1.0.0/client-flutter/examples/teams/get-membership.md delete mode 100644 docs/examples/1.0.0/client-flutter/examples/teams/get-memberships.md delete mode 100644 docs/examples/1.0.0/client-flutter/examples/teams/get.md delete mode 100644 docs/examples/1.0.0/client-flutter/examples/teams/list.md delete mode 100644 docs/examples/1.0.0/client-flutter/examples/teams/update-membership-roles.md delete mode 100644 docs/examples/1.0.0/client-flutter/examples/teams/update-membership-status.md delete mode 100644 docs/examples/1.0.0/client-flutter/examples/teams/update.md delete mode 100644 docs/examples/1.0.0/client-web/examples/account/create-anonymous-session.md delete mode 100644 docs/examples/1.0.0/client-web/examples/account/create-email-session.md delete mode 100644 docs/examples/1.0.0/client-web/examples/account/create-j-w-t.md delete mode 100644 docs/examples/1.0.0/client-web/examples/account/create-magic-u-r-l-session.md delete mode 100644 docs/examples/1.0.0/client-web/examples/account/create-o-auth2session.md delete mode 100644 docs/examples/1.0.0/client-web/examples/account/create-phone-session.md delete mode 100644 docs/examples/1.0.0/client-web/examples/account/create-phone-verification.md delete mode 100644 docs/examples/1.0.0/client-web/examples/account/create-recovery.md delete mode 100644 docs/examples/1.0.0/client-web/examples/account/create-verification.md delete mode 100644 docs/examples/1.0.0/client-web/examples/account/create.md delete mode 100644 docs/examples/1.0.0/client-web/examples/account/delete-session.md delete mode 100644 docs/examples/1.0.0/client-web/examples/account/delete-sessions.md delete mode 100644 docs/examples/1.0.0/client-web/examples/account/get-logs.md delete mode 100644 docs/examples/1.0.0/client-web/examples/account/get-prefs.md delete mode 100644 docs/examples/1.0.0/client-web/examples/account/get-session.md delete mode 100644 docs/examples/1.0.0/client-web/examples/account/get-sessions.md delete mode 100644 docs/examples/1.0.0/client-web/examples/account/get.md delete mode 100644 docs/examples/1.0.0/client-web/examples/account/update-email.md delete mode 100644 docs/examples/1.0.0/client-web/examples/account/update-magic-u-r-l-session.md delete mode 100644 docs/examples/1.0.0/client-web/examples/account/update-name.md delete mode 100644 docs/examples/1.0.0/client-web/examples/account/update-password.md delete mode 100644 docs/examples/1.0.0/client-web/examples/account/update-phone-session.md delete mode 100644 docs/examples/1.0.0/client-web/examples/account/update-phone-verification.md delete mode 100644 docs/examples/1.0.0/client-web/examples/account/update-phone.md delete mode 100644 docs/examples/1.0.0/client-web/examples/account/update-prefs.md delete mode 100644 docs/examples/1.0.0/client-web/examples/account/update-recovery.md delete mode 100644 docs/examples/1.0.0/client-web/examples/account/update-session.md delete mode 100644 docs/examples/1.0.0/client-web/examples/account/update-status.md delete mode 100644 docs/examples/1.0.0/client-web/examples/account/update-verification.md delete mode 100644 docs/examples/1.0.0/client-web/examples/avatars/get-browser.md delete mode 100644 docs/examples/1.0.0/client-web/examples/avatars/get-credit-card.md delete mode 100644 docs/examples/1.0.0/client-web/examples/avatars/get-favicon.md delete mode 100644 docs/examples/1.0.0/client-web/examples/avatars/get-flag.md delete mode 100644 docs/examples/1.0.0/client-web/examples/avatars/get-image.md delete mode 100644 docs/examples/1.0.0/client-web/examples/avatars/get-initials.md delete mode 100644 docs/examples/1.0.0/client-web/examples/avatars/get-q-r.md delete mode 100644 docs/examples/1.0.0/client-web/examples/databases/create-document.md delete mode 100644 docs/examples/1.0.0/client-web/examples/databases/delete-document.md delete mode 100644 docs/examples/1.0.0/client-web/examples/databases/get-document.md delete mode 100644 docs/examples/1.0.0/client-web/examples/databases/list-documents.md delete mode 100644 docs/examples/1.0.0/client-web/examples/databases/update-document.md delete mode 100644 docs/examples/1.0.0/client-web/examples/functions/create-execution.md delete mode 100644 docs/examples/1.0.0/client-web/examples/functions/get-execution.md delete mode 100644 docs/examples/1.0.0/client-web/examples/functions/list-executions.md delete mode 100644 docs/examples/1.0.0/client-web/examples/functions/retry-build.md delete mode 100644 docs/examples/1.0.0/client-web/examples/locale/get-continents.md delete mode 100644 docs/examples/1.0.0/client-web/examples/locale/get-countries-e-u.md delete mode 100644 docs/examples/1.0.0/client-web/examples/locale/get-countries-phones.md delete mode 100644 docs/examples/1.0.0/client-web/examples/locale/get-countries.md delete mode 100644 docs/examples/1.0.0/client-web/examples/locale/get-currencies.md delete mode 100644 docs/examples/1.0.0/client-web/examples/locale/get-languages.md delete mode 100644 docs/examples/1.0.0/client-web/examples/locale/get.md delete mode 100644 docs/examples/1.0.0/client-web/examples/storage/create-file.md delete mode 100644 docs/examples/1.0.0/client-web/examples/storage/delete-file.md delete mode 100644 docs/examples/1.0.0/client-web/examples/storage/get-file-download.md delete mode 100644 docs/examples/1.0.0/client-web/examples/storage/get-file-preview.md delete mode 100644 docs/examples/1.0.0/client-web/examples/storage/get-file-view.md delete mode 100644 docs/examples/1.0.0/client-web/examples/storage/get-file.md delete mode 100644 docs/examples/1.0.0/client-web/examples/storage/list-files.md delete mode 100644 docs/examples/1.0.0/client-web/examples/storage/update-file.md delete mode 100644 docs/examples/1.0.0/client-web/examples/teams/create-membership.md delete mode 100644 docs/examples/1.0.0/client-web/examples/teams/create.md delete mode 100644 docs/examples/1.0.0/client-web/examples/teams/delete-membership.md delete mode 100644 docs/examples/1.0.0/client-web/examples/teams/delete.md delete mode 100644 docs/examples/1.0.0/client-web/examples/teams/get-membership.md delete mode 100644 docs/examples/1.0.0/client-web/examples/teams/get-memberships.md delete mode 100644 docs/examples/1.0.0/client-web/examples/teams/get.md delete mode 100644 docs/examples/1.0.0/client-web/examples/teams/list.md delete mode 100644 docs/examples/1.0.0/client-web/examples/teams/update-membership-roles.md delete mode 100644 docs/examples/1.0.0/client-web/examples/teams/update-membership-status.md delete mode 100644 docs/examples/1.0.0/client-web/examples/teams/update.md delete mode 100644 docs/examples/1.0.0/console-cli/examples/account/create-anonymous-session.md delete mode 100644 docs/examples/1.0.0/console-cli/examples/account/create-email-session.md delete mode 100644 docs/examples/1.0.0/console-cli/examples/account/create-j-w-t.md delete mode 100644 docs/examples/1.0.0/console-cli/examples/account/create-magic-u-r-l-session.md delete mode 100644 docs/examples/1.0.0/console-cli/examples/account/create-o-auth2session.md delete mode 100644 docs/examples/1.0.0/console-cli/examples/account/create-phone-session.md delete mode 100644 docs/examples/1.0.0/console-cli/examples/account/create-phone-verification.md delete mode 100644 docs/examples/1.0.0/console-cli/examples/account/create-recovery.md delete mode 100644 docs/examples/1.0.0/console-cli/examples/account/create-verification.md delete mode 100644 docs/examples/1.0.0/console-cli/examples/account/create.md delete mode 100644 docs/examples/1.0.0/console-cli/examples/account/delete-session.md delete mode 100644 docs/examples/1.0.0/console-cli/examples/account/delete-sessions.md delete mode 100644 docs/examples/1.0.0/console-cli/examples/account/get-logs.md delete mode 100644 docs/examples/1.0.0/console-cli/examples/account/get-prefs.md delete mode 100644 docs/examples/1.0.0/console-cli/examples/account/get-session.md delete mode 100644 docs/examples/1.0.0/console-cli/examples/account/get-sessions.md delete mode 100644 docs/examples/1.0.0/console-cli/examples/account/get.md delete mode 100644 docs/examples/1.0.0/console-cli/examples/account/update-email.md delete mode 100644 docs/examples/1.0.0/console-cli/examples/account/update-magic-u-r-l-session.md delete mode 100644 docs/examples/1.0.0/console-cli/examples/account/update-name.md delete mode 100644 docs/examples/1.0.0/console-cli/examples/account/update-password.md delete mode 100644 docs/examples/1.0.0/console-cli/examples/account/update-phone-session.md delete mode 100644 docs/examples/1.0.0/console-cli/examples/account/update-phone-verification.md delete mode 100644 docs/examples/1.0.0/console-cli/examples/account/update-phone.md delete mode 100644 docs/examples/1.0.0/console-cli/examples/account/update-prefs.md delete mode 100644 docs/examples/1.0.0/console-cli/examples/account/update-recovery.md delete mode 100644 docs/examples/1.0.0/console-cli/examples/account/update-session.md delete mode 100644 docs/examples/1.0.0/console-cli/examples/account/update-status.md delete mode 100644 docs/examples/1.0.0/console-cli/examples/account/update-verification.md delete mode 100644 docs/examples/1.0.0/console-cli/examples/avatars/get-browser.md delete mode 100644 docs/examples/1.0.0/console-cli/examples/avatars/get-credit-card.md delete mode 100644 docs/examples/1.0.0/console-cli/examples/avatars/get-favicon.md delete mode 100644 docs/examples/1.0.0/console-cli/examples/avatars/get-flag.md delete mode 100644 docs/examples/1.0.0/console-cli/examples/avatars/get-image.md delete mode 100644 docs/examples/1.0.0/console-cli/examples/avatars/get-initials.md delete mode 100644 docs/examples/1.0.0/console-cli/examples/avatars/get-q-r.md delete mode 100644 docs/examples/1.0.0/console-cli/examples/databases/create-boolean-attribute.md delete mode 100644 docs/examples/1.0.0/console-cli/examples/databases/create-collection.md delete mode 100644 docs/examples/1.0.0/console-cli/examples/databases/create-datetime-attribute.md delete mode 100644 docs/examples/1.0.0/console-cli/examples/databases/create-document.md delete mode 100644 docs/examples/1.0.0/console-cli/examples/databases/create-email-attribute.md delete mode 100644 docs/examples/1.0.0/console-cli/examples/databases/create-enum-attribute.md delete mode 100644 docs/examples/1.0.0/console-cli/examples/databases/create-float-attribute.md delete mode 100644 docs/examples/1.0.0/console-cli/examples/databases/create-index.md delete mode 100644 docs/examples/1.0.0/console-cli/examples/databases/create-integer-attribute.md delete mode 100644 docs/examples/1.0.0/console-cli/examples/databases/create-ip-attribute.md delete mode 100644 docs/examples/1.0.0/console-cli/examples/databases/create-string-attribute.md delete mode 100644 docs/examples/1.0.0/console-cli/examples/databases/create-url-attribute.md delete mode 100644 docs/examples/1.0.0/console-cli/examples/databases/create.md delete mode 100644 docs/examples/1.0.0/console-cli/examples/databases/delete-attribute.md delete mode 100644 docs/examples/1.0.0/console-cli/examples/databases/delete-collection.md delete mode 100644 docs/examples/1.0.0/console-cli/examples/databases/delete-document.md delete mode 100644 docs/examples/1.0.0/console-cli/examples/databases/delete-index.md delete mode 100644 docs/examples/1.0.0/console-cli/examples/databases/delete.md delete mode 100644 docs/examples/1.0.0/console-cli/examples/databases/get-attribute.md delete mode 100644 docs/examples/1.0.0/console-cli/examples/databases/get-collection-usage.md delete mode 100644 docs/examples/1.0.0/console-cli/examples/databases/get-collection.md delete mode 100644 docs/examples/1.0.0/console-cli/examples/databases/get-database-usage.md delete mode 100644 docs/examples/1.0.0/console-cli/examples/databases/get-document.md delete mode 100644 docs/examples/1.0.0/console-cli/examples/databases/get-index.md delete mode 100644 docs/examples/1.0.0/console-cli/examples/databases/get-usage.md delete mode 100644 docs/examples/1.0.0/console-cli/examples/databases/get.md delete mode 100644 docs/examples/1.0.0/console-cli/examples/databases/list-attributes.md delete mode 100644 docs/examples/1.0.0/console-cli/examples/databases/list-collection-logs.md delete mode 100644 docs/examples/1.0.0/console-cli/examples/databases/list-collections.md delete mode 100644 docs/examples/1.0.0/console-cli/examples/databases/list-document-logs.md delete mode 100644 docs/examples/1.0.0/console-cli/examples/databases/list-documents.md delete mode 100644 docs/examples/1.0.0/console-cli/examples/databases/list-indexes.md delete mode 100644 docs/examples/1.0.0/console-cli/examples/databases/list-logs.md delete mode 100644 docs/examples/1.0.0/console-cli/examples/databases/list.md delete mode 100644 docs/examples/1.0.0/console-cli/examples/databases/update-collection.md delete mode 100644 docs/examples/1.0.0/console-cli/examples/databases/update-document.md delete mode 100644 docs/examples/1.0.0/console-cli/examples/databases/update.md delete mode 100644 docs/examples/1.0.0/console-cli/examples/functions/create-deployment.md delete mode 100644 docs/examples/1.0.0/console-cli/examples/functions/create-execution.md delete mode 100644 docs/examples/1.0.0/console-cli/examples/functions/create-variable.md delete mode 100644 docs/examples/1.0.0/console-cli/examples/functions/delete-deployment.md delete mode 100644 docs/examples/1.0.0/console-cli/examples/functions/delete-variable.md delete mode 100644 docs/examples/1.0.0/console-cli/examples/functions/delete.md delete mode 100644 docs/examples/1.0.0/console-cli/examples/functions/get-deployment.md delete mode 100644 docs/examples/1.0.0/console-cli/examples/functions/get-execution.md delete mode 100644 docs/examples/1.0.0/console-cli/examples/functions/get-function-usage.md delete mode 100644 docs/examples/1.0.0/console-cli/examples/functions/get-usage.md delete mode 100644 docs/examples/1.0.0/console-cli/examples/functions/get-variable.md delete mode 100644 docs/examples/1.0.0/console-cli/examples/functions/get.md delete mode 100644 docs/examples/1.0.0/console-cli/examples/functions/list-deployments.md delete mode 100644 docs/examples/1.0.0/console-cli/examples/functions/list-executions.md delete mode 100644 docs/examples/1.0.0/console-cli/examples/functions/list-runtimes.md delete mode 100644 docs/examples/1.0.0/console-cli/examples/functions/list.md delete mode 100644 docs/examples/1.0.0/console-cli/examples/functions/retry-build.md delete mode 100644 docs/examples/1.0.0/console-cli/examples/functions/update-deployment.md delete mode 100644 docs/examples/1.0.0/console-cli/examples/functions/update-variable.md delete mode 100644 docs/examples/1.0.0/console-cli/examples/health/get-antivirus.md delete mode 100644 docs/examples/1.0.0/console-cli/examples/health/get-cache.md delete mode 100644 docs/examples/1.0.0/console-cli/examples/health/get-d-b.md delete mode 100644 docs/examples/1.0.0/console-cli/examples/health/get-queue-certificates.md delete mode 100644 docs/examples/1.0.0/console-cli/examples/health/get-queue-functions.md delete mode 100644 docs/examples/1.0.0/console-cli/examples/health/get-queue-logs.md delete mode 100644 docs/examples/1.0.0/console-cli/examples/health/get-queue-webhooks.md delete mode 100644 docs/examples/1.0.0/console-cli/examples/health/get-storage-local.md delete mode 100644 docs/examples/1.0.0/console-cli/examples/health/get-time.md delete mode 100644 docs/examples/1.0.0/console-cli/examples/health/get.md delete mode 100644 docs/examples/1.0.0/console-cli/examples/locale/get-continents.md delete mode 100644 docs/examples/1.0.0/console-cli/examples/locale/get-countries-e-u.md delete mode 100644 docs/examples/1.0.0/console-cli/examples/locale/get-countries-phones.md delete mode 100644 docs/examples/1.0.0/console-cli/examples/locale/get-countries.md delete mode 100644 docs/examples/1.0.0/console-cli/examples/locale/get-currencies.md delete mode 100644 docs/examples/1.0.0/console-cli/examples/locale/get-languages.md delete mode 100644 docs/examples/1.0.0/console-cli/examples/locale/get.md delete mode 100644 docs/examples/1.0.0/console-cli/examples/projects/create-domain.md delete mode 100644 docs/examples/1.0.0/console-cli/examples/projects/create-key.md delete mode 100644 docs/examples/1.0.0/console-cli/examples/projects/create-platform.md delete mode 100644 docs/examples/1.0.0/console-cli/examples/projects/create-webhook.md delete mode 100644 docs/examples/1.0.0/console-cli/examples/projects/create.md delete mode 100644 docs/examples/1.0.0/console-cli/examples/projects/delete-domain.md delete mode 100644 docs/examples/1.0.0/console-cli/examples/projects/delete-key.md delete mode 100644 docs/examples/1.0.0/console-cli/examples/projects/delete-platform.md delete mode 100644 docs/examples/1.0.0/console-cli/examples/projects/delete-webhook.md delete mode 100644 docs/examples/1.0.0/console-cli/examples/projects/delete.md delete mode 100644 docs/examples/1.0.0/console-cli/examples/projects/get-domain.md delete mode 100644 docs/examples/1.0.0/console-cli/examples/projects/get-key.md delete mode 100644 docs/examples/1.0.0/console-cli/examples/projects/get-platform.md delete mode 100644 docs/examples/1.0.0/console-cli/examples/projects/get-usage.md delete mode 100644 docs/examples/1.0.0/console-cli/examples/projects/get-webhook.md delete mode 100644 docs/examples/1.0.0/console-cli/examples/projects/get.md delete mode 100644 docs/examples/1.0.0/console-cli/examples/projects/list-domains.md delete mode 100644 docs/examples/1.0.0/console-cli/examples/projects/list-keys.md delete mode 100644 docs/examples/1.0.0/console-cli/examples/projects/list-platforms.md delete mode 100644 docs/examples/1.0.0/console-cli/examples/projects/list-webhooks.md delete mode 100644 docs/examples/1.0.0/console-cli/examples/projects/list.md delete mode 100644 docs/examples/1.0.0/console-cli/examples/projects/update-auth-limit.md delete mode 100644 docs/examples/1.0.0/console-cli/examples/projects/update-auth-status.md delete mode 100644 docs/examples/1.0.0/console-cli/examples/projects/update-domain-verification.md delete mode 100644 docs/examples/1.0.0/console-cli/examples/projects/update-key.md delete mode 100644 docs/examples/1.0.0/console-cli/examples/projects/update-o-auth2.md delete mode 100644 docs/examples/1.0.0/console-cli/examples/projects/update-platform.md delete mode 100644 docs/examples/1.0.0/console-cli/examples/projects/update-service-status.md delete mode 100644 docs/examples/1.0.0/console-cli/examples/projects/update-webhook-signature.md delete mode 100644 docs/examples/1.0.0/console-cli/examples/projects/update-webhook.md delete mode 100644 docs/examples/1.0.0/console-cli/examples/projects/update.md delete mode 100644 docs/examples/1.0.0/console-cli/examples/storage/create-bucket.md delete mode 100644 docs/examples/1.0.0/console-cli/examples/storage/create-file.md delete mode 100644 docs/examples/1.0.0/console-cli/examples/storage/delete-bucket.md delete mode 100644 docs/examples/1.0.0/console-cli/examples/storage/delete-file.md delete mode 100644 docs/examples/1.0.0/console-cli/examples/storage/get-bucket-usage.md delete mode 100644 docs/examples/1.0.0/console-cli/examples/storage/get-bucket.md delete mode 100644 docs/examples/1.0.0/console-cli/examples/storage/get-file-download.md delete mode 100644 docs/examples/1.0.0/console-cli/examples/storage/get-file-preview.md delete mode 100644 docs/examples/1.0.0/console-cli/examples/storage/get-file-view.md delete mode 100644 docs/examples/1.0.0/console-cli/examples/storage/get-file.md delete mode 100644 docs/examples/1.0.0/console-cli/examples/storage/get-usage.md delete mode 100644 docs/examples/1.0.0/console-cli/examples/storage/list-buckets.md delete mode 100644 docs/examples/1.0.0/console-cli/examples/storage/list-files.md delete mode 100644 docs/examples/1.0.0/console-cli/examples/storage/update-bucket.md delete mode 100644 docs/examples/1.0.0/console-cli/examples/storage/update-file.md delete mode 100644 docs/examples/1.0.0/console-cli/examples/teams/create-membership.md delete mode 100644 docs/examples/1.0.0/console-cli/examples/teams/create.md delete mode 100644 docs/examples/1.0.0/console-cli/examples/teams/delete-membership.md delete mode 100644 docs/examples/1.0.0/console-cli/examples/teams/delete.md delete mode 100644 docs/examples/1.0.0/console-cli/examples/teams/get-membership.md delete mode 100644 docs/examples/1.0.0/console-cli/examples/teams/get-memberships.md delete mode 100644 docs/examples/1.0.0/console-cli/examples/teams/get.md delete mode 100644 docs/examples/1.0.0/console-cli/examples/teams/list-logs.md delete mode 100644 docs/examples/1.0.0/console-cli/examples/teams/list.md delete mode 100644 docs/examples/1.0.0/console-cli/examples/teams/update-membership-roles.md delete mode 100644 docs/examples/1.0.0/console-cli/examples/teams/update-membership-status.md delete mode 100644 docs/examples/1.0.0/console-cli/examples/teams/update.md delete mode 100644 docs/examples/1.0.0/console-cli/examples/users/create-argon2user.md delete mode 100644 docs/examples/1.0.0/console-cli/examples/users/create-bcrypt-user.md delete mode 100644 docs/examples/1.0.0/console-cli/examples/users/create-m-d5user.md delete mode 100644 docs/examples/1.0.0/console-cli/examples/users/create-p-h-pass-user.md delete mode 100644 docs/examples/1.0.0/console-cli/examples/users/create-s-h-a-user.md delete mode 100644 docs/examples/1.0.0/console-cli/examples/users/create-scrypt-modified-user.md delete mode 100644 docs/examples/1.0.0/console-cli/examples/users/create-scrypt-user.md delete mode 100644 docs/examples/1.0.0/console-cli/examples/users/create.md delete mode 100644 docs/examples/1.0.0/console-cli/examples/users/delete-session.md delete mode 100644 docs/examples/1.0.0/console-cli/examples/users/delete-sessions.md delete mode 100644 docs/examples/1.0.0/console-cli/examples/users/delete.md delete mode 100644 docs/examples/1.0.0/console-cli/examples/users/get-logs.md delete mode 100644 docs/examples/1.0.0/console-cli/examples/users/get-memberships.md delete mode 100644 docs/examples/1.0.0/console-cli/examples/users/get-prefs.md delete mode 100644 docs/examples/1.0.0/console-cli/examples/users/get-sessions.md delete mode 100644 docs/examples/1.0.0/console-cli/examples/users/get-usage.md delete mode 100644 docs/examples/1.0.0/console-cli/examples/users/get.md delete mode 100644 docs/examples/1.0.0/console-cli/examples/users/list.md delete mode 100644 docs/examples/1.0.0/console-cli/examples/users/update-email-verification.md delete mode 100644 docs/examples/1.0.0/console-cli/examples/users/update-email.md delete mode 100644 docs/examples/1.0.0/console-cli/examples/users/update-name.md delete mode 100644 docs/examples/1.0.0/console-cli/examples/users/update-password.md delete mode 100644 docs/examples/1.0.0/console-cli/examples/users/update-phone-verification.md delete mode 100644 docs/examples/1.0.0/console-cli/examples/users/update-phone.md delete mode 100644 docs/examples/1.0.0/console-cli/examples/users/update-prefs.md delete mode 100644 docs/examples/1.0.0/console-cli/examples/users/update-status.md delete mode 100644 docs/examples/1.0.0/console-web/examples/account/create-anonymous-session.md delete mode 100644 docs/examples/1.0.0/console-web/examples/account/create-email-session.md delete mode 100644 docs/examples/1.0.0/console-web/examples/account/create-j-w-t.md delete mode 100644 docs/examples/1.0.0/console-web/examples/account/create-magic-u-r-l-session.md delete mode 100644 docs/examples/1.0.0/console-web/examples/account/create-o-auth2session.md delete mode 100644 docs/examples/1.0.0/console-web/examples/account/create-phone-session.md delete mode 100644 docs/examples/1.0.0/console-web/examples/account/create-phone-verification.md delete mode 100644 docs/examples/1.0.0/console-web/examples/account/create-recovery.md delete mode 100644 docs/examples/1.0.0/console-web/examples/account/create-verification.md delete mode 100644 docs/examples/1.0.0/console-web/examples/account/create.md delete mode 100644 docs/examples/1.0.0/console-web/examples/account/delete-session.md delete mode 100644 docs/examples/1.0.0/console-web/examples/account/delete-sessions.md delete mode 100644 docs/examples/1.0.0/console-web/examples/account/get-logs.md delete mode 100644 docs/examples/1.0.0/console-web/examples/account/get-prefs.md delete mode 100644 docs/examples/1.0.0/console-web/examples/account/get-session.md delete mode 100644 docs/examples/1.0.0/console-web/examples/account/get-sessions.md delete mode 100644 docs/examples/1.0.0/console-web/examples/account/get.md delete mode 100644 docs/examples/1.0.0/console-web/examples/account/update-email.md delete mode 100644 docs/examples/1.0.0/console-web/examples/account/update-magic-u-r-l-session.md delete mode 100644 docs/examples/1.0.0/console-web/examples/account/update-name.md delete mode 100644 docs/examples/1.0.0/console-web/examples/account/update-password.md delete mode 100644 docs/examples/1.0.0/console-web/examples/account/update-phone-session.md delete mode 100644 docs/examples/1.0.0/console-web/examples/account/update-phone-verification.md delete mode 100644 docs/examples/1.0.0/console-web/examples/account/update-phone.md delete mode 100644 docs/examples/1.0.0/console-web/examples/account/update-prefs.md delete mode 100644 docs/examples/1.0.0/console-web/examples/account/update-recovery.md delete mode 100644 docs/examples/1.0.0/console-web/examples/account/update-session.md delete mode 100644 docs/examples/1.0.0/console-web/examples/account/update-status.md delete mode 100644 docs/examples/1.0.0/console-web/examples/account/update-verification.md delete mode 100644 docs/examples/1.0.0/console-web/examples/avatars/get-browser.md delete mode 100644 docs/examples/1.0.0/console-web/examples/avatars/get-credit-card.md delete mode 100644 docs/examples/1.0.0/console-web/examples/avatars/get-favicon.md delete mode 100644 docs/examples/1.0.0/console-web/examples/avatars/get-flag.md delete mode 100644 docs/examples/1.0.0/console-web/examples/avatars/get-image.md delete mode 100644 docs/examples/1.0.0/console-web/examples/avatars/get-initials.md delete mode 100644 docs/examples/1.0.0/console-web/examples/avatars/get-q-r.md delete mode 100644 docs/examples/1.0.0/console-web/examples/databases/create-boolean-attribute.md delete mode 100644 docs/examples/1.0.0/console-web/examples/databases/create-collection.md delete mode 100644 docs/examples/1.0.0/console-web/examples/databases/create-datetime-attribute.md delete mode 100644 docs/examples/1.0.0/console-web/examples/databases/create-document.md delete mode 100644 docs/examples/1.0.0/console-web/examples/databases/create-email-attribute.md delete mode 100644 docs/examples/1.0.0/console-web/examples/databases/create-enum-attribute.md delete mode 100644 docs/examples/1.0.0/console-web/examples/databases/create-float-attribute.md delete mode 100644 docs/examples/1.0.0/console-web/examples/databases/create-index.md delete mode 100644 docs/examples/1.0.0/console-web/examples/databases/create-integer-attribute.md delete mode 100644 docs/examples/1.0.0/console-web/examples/databases/create-ip-attribute.md delete mode 100644 docs/examples/1.0.0/console-web/examples/databases/create-string-attribute.md delete mode 100644 docs/examples/1.0.0/console-web/examples/databases/create-url-attribute.md delete mode 100644 docs/examples/1.0.0/console-web/examples/databases/create.md delete mode 100644 docs/examples/1.0.0/console-web/examples/databases/delete-attribute.md delete mode 100644 docs/examples/1.0.0/console-web/examples/databases/delete-collection.md delete mode 100644 docs/examples/1.0.0/console-web/examples/databases/delete-document.md delete mode 100644 docs/examples/1.0.0/console-web/examples/databases/delete-index.md delete mode 100644 docs/examples/1.0.0/console-web/examples/databases/delete.md delete mode 100644 docs/examples/1.0.0/console-web/examples/databases/get-attribute.md delete mode 100644 docs/examples/1.0.0/console-web/examples/databases/get-collection-usage.md delete mode 100644 docs/examples/1.0.0/console-web/examples/databases/get-collection.md delete mode 100644 docs/examples/1.0.0/console-web/examples/databases/get-database-usage.md delete mode 100644 docs/examples/1.0.0/console-web/examples/databases/get-document.md delete mode 100644 docs/examples/1.0.0/console-web/examples/databases/get-index.md delete mode 100644 docs/examples/1.0.0/console-web/examples/databases/get-usage.md delete mode 100644 docs/examples/1.0.0/console-web/examples/databases/get.md delete mode 100644 docs/examples/1.0.0/console-web/examples/databases/list-attributes.md delete mode 100644 docs/examples/1.0.0/console-web/examples/databases/list-collection-logs.md delete mode 100644 docs/examples/1.0.0/console-web/examples/databases/list-collections.md delete mode 100644 docs/examples/1.0.0/console-web/examples/databases/list-document-logs.md delete mode 100644 docs/examples/1.0.0/console-web/examples/databases/list-documents.md delete mode 100644 docs/examples/1.0.0/console-web/examples/databases/list-indexes.md delete mode 100644 docs/examples/1.0.0/console-web/examples/databases/list-logs.md delete mode 100644 docs/examples/1.0.0/console-web/examples/databases/list.md delete mode 100644 docs/examples/1.0.0/console-web/examples/databases/update-collection.md delete mode 100644 docs/examples/1.0.0/console-web/examples/databases/update-document.md delete mode 100644 docs/examples/1.0.0/console-web/examples/databases/update.md delete mode 100644 docs/examples/1.0.0/console-web/examples/functions/create-deployment.md delete mode 100644 docs/examples/1.0.0/console-web/examples/functions/create-execution.md delete mode 100644 docs/examples/1.0.0/console-web/examples/functions/create-variable.md delete mode 100644 docs/examples/1.0.0/console-web/examples/functions/create.md delete mode 100644 docs/examples/1.0.0/console-web/examples/functions/delete-deployment.md delete mode 100644 docs/examples/1.0.0/console-web/examples/functions/delete-variable.md delete mode 100644 docs/examples/1.0.0/console-web/examples/functions/delete.md delete mode 100644 docs/examples/1.0.0/console-web/examples/functions/get-deployment.md delete mode 100644 docs/examples/1.0.0/console-web/examples/functions/get-execution.md delete mode 100644 docs/examples/1.0.0/console-web/examples/functions/get-function-usage.md delete mode 100644 docs/examples/1.0.0/console-web/examples/functions/get-usage.md delete mode 100644 docs/examples/1.0.0/console-web/examples/functions/get-variable.md delete mode 100644 docs/examples/1.0.0/console-web/examples/functions/get.md delete mode 100644 docs/examples/1.0.0/console-web/examples/functions/list-deployments.md delete mode 100644 docs/examples/1.0.0/console-web/examples/functions/list-executions.md delete mode 100644 docs/examples/1.0.0/console-web/examples/functions/list-runtimes.md delete mode 100644 docs/examples/1.0.0/console-web/examples/functions/list-variables.md delete mode 100644 docs/examples/1.0.0/console-web/examples/functions/list.md delete mode 100644 docs/examples/1.0.0/console-web/examples/functions/retry-build.md delete mode 100644 docs/examples/1.0.0/console-web/examples/functions/update-deployment.md delete mode 100644 docs/examples/1.0.0/console-web/examples/functions/update-variable.md delete mode 100644 docs/examples/1.0.0/console-web/examples/functions/update.md delete mode 100644 docs/examples/1.0.0/console-web/examples/health/get-antivirus.md delete mode 100644 docs/examples/1.0.0/console-web/examples/health/get-cache.md delete mode 100644 docs/examples/1.0.0/console-web/examples/health/get-d-b.md delete mode 100644 docs/examples/1.0.0/console-web/examples/health/get-queue-certificates.md delete mode 100644 docs/examples/1.0.0/console-web/examples/health/get-queue-functions.md delete mode 100644 docs/examples/1.0.0/console-web/examples/health/get-queue-logs.md delete mode 100644 docs/examples/1.0.0/console-web/examples/health/get-queue-webhooks.md delete mode 100644 docs/examples/1.0.0/console-web/examples/health/get-storage-local.md delete mode 100644 docs/examples/1.0.0/console-web/examples/health/get-time.md delete mode 100644 docs/examples/1.0.0/console-web/examples/health/get.md delete mode 100644 docs/examples/1.0.0/console-web/examples/locale/get-continents.md delete mode 100644 docs/examples/1.0.0/console-web/examples/locale/get-countries-e-u.md delete mode 100644 docs/examples/1.0.0/console-web/examples/locale/get-countries-phones.md delete mode 100644 docs/examples/1.0.0/console-web/examples/locale/get-countries.md delete mode 100644 docs/examples/1.0.0/console-web/examples/locale/get-currencies.md delete mode 100644 docs/examples/1.0.0/console-web/examples/locale/get-languages.md delete mode 100644 docs/examples/1.0.0/console-web/examples/locale/get.md delete mode 100644 docs/examples/1.0.0/console-web/examples/projects/create-domain.md delete mode 100644 docs/examples/1.0.0/console-web/examples/projects/create-key.md delete mode 100644 docs/examples/1.0.0/console-web/examples/projects/create-platform.md delete mode 100644 docs/examples/1.0.0/console-web/examples/projects/create-webhook.md delete mode 100644 docs/examples/1.0.0/console-web/examples/projects/create.md delete mode 100644 docs/examples/1.0.0/console-web/examples/projects/delete-domain.md delete mode 100644 docs/examples/1.0.0/console-web/examples/projects/delete-key.md delete mode 100644 docs/examples/1.0.0/console-web/examples/projects/delete-platform.md delete mode 100644 docs/examples/1.0.0/console-web/examples/projects/delete-webhook.md delete mode 100644 docs/examples/1.0.0/console-web/examples/projects/delete.md delete mode 100644 docs/examples/1.0.0/console-web/examples/projects/get-domain.md delete mode 100644 docs/examples/1.0.0/console-web/examples/projects/get-key.md delete mode 100644 docs/examples/1.0.0/console-web/examples/projects/get-platform.md delete mode 100644 docs/examples/1.0.0/console-web/examples/projects/get-usage.md delete mode 100644 docs/examples/1.0.0/console-web/examples/projects/get-webhook.md delete mode 100644 docs/examples/1.0.0/console-web/examples/projects/get.md delete mode 100644 docs/examples/1.0.0/console-web/examples/projects/list-domains.md delete mode 100644 docs/examples/1.0.0/console-web/examples/projects/list-keys.md delete mode 100644 docs/examples/1.0.0/console-web/examples/projects/list-platforms.md delete mode 100644 docs/examples/1.0.0/console-web/examples/projects/list-webhooks.md delete mode 100644 docs/examples/1.0.0/console-web/examples/projects/list.md delete mode 100644 docs/examples/1.0.0/console-web/examples/projects/update-auth-limit.md delete mode 100644 docs/examples/1.0.0/console-web/examples/projects/update-auth-status.md delete mode 100644 docs/examples/1.0.0/console-web/examples/projects/update-domain-verification.md delete mode 100644 docs/examples/1.0.0/console-web/examples/projects/update-key.md delete mode 100644 docs/examples/1.0.0/console-web/examples/projects/update-o-auth2.md delete mode 100644 docs/examples/1.0.0/console-web/examples/projects/update-platform.md delete mode 100644 docs/examples/1.0.0/console-web/examples/projects/update-service-status.md delete mode 100644 docs/examples/1.0.0/console-web/examples/projects/update-webhook-signature.md delete mode 100644 docs/examples/1.0.0/console-web/examples/projects/update-webhook.md delete mode 100644 docs/examples/1.0.0/console-web/examples/projects/update.md delete mode 100644 docs/examples/1.0.0/console-web/examples/storage/create-bucket.md delete mode 100644 docs/examples/1.0.0/console-web/examples/storage/create-file.md delete mode 100644 docs/examples/1.0.0/console-web/examples/storage/delete-bucket.md delete mode 100644 docs/examples/1.0.0/console-web/examples/storage/delete-file.md delete mode 100644 docs/examples/1.0.0/console-web/examples/storage/get-bucket-usage.md delete mode 100644 docs/examples/1.0.0/console-web/examples/storage/get-bucket.md delete mode 100644 docs/examples/1.0.0/console-web/examples/storage/get-file-download.md delete mode 100644 docs/examples/1.0.0/console-web/examples/storage/get-file-preview.md delete mode 100644 docs/examples/1.0.0/console-web/examples/storage/get-file-view.md delete mode 100644 docs/examples/1.0.0/console-web/examples/storage/get-file.md delete mode 100644 docs/examples/1.0.0/console-web/examples/storage/get-usage.md delete mode 100644 docs/examples/1.0.0/console-web/examples/storage/list-buckets.md delete mode 100644 docs/examples/1.0.0/console-web/examples/storage/list-files.md delete mode 100644 docs/examples/1.0.0/console-web/examples/storage/update-bucket.md delete mode 100644 docs/examples/1.0.0/console-web/examples/storage/update-file.md delete mode 100644 docs/examples/1.0.0/console-web/examples/teams/create-membership.md delete mode 100644 docs/examples/1.0.0/console-web/examples/teams/create.md delete mode 100644 docs/examples/1.0.0/console-web/examples/teams/delete-membership.md delete mode 100644 docs/examples/1.0.0/console-web/examples/teams/delete.md delete mode 100644 docs/examples/1.0.0/console-web/examples/teams/get-membership.md delete mode 100644 docs/examples/1.0.0/console-web/examples/teams/get-memberships.md delete mode 100644 docs/examples/1.0.0/console-web/examples/teams/get.md delete mode 100644 docs/examples/1.0.0/console-web/examples/teams/list-logs.md delete mode 100644 docs/examples/1.0.0/console-web/examples/teams/list.md delete mode 100644 docs/examples/1.0.0/console-web/examples/teams/update-membership-roles.md delete mode 100644 docs/examples/1.0.0/console-web/examples/teams/update-membership-status.md delete mode 100644 docs/examples/1.0.0/console-web/examples/teams/update.md delete mode 100644 docs/examples/1.0.0/console-web/examples/users/create-argon2user.md delete mode 100644 docs/examples/1.0.0/console-web/examples/users/create-bcrypt-user.md delete mode 100644 docs/examples/1.0.0/console-web/examples/users/create-m-d5user.md delete mode 100644 docs/examples/1.0.0/console-web/examples/users/create-p-h-pass-user.md delete mode 100644 docs/examples/1.0.0/console-web/examples/users/create-s-h-a-user.md delete mode 100644 docs/examples/1.0.0/console-web/examples/users/create-scrypt-modified-user.md delete mode 100644 docs/examples/1.0.0/console-web/examples/users/create-scrypt-user.md delete mode 100644 docs/examples/1.0.0/console-web/examples/users/create.md delete mode 100644 docs/examples/1.0.0/console-web/examples/users/delete-session.md delete mode 100644 docs/examples/1.0.0/console-web/examples/users/delete-sessions.md delete mode 100644 docs/examples/1.0.0/console-web/examples/users/delete.md delete mode 100644 docs/examples/1.0.0/console-web/examples/users/get-logs.md delete mode 100644 docs/examples/1.0.0/console-web/examples/users/get-memberships.md delete mode 100644 docs/examples/1.0.0/console-web/examples/users/get-prefs.md delete mode 100644 docs/examples/1.0.0/console-web/examples/users/get-sessions.md delete mode 100644 docs/examples/1.0.0/console-web/examples/users/get-usage.md delete mode 100644 docs/examples/1.0.0/console-web/examples/users/get.md delete mode 100644 docs/examples/1.0.0/console-web/examples/users/list.md delete mode 100644 docs/examples/1.0.0/console-web/examples/users/update-email-verification.md delete mode 100644 docs/examples/1.0.0/console-web/examples/users/update-email.md delete mode 100644 docs/examples/1.0.0/console-web/examples/users/update-name.md delete mode 100644 docs/examples/1.0.0/console-web/examples/users/update-password.md delete mode 100644 docs/examples/1.0.0/console-web/examples/users/update-phone-verification.md delete mode 100644 docs/examples/1.0.0/console-web/examples/users/update-phone.md delete mode 100644 docs/examples/1.0.0/console-web/examples/users/update-prefs.md delete mode 100644 docs/examples/1.0.0/console-web/examples/users/update-status.md delete mode 100644 docs/examples/1.0.0/server-dart/examples/account/create-phone-verification.md delete mode 100644 docs/examples/1.0.0/server-dart/examples/account/create-recovery.md delete mode 100644 docs/examples/1.0.0/server-dart/examples/account/create-verification.md delete mode 100644 docs/examples/1.0.0/server-dart/examples/account/delete-session.md delete mode 100644 docs/examples/1.0.0/server-dart/examples/account/delete-sessions.md delete mode 100644 docs/examples/1.0.0/server-dart/examples/account/get-logs.md delete mode 100644 docs/examples/1.0.0/server-dart/examples/account/get-prefs.md delete mode 100644 docs/examples/1.0.0/server-dart/examples/account/get-session.md delete mode 100644 docs/examples/1.0.0/server-dart/examples/account/get-sessions.md delete mode 100644 docs/examples/1.0.0/server-dart/examples/account/get.md delete mode 100644 docs/examples/1.0.0/server-dart/examples/account/update-email.md delete mode 100644 docs/examples/1.0.0/server-dart/examples/account/update-name.md delete mode 100644 docs/examples/1.0.0/server-dart/examples/account/update-password.md delete mode 100644 docs/examples/1.0.0/server-dart/examples/account/update-phone-verification.md delete mode 100644 docs/examples/1.0.0/server-dart/examples/account/update-phone.md delete mode 100644 docs/examples/1.0.0/server-dart/examples/account/update-prefs.md delete mode 100644 docs/examples/1.0.0/server-dart/examples/account/update-recovery.md delete mode 100644 docs/examples/1.0.0/server-dart/examples/account/update-session.md delete mode 100644 docs/examples/1.0.0/server-dart/examples/account/update-status.md delete mode 100644 docs/examples/1.0.0/server-dart/examples/account/update-verification.md delete mode 100644 docs/examples/1.0.0/server-dart/examples/avatars/get-browser.md delete mode 100644 docs/examples/1.0.0/server-dart/examples/avatars/get-credit-card.md delete mode 100644 docs/examples/1.0.0/server-dart/examples/avatars/get-favicon.md delete mode 100644 docs/examples/1.0.0/server-dart/examples/avatars/get-flag.md delete mode 100644 docs/examples/1.0.0/server-dart/examples/avatars/get-image.md delete mode 100644 docs/examples/1.0.0/server-dart/examples/avatars/get-initials.md delete mode 100644 docs/examples/1.0.0/server-dart/examples/avatars/get-q-r.md delete mode 100644 docs/examples/1.0.0/server-dart/examples/databases/create-boolean-attribute.md delete mode 100644 docs/examples/1.0.0/server-dart/examples/databases/create-collection.md delete mode 100644 docs/examples/1.0.0/server-dart/examples/databases/create-datetime-attribute.md delete mode 100644 docs/examples/1.0.0/server-dart/examples/databases/create-document.md delete mode 100644 docs/examples/1.0.0/server-dart/examples/databases/create-email-attribute.md delete mode 100644 docs/examples/1.0.0/server-dart/examples/databases/create-enum-attribute.md delete mode 100644 docs/examples/1.0.0/server-dart/examples/databases/create-float-attribute.md delete mode 100644 docs/examples/1.0.0/server-dart/examples/databases/create-index.md delete mode 100644 docs/examples/1.0.0/server-dart/examples/databases/create-integer-attribute.md delete mode 100644 docs/examples/1.0.0/server-dart/examples/databases/create-ip-attribute.md delete mode 100644 docs/examples/1.0.0/server-dart/examples/databases/create-string-attribute.md delete mode 100644 docs/examples/1.0.0/server-dart/examples/databases/create-url-attribute.md delete mode 100644 docs/examples/1.0.0/server-dart/examples/databases/create.md delete mode 100644 docs/examples/1.0.0/server-dart/examples/databases/delete-attribute.md delete mode 100644 docs/examples/1.0.0/server-dart/examples/databases/delete-collection.md delete mode 100644 docs/examples/1.0.0/server-dart/examples/databases/delete-document.md delete mode 100644 docs/examples/1.0.0/server-dart/examples/databases/delete-index.md delete mode 100644 docs/examples/1.0.0/server-dart/examples/databases/delete.md delete mode 100644 docs/examples/1.0.0/server-dart/examples/databases/get-attribute.md delete mode 100644 docs/examples/1.0.0/server-dart/examples/databases/get-collection.md delete mode 100644 docs/examples/1.0.0/server-dart/examples/databases/get-document.md delete mode 100644 docs/examples/1.0.0/server-dart/examples/databases/get-index.md delete mode 100644 docs/examples/1.0.0/server-dart/examples/databases/get.md delete mode 100644 docs/examples/1.0.0/server-dart/examples/databases/list-attributes.md delete mode 100644 docs/examples/1.0.0/server-dart/examples/databases/list-collections.md delete mode 100644 docs/examples/1.0.0/server-dart/examples/databases/list-documents.md delete mode 100644 docs/examples/1.0.0/server-dart/examples/databases/list-indexes.md delete mode 100644 docs/examples/1.0.0/server-dart/examples/databases/list.md delete mode 100644 docs/examples/1.0.0/server-dart/examples/databases/update-collection.md delete mode 100644 docs/examples/1.0.0/server-dart/examples/databases/update-document.md delete mode 100644 docs/examples/1.0.0/server-dart/examples/databases/update.md delete mode 100644 docs/examples/1.0.0/server-dart/examples/functions/create-deployment.md delete mode 100644 docs/examples/1.0.0/server-dart/examples/functions/create-execution.md delete mode 100644 docs/examples/1.0.0/server-dart/examples/functions/create-variable.md delete mode 100644 docs/examples/1.0.0/server-dart/examples/functions/create.md delete mode 100644 docs/examples/1.0.0/server-dart/examples/functions/delete-deployment.md delete mode 100644 docs/examples/1.0.0/server-dart/examples/functions/delete-variable.md delete mode 100644 docs/examples/1.0.0/server-dart/examples/functions/delete.md delete mode 100644 docs/examples/1.0.0/server-dart/examples/functions/get-deployment.md delete mode 100644 docs/examples/1.0.0/server-dart/examples/functions/get-execution.md delete mode 100644 docs/examples/1.0.0/server-dart/examples/functions/get-variable.md delete mode 100644 docs/examples/1.0.0/server-dart/examples/functions/get.md delete mode 100644 docs/examples/1.0.0/server-dart/examples/functions/list-deployments.md delete mode 100644 docs/examples/1.0.0/server-dart/examples/functions/list-executions.md delete mode 100644 docs/examples/1.0.0/server-dart/examples/functions/list-runtimes.md delete mode 100644 docs/examples/1.0.0/server-dart/examples/functions/list-variables.md delete mode 100644 docs/examples/1.0.0/server-dart/examples/functions/list.md delete mode 100644 docs/examples/1.0.0/server-dart/examples/functions/retry-build.md delete mode 100644 docs/examples/1.0.0/server-dart/examples/functions/update-deployment.md delete mode 100644 docs/examples/1.0.0/server-dart/examples/functions/update-variable.md delete mode 100644 docs/examples/1.0.0/server-dart/examples/functions/update.md delete mode 100644 docs/examples/1.0.0/server-dart/examples/health/get-antivirus.md delete mode 100644 docs/examples/1.0.0/server-dart/examples/health/get-cache.md delete mode 100644 docs/examples/1.0.0/server-dart/examples/health/get-d-b.md delete mode 100644 docs/examples/1.0.0/server-dart/examples/health/get-queue-certificates.md delete mode 100644 docs/examples/1.0.0/server-dart/examples/health/get-queue-functions.md delete mode 100644 docs/examples/1.0.0/server-dart/examples/health/get-queue-logs.md delete mode 100644 docs/examples/1.0.0/server-dart/examples/health/get-queue-webhooks.md delete mode 100644 docs/examples/1.0.0/server-dart/examples/health/get-storage-local.md delete mode 100644 docs/examples/1.0.0/server-dart/examples/health/get-time.md delete mode 100644 docs/examples/1.0.0/server-dart/examples/health/get.md delete mode 100644 docs/examples/1.0.0/server-dart/examples/locale/get-continents.md delete mode 100644 docs/examples/1.0.0/server-dart/examples/locale/get-countries-e-u.md delete mode 100644 docs/examples/1.0.0/server-dart/examples/locale/get-countries-phones.md delete mode 100644 docs/examples/1.0.0/server-dart/examples/locale/get-countries.md delete mode 100644 docs/examples/1.0.0/server-dart/examples/locale/get-currencies.md delete mode 100644 docs/examples/1.0.0/server-dart/examples/locale/get-languages.md delete mode 100644 docs/examples/1.0.0/server-dart/examples/locale/get.md delete mode 100644 docs/examples/1.0.0/server-dart/examples/storage/create-bucket.md delete mode 100644 docs/examples/1.0.0/server-dart/examples/storage/create-file.md delete mode 100644 docs/examples/1.0.0/server-dart/examples/storage/delete-bucket.md delete mode 100644 docs/examples/1.0.0/server-dart/examples/storage/delete-file.md delete mode 100644 docs/examples/1.0.0/server-dart/examples/storage/get-bucket.md delete mode 100644 docs/examples/1.0.0/server-dart/examples/storage/get-file-download.md delete mode 100644 docs/examples/1.0.0/server-dart/examples/storage/get-file-preview.md delete mode 100644 docs/examples/1.0.0/server-dart/examples/storage/get-file-view.md delete mode 100644 docs/examples/1.0.0/server-dart/examples/storage/get-file.md delete mode 100644 docs/examples/1.0.0/server-dart/examples/storage/list-buckets.md delete mode 100644 docs/examples/1.0.0/server-dart/examples/storage/list-files.md delete mode 100644 docs/examples/1.0.0/server-dart/examples/storage/update-bucket.md delete mode 100644 docs/examples/1.0.0/server-dart/examples/storage/update-file.md delete mode 100644 docs/examples/1.0.0/server-dart/examples/teams/create-membership.md delete mode 100644 docs/examples/1.0.0/server-dart/examples/teams/create.md delete mode 100644 docs/examples/1.0.0/server-dart/examples/teams/delete-membership.md delete mode 100644 docs/examples/1.0.0/server-dart/examples/teams/delete.md delete mode 100644 docs/examples/1.0.0/server-dart/examples/teams/get-membership.md delete mode 100644 docs/examples/1.0.0/server-dart/examples/teams/get-memberships.md delete mode 100644 docs/examples/1.0.0/server-dart/examples/teams/get.md delete mode 100644 docs/examples/1.0.0/server-dart/examples/teams/list.md delete mode 100644 docs/examples/1.0.0/server-dart/examples/teams/update-membership-roles.md delete mode 100644 docs/examples/1.0.0/server-dart/examples/teams/update-membership-status.md delete mode 100644 docs/examples/1.0.0/server-dart/examples/teams/update.md delete mode 100644 docs/examples/1.0.0/server-dart/examples/users/create-argon2user.md delete mode 100644 docs/examples/1.0.0/server-dart/examples/users/create-bcrypt-user.md delete mode 100644 docs/examples/1.0.0/server-dart/examples/users/create-m-d5user.md delete mode 100644 docs/examples/1.0.0/server-dart/examples/users/create-p-h-pass-user.md delete mode 100644 docs/examples/1.0.0/server-dart/examples/users/create-s-h-a-user.md delete mode 100644 docs/examples/1.0.0/server-dart/examples/users/create-scrypt-modified-user.md delete mode 100644 docs/examples/1.0.0/server-dart/examples/users/create-scrypt-user.md delete mode 100644 docs/examples/1.0.0/server-dart/examples/users/create.md delete mode 100644 docs/examples/1.0.0/server-dart/examples/users/delete-session.md delete mode 100644 docs/examples/1.0.0/server-dart/examples/users/delete-sessions.md delete mode 100644 docs/examples/1.0.0/server-dart/examples/users/delete.md delete mode 100644 docs/examples/1.0.0/server-dart/examples/users/get-logs.md delete mode 100644 docs/examples/1.0.0/server-dart/examples/users/get-memberships.md delete mode 100644 docs/examples/1.0.0/server-dart/examples/users/get-prefs.md delete mode 100644 docs/examples/1.0.0/server-dart/examples/users/get-sessions.md delete mode 100644 docs/examples/1.0.0/server-dart/examples/users/get.md delete mode 100644 docs/examples/1.0.0/server-dart/examples/users/list.md delete mode 100644 docs/examples/1.0.0/server-dart/examples/users/update-email-verification.md delete mode 100644 docs/examples/1.0.0/server-dart/examples/users/update-email.md delete mode 100644 docs/examples/1.0.0/server-dart/examples/users/update-name.md delete mode 100644 docs/examples/1.0.0/server-dart/examples/users/update-password.md delete mode 100644 docs/examples/1.0.0/server-dart/examples/users/update-phone-verification.md delete mode 100644 docs/examples/1.0.0/server-dart/examples/users/update-phone.md delete mode 100644 docs/examples/1.0.0/server-dart/examples/users/update-prefs.md delete mode 100644 docs/examples/1.0.0/server-dart/examples/users/update-status.md delete mode 100644 docs/examples/1.0.0/server-deno/examples/account/create-phone-verification.md delete mode 100644 docs/examples/1.0.0/server-deno/examples/account/create-recovery.md delete mode 100644 docs/examples/1.0.0/server-deno/examples/account/create-verification.md delete mode 100644 docs/examples/1.0.0/server-deno/examples/account/delete-session.md delete mode 100644 docs/examples/1.0.0/server-deno/examples/account/delete-sessions.md delete mode 100644 docs/examples/1.0.0/server-deno/examples/account/get-logs.md delete mode 100644 docs/examples/1.0.0/server-deno/examples/account/get-prefs.md delete mode 100644 docs/examples/1.0.0/server-deno/examples/account/get-session.md delete mode 100644 docs/examples/1.0.0/server-deno/examples/account/get-sessions.md delete mode 100644 docs/examples/1.0.0/server-deno/examples/account/get.md delete mode 100644 docs/examples/1.0.0/server-deno/examples/account/update-email.md delete mode 100644 docs/examples/1.0.0/server-deno/examples/account/update-name.md delete mode 100644 docs/examples/1.0.0/server-deno/examples/account/update-password.md delete mode 100644 docs/examples/1.0.0/server-deno/examples/account/update-phone-verification.md delete mode 100644 docs/examples/1.0.0/server-deno/examples/account/update-phone.md delete mode 100644 docs/examples/1.0.0/server-deno/examples/account/update-prefs.md delete mode 100644 docs/examples/1.0.0/server-deno/examples/account/update-recovery.md delete mode 100644 docs/examples/1.0.0/server-deno/examples/account/update-session.md delete mode 100644 docs/examples/1.0.0/server-deno/examples/account/update-status.md delete mode 100644 docs/examples/1.0.0/server-deno/examples/account/update-verification.md delete mode 100644 docs/examples/1.0.0/server-deno/examples/avatars/get-browser.md delete mode 100644 docs/examples/1.0.0/server-deno/examples/avatars/get-credit-card.md delete mode 100644 docs/examples/1.0.0/server-deno/examples/avatars/get-favicon.md delete mode 100644 docs/examples/1.0.0/server-deno/examples/avatars/get-flag.md delete mode 100644 docs/examples/1.0.0/server-deno/examples/avatars/get-image.md delete mode 100644 docs/examples/1.0.0/server-deno/examples/avatars/get-initials.md delete mode 100644 docs/examples/1.0.0/server-deno/examples/avatars/get-q-r.md delete mode 100644 docs/examples/1.0.0/server-deno/examples/databases/create-boolean-attribute.md delete mode 100644 docs/examples/1.0.0/server-deno/examples/databases/create-collection.md delete mode 100644 docs/examples/1.0.0/server-deno/examples/databases/create-datetime-attribute.md delete mode 100644 docs/examples/1.0.0/server-deno/examples/databases/create-document.md delete mode 100644 docs/examples/1.0.0/server-deno/examples/databases/create-email-attribute.md delete mode 100644 docs/examples/1.0.0/server-deno/examples/databases/create-enum-attribute.md delete mode 100644 docs/examples/1.0.0/server-deno/examples/databases/create-float-attribute.md delete mode 100644 docs/examples/1.0.0/server-deno/examples/databases/create-index.md delete mode 100644 docs/examples/1.0.0/server-deno/examples/databases/create-integer-attribute.md delete mode 100644 docs/examples/1.0.0/server-deno/examples/databases/create-ip-attribute.md delete mode 100644 docs/examples/1.0.0/server-deno/examples/databases/create-string-attribute.md delete mode 100644 docs/examples/1.0.0/server-deno/examples/databases/create-url-attribute.md delete mode 100644 docs/examples/1.0.0/server-deno/examples/databases/create.md delete mode 100644 docs/examples/1.0.0/server-deno/examples/databases/delete-attribute.md delete mode 100644 docs/examples/1.0.0/server-deno/examples/databases/delete-collection.md delete mode 100644 docs/examples/1.0.0/server-deno/examples/databases/delete-document.md delete mode 100644 docs/examples/1.0.0/server-deno/examples/databases/delete-index.md delete mode 100644 docs/examples/1.0.0/server-deno/examples/databases/delete.md delete mode 100644 docs/examples/1.0.0/server-deno/examples/databases/get-attribute.md delete mode 100644 docs/examples/1.0.0/server-deno/examples/databases/get-collection.md delete mode 100644 docs/examples/1.0.0/server-deno/examples/databases/get-document.md delete mode 100644 docs/examples/1.0.0/server-deno/examples/databases/get-index.md delete mode 100644 docs/examples/1.0.0/server-deno/examples/databases/get.md delete mode 100644 docs/examples/1.0.0/server-deno/examples/databases/list-attributes.md delete mode 100644 docs/examples/1.0.0/server-deno/examples/databases/list-collections.md delete mode 100644 docs/examples/1.0.0/server-deno/examples/databases/list-documents.md delete mode 100644 docs/examples/1.0.0/server-deno/examples/databases/list-indexes.md delete mode 100644 docs/examples/1.0.0/server-deno/examples/databases/list.md delete mode 100644 docs/examples/1.0.0/server-deno/examples/databases/update-collection.md delete mode 100644 docs/examples/1.0.0/server-deno/examples/databases/update-document.md delete mode 100644 docs/examples/1.0.0/server-deno/examples/databases/update.md delete mode 100644 docs/examples/1.0.0/server-deno/examples/functions/create-deployment.md delete mode 100644 docs/examples/1.0.0/server-deno/examples/functions/create-execution.md delete mode 100644 docs/examples/1.0.0/server-deno/examples/functions/create-variable.md delete mode 100644 docs/examples/1.0.0/server-deno/examples/functions/create.md delete mode 100644 docs/examples/1.0.0/server-deno/examples/functions/delete-deployment.md delete mode 100644 docs/examples/1.0.0/server-deno/examples/functions/delete-variable.md delete mode 100644 docs/examples/1.0.0/server-deno/examples/functions/delete.md delete mode 100644 docs/examples/1.0.0/server-deno/examples/functions/get-deployment.md delete mode 100644 docs/examples/1.0.0/server-deno/examples/functions/get-execution.md delete mode 100644 docs/examples/1.0.0/server-deno/examples/functions/get-variable.md delete mode 100644 docs/examples/1.0.0/server-deno/examples/functions/get.md delete mode 100644 docs/examples/1.0.0/server-deno/examples/functions/list-deployments.md delete mode 100644 docs/examples/1.0.0/server-deno/examples/functions/list-executions.md delete mode 100644 docs/examples/1.0.0/server-deno/examples/functions/list-runtimes.md delete mode 100644 docs/examples/1.0.0/server-deno/examples/functions/list-variables.md delete mode 100644 docs/examples/1.0.0/server-deno/examples/functions/list.md delete mode 100644 docs/examples/1.0.0/server-deno/examples/functions/retry-build.md delete mode 100644 docs/examples/1.0.0/server-deno/examples/functions/update-deployment.md delete mode 100644 docs/examples/1.0.0/server-deno/examples/functions/update-variable.md delete mode 100644 docs/examples/1.0.0/server-deno/examples/functions/update.md delete mode 100644 docs/examples/1.0.0/server-deno/examples/health/get-antivirus.md delete mode 100644 docs/examples/1.0.0/server-deno/examples/health/get-cache.md delete mode 100644 docs/examples/1.0.0/server-deno/examples/health/get-d-b.md delete mode 100644 docs/examples/1.0.0/server-deno/examples/health/get-queue-certificates.md delete mode 100644 docs/examples/1.0.0/server-deno/examples/health/get-queue-functions.md delete mode 100644 docs/examples/1.0.0/server-deno/examples/health/get-queue-logs.md delete mode 100644 docs/examples/1.0.0/server-deno/examples/health/get-queue-webhooks.md delete mode 100644 docs/examples/1.0.0/server-deno/examples/health/get-storage-local.md delete mode 100644 docs/examples/1.0.0/server-deno/examples/health/get-time.md delete mode 100644 docs/examples/1.0.0/server-deno/examples/health/get.md delete mode 100644 docs/examples/1.0.0/server-deno/examples/locale/get-continents.md delete mode 100644 docs/examples/1.0.0/server-deno/examples/locale/get-countries-e-u.md delete mode 100644 docs/examples/1.0.0/server-deno/examples/locale/get-countries-phones.md delete mode 100644 docs/examples/1.0.0/server-deno/examples/locale/get-countries.md delete mode 100644 docs/examples/1.0.0/server-deno/examples/locale/get-currencies.md delete mode 100644 docs/examples/1.0.0/server-deno/examples/locale/get-languages.md delete mode 100644 docs/examples/1.0.0/server-deno/examples/locale/get.md delete mode 100644 docs/examples/1.0.0/server-deno/examples/storage/create-bucket.md delete mode 100644 docs/examples/1.0.0/server-deno/examples/storage/create-file.md delete mode 100644 docs/examples/1.0.0/server-deno/examples/storage/delete-bucket.md delete mode 100644 docs/examples/1.0.0/server-deno/examples/storage/delete-file.md delete mode 100644 docs/examples/1.0.0/server-deno/examples/storage/get-bucket.md delete mode 100644 docs/examples/1.0.0/server-deno/examples/storage/get-file-download.md delete mode 100644 docs/examples/1.0.0/server-deno/examples/storage/get-file-preview.md delete mode 100644 docs/examples/1.0.0/server-deno/examples/storage/get-file-view.md delete mode 100644 docs/examples/1.0.0/server-deno/examples/storage/get-file.md delete mode 100644 docs/examples/1.0.0/server-deno/examples/storage/list-buckets.md delete mode 100644 docs/examples/1.0.0/server-deno/examples/storage/list-files.md delete mode 100644 docs/examples/1.0.0/server-deno/examples/storage/update-bucket.md delete mode 100644 docs/examples/1.0.0/server-deno/examples/storage/update-file.md delete mode 100644 docs/examples/1.0.0/server-deno/examples/teams/create-membership.md delete mode 100644 docs/examples/1.0.0/server-deno/examples/teams/create.md delete mode 100644 docs/examples/1.0.0/server-deno/examples/teams/delete-membership.md delete mode 100644 docs/examples/1.0.0/server-deno/examples/teams/delete.md delete mode 100644 docs/examples/1.0.0/server-deno/examples/teams/get-membership.md delete mode 100644 docs/examples/1.0.0/server-deno/examples/teams/get-memberships.md delete mode 100644 docs/examples/1.0.0/server-deno/examples/teams/get.md delete mode 100644 docs/examples/1.0.0/server-deno/examples/teams/list.md delete mode 100644 docs/examples/1.0.0/server-deno/examples/teams/update-membership-roles.md delete mode 100644 docs/examples/1.0.0/server-deno/examples/teams/update-membership-status.md delete mode 100644 docs/examples/1.0.0/server-deno/examples/teams/update.md delete mode 100644 docs/examples/1.0.0/server-deno/examples/users/create-argon2user.md delete mode 100644 docs/examples/1.0.0/server-deno/examples/users/create-bcrypt-user.md delete mode 100644 docs/examples/1.0.0/server-deno/examples/users/create-m-d5user.md delete mode 100644 docs/examples/1.0.0/server-deno/examples/users/create-p-h-pass-user.md delete mode 100644 docs/examples/1.0.0/server-deno/examples/users/create-s-h-a-user.md delete mode 100644 docs/examples/1.0.0/server-deno/examples/users/create-scrypt-modified-user.md delete mode 100644 docs/examples/1.0.0/server-deno/examples/users/create-scrypt-user.md delete mode 100644 docs/examples/1.0.0/server-deno/examples/users/create.md delete mode 100644 docs/examples/1.0.0/server-deno/examples/users/delete-session.md delete mode 100644 docs/examples/1.0.0/server-deno/examples/users/delete-sessions.md delete mode 100644 docs/examples/1.0.0/server-deno/examples/users/delete.md delete mode 100644 docs/examples/1.0.0/server-deno/examples/users/get-logs.md delete mode 100644 docs/examples/1.0.0/server-deno/examples/users/get-memberships.md delete mode 100644 docs/examples/1.0.0/server-deno/examples/users/get-prefs.md delete mode 100644 docs/examples/1.0.0/server-deno/examples/users/get-sessions.md delete mode 100644 docs/examples/1.0.0/server-deno/examples/users/get.md delete mode 100644 docs/examples/1.0.0/server-deno/examples/users/list.md delete mode 100644 docs/examples/1.0.0/server-deno/examples/users/update-email-verification.md delete mode 100644 docs/examples/1.0.0/server-deno/examples/users/update-email.md delete mode 100644 docs/examples/1.0.0/server-deno/examples/users/update-name.md delete mode 100644 docs/examples/1.0.0/server-deno/examples/users/update-password.md delete mode 100644 docs/examples/1.0.0/server-deno/examples/users/update-phone-verification.md delete mode 100644 docs/examples/1.0.0/server-deno/examples/users/update-phone.md delete mode 100644 docs/examples/1.0.0/server-deno/examples/users/update-prefs.md delete mode 100644 docs/examples/1.0.0/server-deno/examples/users/update-status.md delete mode 100644 docs/examples/1.0.0/server-kotlin/java/account/create-phone-verification.md delete mode 100644 docs/examples/1.0.0/server-kotlin/java/account/create-recovery.md delete mode 100644 docs/examples/1.0.0/server-kotlin/java/account/create-verification.md delete mode 100644 docs/examples/1.0.0/server-kotlin/java/account/delete-session.md delete mode 100644 docs/examples/1.0.0/server-kotlin/java/account/delete-sessions.md delete mode 100644 docs/examples/1.0.0/server-kotlin/java/account/get-logs.md delete mode 100644 docs/examples/1.0.0/server-kotlin/java/account/get-prefs.md delete mode 100644 docs/examples/1.0.0/server-kotlin/java/account/get-session.md delete mode 100644 docs/examples/1.0.0/server-kotlin/java/account/get-sessions.md delete mode 100644 docs/examples/1.0.0/server-kotlin/java/account/get.md delete mode 100644 docs/examples/1.0.0/server-kotlin/java/account/update-email.md delete mode 100644 docs/examples/1.0.0/server-kotlin/java/account/update-name.md delete mode 100644 docs/examples/1.0.0/server-kotlin/java/account/update-password.md delete mode 100644 docs/examples/1.0.0/server-kotlin/java/account/update-phone-verification.md delete mode 100644 docs/examples/1.0.0/server-kotlin/java/account/update-phone.md delete mode 100644 docs/examples/1.0.0/server-kotlin/java/account/update-prefs.md delete mode 100644 docs/examples/1.0.0/server-kotlin/java/account/update-recovery.md delete mode 100644 docs/examples/1.0.0/server-kotlin/java/account/update-session.md delete mode 100644 docs/examples/1.0.0/server-kotlin/java/account/update-status.md delete mode 100644 docs/examples/1.0.0/server-kotlin/java/account/update-verification.md delete mode 100644 docs/examples/1.0.0/server-kotlin/java/avatars/get-browser.md delete mode 100644 docs/examples/1.0.0/server-kotlin/java/avatars/get-credit-card.md delete mode 100644 docs/examples/1.0.0/server-kotlin/java/avatars/get-favicon.md delete mode 100644 docs/examples/1.0.0/server-kotlin/java/avatars/get-flag.md delete mode 100644 docs/examples/1.0.0/server-kotlin/java/avatars/get-image.md delete mode 100644 docs/examples/1.0.0/server-kotlin/java/avatars/get-initials.md delete mode 100644 docs/examples/1.0.0/server-kotlin/java/avatars/get-q-r.md delete mode 100644 docs/examples/1.0.0/server-kotlin/java/databases/create-boolean-attribute.md delete mode 100644 docs/examples/1.0.0/server-kotlin/java/databases/create-collection.md delete mode 100644 docs/examples/1.0.0/server-kotlin/java/databases/create-datetime-attribute.md delete mode 100644 docs/examples/1.0.0/server-kotlin/java/databases/create-document.md delete mode 100644 docs/examples/1.0.0/server-kotlin/java/databases/create-email-attribute.md delete mode 100644 docs/examples/1.0.0/server-kotlin/java/databases/create-enum-attribute.md delete mode 100644 docs/examples/1.0.0/server-kotlin/java/databases/create-float-attribute.md delete mode 100644 docs/examples/1.0.0/server-kotlin/java/databases/create-index.md delete mode 100644 docs/examples/1.0.0/server-kotlin/java/databases/create-integer-attribute.md delete mode 100644 docs/examples/1.0.0/server-kotlin/java/databases/create-ip-attribute.md delete mode 100644 docs/examples/1.0.0/server-kotlin/java/databases/create-string-attribute.md delete mode 100644 docs/examples/1.0.0/server-kotlin/java/databases/create-url-attribute.md delete mode 100644 docs/examples/1.0.0/server-kotlin/java/databases/create.md delete mode 100644 docs/examples/1.0.0/server-kotlin/java/databases/delete-attribute.md delete mode 100644 docs/examples/1.0.0/server-kotlin/java/databases/delete-collection.md delete mode 100644 docs/examples/1.0.0/server-kotlin/java/databases/delete-document.md delete mode 100644 docs/examples/1.0.0/server-kotlin/java/databases/delete-index.md delete mode 100644 docs/examples/1.0.0/server-kotlin/java/databases/delete.md delete mode 100644 docs/examples/1.0.0/server-kotlin/java/databases/get-attribute.md delete mode 100644 docs/examples/1.0.0/server-kotlin/java/databases/get-collection.md delete mode 100644 docs/examples/1.0.0/server-kotlin/java/databases/get-document.md delete mode 100644 docs/examples/1.0.0/server-kotlin/java/databases/get-index.md delete mode 100644 docs/examples/1.0.0/server-kotlin/java/databases/get.md delete mode 100644 docs/examples/1.0.0/server-kotlin/java/databases/list-attributes.md delete mode 100644 docs/examples/1.0.0/server-kotlin/java/databases/list-collections.md delete mode 100644 docs/examples/1.0.0/server-kotlin/java/databases/list-documents.md delete mode 100644 docs/examples/1.0.0/server-kotlin/java/databases/list-indexes.md delete mode 100644 docs/examples/1.0.0/server-kotlin/java/databases/list.md delete mode 100644 docs/examples/1.0.0/server-kotlin/java/databases/update-collection.md delete mode 100644 docs/examples/1.0.0/server-kotlin/java/databases/update-document.md delete mode 100644 docs/examples/1.0.0/server-kotlin/java/databases/update.md delete mode 100644 docs/examples/1.0.0/server-kotlin/java/functions/create-deployment.md delete mode 100644 docs/examples/1.0.0/server-kotlin/java/functions/create-execution.md delete mode 100644 docs/examples/1.0.0/server-kotlin/java/functions/create-variable.md delete mode 100644 docs/examples/1.0.0/server-kotlin/java/functions/create.md delete mode 100644 docs/examples/1.0.0/server-kotlin/java/functions/delete-deployment.md delete mode 100644 docs/examples/1.0.0/server-kotlin/java/functions/delete-variable.md delete mode 100644 docs/examples/1.0.0/server-kotlin/java/functions/delete.md delete mode 100644 docs/examples/1.0.0/server-kotlin/java/functions/get-deployment.md delete mode 100644 docs/examples/1.0.0/server-kotlin/java/functions/get-execution.md delete mode 100644 docs/examples/1.0.0/server-kotlin/java/functions/get-variable.md delete mode 100644 docs/examples/1.0.0/server-kotlin/java/functions/get.md delete mode 100644 docs/examples/1.0.0/server-kotlin/java/functions/list-deployments.md delete mode 100644 docs/examples/1.0.0/server-kotlin/java/functions/list-executions.md delete mode 100644 docs/examples/1.0.0/server-kotlin/java/functions/list-runtimes.md delete mode 100644 docs/examples/1.0.0/server-kotlin/java/functions/list.md delete mode 100644 docs/examples/1.0.0/server-kotlin/java/functions/retry-build.md delete mode 100644 docs/examples/1.0.0/server-kotlin/java/functions/update-deployment.md delete mode 100644 docs/examples/1.0.0/server-kotlin/java/functions/update-variable.md delete mode 100644 docs/examples/1.0.0/server-kotlin/java/functions/update.md delete mode 100644 docs/examples/1.0.0/server-kotlin/java/health/get-antivirus.md delete mode 100644 docs/examples/1.0.0/server-kotlin/java/health/get-cache.md delete mode 100644 docs/examples/1.0.0/server-kotlin/java/health/get-d-b.md delete mode 100644 docs/examples/1.0.0/server-kotlin/java/health/get-queue-certificates.md delete mode 100644 docs/examples/1.0.0/server-kotlin/java/health/get-queue-functions.md delete mode 100644 docs/examples/1.0.0/server-kotlin/java/health/get-queue-logs.md delete mode 100644 docs/examples/1.0.0/server-kotlin/java/health/get-queue-webhooks.md delete mode 100644 docs/examples/1.0.0/server-kotlin/java/health/get-storage-local.md delete mode 100644 docs/examples/1.0.0/server-kotlin/java/health/get-time.md delete mode 100644 docs/examples/1.0.0/server-kotlin/java/health/get.md delete mode 100644 docs/examples/1.0.0/server-kotlin/java/locale/get-continents.md delete mode 100644 docs/examples/1.0.0/server-kotlin/java/locale/get-countries-e-u.md delete mode 100644 docs/examples/1.0.0/server-kotlin/java/locale/get-countries-phones.md delete mode 100644 docs/examples/1.0.0/server-kotlin/java/locale/get-countries.md delete mode 100644 docs/examples/1.0.0/server-kotlin/java/locale/get-currencies.md delete mode 100644 docs/examples/1.0.0/server-kotlin/java/locale/get-languages.md delete mode 100644 docs/examples/1.0.0/server-kotlin/java/locale/get.md delete mode 100644 docs/examples/1.0.0/server-kotlin/java/storage/create-bucket.md delete mode 100644 docs/examples/1.0.0/server-kotlin/java/storage/create-file.md delete mode 100644 docs/examples/1.0.0/server-kotlin/java/storage/delete-bucket.md delete mode 100644 docs/examples/1.0.0/server-kotlin/java/storage/delete-file.md delete mode 100644 docs/examples/1.0.0/server-kotlin/java/storage/get-bucket.md delete mode 100644 docs/examples/1.0.0/server-kotlin/java/storage/get-file-download.md delete mode 100644 docs/examples/1.0.0/server-kotlin/java/storage/get-file-preview.md delete mode 100644 docs/examples/1.0.0/server-kotlin/java/storage/get-file-view.md delete mode 100644 docs/examples/1.0.0/server-kotlin/java/storage/get-file.md delete mode 100644 docs/examples/1.0.0/server-kotlin/java/storage/list-buckets.md delete mode 100644 docs/examples/1.0.0/server-kotlin/java/storage/list-files.md delete mode 100644 docs/examples/1.0.0/server-kotlin/java/storage/update-bucket.md delete mode 100644 docs/examples/1.0.0/server-kotlin/java/storage/update-file.md delete mode 100644 docs/examples/1.0.0/server-kotlin/java/teams/create-membership.md delete mode 100644 docs/examples/1.0.0/server-kotlin/java/teams/create.md delete mode 100644 docs/examples/1.0.0/server-kotlin/java/teams/delete-membership.md delete mode 100644 docs/examples/1.0.0/server-kotlin/java/teams/delete.md delete mode 100644 docs/examples/1.0.0/server-kotlin/java/teams/get-membership.md delete mode 100644 docs/examples/1.0.0/server-kotlin/java/teams/get-memberships.md delete mode 100644 docs/examples/1.0.0/server-kotlin/java/teams/get.md delete mode 100644 docs/examples/1.0.0/server-kotlin/java/teams/list.md delete mode 100644 docs/examples/1.0.0/server-kotlin/java/teams/update-membership-roles.md delete mode 100644 docs/examples/1.0.0/server-kotlin/java/teams/update-membership-status.md delete mode 100644 docs/examples/1.0.0/server-kotlin/java/teams/update.md delete mode 100644 docs/examples/1.0.0/server-kotlin/java/users/create-argon2user.md delete mode 100644 docs/examples/1.0.0/server-kotlin/java/users/create-bcrypt-user.md delete mode 100644 docs/examples/1.0.0/server-kotlin/java/users/create-m-d5user.md delete mode 100644 docs/examples/1.0.0/server-kotlin/java/users/create-p-h-pass-user.md delete mode 100644 docs/examples/1.0.0/server-kotlin/java/users/create-s-h-a-user.md delete mode 100644 docs/examples/1.0.0/server-kotlin/java/users/create-scrypt-modified-user.md delete mode 100644 docs/examples/1.0.0/server-kotlin/java/users/create-scrypt-user.md delete mode 100644 docs/examples/1.0.0/server-kotlin/java/users/create.md delete mode 100644 docs/examples/1.0.0/server-kotlin/java/users/delete-session.md delete mode 100644 docs/examples/1.0.0/server-kotlin/java/users/delete-sessions.md delete mode 100644 docs/examples/1.0.0/server-kotlin/java/users/delete.md delete mode 100644 docs/examples/1.0.0/server-kotlin/java/users/get-logs.md delete mode 100644 docs/examples/1.0.0/server-kotlin/java/users/get-memberships.md delete mode 100644 docs/examples/1.0.0/server-kotlin/java/users/get-prefs.md delete mode 100644 docs/examples/1.0.0/server-kotlin/java/users/get-sessions.md delete mode 100644 docs/examples/1.0.0/server-kotlin/java/users/get.md delete mode 100644 docs/examples/1.0.0/server-kotlin/java/users/list.md delete mode 100644 docs/examples/1.0.0/server-kotlin/java/users/update-email-verification.md delete mode 100644 docs/examples/1.0.0/server-kotlin/java/users/update-email.md delete mode 100644 docs/examples/1.0.0/server-kotlin/java/users/update-name.md delete mode 100644 docs/examples/1.0.0/server-kotlin/java/users/update-password.md delete mode 100644 docs/examples/1.0.0/server-kotlin/java/users/update-phone-verification.md delete mode 100644 docs/examples/1.0.0/server-kotlin/java/users/update-phone.md delete mode 100644 docs/examples/1.0.0/server-kotlin/java/users/update-prefs.md delete mode 100644 docs/examples/1.0.0/server-kotlin/java/users/update-status.md delete mode 100644 docs/examples/1.0.0/server-kotlin/kotlin/account/create-phone-verification.md delete mode 100644 docs/examples/1.0.0/server-kotlin/kotlin/account/create-recovery.md delete mode 100644 docs/examples/1.0.0/server-kotlin/kotlin/account/create-verification.md delete mode 100644 docs/examples/1.0.0/server-kotlin/kotlin/account/delete-session.md delete mode 100644 docs/examples/1.0.0/server-kotlin/kotlin/account/delete-sessions.md delete mode 100644 docs/examples/1.0.0/server-kotlin/kotlin/account/get-logs.md delete mode 100644 docs/examples/1.0.0/server-kotlin/kotlin/account/get-prefs.md delete mode 100644 docs/examples/1.0.0/server-kotlin/kotlin/account/get-session.md delete mode 100644 docs/examples/1.0.0/server-kotlin/kotlin/account/get-sessions.md delete mode 100644 docs/examples/1.0.0/server-kotlin/kotlin/account/get.md delete mode 100644 docs/examples/1.0.0/server-kotlin/kotlin/account/update-email.md delete mode 100644 docs/examples/1.0.0/server-kotlin/kotlin/account/update-name.md delete mode 100644 docs/examples/1.0.0/server-kotlin/kotlin/account/update-password.md delete mode 100644 docs/examples/1.0.0/server-kotlin/kotlin/account/update-phone-verification.md delete mode 100644 docs/examples/1.0.0/server-kotlin/kotlin/account/update-phone.md delete mode 100644 docs/examples/1.0.0/server-kotlin/kotlin/account/update-prefs.md delete mode 100644 docs/examples/1.0.0/server-kotlin/kotlin/account/update-recovery.md delete mode 100644 docs/examples/1.0.0/server-kotlin/kotlin/account/update-session.md delete mode 100644 docs/examples/1.0.0/server-kotlin/kotlin/account/update-status.md delete mode 100644 docs/examples/1.0.0/server-kotlin/kotlin/account/update-verification.md delete mode 100644 docs/examples/1.0.0/server-kotlin/kotlin/avatars/get-browser.md delete mode 100644 docs/examples/1.0.0/server-kotlin/kotlin/avatars/get-credit-card.md delete mode 100644 docs/examples/1.0.0/server-kotlin/kotlin/avatars/get-favicon.md delete mode 100644 docs/examples/1.0.0/server-kotlin/kotlin/avatars/get-flag.md delete mode 100644 docs/examples/1.0.0/server-kotlin/kotlin/avatars/get-image.md delete mode 100644 docs/examples/1.0.0/server-kotlin/kotlin/avatars/get-initials.md delete mode 100644 docs/examples/1.0.0/server-kotlin/kotlin/avatars/get-q-r.md delete mode 100644 docs/examples/1.0.0/server-kotlin/kotlin/databases/create-boolean-attribute.md delete mode 100644 docs/examples/1.0.0/server-kotlin/kotlin/databases/create-collection.md delete mode 100644 docs/examples/1.0.0/server-kotlin/kotlin/databases/create-datetime-attribute.md delete mode 100644 docs/examples/1.0.0/server-kotlin/kotlin/databases/create-document.md delete mode 100644 docs/examples/1.0.0/server-kotlin/kotlin/databases/create-email-attribute.md delete mode 100644 docs/examples/1.0.0/server-kotlin/kotlin/databases/create-enum-attribute.md delete mode 100644 docs/examples/1.0.0/server-kotlin/kotlin/databases/create-float-attribute.md delete mode 100644 docs/examples/1.0.0/server-kotlin/kotlin/databases/create-index.md delete mode 100644 docs/examples/1.0.0/server-kotlin/kotlin/databases/create-integer-attribute.md delete mode 100644 docs/examples/1.0.0/server-kotlin/kotlin/databases/create-ip-attribute.md delete mode 100644 docs/examples/1.0.0/server-kotlin/kotlin/databases/create-string-attribute.md delete mode 100644 docs/examples/1.0.0/server-kotlin/kotlin/databases/create-url-attribute.md delete mode 100644 docs/examples/1.0.0/server-kotlin/kotlin/databases/create.md delete mode 100644 docs/examples/1.0.0/server-kotlin/kotlin/databases/delete-attribute.md delete mode 100644 docs/examples/1.0.0/server-kotlin/kotlin/databases/delete-collection.md delete mode 100644 docs/examples/1.0.0/server-kotlin/kotlin/databases/delete-document.md delete mode 100644 docs/examples/1.0.0/server-kotlin/kotlin/databases/delete-index.md delete mode 100644 docs/examples/1.0.0/server-kotlin/kotlin/databases/delete.md delete mode 100644 docs/examples/1.0.0/server-kotlin/kotlin/databases/get-attribute.md delete mode 100644 docs/examples/1.0.0/server-kotlin/kotlin/databases/get-collection.md delete mode 100644 docs/examples/1.0.0/server-kotlin/kotlin/databases/get-document.md delete mode 100644 docs/examples/1.0.0/server-kotlin/kotlin/databases/get-index.md delete mode 100644 docs/examples/1.0.0/server-kotlin/kotlin/databases/get.md delete mode 100644 docs/examples/1.0.0/server-kotlin/kotlin/databases/list-attributes.md delete mode 100644 docs/examples/1.0.0/server-kotlin/kotlin/databases/list-collections.md delete mode 100644 docs/examples/1.0.0/server-kotlin/kotlin/databases/list-documents.md delete mode 100644 docs/examples/1.0.0/server-kotlin/kotlin/databases/list-indexes.md delete mode 100644 docs/examples/1.0.0/server-kotlin/kotlin/databases/list.md delete mode 100644 docs/examples/1.0.0/server-kotlin/kotlin/databases/update-collection.md delete mode 100644 docs/examples/1.0.0/server-kotlin/kotlin/databases/update-document.md delete mode 100644 docs/examples/1.0.0/server-kotlin/kotlin/databases/update.md delete mode 100644 docs/examples/1.0.0/server-kotlin/kotlin/functions/create-deployment.md delete mode 100644 docs/examples/1.0.0/server-kotlin/kotlin/functions/create-execution.md delete mode 100644 docs/examples/1.0.0/server-kotlin/kotlin/functions/create-variable.md delete mode 100644 docs/examples/1.0.0/server-kotlin/kotlin/functions/create.md delete mode 100644 docs/examples/1.0.0/server-kotlin/kotlin/functions/delete-deployment.md delete mode 100644 docs/examples/1.0.0/server-kotlin/kotlin/functions/delete-variable.md delete mode 100644 docs/examples/1.0.0/server-kotlin/kotlin/functions/delete.md delete mode 100644 docs/examples/1.0.0/server-kotlin/kotlin/functions/get-deployment.md delete mode 100644 docs/examples/1.0.0/server-kotlin/kotlin/functions/get-execution.md delete mode 100644 docs/examples/1.0.0/server-kotlin/kotlin/functions/get-variable.md delete mode 100644 docs/examples/1.0.0/server-kotlin/kotlin/functions/get.md delete mode 100644 docs/examples/1.0.0/server-kotlin/kotlin/functions/list-deployments.md delete mode 100644 docs/examples/1.0.0/server-kotlin/kotlin/functions/list-executions.md delete mode 100644 docs/examples/1.0.0/server-kotlin/kotlin/functions/list-runtimes.md delete mode 100644 docs/examples/1.0.0/server-kotlin/kotlin/functions/list.md delete mode 100644 docs/examples/1.0.0/server-kotlin/kotlin/functions/retry-build.md delete mode 100644 docs/examples/1.0.0/server-kotlin/kotlin/functions/update-deployment.md delete mode 100644 docs/examples/1.0.0/server-kotlin/kotlin/functions/update-variable.md delete mode 100644 docs/examples/1.0.0/server-kotlin/kotlin/functions/update.md delete mode 100644 docs/examples/1.0.0/server-kotlin/kotlin/health/get-antivirus.md delete mode 100644 docs/examples/1.0.0/server-kotlin/kotlin/health/get-cache.md delete mode 100644 docs/examples/1.0.0/server-kotlin/kotlin/health/get-d-b.md delete mode 100644 docs/examples/1.0.0/server-kotlin/kotlin/health/get-queue-certificates.md delete mode 100644 docs/examples/1.0.0/server-kotlin/kotlin/health/get-queue-functions.md delete mode 100644 docs/examples/1.0.0/server-kotlin/kotlin/health/get-queue-logs.md delete mode 100644 docs/examples/1.0.0/server-kotlin/kotlin/health/get-queue-webhooks.md delete mode 100644 docs/examples/1.0.0/server-kotlin/kotlin/health/get-storage-local.md delete mode 100644 docs/examples/1.0.0/server-kotlin/kotlin/health/get-time.md delete mode 100644 docs/examples/1.0.0/server-kotlin/kotlin/health/get.md delete mode 100644 docs/examples/1.0.0/server-kotlin/kotlin/locale/get-continents.md delete mode 100644 docs/examples/1.0.0/server-kotlin/kotlin/locale/get-countries-e-u.md delete mode 100644 docs/examples/1.0.0/server-kotlin/kotlin/locale/get-countries-phones.md delete mode 100644 docs/examples/1.0.0/server-kotlin/kotlin/locale/get-countries.md delete mode 100644 docs/examples/1.0.0/server-kotlin/kotlin/locale/get-currencies.md delete mode 100644 docs/examples/1.0.0/server-kotlin/kotlin/locale/get-languages.md delete mode 100644 docs/examples/1.0.0/server-kotlin/kotlin/locale/get.md delete mode 100644 docs/examples/1.0.0/server-kotlin/kotlin/storage/create-bucket.md delete mode 100644 docs/examples/1.0.0/server-kotlin/kotlin/storage/create-file.md delete mode 100644 docs/examples/1.0.0/server-kotlin/kotlin/storage/delete-bucket.md delete mode 100644 docs/examples/1.0.0/server-kotlin/kotlin/storage/delete-file.md delete mode 100644 docs/examples/1.0.0/server-kotlin/kotlin/storage/get-bucket.md delete mode 100644 docs/examples/1.0.0/server-kotlin/kotlin/storage/get-file-download.md delete mode 100644 docs/examples/1.0.0/server-kotlin/kotlin/storage/get-file-preview.md delete mode 100644 docs/examples/1.0.0/server-kotlin/kotlin/storage/get-file-view.md delete mode 100644 docs/examples/1.0.0/server-kotlin/kotlin/storage/get-file.md delete mode 100644 docs/examples/1.0.0/server-kotlin/kotlin/storage/list-buckets.md delete mode 100644 docs/examples/1.0.0/server-kotlin/kotlin/storage/list-files.md delete mode 100644 docs/examples/1.0.0/server-kotlin/kotlin/storage/update-bucket.md delete mode 100644 docs/examples/1.0.0/server-kotlin/kotlin/storage/update-file.md delete mode 100644 docs/examples/1.0.0/server-kotlin/kotlin/teams/create-membership.md delete mode 100644 docs/examples/1.0.0/server-kotlin/kotlin/teams/create.md delete mode 100644 docs/examples/1.0.0/server-kotlin/kotlin/teams/delete-membership.md delete mode 100644 docs/examples/1.0.0/server-kotlin/kotlin/teams/delete.md delete mode 100644 docs/examples/1.0.0/server-kotlin/kotlin/teams/get-membership.md delete mode 100644 docs/examples/1.0.0/server-kotlin/kotlin/teams/get-memberships.md delete mode 100644 docs/examples/1.0.0/server-kotlin/kotlin/teams/get.md delete mode 100644 docs/examples/1.0.0/server-kotlin/kotlin/teams/list.md delete mode 100644 docs/examples/1.0.0/server-kotlin/kotlin/teams/update-membership-roles.md delete mode 100644 docs/examples/1.0.0/server-kotlin/kotlin/teams/update-membership-status.md delete mode 100644 docs/examples/1.0.0/server-kotlin/kotlin/teams/update.md delete mode 100644 docs/examples/1.0.0/server-kotlin/kotlin/users/create-argon2user.md delete mode 100644 docs/examples/1.0.0/server-kotlin/kotlin/users/create-bcrypt-user.md delete mode 100644 docs/examples/1.0.0/server-kotlin/kotlin/users/create-m-d5user.md delete mode 100644 docs/examples/1.0.0/server-kotlin/kotlin/users/create-p-h-pass-user.md delete mode 100644 docs/examples/1.0.0/server-kotlin/kotlin/users/create-s-h-a-user.md delete mode 100644 docs/examples/1.0.0/server-kotlin/kotlin/users/create-scrypt-modified-user.md delete mode 100644 docs/examples/1.0.0/server-kotlin/kotlin/users/create-scrypt-user.md delete mode 100644 docs/examples/1.0.0/server-kotlin/kotlin/users/create.md delete mode 100644 docs/examples/1.0.0/server-kotlin/kotlin/users/delete-session.md delete mode 100644 docs/examples/1.0.0/server-kotlin/kotlin/users/delete-sessions.md delete mode 100644 docs/examples/1.0.0/server-kotlin/kotlin/users/delete.md delete mode 100644 docs/examples/1.0.0/server-kotlin/kotlin/users/get-logs.md delete mode 100644 docs/examples/1.0.0/server-kotlin/kotlin/users/get-memberships.md delete mode 100644 docs/examples/1.0.0/server-kotlin/kotlin/users/get-prefs.md delete mode 100644 docs/examples/1.0.0/server-kotlin/kotlin/users/get-sessions.md delete mode 100644 docs/examples/1.0.0/server-kotlin/kotlin/users/get.md delete mode 100644 docs/examples/1.0.0/server-kotlin/kotlin/users/list.md delete mode 100644 docs/examples/1.0.0/server-kotlin/kotlin/users/update-email-verification.md delete mode 100644 docs/examples/1.0.0/server-kotlin/kotlin/users/update-email.md delete mode 100644 docs/examples/1.0.0/server-kotlin/kotlin/users/update-name.md delete mode 100644 docs/examples/1.0.0/server-kotlin/kotlin/users/update-password.md delete mode 100644 docs/examples/1.0.0/server-kotlin/kotlin/users/update-phone-verification.md delete mode 100644 docs/examples/1.0.0/server-kotlin/kotlin/users/update-phone.md delete mode 100644 docs/examples/1.0.0/server-kotlin/kotlin/users/update-prefs.md delete mode 100644 docs/examples/1.0.0/server-kotlin/kotlin/users/update-status.md delete mode 100644 docs/examples/1.0.0/server-nodejs/examples/account/create-phone-verification.md delete mode 100644 docs/examples/1.0.0/server-nodejs/examples/account/create-recovery.md delete mode 100644 docs/examples/1.0.0/server-nodejs/examples/account/create-verification.md delete mode 100644 docs/examples/1.0.0/server-nodejs/examples/account/delete-session.md delete mode 100644 docs/examples/1.0.0/server-nodejs/examples/account/delete-sessions.md delete mode 100644 docs/examples/1.0.0/server-nodejs/examples/account/get-logs.md delete mode 100644 docs/examples/1.0.0/server-nodejs/examples/account/get-prefs.md delete mode 100644 docs/examples/1.0.0/server-nodejs/examples/account/get-session.md delete mode 100644 docs/examples/1.0.0/server-nodejs/examples/account/get-sessions.md delete mode 100644 docs/examples/1.0.0/server-nodejs/examples/account/get.md delete mode 100644 docs/examples/1.0.0/server-nodejs/examples/account/update-email.md delete mode 100644 docs/examples/1.0.0/server-nodejs/examples/account/update-name.md delete mode 100644 docs/examples/1.0.0/server-nodejs/examples/account/update-password.md delete mode 100644 docs/examples/1.0.0/server-nodejs/examples/account/update-phone-verification.md delete mode 100644 docs/examples/1.0.0/server-nodejs/examples/account/update-phone.md delete mode 100644 docs/examples/1.0.0/server-nodejs/examples/account/update-prefs.md delete mode 100644 docs/examples/1.0.0/server-nodejs/examples/account/update-recovery.md delete mode 100644 docs/examples/1.0.0/server-nodejs/examples/account/update-session.md delete mode 100644 docs/examples/1.0.0/server-nodejs/examples/account/update-status.md delete mode 100644 docs/examples/1.0.0/server-nodejs/examples/account/update-verification.md delete mode 100644 docs/examples/1.0.0/server-nodejs/examples/avatars/get-browser.md delete mode 100644 docs/examples/1.0.0/server-nodejs/examples/avatars/get-credit-card.md delete mode 100644 docs/examples/1.0.0/server-nodejs/examples/avatars/get-favicon.md delete mode 100644 docs/examples/1.0.0/server-nodejs/examples/avatars/get-flag.md delete mode 100644 docs/examples/1.0.0/server-nodejs/examples/avatars/get-image.md delete mode 100644 docs/examples/1.0.0/server-nodejs/examples/avatars/get-initials.md delete mode 100644 docs/examples/1.0.0/server-nodejs/examples/avatars/get-q-r.md delete mode 100644 docs/examples/1.0.0/server-nodejs/examples/databases/create-boolean-attribute.md delete mode 100644 docs/examples/1.0.0/server-nodejs/examples/databases/create-collection.md delete mode 100644 docs/examples/1.0.0/server-nodejs/examples/databases/create-datetime-attribute.md delete mode 100644 docs/examples/1.0.0/server-nodejs/examples/databases/create-document.md delete mode 100644 docs/examples/1.0.0/server-nodejs/examples/databases/create-email-attribute.md delete mode 100644 docs/examples/1.0.0/server-nodejs/examples/databases/create-enum-attribute.md delete mode 100644 docs/examples/1.0.0/server-nodejs/examples/databases/create-float-attribute.md delete mode 100644 docs/examples/1.0.0/server-nodejs/examples/databases/create-index.md delete mode 100644 docs/examples/1.0.0/server-nodejs/examples/databases/create-integer-attribute.md delete mode 100644 docs/examples/1.0.0/server-nodejs/examples/databases/create-ip-attribute.md delete mode 100644 docs/examples/1.0.0/server-nodejs/examples/databases/create-string-attribute.md delete mode 100644 docs/examples/1.0.0/server-nodejs/examples/databases/create-url-attribute.md delete mode 100644 docs/examples/1.0.0/server-nodejs/examples/databases/create.md delete mode 100644 docs/examples/1.0.0/server-nodejs/examples/databases/delete-attribute.md delete mode 100644 docs/examples/1.0.0/server-nodejs/examples/databases/delete-collection.md delete mode 100644 docs/examples/1.0.0/server-nodejs/examples/databases/delete-document.md delete mode 100644 docs/examples/1.0.0/server-nodejs/examples/databases/delete-index.md delete mode 100644 docs/examples/1.0.0/server-nodejs/examples/databases/delete.md delete mode 100644 docs/examples/1.0.0/server-nodejs/examples/databases/get-attribute.md delete mode 100644 docs/examples/1.0.0/server-nodejs/examples/databases/get-collection.md delete mode 100644 docs/examples/1.0.0/server-nodejs/examples/databases/get-document.md delete mode 100644 docs/examples/1.0.0/server-nodejs/examples/databases/get-index.md delete mode 100644 docs/examples/1.0.0/server-nodejs/examples/databases/get.md delete mode 100644 docs/examples/1.0.0/server-nodejs/examples/databases/list-attributes.md delete mode 100644 docs/examples/1.0.0/server-nodejs/examples/databases/list-collections.md delete mode 100644 docs/examples/1.0.0/server-nodejs/examples/databases/list-documents.md delete mode 100644 docs/examples/1.0.0/server-nodejs/examples/databases/list-indexes.md delete mode 100644 docs/examples/1.0.0/server-nodejs/examples/databases/list.md delete mode 100644 docs/examples/1.0.0/server-nodejs/examples/databases/update-collection.md delete mode 100644 docs/examples/1.0.0/server-nodejs/examples/databases/update-document.md delete mode 100644 docs/examples/1.0.0/server-nodejs/examples/databases/update.md delete mode 100644 docs/examples/1.0.0/server-nodejs/examples/functions/create-deployment.md delete mode 100644 docs/examples/1.0.0/server-nodejs/examples/functions/create-execution.md delete mode 100644 docs/examples/1.0.0/server-nodejs/examples/functions/create-variable.md delete mode 100644 docs/examples/1.0.0/server-nodejs/examples/functions/create.md delete mode 100644 docs/examples/1.0.0/server-nodejs/examples/functions/delete-deployment.md delete mode 100644 docs/examples/1.0.0/server-nodejs/examples/functions/delete-variable.md delete mode 100644 docs/examples/1.0.0/server-nodejs/examples/functions/delete.md delete mode 100644 docs/examples/1.0.0/server-nodejs/examples/functions/get-deployment.md delete mode 100644 docs/examples/1.0.0/server-nodejs/examples/functions/get-execution.md delete mode 100644 docs/examples/1.0.0/server-nodejs/examples/functions/get-variable.md delete mode 100644 docs/examples/1.0.0/server-nodejs/examples/functions/get.md delete mode 100644 docs/examples/1.0.0/server-nodejs/examples/functions/list-deployments.md delete mode 100644 docs/examples/1.0.0/server-nodejs/examples/functions/list-executions.md delete mode 100644 docs/examples/1.0.0/server-nodejs/examples/functions/list-runtimes.md delete mode 100644 docs/examples/1.0.0/server-nodejs/examples/functions/list-variables.md delete mode 100644 docs/examples/1.0.0/server-nodejs/examples/functions/list.md delete mode 100644 docs/examples/1.0.0/server-nodejs/examples/functions/retry-build.md delete mode 100644 docs/examples/1.0.0/server-nodejs/examples/functions/update-deployment.md delete mode 100644 docs/examples/1.0.0/server-nodejs/examples/functions/update-variable.md delete mode 100644 docs/examples/1.0.0/server-nodejs/examples/functions/update.md delete mode 100644 docs/examples/1.0.0/server-nodejs/examples/health/get-antivirus.md delete mode 100644 docs/examples/1.0.0/server-nodejs/examples/health/get-cache.md delete mode 100644 docs/examples/1.0.0/server-nodejs/examples/health/get-d-b.md delete mode 100644 docs/examples/1.0.0/server-nodejs/examples/health/get-queue-certificates.md delete mode 100644 docs/examples/1.0.0/server-nodejs/examples/health/get-queue-functions.md delete mode 100644 docs/examples/1.0.0/server-nodejs/examples/health/get-queue-logs.md delete mode 100644 docs/examples/1.0.0/server-nodejs/examples/health/get-queue-webhooks.md delete mode 100644 docs/examples/1.0.0/server-nodejs/examples/health/get-storage-local.md delete mode 100644 docs/examples/1.0.0/server-nodejs/examples/health/get-time.md delete mode 100644 docs/examples/1.0.0/server-nodejs/examples/health/get.md delete mode 100644 docs/examples/1.0.0/server-nodejs/examples/locale/get-continents.md delete mode 100644 docs/examples/1.0.0/server-nodejs/examples/locale/get-countries-e-u.md delete mode 100644 docs/examples/1.0.0/server-nodejs/examples/locale/get-countries-phones.md delete mode 100644 docs/examples/1.0.0/server-nodejs/examples/locale/get-countries.md delete mode 100644 docs/examples/1.0.0/server-nodejs/examples/locale/get-currencies.md delete mode 100644 docs/examples/1.0.0/server-nodejs/examples/locale/get-languages.md delete mode 100644 docs/examples/1.0.0/server-nodejs/examples/locale/get.md delete mode 100644 docs/examples/1.0.0/server-nodejs/examples/storage/create-bucket.md delete mode 100644 docs/examples/1.0.0/server-nodejs/examples/storage/create-file.md delete mode 100644 docs/examples/1.0.0/server-nodejs/examples/storage/delete-bucket.md delete mode 100644 docs/examples/1.0.0/server-nodejs/examples/storage/delete-file.md delete mode 100644 docs/examples/1.0.0/server-nodejs/examples/storage/get-bucket.md delete mode 100644 docs/examples/1.0.0/server-nodejs/examples/storage/get-file-download.md delete mode 100644 docs/examples/1.0.0/server-nodejs/examples/storage/get-file-preview.md delete mode 100644 docs/examples/1.0.0/server-nodejs/examples/storage/get-file-view.md delete mode 100644 docs/examples/1.0.0/server-nodejs/examples/storage/get-file.md delete mode 100644 docs/examples/1.0.0/server-nodejs/examples/storage/list-buckets.md delete mode 100644 docs/examples/1.0.0/server-nodejs/examples/storage/list-files.md delete mode 100644 docs/examples/1.0.0/server-nodejs/examples/storage/update-bucket.md delete mode 100644 docs/examples/1.0.0/server-nodejs/examples/storage/update-file.md delete mode 100644 docs/examples/1.0.0/server-nodejs/examples/teams/create-membership.md delete mode 100644 docs/examples/1.0.0/server-nodejs/examples/teams/create.md delete mode 100644 docs/examples/1.0.0/server-nodejs/examples/teams/delete-membership.md delete mode 100644 docs/examples/1.0.0/server-nodejs/examples/teams/delete.md delete mode 100644 docs/examples/1.0.0/server-nodejs/examples/teams/get-membership.md delete mode 100644 docs/examples/1.0.0/server-nodejs/examples/teams/get-memberships.md delete mode 100644 docs/examples/1.0.0/server-nodejs/examples/teams/get.md delete mode 100644 docs/examples/1.0.0/server-nodejs/examples/teams/list.md delete mode 100644 docs/examples/1.0.0/server-nodejs/examples/teams/update-membership-roles.md delete mode 100644 docs/examples/1.0.0/server-nodejs/examples/teams/update-membership-status.md delete mode 100644 docs/examples/1.0.0/server-nodejs/examples/teams/update.md delete mode 100644 docs/examples/1.0.0/server-nodejs/examples/users/create-argon2user.md delete mode 100644 docs/examples/1.0.0/server-nodejs/examples/users/create-bcrypt-user.md delete mode 100644 docs/examples/1.0.0/server-nodejs/examples/users/create-m-d5user.md delete mode 100644 docs/examples/1.0.0/server-nodejs/examples/users/create-p-h-pass-user.md delete mode 100644 docs/examples/1.0.0/server-nodejs/examples/users/create-s-h-a-user.md delete mode 100644 docs/examples/1.0.0/server-nodejs/examples/users/create-scrypt-modified-user.md delete mode 100644 docs/examples/1.0.0/server-nodejs/examples/users/create-scrypt-user.md delete mode 100644 docs/examples/1.0.0/server-nodejs/examples/users/create.md delete mode 100644 docs/examples/1.0.0/server-nodejs/examples/users/delete-session.md delete mode 100644 docs/examples/1.0.0/server-nodejs/examples/users/delete-sessions.md delete mode 100644 docs/examples/1.0.0/server-nodejs/examples/users/delete.md delete mode 100644 docs/examples/1.0.0/server-nodejs/examples/users/get-logs.md delete mode 100644 docs/examples/1.0.0/server-nodejs/examples/users/get-memberships.md delete mode 100644 docs/examples/1.0.0/server-nodejs/examples/users/get-prefs.md delete mode 100644 docs/examples/1.0.0/server-nodejs/examples/users/get-sessions.md delete mode 100644 docs/examples/1.0.0/server-nodejs/examples/users/get.md delete mode 100644 docs/examples/1.0.0/server-nodejs/examples/users/list.md delete mode 100644 docs/examples/1.0.0/server-nodejs/examples/users/update-email-verification.md delete mode 100644 docs/examples/1.0.0/server-nodejs/examples/users/update-email.md delete mode 100644 docs/examples/1.0.0/server-nodejs/examples/users/update-name.md delete mode 100644 docs/examples/1.0.0/server-nodejs/examples/users/update-password.md delete mode 100644 docs/examples/1.0.0/server-nodejs/examples/users/update-phone-verification.md delete mode 100644 docs/examples/1.0.0/server-nodejs/examples/users/update-phone.md delete mode 100644 docs/examples/1.0.0/server-nodejs/examples/users/update-prefs.md delete mode 100644 docs/examples/1.0.0/server-nodejs/examples/users/update-status.md delete mode 100644 docs/examples/1.0.0/server-php/examples/account/create-phone-verification.md delete mode 100644 docs/examples/1.0.0/server-php/examples/account/create-recovery.md delete mode 100644 docs/examples/1.0.0/server-php/examples/account/create-verification.md delete mode 100644 docs/examples/1.0.0/server-php/examples/account/delete-session.md delete mode 100644 docs/examples/1.0.0/server-php/examples/account/delete-sessions.md delete mode 100644 docs/examples/1.0.0/server-php/examples/account/get-logs.md delete mode 100644 docs/examples/1.0.0/server-php/examples/account/get-prefs.md delete mode 100644 docs/examples/1.0.0/server-php/examples/account/get-session.md delete mode 100644 docs/examples/1.0.0/server-php/examples/account/get-sessions.md delete mode 100644 docs/examples/1.0.0/server-php/examples/account/get.md delete mode 100644 docs/examples/1.0.0/server-php/examples/account/update-email.md delete mode 100644 docs/examples/1.0.0/server-php/examples/account/update-name.md delete mode 100644 docs/examples/1.0.0/server-php/examples/account/update-password.md delete mode 100644 docs/examples/1.0.0/server-php/examples/account/update-phone-verification.md delete mode 100644 docs/examples/1.0.0/server-php/examples/account/update-phone.md delete mode 100644 docs/examples/1.0.0/server-php/examples/account/update-prefs.md delete mode 100644 docs/examples/1.0.0/server-php/examples/account/update-recovery.md delete mode 100644 docs/examples/1.0.0/server-php/examples/account/update-session.md delete mode 100644 docs/examples/1.0.0/server-php/examples/account/update-status.md delete mode 100644 docs/examples/1.0.0/server-php/examples/account/update-verification.md delete mode 100644 docs/examples/1.0.0/server-php/examples/avatars/get-browser.md delete mode 100644 docs/examples/1.0.0/server-php/examples/avatars/get-credit-card.md delete mode 100644 docs/examples/1.0.0/server-php/examples/avatars/get-favicon.md delete mode 100644 docs/examples/1.0.0/server-php/examples/avatars/get-flag.md delete mode 100644 docs/examples/1.0.0/server-php/examples/avatars/get-image.md delete mode 100644 docs/examples/1.0.0/server-php/examples/avatars/get-initials.md delete mode 100644 docs/examples/1.0.0/server-php/examples/avatars/get-q-r.md delete mode 100644 docs/examples/1.0.0/server-php/examples/databases/create-boolean-attribute.md delete mode 100644 docs/examples/1.0.0/server-php/examples/databases/create-collection.md delete mode 100644 docs/examples/1.0.0/server-php/examples/databases/create-datetime-attribute.md delete mode 100644 docs/examples/1.0.0/server-php/examples/databases/create-document.md delete mode 100644 docs/examples/1.0.0/server-php/examples/databases/create-email-attribute.md delete mode 100644 docs/examples/1.0.0/server-php/examples/databases/create-enum-attribute.md delete mode 100644 docs/examples/1.0.0/server-php/examples/databases/create-float-attribute.md delete mode 100644 docs/examples/1.0.0/server-php/examples/databases/create-index.md delete mode 100644 docs/examples/1.0.0/server-php/examples/databases/create-integer-attribute.md delete mode 100644 docs/examples/1.0.0/server-php/examples/databases/create-ip-attribute.md delete mode 100644 docs/examples/1.0.0/server-php/examples/databases/create-string-attribute.md delete mode 100644 docs/examples/1.0.0/server-php/examples/databases/create-url-attribute.md delete mode 100644 docs/examples/1.0.0/server-php/examples/databases/create.md delete mode 100644 docs/examples/1.0.0/server-php/examples/databases/delete-attribute.md delete mode 100644 docs/examples/1.0.0/server-php/examples/databases/delete-collection.md delete mode 100644 docs/examples/1.0.0/server-php/examples/databases/delete-document.md delete mode 100644 docs/examples/1.0.0/server-php/examples/databases/delete-index.md delete mode 100644 docs/examples/1.0.0/server-php/examples/databases/delete.md delete mode 100644 docs/examples/1.0.0/server-php/examples/databases/get-attribute.md delete mode 100644 docs/examples/1.0.0/server-php/examples/databases/get-collection.md delete mode 100644 docs/examples/1.0.0/server-php/examples/databases/get-document.md delete mode 100644 docs/examples/1.0.0/server-php/examples/databases/get-index.md delete mode 100644 docs/examples/1.0.0/server-php/examples/databases/get.md delete mode 100644 docs/examples/1.0.0/server-php/examples/databases/list-attributes.md delete mode 100644 docs/examples/1.0.0/server-php/examples/databases/list-collections.md delete mode 100644 docs/examples/1.0.0/server-php/examples/databases/list-documents.md delete mode 100644 docs/examples/1.0.0/server-php/examples/databases/list-indexes.md delete mode 100644 docs/examples/1.0.0/server-php/examples/databases/list.md delete mode 100644 docs/examples/1.0.0/server-php/examples/databases/update-collection.md delete mode 100644 docs/examples/1.0.0/server-php/examples/databases/update-document.md delete mode 100644 docs/examples/1.0.0/server-php/examples/databases/update.md delete mode 100644 docs/examples/1.0.0/server-php/examples/functions/create-deployment.md delete mode 100644 docs/examples/1.0.0/server-php/examples/functions/create-execution.md delete mode 100644 docs/examples/1.0.0/server-php/examples/functions/create-variable.md delete mode 100644 docs/examples/1.0.0/server-php/examples/functions/create.md delete mode 100644 docs/examples/1.0.0/server-php/examples/functions/delete-deployment.md delete mode 100644 docs/examples/1.0.0/server-php/examples/functions/delete-variable.md delete mode 100644 docs/examples/1.0.0/server-php/examples/functions/delete.md delete mode 100644 docs/examples/1.0.0/server-php/examples/functions/get-deployment.md delete mode 100644 docs/examples/1.0.0/server-php/examples/functions/get-execution.md delete mode 100644 docs/examples/1.0.0/server-php/examples/functions/get-variable.md delete mode 100644 docs/examples/1.0.0/server-php/examples/functions/get.md delete mode 100644 docs/examples/1.0.0/server-php/examples/functions/list-deployments.md delete mode 100644 docs/examples/1.0.0/server-php/examples/functions/list-executions.md delete mode 100644 docs/examples/1.0.0/server-php/examples/functions/list-runtimes.md delete mode 100644 docs/examples/1.0.0/server-php/examples/functions/list-variables.md delete mode 100644 docs/examples/1.0.0/server-php/examples/functions/list.md delete mode 100644 docs/examples/1.0.0/server-php/examples/functions/retry-build.md delete mode 100644 docs/examples/1.0.0/server-php/examples/functions/update-deployment.md delete mode 100644 docs/examples/1.0.0/server-php/examples/functions/update-variable.md delete mode 100644 docs/examples/1.0.0/server-php/examples/functions/update.md delete mode 100644 docs/examples/1.0.0/server-php/examples/health/get-antivirus.md delete mode 100644 docs/examples/1.0.0/server-php/examples/health/get-cache.md delete mode 100644 docs/examples/1.0.0/server-php/examples/health/get-d-b.md delete mode 100644 docs/examples/1.0.0/server-php/examples/health/get-queue-certificates.md delete mode 100644 docs/examples/1.0.0/server-php/examples/health/get-queue-functions.md delete mode 100644 docs/examples/1.0.0/server-php/examples/health/get-queue-logs.md delete mode 100644 docs/examples/1.0.0/server-php/examples/health/get-queue-webhooks.md delete mode 100644 docs/examples/1.0.0/server-php/examples/health/get-storage-local.md delete mode 100644 docs/examples/1.0.0/server-php/examples/health/get-time.md delete mode 100644 docs/examples/1.0.0/server-php/examples/health/get.md delete mode 100644 docs/examples/1.0.0/server-php/examples/locale/get-continents.md delete mode 100644 docs/examples/1.0.0/server-php/examples/locale/get-countries-e-u.md delete mode 100644 docs/examples/1.0.0/server-php/examples/locale/get-countries-phones.md delete mode 100644 docs/examples/1.0.0/server-php/examples/locale/get-countries.md delete mode 100644 docs/examples/1.0.0/server-php/examples/locale/get-currencies.md delete mode 100644 docs/examples/1.0.0/server-php/examples/locale/get-languages.md delete mode 100644 docs/examples/1.0.0/server-php/examples/locale/get.md delete mode 100644 docs/examples/1.0.0/server-php/examples/storage/create-bucket.md delete mode 100644 docs/examples/1.0.0/server-php/examples/storage/create-file.md delete mode 100644 docs/examples/1.0.0/server-php/examples/storage/delete-bucket.md delete mode 100644 docs/examples/1.0.0/server-php/examples/storage/delete-file.md delete mode 100644 docs/examples/1.0.0/server-php/examples/storage/get-bucket.md delete mode 100644 docs/examples/1.0.0/server-php/examples/storage/get-file-download.md delete mode 100644 docs/examples/1.0.0/server-php/examples/storage/get-file-preview.md delete mode 100644 docs/examples/1.0.0/server-php/examples/storage/get-file-view.md delete mode 100644 docs/examples/1.0.0/server-php/examples/storage/get-file.md delete mode 100644 docs/examples/1.0.0/server-php/examples/storage/list-buckets.md delete mode 100644 docs/examples/1.0.0/server-php/examples/storage/list-files.md delete mode 100644 docs/examples/1.0.0/server-php/examples/storage/update-bucket.md delete mode 100644 docs/examples/1.0.0/server-php/examples/storage/update-file.md delete mode 100644 docs/examples/1.0.0/server-php/examples/teams/create-membership.md delete mode 100644 docs/examples/1.0.0/server-php/examples/teams/create.md delete mode 100644 docs/examples/1.0.0/server-php/examples/teams/delete-membership.md delete mode 100644 docs/examples/1.0.0/server-php/examples/teams/delete.md delete mode 100644 docs/examples/1.0.0/server-php/examples/teams/get-membership.md delete mode 100644 docs/examples/1.0.0/server-php/examples/teams/get-memberships.md delete mode 100644 docs/examples/1.0.0/server-php/examples/teams/get.md delete mode 100644 docs/examples/1.0.0/server-php/examples/teams/list.md delete mode 100644 docs/examples/1.0.0/server-php/examples/teams/update-membership-roles.md delete mode 100644 docs/examples/1.0.0/server-php/examples/teams/update-membership-status.md delete mode 100644 docs/examples/1.0.0/server-php/examples/teams/update.md delete mode 100644 docs/examples/1.0.0/server-php/examples/users/create-argon2user.md delete mode 100644 docs/examples/1.0.0/server-php/examples/users/create-bcrypt-user.md delete mode 100644 docs/examples/1.0.0/server-php/examples/users/create-m-d5user.md delete mode 100644 docs/examples/1.0.0/server-php/examples/users/create-p-h-pass-user.md delete mode 100644 docs/examples/1.0.0/server-php/examples/users/create-s-h-a-user.md delete mode 100644 docs/examples/1.0.0/server-php/examples/users/create-scrypt-modified-user.md delete mode 100644 docs/examples/1.0.0/server-php/examples/users/create-scrypt-user.md delete mode 100644 docs/examples/1.0.0/server-php/examples/users/create.md delete mode 100644 docs/examples/1.0.0/server-php/examples/users/delete-session.md delete mode 100644 docs/examples/1.0.0/server-php/examples/users/delete-sessions.md delete mode 100644 docs/examples/1.0.0/server-php/examples/users/delete.md delete mode 100644 docs/examples/1.0.0/server-php/examples/users/get-logs.md delete mode 100644 docs/examples/1.0.0/server-php/examples/users/get-memberships.md delete mode 100644 docs/examples/1.0.0/server-php/examples/users/get-prefs.md delete mode 100644 docs/examples/1.0.0/server-php/examples/users/get-sessions.md delete mode 100644 docs/examples/1.0.0/server-php/examples/users/get.md delete mode 100644 docs/examples/1.0.0/server-php/examples/users/list.md delete mode 100644 docs/examples/1.0.0/server-php/examples/users/update-email-verification.md delete mode 100644 docs/examples/1.0.0/server-php/examples/users/update-email.md delete mode 100644 docs/examples/1.0.0/server-php/examples/users/update-name.md delete mode 100644 docs/examples/1.0.0/server-php/examples/users/update-password.md delete mode 100644 docs/examples/1.0.0/server-php/examples/users/update-phone-verification.md delete mode 100644 docs/examples/1.0.0/server-php/examples/users/update-phone.md delete mode 100644 docs/examples/1.0.0/server-php/examples/users/update-prefs.md delete mode 100644 docs/examples/1.0.0/server-php/examples/users/update-status.md delete mode 100644 docs/examples/1.0.0/server-python/examples/account/create-phone-verification.md delete mode 100644 docs/examples/1.0.0/server-python/examples/account/create-recovery.md delete mode 100644 docs/examples/1.0.0/server-python/examples/account/create-verification.md delete mode 100644 docs/examples/1.0.0/server-python/examples/account/delete-session.md delete mode 100644 docs/examples/1.0.0/server-python/examples/account/delete-sessions.md delete mode 100644 docs/examples/1.0.0/server-python/examples/account/get-logs.md delete mode 100644 docs/examples/1.0.0/server-python/examples/account/get-prefs.md delete mode 100644 docs/examples/1.0.0/server-python/examples/account/get-session.md delete mode 100644 docs/examples/1.0.0/server-python/examples/account/get-sessions.md delete mode 100644 docs/examples/1.0.0/server-python/examples/account/get.md delete mode 100644 docs/examples/1.0.0/server-python/examples/account/update-email.md delete mode 100644 docs/examples/1.0.0/server-python/examples/account/update-name.md delete mode 100644 docs/examples/1.0.0/server-python/examples/account/update-password.md delete mode 100644 docs/examples/1.0.0/server-python/examples/account/update-phone-verification.md delete mode 100644 docs/examples/1.0.0/server-python/examples/account/update-phone.md delete mode 100644 docs/examples/1.0.0/server-python/examples/account/update-prefs.md delete mode 100644 docs/examples/1.0.0/server-python/examples/account/update-recovery.md delete mode 100644 docs/examples/1.0.0/server-python/examples/account/update-session.md delete mode 100644 docs/examples/1.0.0/server-python/examples/account/update-status.md delete mode 100644 docs/examples/1.0.0/server-python/examples/account/update-verification.md delete mode 100644 docs/examples/1.0.0/server-python/examples/avatars/get-browser.md delete mode 100644 docs/examples/1.0.0/server-python/examples/avatars/get-credit-card.md delete mode 100644 docs/examples/1.0.0/server-python/examples/avatars/get-favicon.md delete mode 100644 docs/examples/1.0.0/server-python/examples/avatars/get-flag.md delete mode 100644 docs/examples/1.0.0/server-python/examples/avatars/get-image.md delete mode 100644 docs/examples/1.0.0/server-python/examples/avatars/get-initials.md delete mode 100644 docs/examples/1.0.0/server-python/examples/avatars/get-q-r.md delete mode 100644 docs/examples/1.0.0/server-python/examples/databases/create-boolean-attribute.md delete mode 100644 docs/examples/1.0.0/server-python/examples/databases/create-collection.md delete mode 100644 docs/examples/1.0.0/server-python/examples/databases/create-datetime-attribute.md delete mode 100644 docs/examples/1.0.0/server-python/examples/databases/create-document.md delete mode 100644 docs/examples/1.0.0/server-python/examples/databases/create-email-attribute.md delete mode 100644 docs/examples/1.0.0/server-python/examples/databases/create-enum-attribute.md delete mode 100644 docs/examples/1.0.0/server-python/examples/databases/create-float-attribute.md delete mode 100644 docs/examples/1.0.0/server-python/examples/databases/create-index.md delete mode 100644 docs/examples/1.0.0/server-python/examples/databases/create-integer-attribute.md delete mode 100644 docs/examples/1.0.0/server-python/examples/databases/create-ip-attribute.md delete mode 100644 docs/examples/1.0.0/server-python/examples/databases/create-string-attribute.md delete mode 100644 docs/examples/1.0.0/server-python/examples/databases/create-url-attribute.md delete mode 100644 docs/examples/1.0.0/server-python/examples/databases/create.md delete mode 100644 docs/examples/1.0.0/server-python/examples/databases/delete-attribute.md delete mode 100644 docs/examples/1.0.0/server-python/examples/databases/delete-collection.md delete mode 100644 docs/examples/1.0.0/server-python/examples/databases/delete-document.md delete mode 100644 docs/examples/1.0.0/server-python/examples/databases/delete-index.md delete mode 100644 docs/examples/1.0.0/server-python/examples/databases/delete.md delete mode 100644 docs/examples/1.0.0/server-python/examples/databases/get-attribute.md delete mode 100644 docs/examples/1.0.0/server-python/examples/databases/get-collection.md delete mode 100644 docs/examples/1.0.0/server-python/examples/databases/get-document.md delete mode 100644 docs/examples/1.0.0/server-python/examples/databases/get-index.md delete mode 100644 docs/examples/1.0.0/server-python/examples/databases/get.md delete mode 100644 docs/examples/1.0.0/server-python/examples/databases/list-attributes.md delete mode 100644 docs/examples/1.0.0/server-python/examples/databases/list-collections.md delete mode 100644 docs/examples/1.0.0/server-python/examples/databases/list-documents.md delete mode 100644 docs/examples/1.0.0/server-python/examples/databases/list-indexes.md delete mode 100644 docs/examples/1.0.0/server-python/examples/databases/list.md delete mode 100644 docs/examples/1.0.0/server-python/examples/databases/update-collection.md delete mode 100644 docs/examples/1.0.0/server-python/examples/databases/update-document.md delete mode 100644 docs/examples/1.0.0/server-python/examples/databases/update.md delete mode 100644 docs/examples/1.0.0/server-python/examples/functions/create-deployment.md delete mode 100644 docs/examples/1.0.0/server-python/examples/functions/create-execution.md delete mode 100644 docs/examples/1.0.0/server-python/examples/functions/create-variable.md delete mode 100644 docs/examples/1.0.0/server-python/examples/functions/create.md delete mode 100644 docs/examples/1.0.0/server-python/examples/functions/delete-deployment.md delete mode 100644 docs/examples/1.0.0/server-python/examples/functions/delete-variable.md delete mode 100644 docs/examples/1.0.0/server-python/examples/functions/delete.md delete mode 100644 docs/examples/1.0.0/server-python/examples/functions/get-deployment.md delete mode 100644 docs/examples/1.0.0/server-python/examples/functions/get-execution.md delete mode 100644 docs/examples/1.0.0/server-python/examples/functions/get-variable.md delete mode 100644 docs/examples/1.0.0/server-python/examples/functions/get.md delete mode 100644 docs/examples/1.0.0/server-python/examples/functions/list-deployments.md delete mode 100644 docs/examples/1.0.0/server-python/examples/functions/list-executions.md delete mode 100644 docs/examples/1.0.0/server-python/examples/functions/list-runtimes.md delete mode 100644 docs/examples/1.0.0/server-python/examples/functions/list-variables.md delete mode 100644 docs/examples/1.0.0/server-python/examples/functions/list.md delete mode 100644 docs/examples/1.0.0/server-python/examples/functions/retry-build.md delete mode 100644 docs/examples/1.0.0/server-python/examples/functions/update-deployment.md delete mode 100644 docs/examples/1.0.0/server-python/examples/functions/update-variable.md delete mode 100644 docs/examples/1.0.0/server-python/examples/functions/update.md delete mode 100644 docs/examples/1.0.0/server-python/examples/health/get-antivirus.md delete mode 100644 docs/examples/1.0.0/server-python/examples/health/get-cache.md delete mode 100644 docs/examples/1.0.0/server-python/examples/health/get-d-b.md delete mode 100644 docs/examples/1.0.0/server-python/examples/health/get-queue-certificates.md delete mode 100644 docs/examples/1.0.0/server-python/examples/health/get-queue-functions.md delete mode 100644 docs/examples/1.0.0/server-python/examples/health/get-queue-logs.md delete mode 100644 docs/examples/1.0.0/server-python/examples/health/get-queue-webhooks.md delete mode 100644 docs/examples/1.0.0/server-python/examples/health/get-storage-local.md delete mode 100644 docs/examples/1.0.0/server-python/examples/health/get-time.md delete mode 100644 docs/examples/1.0.0/server-python/examples/health/get.md delete mode 100644 docs/examples/1.0.0/server-python/examples/locale/get-continents.md delete mode 100644 docs/examples/1.0.0/server-python/examples/locale/get-countries-e-u.md delete mode 100644 docs/examples/1.0.0/server-python/examples/locale/get-countries-phones.md delete mode 100644 docs/examples/1.0.0/server-python/examples/locale/get-countries.md delete mode 100644 docs/examples/1.0.0/server-python/examples/locale/get-currencies.md delete mode 100644 docs/examples/1.0.0/server-python/examples/locale/get-languages.md delete mode 100644 docs/examples/1.0.0/server-python/examples/locale/get.md delete mode 100644 docs/examples/1.0.0/server-python/examples/storage/create-bucket.md delete mode 100644 docs/examples/1.0.0/server-python/examples/storage/create-file.md delete mode 100644 docs/examples/1.0.0/server-python/examples/storage/delete-bucket.md delete mode 100644 docs/examples/1.0.0/server-python/examples/storage/delete-file.md delete mode 100644 docs/examples/1.0.0/server-python/examples/storage/get-bucket.md delete mode 100644 docs/examples/1.0.0/server-python/examples/storage/get-file-download.md delete mode 100644 docs/examples/1.0.0/server-python/examples/storage/get-file-preview.md delete mode 100644 docs/examples/1.0.0/server-python/examples/storage/get-file-view.md delete mode 100644 docs/examples/1.0.0/server-python/examples/storage/get-file.md delete mode 100644 docs/examples/1.0.0/server-python/examples/storage/list-buckets.md delete mode 100644 docs/examples/1.0.0/server-python/examples/storage/list-files.md delete mode 100644 docs/examples/1.0.0/server-python/examples/storage/update-bucket.md delete mode 100644 docs/examples/1.0.0/server-python/examples/storage/update-file.md delete mode 100644 docs/examples/1.0.0/server-python/examples/teams/create-membership.md delete mode 100644 docs/examples/1.0.0/server-python/examples/teams/create.md delete mode 100644 docs/examples/1.0.0/server-python/examples/teams/delete-membership.md delete mode 100644 docs/examples/1.0.0/server-python/examples/teams/delete.md delete mode 100644 docs/examples/1.0.0/server-python/examples/teams/get-membership.md delete mode 100644 docs/examples/1.0.0/server-python/examples/teams/get-memberships.md delete mode 100644 docs/examples/1.0.0/server-python/examples/teams/get.md delete mode 100644 docs/examples/1.0.0/server-python/examples/teams/list.md delete mode 100644 docs/examples/1.0.0/server-python/examples/teams/update-membership-roles.md delete mode 100644 docs/examples/1.0.0/server-python/examples/teams/update-membership-status.md delete mode 100644 docs/examples/1.0.0/server-python/examples/teams/update.md delete mode 100644 docs/examples/1.0.0/server-python/examples/users/create-argon2user.md delete mode 100644 docs/examples/1.0.0/server-python/examples/users/create-bcrypt-user.md delete mode 100644 docs/examples/1.0.0/server-python/examples/users/create-m-d5user.md delete mode 100644 docs/examples/1.0.0/server-python/examples/users/create-p-h-pass-user.md delete mode 100644 docs/examples/1.0.0/server-python/examples/users/create-s-h-a-user.md delete mode 100644 docs/examples/1.0.0/server-python/examples/users/create-scrypt-modified-user.md delete mode 100644 docs/examples/1.0.0/server-python/examples/users/create-scrypt-user.md delete mode 100644 docs/examples/1.0.0/server-python/examples/users/create.md delete mode 100644 docs/examples/1.0.0/server-python/examples/users/delete-session.md delete mode 100644 docs/examples/1.0.0/server-python/examples/users/delete-sessions.md delete mode 100644 docs/examples/1.0.0/server-python/examples/users/delete.md delete mode 100644 docs/examples/1.0.0/server-python/examples/users/get-logs.md delete mode 100644 docs/examples/1.0.0/server-python/examples/users/get-memberships.md delete mode 100644 docs/examples/1.0.0/server-python/examples/users/get-prefs.md delete mode 100644 docs/examples/1.0.0/server-python/examples/users/get-sessions.md delete mode 100644 docs/examples/1.0.0/server-python/examples/users/get.md delete mode 100644 docs/examples/1.0.0/server-python/examples/users/list.md delete mode 100644 docs/examples/1.0.0/server-python/examples/users/update-email-verification.md delete mode 100644 docs/examples/1.0.0/server-python/examples/users/update-email.md delete mode 100644 docs/examples/1.0.0/server-python/examples/users/update-name.md delete mode 100644 docs/examples/1.0.0/server-python/examples/users/update-password.md delete mode 100644 docs/examples/1.0.0/server-python/examples/users/update-phone-verification.md delete mode 100644 docs/examples/1.0.0/server-python/examples/users/update-phone.md delete mode 100644 docs/examples/1.0.0/server-python/examples/users/update-prefs.md delete mode 100644 docs/examples/1.0.0/server-python/examples/users/update-status.md delete mode 100644 docs/examples/1.0.0/server-ruby/examples/account/create-phone-verification.md delete mode 100644 docs/examples/1.0.0/server-ruby/examples/account/get-logs.md delete mode 100644 docs/examples/1.0.0/server-ruby/examples/account/get-sessions.md delete mode 100644 docs/examples/1.0.0/server-ruby/examples/account/update-email.md delete mode 100644 docs/examples/1.0.0/server-ruby/examples/account/update-name.md delete mode 100644 docs/examples/1.0.0/server-ruby/examples/account/update-password.md delete mode 100644 docs/examples/1.0.0/server-ruby/examples/account/update-phone-verification.md delete mode 100644 docs/examples/1.0.0/server-ruby/examples/account/update-phone.md delete mode 100644 docs/examples/1.0.0/server-ruby/examples/account/update-prefs.md delete mode 100644 docs/examples/1.0.0/server-ruby/examples/account/update-recovery.md delete mode 100644 docs/examples/1.0.0/server-ruby/examples/account/update-session.md delete mode 100644 docs/examples/1.0.0/server-ruby/examples/account/update-status.md delete mode 100644 docs/examples/1.0.0/server-ruby/examples/account/update-verification.md delete mode 100644 docs/examples/1.0.0/server-ruby/examples/avatars/get-credit-card.md delete mode 100644 docs/examples/1.0.0/server-ruby/examples/avatars/get-q-r.md delete mode 100644 docs/examples/1.0.0/server-ruby/examples/databases/create-boolean-attribute.md delete mode 100644 docs/examples/1.0.0/server-ruby/examples/databases/create-collection.md delete mode 100644 docs/examples/1.0.0/server-ruby/examples/databases/create-datetime-attribute.md delete mode 100644 docs/examples/1.0.0/server-ruby/examples/databases/create-document.md delete mode 100644 docs/examples/1.0.0/server-ruby/examples/databases/create-email-attribute.md delete mode 100644 docs/examples/1.0.0/server-ruby/examples/databases/create-enum-attribute.md delete mode 100644 docs/examples/1.0.0/server-ruby/examples/databases/create-float-attribute.md delete mode 100644 docs/examples/1.0.0/server-ruby/examples/databases/create-index.md delete mode 100644 docs/examples/1.0.0/server-ruby/examples/databases/create-integer-attribute.md delete mode 100644 docs/examples/1.0.0/server-ruby/examples/databases/create-ip-attribute.md delete mode 100644 docs/examples/1.0.0/server-ruby/examples/databases/create-string-attribute.md delete mode 100644 docs/examples/1.0.0/server-ruby/examples/databases/create-url-attribute.md delete mode 100644 docs/examples/1.0.0/server-ruby/examples/databases/create.md delete mode 100644 docs/examples/1.0.0/server-ruby/examples/databases/delete-attribute.md delete mode 100644 docs/examples/1.0.0/server-ruby/examples/databases/delete-collection.md delete mode 100644 docs/examples/1.0.0/server-ruby/examples/databases/delete-index.md delete mode 100644 docs/examples/1.0.0/server-ruby/examples/databases/delete.md delete mode 100644 docs/examples/1.0.0/server-ruby/examples/databases/get-attribute.md delete mode 100644 docs/examples/1.0.0/server-ruby/examples/databases/get-collection.md delete mode 100644 docs/examples/1.0.0/server-ruby/examples/databases/get-document.md delete mode 100644 docs/examples/1.0.0/server-ruby/examples/databases/get-index.md delete mode 100644 docs/examples/1.0.0/server-ruby/examples/databases/get.md delete mode 100644 docs/examples/1.0.0/server-ruby/examples/databases/list-attributes.md delete mode 100644 docs/examples/1.0.0/server-ruby/examples/databases/list-collections.md delete mode 100644 docs/examples/1.0.0/server-ruby/examples/databases/list-documents.md delete mode 100644 docs/examples/1.0.0/server-ruby/examples/databases/list-indexes.md delete mode 100644 docs/examples/1.0.0/server-ruby/examples/databases/list.md delete mode 100644 docs/examples/1.0.0/server-ruby/examples/databases/update-collection.md delete mode 100644 docs/examples/1.0.0/server-ruby/examples/databases/update-document.md delete mode 100644 docs/examples/1.0.0/server-ruby/examples/databases/update.md delete mode 100644 docs/examples/1.0.0/server-ruby/examples/functions/create-deployment.md delete mode 100644 docs/examples/1.0.0/server-ruby/examples/functions/create-execution.md delete mode 100644 docs/examples/1.0.0/server-ruby/examples/functions/create-variable.md delete mode 100644 docs/examples/1.0.0/server-ruby/examples/functions/delete-deployment.md delete mode 100644 docs/examples/1.0.0/server-ruby/examples/functions/delete-variable.md delete mode 100644 docs/examples/1.0.0/server-ruby/examples/functions/delete.md delete mode 100644 docs/examples/1.0.0/server-ruby/examples/functions/get-deployment.md delete mode 100644 docs/examples/1.0.0/server-ruby/examples/functions/get-execution.md delete mode 100644 docs/examples/1.0.0/server-ruby/examples/functions/get-variable.md delete mode 100644 docs/examples/1.0.0/server-ruby/examples/functions/get.md delete mode 100644 docs/examples/1.0.0/server-ruby/examples/functions/list-deployments.md delete mode 100644 docs/examples/1.0.0/server-ruby/examples/functions/list-executions.md delete mode 100644 docs/examples/1.0.0/server-ruby/examples/functions/list-runtimes.md delete mode 100644 docs/examples/1.0.0/server-ruby/examples/functions/list-variables.md delete mode 100644 docs/examples/1.0.0/server-ruby/examples/functions/list.md delete mode 100644 docs/examples/1.0.0/server-ruby/examples/functions/retry-build.md delete mode 100644 docs/examples/1.0.0/server-ruby/examples/functions/update-deployment.md delete mode 100644 docs/examples/1.0.0/server-ruby/examples/functions/update-variable.md delete mode 100644 docs/examples/1.0.0/server-ruby/examples/health/get-cache.md delete mode 100644 docs/examples/1.0.0/server-ruby/examples/health/get-d-b.md delete mode 100644 docs/examples/1.0.0/server-ruby/examples/health/get-time.md delete mode 100644 docs/examples/1.0.0/server-ruby/examples/locale/get-continents.md delete mode 100644 docs/examples/1.0.0/server-ruby/examples/locale/get-countries-e-u.md delete mode 100644 docs/examples/1.0.0/server-ruby/examples/locale/get-countries-phones.md delete mode 100644 docs/examples/1.0.0/server-ruby/examples/locale/get-countries.md delete mode 100644 docs/examples/1.0.0/server-ruby/examples/locale/get-currencies.md delete mode 100644 docs/examples/1.0.0/server-ruby/examples/locale/get-languages.md delete mode 100644 docs/examples/1.0.0/server-ruby/examples/locale/get.md delete mode 100644 docs/examples/1.0.0/server-ruby/examples/storage/create-bucket.md delete mode 100644 docs/examples/1.0.0/server-ruby/examples/storage/create-file.md delete mode 100644 docs/examples/1.0.0/server-ruby/examples/storage/delete-bucket.md delete mode 100644 docs/examples/1.0.0/server-ruby/examples/storage/delete-file.md delete mode 100644 docs/examples/1.0.0/server-ruby/examples/storage/get-bucket.md delete mode 100644 docs/examples/1.0.0/server-ruby/examples/storage/get-file-download.md delete mode 100644 docs/examples/1.0.0/server-ruby/examples/storage/get-file-preview.md delete mode 100644 docs/examples/1.0.0/server-ruby/examples/storage/get-file-view.md delete mode 100644 docs/examples/1.0.0/server-ruby/examples/storage/get-file.md delete mode 100644 docs/examples/1.0.0/server-ruby/examples/storage/list-files.md delete mode 100644 docs/examples/1.0.0/server-ruby/examples/storage/update-bucket.md delete mode 100644 docs/examples/1.0.0/server-ruby/examples/storage/update-file.md delete mode 100644 docs/examples/1.0.0/server-ruby/examples/teams/create-membership.md delete mode 100644 docs/examples/1.0.0/server-ruby/examples/teams/create.md delete mode 100644 docs/examples/1.0.0/server-ruby/examples/teams/delete-membership.md delete mode 100644 docs/examples/1.0.0/server-ruby/examples/teams/delete.md delete mode 100644 docs/examples/1.0.0/server-ruby/examples/teams/get-membership.md delete mode 100644 docs/examples/1.0.0/server-ruby/examples/teams/get-memberships.md delete mode 100644 docs/examples/1.0.0/server-ruby/examples/teams/update-membership-roles.md delete mode 100644 docs/examples/1.0.0/server-ruby/examples/teams/update-membership-status.md delete mode 100644 docs/examples/1.0.0/server-ruby/examples/teams/update.md delete mode 100644 docs/examples/1.0.0/server-ruby/examples/users/create-argon2user.md delete mode 100644 docs/examples/1.0.0/server-ruby/examples/users/create-bcrypt-user.md delete mode 100644 docs/examples/1.0.0/server-ruby/examples/users/create-m-d5user.md delete mode 100644 docs/examples/1.0.0/server-ruby/examples/users/create-p-h-pass-user.md delete mode 100644 docs/examples/1.0.0/server-ruby/examples/users/create-s-h-a-user.md delete mode 100644 docs/examples/1.0.0/server-ruby/examples/users/create-scrypt-modified-user.md delete mode 100644 docs/examples/1.0.0/server-ruby/examples/users/create-scrypt-user.md delete mode 100644 docs/examples/1.0.0/server-ruby/examples/users/create.md delete mode 100644 docs/examples/1.0.0/server-ruby/examples/users/delete-session.md delete mode 100644 docs/examples/1.0.0/server-ruby/examples/users/delete-sessions.md delete mode 100644 docs/examples/1.0.0/server-ruby/examples/users/delete.md delete mode 100644 docs/examples/1.0.0/server-ruby/examples/users/get-logs.md delete mode 100644 docs/examples/1.0.0/server-ruby/examples/users/get-memberships.md delete mode 100644 docs/examples/1.0.0/server-ruby/examples/users/get-prefs.md delete mode 100644 docs/examples/1.0.0/server-ruby/examples/users/get-sessions.md delete mode 100644 docs/examples/1.0.0/server-ruby/examples/users/list.md delete mode 100644 docs/examples/1.0.0/server-ruby/examples/users/update-email-verification.md delete mode 100644 docs/examples/1.0.0/server-ruby/examples/users/update-email.md delete mode 100644 docs/examples/1.0.0/server-ruby/examples/users/update-name.md delete mode 100644 docs/examples/1.0.0/server-ruby/examples/users/update-password.md delete mode 100644 docs/examples/1.0.0/server-ruby/examples/users/update-phone-verification.md delete mode 100644 docs/examples/1.0.0/server-ruby/examples/users/update-phone.md delete mode 100644 docs/examples/1.0.0/server-ruby/examples/users/update-prefs.md delete mode 100644 docs/examples/1.0.0/server-ruby/examples/users/update-status.md delete mode 100644 docs/examples/1.0.0/server-swift/examples/account/create-phone-verification.md delete mode 100644 docs/examples/1.0.0/server-swift/examples/account/create-recovery.md delete mode 100644 docs/examples/1.0.0/server-swift/examples/account/create-verification.md delete mode 100644 docs/examples/1.0.0/server-swift/examples/account/delete-session.md delete mode 100644 docs/examples/1.0.0/server-swift/examples/account/delete-sessions.md delete mode 100644 docs/examples/1.0.0/server-swift/examples/account/get-logs.md delete mode 100644 docs/examples/1.0.0/server-swift/examples/account/get-prefs.md delete mode 100644 docs/examples/1.0.0/server-swift/examples/account/get-session.md delete mode 100644 docs/examples/1.0.0/server-swift/examples/account/get-sessions.md delete mode 100644 docs/examples/1.0.0/server-swift/examples/account/get.md delete mode 100644 docs/examples/1.0.0/server-swift/examples/account/update-email.md delete mode 100644 docs/examples/1.0.0/server-swift/examples/account/update-name.md delete mode 100644 docs/examples/1.0.0/server-swift/examples/account/update-password.md delete mode 100644 docs/examples/1.0.0/server-swift/examples/account/update-phone-verification.md delete mode 100644 docs/examples/1.0.0/server-swift/examples/account/update-phone.md delete mode 100644 docs/examples/1.0.0/server-swift/examples/account/update-prefs.md delete mode 100644 docs/examples/1.0.0/server-swift/examples/account/update-recovery.md delete mode 100644 docs/examples/1.0.0/server-swift/examples/account/update-session.md delete mode 100644 docs/examples/1.0.0/server-swift/examples/account/update-status.md delete mode 100644 docs/examples/1.0.0/server-swift/examples/account/update-verification.md delete mode 100644 docs/examples/1.0.0/server-swift/examples/avatars/get-browser.md delete mode 100644 docs/examples/1.0.0/server-swift/examples/avatars/get-credit-card.md delete mode 100644 docs/examples/1.0.0/server-swift/examples/avatars/get-favicon.md delete mode 100644 docs/examples/1.0.0/server-swift/examples/avatars/get-flag.md delete mode 100644 docs/examples/1.0.0/server-swift/examples/avatars/get-image.md delete mode 100644 docs/examples/1.0.0/server-swift/examples/avatars/get-initials.md delete mode 100644 docs/examples/1.0.0/server-swift/examples/avatars/get-q-r.md delete mode 100644 docs/examples/1.0.0/server-swift/examples/databases/create-boolean-attribute.md delete mode 100644 docs/examples/1.0.0/server-swift/examples/databases/create-collection.md delete mode 100644 docs/examples/1.0.0/server-swift/examples/databases/create-datetime-attribute.md delete mode 100644 docs/examples/1.0.0/server-swift/examples/databases/create-document.md delete mode 100644 docs/examples/1.0.0/server-swift/examples/databases/create-email-attribute.md delete mode 100644 docs/examples/1.0.0/server-swift/examples/databases/create-enum-attribute.md delete mode 100644 docs/examples/1.0.0/server-swift/examples/databases/create-float-attribute.md delete mode 100644 docs/examples/1.0.0/server-swift/examples/databases/create-index.md delete mode 100644 docs/examples/1.0.0/server-swift/examples/databases/create-integer-attribute.md delete mode 100644 docs/examples/1.0.0/server-swift/examples/databases/create-ip-attribute.md delete mode 100644 docs/examples/1.0.0/server-swift/examples/databases/create-string-attribute.md delete mode 100644 docs/examples/1.0.0/server-swift/examples/databases/create-url-attribute.md delete mode 100644 docs/examples/1.0.0/server-swift/examples/databases/create.md delete mode 100644 docs/examples/1.0.0/server-swift/examples/databases/delete-attribute.md delete mode 100644 docs/examples/1.0.0/server-swift/examples/databases/delete-collection.md delete mode 100644 docs/examples/1.0.0/server-swift/examples/databases/delete-document.md delete mode 100644 docs/examples/1.0.0/server-swift/examples/databases/delete-index.md delete mode 100644 docs/examples/1.0.0/server-swift/examples/databases/delete.md delete mode 100644 docs/examples/1.0.0/server-swift/examples/databases/get-attribute.md delete mode 100644 docs/examples/1.0.0/server-swift/examples/databases/get-collection.md delete mode 100644 docs/examples/1.0.0/server-swift/examples/databases/get-document.md delete mode 100644 docs/examples/1.0.0/server-swift/examples/databases/get-index.md delete mode 100644 docs/examples/1.0.0/server-swift/examples/databases/get.md delete mode 100644 docs/examples/1.0.0/server-swift/examples/databases/list-attributes.md delete mode 100644 docs/examples/1.0.0/server-swift/examples/databases/list-collections.md delete mode 100644 docs/examples/1.0.0/server-swift/examples/databases/list-documents.md delete mode 100644 docs/examples/1.0.0/server-swift/examples/databases/list-indexes.md delete mode 100644 docs/examples/1.0.0/server-swift/examples/databases/list.md delete mode 100644 docs/examples/1.0.0/server-swift/examples/databases/update-collection.md delete mode 100644 docs/examples/1.0.0/server-swift/examples/databases/update-document.md delete mode 100644 docs/examples/1.0.0/server-swift/examples/databases/update.md delete mode 100644 docs/examples/1.0.0/server-swift/examples/functions/create-deployment.md delete mode 100644 docs/examples/1.0.0/server-swift/examples/functions/create-execution.md delete mode 100644 docs/examples/1.0.0/server-swift/examples/functions/create-variable.md delete mode 100644 docs/examples/1.0.0/server-swift/examples/functions/create.md delete mode 100644 docs/examples/1.0.0/server-swift/examples/functions/delete-deployment.md delete mode 100644 docs/examples/1.0.0/server-swift/examples/functions/delete-variable.md delete mode 100644 docs/examples/1.0.0/server-swift/examples/functions/delete.md delete mode 100644 docs/examples/1.0.0/server-swift/examples/functions/get-deployment.md delete mode 100644 docs/examples/1.0.0/server-swift/examples/functions/get-execution.md delete mode 100644 docs/examples/1.0.0/server-swift/examples/functions/get-variable.md delete mode 100644 docs/examples/1.0.0/server-swift/examples/functions/get.md delete mode 100644 docs/examples/1.0.0/server-swift/examples/functions/list-deployments.md delete mode 100644 docs/examples/1.0.0/server-swift/examples/functions/list-executions.md delete mode 100644 docs/examples/1.0.0/server-swift/examples/functions/list-runtimes.md delete mode 100644 docs/examples/1.0.0/server-swift/examples/functions/list-variables.md delete mode 100644 docs/examples/1.0.0/server-swift/examples/functions/list.md delete mode 100644 docs/examples/1.0.0/server-swift/examples/functions/retry-build.md delete mode 100644 docs/examples/1.0.0/server-swift/examples/functions/update-deployment.md delete mode 100644 docs/examples/1.0.0/server-swift/examples/functions/update-variable.md delete mode 100644 docs/examples/1.0.0/server-swift/examples/functions/update.md delete mode 100644 docs/examples/1.0.0/server-swift/examples/health/get-antivirus.md delete mode 100644 docs/examples/1.0.0/server-swift/examples/health/get-cache.md delete mode 100644 docs/examples/1.0.0/server-swift/examples/health/get-d-b.md delete mode 100644 docs/examples/1.0.0/server-swift/examples/health/get-queue-certificates.md delete mode 100644 docs/examples/1.0.0/server-swift/examples/health/get-queue-functions.md delete mode 100644 docs/examples/1.0.0/server-swift/examples/health/get-queue-logs.md delete mode 100644 docs/examples/1.0.0/server-swift/examples/health/get-queue-webhooks.md delete mode 100644 docs/examples/1.0.0/server-swift/examples/health/get-storage-local.md delete mode 100644 docs/examples/1.0.0/server-swift/examples/health/get-time.md delete mode 100644 docs/examples/1.0.0/server-swift/examples/health/get.md delete mode 100644 docs/examples/1.0.0/server-swift/examples/locale/get-continents.md delete mode 100644 docs/examples/1.0.0/server-swift/examples/locale/get-countries-e-u.md delete mode 100644 docs/examples/1.0.0/server-swift/examples/locale/get-countries-phones.md delete mode 100644 docs/examples/1.0.0/server-swift/examples/locale/get-countries.md delete mode 100644 docs/examples/1.0.0/server-swift/examples/locale/get-currencies.md delete mode 100644 docs/examples/1.0.0/server-swift/examples/locale/get-languages.md delete mode 100644 docs/examples/1.0.0/server-swift/examples/locale/get.md delete mode 100644 docs/examples/1.0.0/server-swift/examples/storage/create-bucket.md delete mode 100644 docs/examples/1.0.0/server-swift/examples/storage/create-file.md delete mode 100644 docs/examples/1.0.0/server-swift/examples/storage/delete-bucket.md delete mode 100644 docs/examples/1.0.0/server-swift/examples/storage/delete-file.md delete mode 100644 docs/examples/1.0.0/server-swift/examples/storage/get-bucket.md delete mode 100644 docs/examples/1.0.0/server-swift/examples/storage/get-file-download.md delete mode 100644 docs/examples/1.0.0/server-swift/examples/storage/get-file-preview.md delete mode 100644 docs/examples/1.0.0/server-swift/examples/storage/get-file-view.md delete mode 100644 docs/examples/1.0.0/server-swift/examples/storage/get-file.md delete mode 100644 docs/examples/1.0.0/server-swift/examples/storage/list-buckets.md delete mode 100644 docs/examples/1.0.0/server-swift/examples/storage/list-files.md delete mode 100644 docs/examples/1.0.0/server-swift/examples/storage/update-bucket.md delete mode 100644 docs/examples/1.0.0/server-swift/examples/storage/update-file.md delete mode 100644 docs/examples/1.0.0/server-swift/examples/teams/create-membership.md delete mode 100644 docs/examples/1.0.0/server-swift/examples/teams/create.md delete mode 100644 docs/examples/1.0.0/server-swift/examples/teams/delete-membership.md delete mode 100644 docs/examples/1.0.0/server-swift/examples/teams/delete.md delete mode 100644 docs/examples/1.0.0/server-swift/examples/teams/get-membership.md delete mode 100644 docs/examples/1.0.0/server-swift/examples/teams/get-memberships.md delete mode 100644 docs/examples/1.0.0/server-swift/examples/teams/get.md delete mode 100644 docs/examples/1.0.0/server-swift/examples/teams/list.md delete mode 100644 docs/examples/1.0.0/server-swift/examples/teams/update-membership-roles.md delete mode 100644 docs/examples/1.0.0/server-swift/examples/teams/update-membership-status.md delete mode 100644 docs/examples/1.0.0/server-swift/examples/teams/update.md delete mode 100644 docs/examples/1.0.0/server-swift/examples/users/create-argon2user.md delete mode 100644 docs/examples/1.0.0/server-swift/examples/users/create-bcrypt-user.md delete mode 100644 docs/examples/1.0.0/server-swift/examples/users/create-m-d5user.md delete mode 100644 docs/examples/1.0.0/server-swift/examples/users/create-p-h-pass-user.md delete mode 100644 docs/examples/1.0.0/server-swift/examples/users/create-s-h-a-user.md delete mode 100644 docs/examples/1.0.0/server-swift/examples/users/create-scrypt-modified-user.md delete mode 100644 docs/examples/1.0.0/server-swift/examples/users/create-scrypt-user.md delete mode 100644 docs/examples/1.0.0/server-swift/examples/users/create.md delete mode 100644 docs/examples/1.0.0/server-swift/examples/users/delete-session.md delete mode 100644 docs/examples/1.0.0/server-swift/examples/users/delete-sessions.md delete mode 100644 docs/examples/1.0.0/server-swift/examples/users/delete.md delete mode 100644 docs/examples/1.0.0/server-swift/examples/users/get-logs.md delete mode 100644 docs/examples/1.0.0/server-swift/examples/users/get-memberships.md delete mode 100644 docs/examples/1.0.0/server-swift/examples/users/get-prefs.md delete mode 100644 docs/examples/1.0.0/server-swift/examples/users/get-sessions.md delete mode 100644 docs/examples/1.0.0/server-swift/examples/users/get.md delete mode 100644 docs/examples/1.0.0/server-swift/examples/users/list.md delete mode 100644 docs/examples/1.0.0/server-swift/examples/users/update-email-verification.md delete mode 100644 docs/examples/1.0.0/server-swift/examples/users/update-email.md delete mode 100644 docs/examples/1.0.0/server-swift/examples/users/update-name.md delete mode 100644 docs/examples/1.0.0/server-swift/examples/users/update-password.md delete mode 100644 docs/examples/1.0.0/server-swift/examples/users/update-phone-verification.md delete mode 100644 docs/examples/1.0.0/server-swift/examples/users/update-phone.md delete mode 100644 docs/examples/1.0.0/server-swift/examples/users/update-prefs.md delete mode 100644 docs/examples/1.0.0/server-swift/examples/users/update-status.md rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-android/java/account/create-anonymous-session.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-android/java/account/create-email-session.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-android/java/account/create-j-w-t.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-android/java/account/create-magic-u-r-l-session.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-android/java/account/create-o-auth2session.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-android/java/account/create-phone-session.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-android/java/account/create-phone-verification.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-android/java/account/create-recovery.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-android/java/account/create-verification.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-android/java/account/create.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-android/java/account/delete-session.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-android/java/account/delete-sessions.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-android/java/account/get-logs.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-android/java/account/get-prefs.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-android/java/account/get-session.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-android/java/account/get-sessions.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-android/java/account/get.md (100%) rename docs/examples/{1.0.0 => 1.0.x}/client-android/java/account/list-logs.md (100%) rename docs/examples/{1.0.0 => 1.0.x}/client-android/java/account/list-sessions.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-android/java/account/update-email.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-android/java/account/update-magic-u-r-l-session.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-android/java/account/update-name.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-android/java/account/update-password.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-android/java/account/update-phone-session.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-android/java/account/update-phone-verification.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-android/java/account/update-phone.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-android/java/account/update-prefs.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-android/java/account/update-recovery.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-android/java/account/update-session.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-android/java/account/update-status.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-android/java/account/update-verification.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-android/java/avatars/get-browser.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-android/java/avatars/get-credit-card.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-android/java/avatars/get-favicon.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-android/java/avatars/get-flag.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-android/java/avatars/get-image.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-android/java/avatars/get-initials.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-android/java/avatars/get-q-r.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-android/java/databases/create-document.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-android/java/databases/delete-document.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-android/java/databases/get-document.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-android/java/databases/list-documents.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-android/java/databases/update-document.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-android/java/functions/create-execution.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-android/java/functions/get-execution.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-android/java/functions/list-executions.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-android/java/functions/retry-build.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-android/java/locale/get-continents.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-android/java/locale/get-countries-e-u.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-android/java/locale/get-countries-phones.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-android/java/locale/get-countries.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-android/java/locale/get-currencies.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-android/java/locale/get-languages.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-android/java/locale/get.md (100%) rename docs/examples/{1.0.0 => 1.0.x}/client-android/java/locale/list-continents.md (100%) rename docs/examples/{1.0.0 => 1.0.x}/client-android/java/locale/list-countries-e-u.md (100%) rename docs/examples/{1.0.0 => 1.0.x}/client-android/java/locale/list-countries-phones.md (100%) rename docs/examples/{1.0.0 => 1.0.x}/client-android/java/locale/list-countries.md (100%) rename docs/examples/{1.0.0 => 1.0.x}/client-android/java/locale/list-currencies.md (100%) rename docs/examples/{1.0.0 => 1.0.x}/client-android/java/locale/list-languages.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-android/java/storage/create-file.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-android/java/storage/delete-file.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-android/java/storage/get-file-download.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-android/java/storage/get-file-preview.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-android/java/storage/get-file-view.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-android/java/storage/get-file.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-android/java/storage/list-files.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-android/java/storage/update-file.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-android/java/teams/create-membership.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-android/java/teams/create.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-android/java/teams/delete-membership.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-android/java/teams/delete.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-android/java/teams/get-membership.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-android/java/teams/get-memberships.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-android/java/teams/get.md (100%) rename docs/examples/{1.0.0 => 1.0.x}/client-android/java/teams/list-memberships.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-android/java/teams/list.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-android/java/teams/update-membership-roles.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-android/java/teams/update-membership-status.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-android/java/teams/update.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-android/kotlin/account/create-anonymous-session.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-android/kotlin/account/create-email-session.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-android/kotlin/account/create-j-w-t.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-android/kotlin/account/create-magic-u-r-l-session.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-android/kotlin/account/create-o-auth2session.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-android/kotlin/account/create-phone-session.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-android/kotlin/account/create-phone-verification.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-android/kotlin/account/create-recovery.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-android/kotlin/account/create-verification.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-android/kotlin/account/create.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-android/kotlin/account/delete-session.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-android/kotlin/account/delete-sessions.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-android/kotlin/account/get-logs.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-android/kotlin/account/get-prefs.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-android/kotlin/account/get-session.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-android/kotlin/account/get-sessions.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-android/kotlin/account/get.md (100%) rename docs/examples/{1.0.0 => 1.0.x}/client-android/kotlin/account/list-logs.md (100%) rename docs/examples/{1.0.0 => 1.0.x}/client-android/kotlin/account/list-sessions.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-android/kotlin/account/update-email.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-android/kotlin/account/update-magic-u-r-l-session.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-android/kotlin/account/update-name.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-android/kotlin/account/update-password.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-android/kotlin/account/update-phone-session.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-android/kotlin/account/update-phone-verification.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-android/kotlin/account/update-phone.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-android/kotlin/account/update-prefs.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-android/kotlin/account/update-recovery.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-android/kotlin/account/update-session.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-android/kotlin/account/update-status.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-android/kotlin/account/update-verification.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-android/kotlin/avatars/get-browser.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-android/kotlin/avatars/get-credit-card.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-android/kotlin/avatars/get-favicon.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-android/kotlin/avatars/get-flag.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-android/kotlin/avatars/get-image.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-android/kotlin/avatars/get-initials.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-android/kotlin/avatars/get-q-r.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-android/kotlin/databases/create-document.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-android/kotlin/databases/delete-document.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-android/kotlin/databases/get-document.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-android/kotlin/databases/list-documents.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-android/kotlin/databases/update-document.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-android/kotlin/functions/create-execution.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-android/kotlin/functions/get-execution.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-android/kotlin/functions/list-executions.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-android/kotlin/functions/retry-build.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-android/kotlin/locale/get-continents.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-android/kotlin/locale/get-countries-e-u.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-android/kotlin/locale/get-countries-phones.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-android/kotlin/locale/get-countries.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-android/kotlin/locale/get-currencies.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-android/kotlin/locale/get-languages.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-android/kotlin/locale/get.md (100%) rename docs/examples/{1.0.0 => 1.0.x}/client-android/kotlin/locale/list-continents.md (100%) rename docs/examples/{1.0.0 => 1.0.x}/client-android/kotlin/locale/list-countries-e-u.md (100%) rename docs/examples/{1.0.0 => 1.0.x}/client-android/kotlin/locale/list-countries-phones.md (100%) rename docs/examples/{1.0.0 => 1.0.x}/client-android/kotlin/locale/list-countries.md (100%) rename docs/examples/{1.0.0 => 1.0.x}/client-android/kotlin/locale/list-currencies.md (100%) rename docs/examples/{1.0.0 => 1.0.x}/client-android/kotlin/locale/list-languages.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-android/kotlin/storage/create-file.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-android/kotlin/storage/delete-file.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-android/kotlin/storage/get-file-download.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-android/kotlin/storage/get-file-preview.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-android/kotlin/storage/get-file-view.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-android/kotlin/storage/get-file.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-android/kotlin/storage/list-files.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-android/kotlin/storage/update-file.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-android/kotlin/teams/create-membership.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-android/kotlin/teams/create.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-android/kotlin/teams/delete-membership.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-android/kotlin/teams/delete.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-android/kotlin/teams/get-membership.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-android/kotlin/teams/get-memberships.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-android/kotlin/teams/get.md (100%) rename docs/examples/{1.0.0 => 1.0.x}/client-android/kotlin/teams/list-memberships.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-android/kotlin/teams/list.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-android/kotlin/teams/update-membership-roles.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-android/kotlin/teams/update-membership-status.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-android/kotlin/teams/update.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-apple/examples/account/create-anonymous-session.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-apple/examples/account/create-email-session.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-apple/examples/account/create-j-w-t.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-apple/examples/account/create-magic-u-r-l-session.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-apple/examples/account/create-o-auth2session.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-apple/examples/account/create-phone-session.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-apple/examples/account/create-phone-verification.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-apple/examples/account/create-recovery.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-apple/examples/account/create-verification.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-apple/examples/account/create.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-apple/examples/account/delete-session.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-apple/examples/account/delete-sessions.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-apple/examples/account/get-logs.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-apple/examples/account/get-prefs.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-apple/examples/account/get-session.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-apple/examples/account/get-sessions.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-apple/examples/account/get.md (100%) rename docs/examples/{1.0.0 => 1.0.x}/client-apple/examples/account/list-logs.md (100%) rename docs/examples/{1.0.0 => 1.0.x}/client-apple/examples/account/list-sessions.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-apple/examples/account/update-email.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-apple/examples/account/update-magic-u-r-l-session.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-apple/examples/account/update-name.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-apple/examples/account/update-password.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-apple/examples/account/update-phone-session.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-apple/examples/account/update-phone-verification.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-apple/examples/account/update-phone.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-apple/examples/account/update-prefs.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-apple/examples/account/update-recovery.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-apple/examples/account/update-session.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-apple/examples/account/update-status.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-apple/examples/account/update-verification.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-apple/examples/avatars/get-browser.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-apple/examples/avatars/get-credit-card.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-apple/examples/avatars/get-favicon.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-apple/examples/avatars/get-flag.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-apple/examples/avatars/get-image.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-apple/examples/avatars/get-initials.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-apple/examples/avatars/get-q-r.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-apple/examples/databases/create-document.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-apple/examples/databases/delete-document.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-apple/examples/databases/get-document.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-apple/examples/databases/list-documents.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-apple/examples/databases/update-document.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-apple/examples/functions/create-execution.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-apple/examples/functions/get-execution.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-apple/examples/functions/list-executions.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-apple/examples/functions/retry-build.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-apple/examples/locale/get-continents.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-apple/examples/locale/get-countries-e-u.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-apple/examples/locale/get-countries-phones.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-apple/examples/locale/get-countries.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-apple/examples/locale/get-currencies.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-apple/examples/locale/get-languages.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-apple/examples/locale/get.md (100%) rename docs/examples/{1.0.0 => 1.0.x}/client-apple/examples/locale/list-continents.md (100%) rename docs/examples/{1.0.0 => 1.0.x}/client-apple/examples/locale/list-countries-e-u.md (100%) rename docs/examples/{1.0.0 => 1.0.x}/client-apple/examples/locale/list-countries-phones.md (100%) rename docs/examples/{1.0.0 => 1.0.x}/client-apple/examples/locale/list-countries.md (100%) rename docs/examples/{1.0.0 => 1.0.x}/client-apple/examples/locale/list-currencies.md (100%) rename docs/examples/{1.0.0 => 1.0.x}/client-apple/examples/locale/list-languages.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-apple/examples/storage/create-file.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-apple/examples/storage/delete-file.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-apple/examples/storage/get-file-download.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-apple/examples/storage/get-file-preview.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-apple/examples/storage/get-file-view.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-apple/examples/storage/get-file.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-apple/examples/storage/list-files.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-apple/examples/storage/update-file.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-apple/examples/teams/create-membership.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-apple/examples/teams/create.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-apple/examples/teams/delete-membership.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-apple/examples/teams/delete.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-apple/examples/teams/get-membership.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-apple/examples/teams/get-memberships.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-apple/examples/teams/get.md (100%) rename docs/examples/{1.0.0 => 1.0.x}/client-apple/examples/teams/list-memberships.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-apple/examples/teams/list.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-apple/examples/teams/update-membership-roles.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-apple/examples/teams/update-membership-status.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-apple/examples/teams/update.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-flutter/examples/account/create-anonymous-session.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-flutter/examples/account/create-email-session.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-flutter/examples/account/create-j-w-t.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-flutter/examples/account/create-magic-u-r-l-session.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-flutter/examples/account/create-o-auth2session.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-flutter/examples/account/create-phone-session.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-flutter/examples/account/create-phone-verification.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-flutter/examples/account/create-recovery.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-flutter/examples/account/create-verification.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-flutter/examples/account/create.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-flutter/examples/account/delete-session.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-flutter/examples/account/delete-sessions.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-flutter/examples/account/get-logs.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-flutter/examples/account/get-prefs.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-flutter/examples/account/get-session.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-flutter/examples/account/get-sessions.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-flutter/examples/account/get.md (100%) rename docs/examples/{1.0.0 => 1.0.x}/client-flutter/examples/account/list-logs.md (100%) rename docs/examples/{1.0.0 => 1.0.x}/client-flutter/examples/account/list-sessions.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-flutter/examples/account/update-email.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-flutter/examples/account/update-magic-u-r-l-session.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-flutter/examples/account/update-name.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-flutter/examples/account/update-password.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-flutter/examples/account/update-phone-session.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-flutter/examples/account/update-phone-verification.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-flutter/examples/account/update-phone.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-flutter/examples/account/update-prefs.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-flutter/examples/account/update-recovery.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-flutter/examples/account/update-session.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-flutter/examples/account/update-status.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-flutter/examples/account/update-verification.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-flutter/examples/avatars/get-browser.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-flutter/examples/avatars/get-credit-card.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-flutter/examples/avatars/get-favicon.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-flutter/examples/avatars/get-flag.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-flutter/examples/avatars/get-image.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-flutter/examples/avatars/get-initials.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-flutter/examples/avatars/get-q-r.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-flutter/examples/databases/create-document.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-flutter/examples/databases/delete-document.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-flutter/examples/databases/get-document.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-flutter/examples/databases/list-documents.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-flutter/examples/databases/update-document.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-flutter/examples/functions/create-execution.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-flutter/examples/functions/get-execution.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-flutter/examples/functions/list-executions.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-flutter/examples/functions/retry-build.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-flutter/examples/locale/get-continents.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-flutter/examples/locale/get-countries-e-u.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-flutter/examples/locale/get-countries-phones.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-flutter/examples/locale/get-countries.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-flutter/examples/locale/get-currencies.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-flutter/examples/locale/get-languages.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-flutter/examples/locale/get.md (100%) rename docs/examples/{1.0.0 => 1.0.x}/client-flutter/examples/locale/list-continents.md (100%) rename docs/examples/{1.0.0 => 1.0.x}/client-flutter/examples/locale/list-countries-e-u.md (100%) rename docs/examples/{1.0.0 => 1.0.x}/client-flutter/examples/locale/list-countries-phones.md (100%) rename docs/examples/{1.0.0 => 1.0.x}/client-flutter/examples/locale/list-countries.md (100%) rename docs/examples/{1.0.0 => 1.0.x}/client-flutter/examples/locale/list-currencies.md (100%) rename docs/examples/{1.0.0 => 1.0.x}/client-flutter/examples/locale/list-languages.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-flutter/examples/storage/create-file.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-flutter/examples/storage/delete-file.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-flutter/examples/storage/get-file-download.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-flutter/examples/storage/get-file-preview.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-flutter/examples/storage/get-file-view.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-flutter/examples/storage/get-file.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-flutter/examples/storage/list-files.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-flutter/examples/storage/update-file.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-flutter/examples/teams/create-membership.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-flutter/examples/teams/create.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-flutter/examples/teams/delete-membership.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-flutter/examples/teams/delete.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-flutter/examples/teams/get-membership.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-flutter/examples/teams/get-memberships.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-flutter/examples/teams/get.md (100%) rename docs/examples/{1.0.0 => 1.0.x}/client-flutter/examples/teams/list-memberships.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-flutter/examples/teams/list.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-flutter/examples/teams/update-membership-roles.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-flutter/examples/teams/update-membership-status.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-flutter/examples/teams/update.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-web/examples/account/create-anonymous-session.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-web/examples/account/create-email-session.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-web/examples/account/create-j-w-t.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-web/examples/account/create-magic-u-r-l-session.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-web/examples/account/create-o-auth2session.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-web/examples/account/create-phone-session.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-web/examples/account/create-phone-verification.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-web/examples/account/create-recovery.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-web/examples/account/create-verification.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-web/examples/account/create.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-web/examples/account/delete-session.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-web/examples/account/delete-sessions.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-web/examples/account/get-logs.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-web/examples/account/get-prefs.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-web/examples/account/get-session.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-web/examples/account/get-sessions.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-web/examples/account/get.md (100%) rename docs/examples/{1.0.0 => 1.0.x}/client-web/examples/account/list-logs.md (100%) rename docs/examples/{1.0.0 => 1.0.x}/client-web/examples/account/list-sessions.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-web/examples/account/update-email.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-web/examples/account/update-magic-u-r-l-session.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-web/examples/account/update-name.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-web/examples/account/update-password.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-web/examples/account/update-phone-session.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-web/examples/account/update-phone-verification.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-web/examples/account/update-phone.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-web/examples/account/update-prefs.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-web/examples/account/update-recovery.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-web/examples/account/update-session.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-web/examples/account/update-status.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-web/examples/account/update-verification.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-web/examples/avatars/get-browser.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-web/examples/avatars/get-credit-card.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-web/examples/avatars/get-favicon.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-web/examples/avatars/get-flag.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-web/examples/avatars/get-image.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-web/examples/avatars/get-initials.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-web/examples/avatars/get-q-r.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-web/examples/databases/create-document.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-web/examples/databases/delete-document.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-web/examples/databases/get-document.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-web/examples/databases/list-documents.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-web/examples/databases/update-document.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-web/examples/functions/create-execution.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-web/examples/functions/get-execution.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-web/examples/functions/list-executions.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-web/examples/functions/retry-build.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-web/examples/locale/get-continents.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-web/examples/locale/get-countries-e-u.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-web/examples/locale/get-countries-phones.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-web/examples/locale/get-countries.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-web/examples/locale/get-currencies.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-web/examples/locale/get-languages.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-web/examples/locale/get.md (100%) rename docs/examples/{1.0.0 => 1.0.x}/client-web/examples/locale/list-continents.md (100%) rename docs/examples/{1.0.0 => 1.0.x}/client-web/examples/locale/list-countries-e-u.md (100%) rename docs/examples/{1.0.0 => 1.0.x}/client-web/examples/locale/list-countries-phones.md (100%) rename docs/examples/{1.0.0 => 1.0.x}/client-web/examples/locale/list-countries.md (100%) rename docs/examples/{1.0.0 => 1.0.x}/client-web/examples/locale/list-currencies.md (100%) rename docs/examples/{1.0.0 => 1.0.x}/client-web/examples/locale/list-languages.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-web/examples/storage/create-file.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-web/examples/storage/delete-file.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-web/examples/storage/get-file-download.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-web/examples/storage/get-file-preview.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-web/examples/storage/get-file-view.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-web/examples/storage/get-file.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-web/examples/storage/list-files.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-web/examples/storage/update-file.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-web/examples/teams/create-membership.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-web/examples/teams/create.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-web/examples/teams/delete-membership.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-web/examples/teams/delete.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-web/examples/teams/get-membership.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-web/examples/teams/get-memberships.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-web/examples/teams/get.md (100%) rename docs/examples/{1.0.0 => 1.0.x}/client-web/examples/teams/list-memberships.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-web/examples/teams/list.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-web/examples/teams/update-membership-roles.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-web/examples/teams/update-membership-status.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/client-web/examples/teams/update.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-cli/examples/account/create-anonymous-session.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-cli/examples/account/create-email-session.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-cli/examples/account/create-j-w-t.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-cli/examples/account/create-magic-u-r-l-session.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-cli/examples/account/create-o-auth2session.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-cli/examples/account/create-phone-session.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-cli/examples/account/create-phone-verification.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-cli/examples/account/create-recovery.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-cli/examples/account/create-verification.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-cli/examples/account/create.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-cli/examples/account/delete-session.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-cli/examples/account/delete-sessions.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-cli/examples/account/get-logs.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-cli/examples/account/get-prefs.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-cli/examples/account/get-session.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-cli/examples/account/get-sessions.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-cli/examples/account/get.md (100%) rename docs/examples/{1.0.0 => 1.0.x}/console-cli/examples/account/list-logs.md (100%) rename docs/examples/{1.0.0 => 1.0.x}/console-cli/examples/account/list-sessions.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-cli/examples/account/update-email.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-cli/examples/account/update-magic-u-r-l-session.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-cli/examples/account/update-name.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-cli/examples/account/update-password.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-cli/examples/account/update-phone-session.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-cli/examples/account/update-phone-verification.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-cli/examples/account/update-phone.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-cli/examples/account/update-prefs.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-cli/examples/account/update-recovery.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-cli/examples/account/update-session.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-cli/examples/account/update-status.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-cli/examples/account/update-verification.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-cli/examples/avatars/get-browser.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-cli/examples/avatars/get-credit-card.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-cli/examples/avatars/get-favicon.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-cli/examples/avatars/get-flag.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-cli/examples/avatars/get-image.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-cli/examples/avatars/get-initials.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-cli/examples/avatars/get-q-r.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-cli/examples/databases/create-boolean-attribute.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-cli/examples/databases/create-collection.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-cli/examples/databases/create-datetime-attribute.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-cli/examples/databases/create-document.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-cli/examples/databases/create-email-attribute.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-cli/examples/databases/create-enum-attribute.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-cli/examples/databases/create-float-attribute.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-cli/examples/databases/create-index.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-cli/examples/databases/create-integer-attribute.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-cli/examples/databases/create-ip-attribute.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-cli/examples/databases/create-string-attribute.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-cli/examples/databases/create-url-attribute.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-cli/examples/databases/create.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-cli/examples/databases/delete-attribute.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-cli/examples/databases/delete-collection.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-cli/examples/databases/delete-document.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-cli/examples/databases/delete-index.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-cli/examples/databases/delete.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-cli/examples/databases/get-attribute.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-cli/examples/databases/get-collection-usage.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-cli/examples/databases/get-collection.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-cli/examples/databases/get-database-usage.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-cli/examples/databases/get-document.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-cli/examples/databases/get-index.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-cli/examples/databases/get-usage.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-cli/examples/databases/get.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-cli/examples/databases/list-attributes.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-cli/examples/databases/list-collection-logs.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-cli/examples/databases/list-collections.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-cli/examples/databases/list-document-logs.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-cli/examples/databases/list-documents.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-cli/examples/databases/list-indexes.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-cli/examples/databases/list-logs.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-cli/examples/databases/list.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-cli/examples/databases/update-collection.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-cli/examples/databases/update-document.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-cli/examples/databases/update.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-cli/examples/functions/create-deployment.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-cli/examples/functions/create-execution.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-cli/examples/functions/create-variable.md (100%) rename docs/examples/{1.0.0 => 1.0.x}/console-cli/examples/functions/create.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-cli/examples/functions/delete-deployment.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-cli/examples/functions/delete-variable.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-cli/examples/functions/delete.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-cli/examples/functions/get-deployment.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-cli/examples/functions/get-execution.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-cli/examples/functions/get-function-usage.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-cli/examples/functions/get-usage.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-cli/examples/functions/get-variable.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-cli/examples/functions/get.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-cli/examples/functions/list-deployments.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-cli/examples/functions/list-executions.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-cli/examples/functions/list-runtimes.md (100%) rename docs/examples/{1.0.0 => 1.0.x}/console-cli/examples/functions/list-variables.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-cli/examples/functions/list.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-cli/examples/functions/retry-build.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-cli/examples/functions/update-deployment.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-cli/examples/functions/update-variable.md (100%) rename docs/examples/{1.0.0 => 1.0.x}/console-cli/examples/functions/update.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-cli/examples/health/get-antivirus.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-cli/examples/health/get-cache.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-cli/examples/health/get-d-b.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-cli/examples/health/get-queue-certificates.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-cli/examples/health/get-queue-functions.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-cli/examples/health/get-queue-logs.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-cli/examples/health/get-queue-webhooks.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-cli/examples/health/get-storage-local.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-cli/examples/health/get-time.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-cli/examples/health/get.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-cli/examples/locale/get-continents.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-cli/examples/locale/get-countries-e-u.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-cli/examples/locale/get-countries-phones.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-cli/examples/locale/get-countries.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-cli/examples/locale/get-currencies.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-cli/examples/locale/get-languages.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-cli/examples/locale/get.md (100%) rename docs/examples/{1.0.0 => 1.0.x}/console-cli/examples/locale/list-continents.md (100%) rename docs/examples/{1.0.0 => 1.0.x}/console-cli/examples/locale/list-countries-e-u.md (100%) rename docs/examples/{1.0.0 => 1.0.x}/console-cli/examples/locale/list-countries-phones.md (100%) rename docs/examples/{1.0.0 => 1.0.x}/console-cli/examples/locale/list-countries.md (100%) rename docs/examples/{1.0.0 => 1.0.x}/console-cli/examples/locale/list-currencies.md (100%) rename docs/examples/{1.0.0 => 1.0.x}/console-cli/examples/locale/list-languages.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-cli/examples/projects/create-domain.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-cli/examples/projects/create-key.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-cli/examples/projects/create-platform.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-cli/examples/projects/create-webhook.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-cli/examples/projects/create.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-cli/examples/projects/delete-domain.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-cli/examples/projects/delete-key.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-cli/examples/projects/delete-platform.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-cli/examples/projects/delete-webhook.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-cli/examples/projects/delete.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-cli/examples/projects/get-domain.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-cli/examples/projects/get-key.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-cli/examples/projects/get-platform.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-cli/examples/projects/get-usage.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-cli/examples/projects/get-webhook.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-cli/examples/projects/get.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-cli/examples/projects/list-domains.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-cli/examples/projects/list-keys.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-cli/examples/projects/list-platforms.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-cli/examples/projects/list-webhooks.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-cli/examples/projects/list.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-cli/examples/projects/update-auth-limit.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-cli/examples/projects/update-auth-status.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-cli/examples/projects/update-domain-verification.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-cli/examples/projects/update-key.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-cli/examples/projects/update-o-auth2.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-cli/examples/projects/update-platform.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-cli/examples/projects/update-service-status.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-cli/examples/projects/update-webhook-signature.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-cli/examples/projects/update-webhook.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-cli/examples/projects/update.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-cli/examples/storage/create-bucket.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-cli/examples/storage/create-file.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-cli/examples/storage/delete-bucket.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-cli/examples/storage/delete-file.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-cli/examples/storage/get-bucket-usage.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-cli/examples/storage/get-bucket.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-cli/examples/storage/get-file-download.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-cli/examples/storage/get-file-preview.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-cli/examples/storage/get-file-view.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-cli/examples/storage/get-file.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-cli/examples/storage/get-usage.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-cli/examples/storage/list-buckets.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-cli/examples/storage/list-files.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-cli/examples/storage/update-bucket.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-cli/examples/storage/update-file.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-cli/examples/teams/create-membership.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-cli/examples/teams/create.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-cli/examples/teams/delete-membership.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-cli/examples/teams/delete.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-cli/examples/teams/get-membership.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-cli/examples/teams/get-memberships.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-cli/examples/teams/get.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-cli/examples/teams/list-logs.md (100%) rename docs/examples/{1.0.0 => 1.0.x}/console-cli/examples/teams/list-memberships.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-cli/examples/teams/list.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-cli/examples/teams/update-membership-roles.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-cli/examples/teams/update-membership-status.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-cli/examples/teams/update.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-cli/examples/users/create-argon2user.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-cli/examples/users/create-bcrypt-user.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-cli/examples/users/create-m-d5user.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-cli/examples/users/create-p-h-pass-user.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-cli/examples/users/create-s-h-a-user.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-cli/examples/users/create-scrypt-modified-user.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-cli/examples/users/create-scrypt-user.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-cli/examples/users/create.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-cli/examples/users/delete-session.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-cli/examples/users/delete-sessions.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-cli/examples/users/delete.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-cli/examples/users/get-logs.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-cli/examples/users/get-memberships.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-cli/examples/users/get-prefs.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-cli/examples/users/get-sessions.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-cli/examples/users/get-usage.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-cli/examples/users/get.md (100%) rename docs/examples/{1.0.0 => 1.0.x}/console-cli/examples/users/list-logs.md (100%) rename docs/examples/{1.0.0 => 1.0.x}/console-cli/examples/users/list-memberships.md (100%) rename docs/examples/{1.0.0 => 1.0.x}/console-cli/examples/users/list-sessions.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-cli/examples/users/list.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-cli/examples/users/update-email-verification.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-cli/examples/users/update-email.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-cli/examples/users/update-name.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-cli/examples/users/update-password.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-cli/examples/users/update-phone-verification.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-cli/examples/users/update-phone.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-cli/examples/users/update-prefs.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-cli/examples/users/update-status.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-web/examples/account/create-anonymous-session.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-web/examples/account/create-email-session.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-web/examples/account/create-j-w-t.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-web/examples/account/create-magic-u-r-l-session.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-web/examples/account/create-o-auth2session.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-web/examples/account/create-phone-session.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-web/examples/account/create-phone-verification.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-web/examples/account/create-recovery.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-web/examples/account/create-verification.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-web/examples/account/create.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-web/examples/account/delete-session.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-web/examples/account/delete-sessions.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-web/examples/account/get-logs.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-web/examples/account/get-prefs.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-web/examples/account/get-session.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-web/examples/account/get-sessions.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-web/examples/account/get.md (100%) rename docs/examples/{1.0.0 => 1.0.x}/console-web/examples/account/list-logs.md (100%) rename docs/examples/{1.0.0 => 1.0.x}/console-web/examples/account/list-sessions.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-web/examples/account/update-email.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-web/examples/account/update-magic-u-r-l-session.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-web/examples/account/update-name.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-web/examples/account/update-password.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-web/examples/account/update-phone-session.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-web/examples/account/update-phone-verification.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-web/examples/account/update-phone.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-web/examples/account/update-prefs.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-web/examples/account/update-recovery.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-web/examples/account/update-session.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-web/examples/account/update-status.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-web/examples/account/update-verification.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-web/examples/avatars/get-browser.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-web/examples/avatars/get-credit-card.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-web/examples/avatars/get-favicon.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-web/examples/avatars/get-flag.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-web/examples/avatars/get-image.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-web/examples/avatars/get-initials.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-web/examples/avatars/get-q-r.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-web/examples/databases/create-boolean-attribute.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-web/examples/databases/create-collection.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-web/examples/databases/create-datetime-attribute.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-web/examples/databases/create-document.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-web/examples/databases/create-email-attribute.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-web/examples/databases/create-enum-attribute.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-web/examples/databases/create-float-attribute.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-web/examples/databases/create-index.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-web/examples/databases/create-integer-attribute.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-web/examples/databases/create-ip-attribute.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-web/examples/databases/create-string-attribute.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-web/examples/databases/create-url-attribute.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-web/examples/databases/create.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-web/examples/databases/delete-attribute.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-web/examples/databases/delete-collection.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-web/examples/databases/delete-document.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-web/examples/databases/delete-index.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-web/examples/databases/delete.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-web/examples/databases/get-attribute.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-web/examples/databases/get-collection-usage.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-web/examples/databases/get-collection.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-web/examples/databases/get-database-usage.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-web/examples/databases/get-document.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-web/examples/databases/get-index.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-web/examples/databases/get-usage.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-web/examples/databases/get.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-web/examples/databases/list-attributes.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-web/examples/databases/list-collection-logs.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-web/examples/databases/list-collections.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-web/examples/databases/list-document-logs.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-web/examples/databases/list-documents.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-web/examples/databases/list-indexes.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-web/examples/databases/list-logs.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-web/examples/databases/list.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-web/examples/databases/update-collection.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-web/examples/databases/update-document.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-web/examples/databases/update.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-web/examples/functions/create-deployment.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-web/examples/functions/create-execution.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-web/examples/functions/create-variable.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-web/examples/functions/create.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-web/examples/functions/delete-deployment.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-web/examples/functions/delete-variable.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-web/examples/functions/delete.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-web/examples/functions/get-deployment.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-web/examples/functions/get-execution.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-web/examples/functions/get-function-usage.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-web/examples/functions/get-usage.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-web/examples/functions/get-variable.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-web/examples/functions/get.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-web/examples/functions/list-deployments.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-web/examples/functions/list-executions.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-web/examples/functions/list-runtimes.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-web/examples/functions/list-variables.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-web/examples/functions/list.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-web/examples/functions/retry-build.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-web/examples/functions/update-deployment.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-web/examples/functions/update-variable.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-web/examples/functions/update.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-web/examples/health/get-antivirus.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-web/examples/health/get-cache.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-web/examples/health/get-d-b.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-web/examples/health/get-queue-certificates.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-web/examples/health/get-queue-functions.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-web/examples/health/get-queue-logs.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-web/examples/health/get-queue-webhooks.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-web/examples/health/get-storage-local.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-web/examples/health/get-time.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-web/examples/health/get.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-web/examples/locale/get-continents.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-web/examples/locale/get-countries-e-u.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-web/examples/locale/get-countries-phones.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-web/examples/locale/get-countries.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-web/examples/locale/get-currencies.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-web/examples/locale/get-languages.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-web/examples/locale/get.md (100%) rename docs/examples/{1.0.0 => 1.0.x}/console-web/examples/locale/list-continents.md (100%) rename docs/examples/{1.0.0 => 1.0.x}/console-web/examples/locale/list-countries-e-u.md (100%) rename docs/examples/{1.0.0 => 1.0.x}/console-web/examples/locale/list-countries-phones.md (100%) rename docs/examples/{1.0.0 => 1.0.x}/console-web/examples/locale/list-countries.md (100%) rename docs/examples/{1.0.0 => 1.0.x}/console-web/examples/locale/list-currencies.md (100%) rename docs/examples/{1.0.0 => 1.0.x}/console-web/examples/locale/list-languages.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-web/examples/projects/create-domain.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-web/examples/projects/create-key.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-web/examples/projects/create-platform.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-web/examples/projects/create-webhook.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-web/examples/projects/create.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-web/examples/projects/delete-domain.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-web/examples/projects/delete-key.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-web/examples/projects/delete-platform.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-web/examples/projects/delete-webhook.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-web/examples/projects/delete.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-web/examples/projects/get-domain.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-web/examples/projects/get-key.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-web/examples/projects/get-platform.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-web/examples/projects/get-usage.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-web/examples/projects/get-webhook.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-web/examples/projects/get.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-web/examples/projects/list-domains.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-web/examples/projects/list-keys.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-web/examples/projects/list-platforms.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-web/examples/projects/list-webhooks.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-web/examples/projects/list.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-web/examples/projects/update-auth-limit.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-web/examples/projects/update-auth-status.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-web/examples/projects/update-domain-verification.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-web/examples/projects/update-key.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-web/examples/projects/update-o-auth2.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-web/examples/projects/update-platform.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-web/examples/projects/update-service-status.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-web/examples/projects/update-webhook-signature.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-web/examples/projects/update-webhook.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-web/examples/projects/update.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-web/examples/storage/create-bucket.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-web/examples/storage/create-file.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-web/examples/storage/delete-bucket.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-web/examples/storage/delete-file.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-web/examples/storage/get-bucket-usage.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-web/examples/storage/get-bucket.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-web/examples/storage/get-file-download.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-web/examples/storage/get-file-preview.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-web/examples/storage/get-file-view.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-web/examples/storage/get-file.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-web/examples/storage/get-usage.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-web/examples/storage/list-buckets.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-web/examples/storage/list-files.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-web/examples/storage/update-bucket.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-web/examples/storage/update-file.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-web/examples/teams/create-membership.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-web/examples/teams/create.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-web/examples/teams/delete-membership.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-web/examples/teams/delete.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-web/examples/teams/get-membership.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-web/examples/teams/get-memberships.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-web/examples/teams/get.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-web/examples/teams/list-logs.md (100%) rename docs/examples/{1.0.0 => 1.0.x}/console-web/examples/teams/list-memberships.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-web/examples/teams/list.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-web/examples/teams/update-membership-roles.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-web/examples/teams/update-membership-status.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-web/examples/teams/update.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-web/examples/users/create-argon2user.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-web/examples/users/create-bcrypt-user.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-web/examples/users/create-m-d5user.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-web/examples/users/create-p-h-pass-user.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-web/examples/users/create-s-h-a-user.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-web/examples/users/create-scrypt-modified-user.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-web/examples/users/create-scrypt-user.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-web/examples/users/create.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-web/examples/users/delete-session.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-web/examples/users/delete-sessions.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-web/examples/users/delete.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-web/examples/users/get-logs.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-web/examples/users/get-memberships.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-web/examples/users/get-prefs.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-web/examples/users/get-sessions.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-web/examples/users/get-usage.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-web/examples/users/get.md (100%) rename docs/examples/{1.0.0 => 1.0.x}/console-web/examples/users/list-logs.md (100%) rename docs/examples/{1.0.0 => 1.0.x}/console-web/examples/users/list-memberships.md (100%) rename docs/examples/{1.0.0 => 1.0.x}/console-web/examples/users/list-sessions.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-web/examples/users/list.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-web/examples/users/update-email-verification.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-web/examples/users/update-email.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-web/examples/users/update-name.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-web/examples/users/update-password.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-web/examples/users/update-phone-verification.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-web/examples/users/update-phone.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-web/examples/users/update-prefs.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/console-web/examples/users/update-status.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-dart/examples/account/create-phone-verification.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-dart/examples/account/create-recovery.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-dart/examples/account/create-verification.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-dart/examples/account/delete-session.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-dart/examples/account/delete-sessions.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-dart/examples/account/get-logs.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-dart/examples/account/get-prefs.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-dart/examples/account/get-session.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-dart/examples/account/get-sessions.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-dart/examples/account/get.md (100%) rename docs/examples/{1.0.0 => 1.0.x}/server-dart/examples/account/list-logs.md (100%) rename docs/examples/{1.0.0 => 1.0.x}/server-dart/examples/account/list-sessions.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-dart/examples/account/update-email.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-dart/examples/account/update-name.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-dart/examples/account/update-password.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-dart/examples/account/update-phone-verification.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-dart/examples/account/update-phone.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-dart/examples/account/update-prefs.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-dart/examples/account/update-recovery.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-dart/examples/account/update-session.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-dart/examples/account/update-status.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-dart/examples/account/update-verification.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-dart/examples/avatars/get-browser.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-dart/examples/avatars/get-credit-card.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-dart/examples/avatars/get-favicon.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-dart/examples/avatars/get-flag.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-dart/examples/avatars/get-image.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-dart/examples/avatars/get-initials.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-dart/examples/avatars/get-q-r.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-dart/examples/databases/create-boolean-attribute.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-dart/examples/databases/create-collection.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-dart/examples/databases/create-datetime-attribute.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-dart/examples/databases/create-document.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-dart/examples/databases/create-email-attribute.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-dart/examples/databases/create-enum-attribute.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-dart/examples/databases/create-float-attribute.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-dart/examples/databases/create-index.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-dart/examples/databases/create-integer-attribute.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-dart/examples/databases/create-ip-attribute.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-dart/examples/databases/create-string-attribute.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-dart/examples/databases/create-url-attribute.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-dart/examples/databases/create.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-dart/examples/databases/delete-attribute.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-dart/examples/databases/delete-collection.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-dart/examples/databases/delete-document.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-dart/examples/databases/delete-index.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-dart/examples/databases/delete.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-dart/examples/databases/get-attribute.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-dart/examples/databases/get-collection.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-dart/examples/databases/get-document.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-dart/examples/databases/get-index.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-dart/examples/databases/get.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-dart/examples/databases/list-attributes.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-dart/examples/databases/list-collections.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-dart/examples/databases/list-documents.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-dart/examples/databases/list-indexes.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-dart/examples/databases/list.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-dart/examples/databases/update-collection.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-dart/examples/databases/update-document.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-dart/examples/databases/update.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-dart/examples/functions/create-deployment.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-dart/examples/functions/create-execution.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-dart/examples/functions/create-variable.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-dart/examples/functions/create.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-dart/examples/functions/delete-deployment.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-dart/examples/functions/delete-variable.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-dart/examples/functions/delete.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-dart/examples/functions/get-deployment.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-dart/examples/functions/get-execution.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-dart/examples/functions/get-variable.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-dart/examples/functions/get.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-dart/examples/functions/list-deployments.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-dart/examples/functions/list-executions.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-dart/examples/functions/list-runtimes.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-dart/examples/functions/list-variables.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-dart/examples/functions/list.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-dart/examples/functions/retry-build.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-dart/examples/functions/update-deployment.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-dart/examples/functions/update-variable.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-dart/examples/functions/update.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-dart/examples/health/get-antivirus.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-dart/examples/health/get-cache.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-dart/examples/health/get-d-b.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-dart/examples/health/get-queue-certificates.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-dart/examples/health/get-queue-functions.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-dart/examples/health/get-queue-logs.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-dart/examples/health/get-queue-webhooks.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-dart/examples/health/get-storage-local.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-dart/examples/health/get-time.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-dart/examples/health/get.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-dart/examples/locale/get-continents.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-dart/examples/locale/get-countries-e-u.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-dart/examples/locale/get-countries-phones.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-dart/examples/locale/get-countries.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-dart/examples/locale/get-currencies.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-dart/examples/locale/get-languages.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-dart/examples/locale/get.md (100%) rename docs/examples/{1.0.0 => 1.0.x}/server-dart/examples/locale/list-continents.md (100%) rename docs/examples/{1.0.0 => 1.0.x}/server-dart/examples/locale/list-countries-e-u.md (100%) rename docs/examples/{1.0.0 => 1.0.x}/server-dart/examples/locale/list-countries-phones.md (100%) rename docs/examples/{1.0.0 => 1.0.x}/server-dart/examples/locale/list-countries.md (100%) rename docs/examples/{1.0.0 => 1.0.x}/server-dart/examples/locale/list-currencies.md (100%) rename docs/examples/{1.0.0 => 1.0.x}/server-dart/examples/locale/list-languages.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-dart/examples/storage/create-bucket.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-dart/examples/storage/create-file.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-dart/examples/storage/delete-bucket.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-dart/examples/storage/delete-file.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-dart/examples/storage/get-bucket.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-dart/examples/storage/get-file-download.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-dart/examples/storage/get-file-preview.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-dart/examples/storage/get-file-view.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-dart/examples/storage/get-file.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-dart/examples/storage/list-buckets.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-dart/examples/storage/list-files.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-dart/examples/storage/update-bucket.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-dart/examples/storage/update-file.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-dart/examples/teams/create-membership.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-dart/examples/teams/create.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-dart/examples/teams/delete-membership.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-dart/examples/teams/delete.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-dart/examples/teams/get-membership.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-dart/examples/teams/get-memberships.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-dart/examples/teams/get.md (100%) rename docs/examples/{1.0.0 => 1.0.x}/server-dart/examples/teams/list-memberships.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-dart/examples/teams/list.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-dart/examples/teams/update-membership-roles.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-dart/examples/teams/update-membership-status.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-dart/examples/teams/update.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-dart/examples/users/create-argon2user.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-dart/examples/users/create-bcrypt-user.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-dart/examples/users/create-m-d5user.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-dart/examples/users/create-p-h-pass-user.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-dart/examples/users/create-s-h-a-user.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-dart/examples/users/create-scrypt-modified-user.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-dart/examples/users/create-scrypt-user.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-dart/examples/users/create.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-dart/examples/users/delete-session.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-dart/examples/users/delete-sessions.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-dart/examples/users/delete.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-dart/examples/users/get-logs.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-dart/examples/users/get-memberships.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-dart/examples/users/get-prefs.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-dart/examples/users/get-sessions.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-dart/examples/users/get.md (100%) rename docs/examples/{1.0.0 => 1.0.x}/server-dart/examples/users/list-logs.md (100%) rename docs/examples/{1.0.0 => 1.0.x}/server-dart/examples/users/list-memberships.md (100%) rename docs/examples/{1.0.0 => 1.0.x}/server-dart/examples/users/list-sessions.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-dart/examples/users/list.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-dart/examples/users/update-email-verification.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-dart/examples/users/update-email.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-dart/examples/users/update-name.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-dart/examples/users/update-password.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-dart/examples/users/update-phone-verification.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-dart/examples/users/update-phone.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-dart/examples/users/update-prefs.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-dart/examples/users/update-status.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-deno/examples/account/create-phone-verification.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-deno/examples/account/create-recovery.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-deno/examples/account/create-verification.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-deno/examples/account/delete-session.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-deno/examples/account/delete-sessions.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-deno/examples/account/get-logs.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-deno/examples/account/get-prefs.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-deno/examples/account/get-session.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-deno/examples/account/get-sessions.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-deno/examples/account/get.md (100%) rename docs/examples/{1.0.0 => 1.0.x}/server-deno/examples/account/list-logs.md (100%) rename docs/examples/{1.0.0 => 1.0.x}/server-deno/examples/account/list-sessions.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-deno/examples/account/update-email.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-deno/examples/account/update-name.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-deno/examples/account/update-password.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-deno/examples/account/update-phone-verification.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-deno/examples/account/update-phone.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-deno/examples/account/update-prefs.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-deno/examples/account/update-recovery.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-deno/examples/account/update-session.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-deno/examples/account/update-status.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-deno/examples/account/update-verification.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-deno/examples/avatars/get-browser.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-deno/examples/avatars/get-credit-card.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-deno/examples/avatars/get-favicon.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-deno/examples/avatars/get-flag.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-deno/examples/avatars/get-image.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-deno/examples/avatars/get-initials.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-deno/examples/avatars/get-q-r.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-deno/examples/databases/create-boolean-attribute.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-deno/examples/databases/create-collection.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-deno/examples/databases/create-datetime-attribute.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-deno/examples/databases/create-document.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-deno/examples/databases/create-email-attribute.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-deno/examples/databases/create-enum-attribute.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-deno/examples/databases/create-float-attribute.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-deno/examples/databases/create-index.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-deno/examples/databases/create-integer-attribute.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-deno/examples/databases/create-ip-attribute.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-deno/examples/databases/create-string-attribute.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-deno/examples/databases/create-url-attribute.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-deno/examples/databases/create.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-deno/examples/databases/delete-attribute.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-deno/examples/databases/delete-collection.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-deno/examples/databases/delete-document.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-deno/examples/databases/delete-index.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-deno/examples/databases/delete.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-deno/examples/databases/get-attribute.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-deno/examples/databases/get-collection.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-deno/examples/databases/get-document.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-deno/examples/databases/get-index.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-deno/examples/databases/get.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-deno/examples/databases/list-attributes.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-deno/examples/databases/list-collections.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-deno/examples/databases/list-documents.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-deno/examples/databases/list-indexes.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-deno/examples/databases/list.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-deno/examples/databases/update-collection.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-deno/examples/databases/update-document.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-deno/examples/databases/update.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-deno/examples/functions/create-deployment.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-deno/examples/functions/create-execution.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-deno/examples/functions/create-variable.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-deno/examples/functions/create.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-deno/examples/functions/delete-deployment.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-deno/examples/functions/delete-variable.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-deno/examples/functions/delete.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-deno/examples/functions/get-deployment.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-deno/examples/functions/get-execution.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-deno/examples/functions/get-variable.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-deno/examples/functions/get.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-deno/examples/functions/list-deployments.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-deno/examples/functions/list-executions.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-deno/examples/functions/list-runtimes.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-deno/examples/functions/list-variables.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-deno/examples/functions/list.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-deno/examples/functions/retry-build.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-deno/examples/functions/update-deployment.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-deno/examples/functions/update-variable.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-deno/examples/functions/update.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-deno/examples/health/get-antivirus.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-deno/examples/health/get-cache.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-deno/examples/health/get-d-b.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-deno/examples/health/get-queue-certificates.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-deno/examples/health/get-queue-functions.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-deno/examples/health/get-queue-logs.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-deno/examples/health/get-queue-webhooks.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-deno/examples/health/get-storage-local.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-deno/examples/health/get-time.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-deno/examples/health/get.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-deno/examples/locale/get-continents.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-deno/examples/locale/get-countries-e-u.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-deno/examples/locale/get-countries-phones.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-deno/examples/locale/get-countries.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-deno/examples/locale/get-currencies.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-deno/examples/locale/get-languages.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-deno/examples/locale/get.md (100%) rename docs/examples/{1.0.0 => 1.0.x}/server-deno/examples/locale/list-continents.md (100%) rename docs/examples/{1.0.0 => 1.0.x}/server-deno/examples/locale/list-countries-e-u.md (100%) rename docs/examples/{1.0.0 => 1.0.x}/server-deno/examples/locale/list-countries-phones.md (100%) rename docs/examples/{1.0.0 => 1.0.x}/server-deno/examples/locale/list-countries.md (100%) rename docs/examples/{1.0.0 => 1.0.x}/server-deno/examples/locale/list-currencies.md (100%) rename docs/examples/{1.0.0 => 1.0.x}/server-deno/examples/locale/list-languages.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-deno/examples/storage/create-bucket.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-deno/examples/storage/create-file.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-deno/examples/storage/delete-bucket.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-deno/examples/storage/delete-file.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-deno/examples/storage/get-bucket.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-deno/examples/storage/get-file-download.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-deno/examples/storage/get-file-preview.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-deno/examples/storage/get-file-view.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-deno/examples/storage/get-file.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-deno/examples/storage/list-buckets.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-deno/examples/storage/list-files.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-deno/examples/storage/update-bucket.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-deno/examples/storage/update-file.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-deno/examples/teams/create-membership.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-deno/examples/teams/create.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-deno/examples/teams/delete-membership.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-deno/examples/teams/delete.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-deno/examples/teams/get-membership.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-deno/examples/teams/get-memberships.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-deno/examples/teams/get.md (100%) rename docs/examples/{1.0.0 => 1.0.x}/server-deno/examples/teams/list-memberships.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-deno/examples/teams/list.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-deno/examples/teams/update-membership-roles.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-deno/examples/teams/update-membership-status.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-deno/examples/teams/update.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-deno/examples/users/create-argon2user.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-deno/examples/users/create-bcrypt-user.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-deno/examples/users/create-m-d5user.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-deno/examples/users/create-p-h-pass-user.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-deno/examples/users/create-s-h-a-user.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-deno/examples/users/create-scrypt-modified-user.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-deno/examples/users/create-scrypt-user.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-deno/examples/users/create.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-deno/examples/users/delete-session.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-deno/examples/users/delete-sessions.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-deno/examples/users/delete.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-deno/examples/users/get-logs.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-deno/examples/users/get-memberships.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-deno/examples/users/get-prefs.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-deno/examples/users/get-sessions.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-deno/examples/users/get.md (100%) rename docs/examples/{1.0.0 => 1.0.x}/server-deno/examples/users/list-logs.md (100%) rename docs/examples/{1.0.0 => 1.0.x}/server-deno/examples/users/list-memberships.md (100%) rename docs/examples/{1.0.0 => 1.0.x}/server-deno/examples/users/list-sessions.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-deno/examples/users/list.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-deno/examples/users/update-email-verification.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-deno/examples/users/update-email.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-deno/examples/users/update-name.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-deno/examples/users/update-password.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-deno/examples/users/update-phone-verification.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-deno/examples/users/update-phone.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-deno/examples/users/update-prefs.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-deno/examples/users/update-status.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-kotlin/java/account/create-phone-verification.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-kotlin/java/account/create-recovery.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-kotlin/java/account/create-verification.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-kotlin/java/account/delete-session.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-kotlin/java/account/delete-sessions.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-kotlin/java/account/get-logs.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-kotlin/java/account/get-prefs.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-kotlin/java/account/get-session.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-kotlin/java/account/get-sessions.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-kotlin/java/account/get.md (100%) rename docs/examples/{1.0.0 => 1.0.x}/server-kotlin/java/account/list-logs.md (100%) rename docs/examples/{1.0.0 => 1.0.x}/server-kotlin/java/account/list-sessions.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-kotlin/java/account/update-email.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-kotlin/java/account/update-name.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-kotlin/java/account/update-password.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-kotlin/java/account/update-phone-verification.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-kotlin/java/account/update-phone.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-kotlin/java/account/update-prefs.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-kotlin/java/account/update-recovery.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-kotlin/java/account/update-session.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-kotlin/java/account/update-status.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-kotlin/java/account/update-verification.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-kotlin/java/avatars/get-browser.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-kotlin/java/avatars/get-credit-card.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-kotlin/java/avatars/get-favicon.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-kotlin/java/avatars/get-flag.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-kotlin/java/avatars/get-image.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-kotlin/java/avatars/get-initials.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-kotlin/java/avatars/get-q-r.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-kotlin/java/databases/create-boolean-attribute.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-kotlin/java/databases/create-collection.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-kotlin/java/databases/create-datetime-attribute.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-kotlin/java/databases/create-document.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-kotlin/java/databases/create-email-attribute.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-kotlin/java/databases/create-enum-attribute.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-kotlin/java/databases/create-float-attribute.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-kotlin/java/databases/create-index.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-kotlin/java/databases/create-integer-attribute.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-kotlin/java/databases/create-ip-attribute.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-kotlin/java/databases/create-string-attribute.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-kotlin/java/databases/create-url-attribute.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-kotlin/java/databases/create.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-kotlin/java/databases/delete-attribute.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-kotlin/java/databases/delete-collection.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-kotlin/java/databases/delete-document.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-kotlin/java/databases/delete-index.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-kotlin/java/databases/delete.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-kotlin/java/databases/get-attribute.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-kotlin/java/databases/get-collection.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-kotlin/java/databases/get-document.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-kotlin/java/databases/get-index.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-kotlin/java/databases/get.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-kotlin/java/databases/list-attributes.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-kotlin/java/databases/list-collections.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-kotlin/java/databases/list-documents.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-kotlin/java/databases/list-indexes.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-kotlin/java/databases/list.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-kotlin/java/databases/update-collection.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-kotlin/java/databases/update-document.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-kotlin/java/databases/update.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-kotlin/java/functions/create-deployment.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-kotlin/java/functions/create-execution.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-kotlin/java/functions/create-variable.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-kotlin/java/functions/create.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-kotlin/java/functions/delete-deployment.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-kotlin/java/functions/delete-variable.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-kotlin/java/functions/delete.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-kotlin/java/functions/get-deployment.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-kotlin/java/functions/get-execution.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-kotlin/java/functions/get-variable.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-kotlin/java/functions/get.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-kotlin/java/functions/list-deployments.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-kotlin/java/functions/list-executions.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-kotlin/java/functions/list-runtimes.md (100%) rename docs/examples/{1.0.0 => 1.0.x}/server-kotlin/java/functions/list-variables.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-kotlin/java/functions/list.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-kotlin/java/functions/retry-build.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-kotlin/java/functions/update-deployment.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-kotlin/java/functions/update-variable.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-kotlin/java/functions/update.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-kotlin/java/health/get-antivirus.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-kotlin/java/health/get-cache.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-kotlin/java/health/get-d-b.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-kotlin/java/health/get-queue-certificates.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-kotlin/java/health/get-queue-functions.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-kotlin/java/health/get-queue-logs.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-kotlin/java/health/get-queue-webhooks.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-kotlin/java/health/get-storage-local.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-kotlin/java/health/get-time.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-kotlin/java/health/get.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-kotlin/java/locale/get-continents.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-kotlin/java/locale/get-countries-e-u.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-kotlin/java/locale/get-countries-phones.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-kotlin/java/locale/get-countries.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-kotlin/java/locale/get-currencies.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-kotlin/java/locale/get-languages.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-kotlin/java/locale/get.md (100%) rename docs/examples/{1.0.0 => 1.0.x}/server-kotlin/java/locale/list-continents.md (100%) rename docs/examples/{1.0.0 => 1.0.x}/server-kotlin/java/locale/list-countries-e-u.md (100%) rename docs/examples/{1.0.0 => 1.0.x}/server-kotlin/java/locale/list-countries-phones.md (100%) rename docs/examples/{1.0.0 => 1.0.x}/server-kotlin/java/locale/list-countries.md (100%) rename docs/examples/{1.0.0 => 1.0.x}/server-kotlin/java/locale/list-currencies.md (100%) rename docs/examples/{1.0.0 => 1.0.x}/server-kotlin/java/locale/list-languages.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-kotlin/java/storage/create-bucket.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-kotlin/java/storage/create-file.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-kotlin/java/storage/delete-bucket.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-kotlin/java/storage/delete-file.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-kotlin/java/storage/get-bucket.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-kotlin/java/storage/get-file-download.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-kotlin/java/storage/get-file-preview.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-kotlin/java/storage/get-file-view.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-kotlin/java/storage/get-file.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-kotlin/java/storage/list-buckets.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-kotlin/java/storage/list-files.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-kotlin/java/storage/update-bucket.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-kotlin/java/storage/update-file.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-kotlin/java/teams/create-membership.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-kotlin/java/teams/create.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-kotlin/java/teams/delete-membership.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-kotlin/java/teams/delete.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-kotlin/java/teams/get-membership.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-kotlin/java/teams/get-memberships.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-kotlin/java/teams/get.md (100%) rename docs/examples/{1.0.0 => 1.0.x}/server-kotlin/java/teams/list-memberships.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-kotlin/java/teams/list.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-kotlin/java/teams/update-membership-roles.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-kotlin/java/teams/update-membership-status.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-kotlin/java/teams/update.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-kotlin/java/users/create-argon2user.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-kotlin/java/users/create-bcrypt-user.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-kotlin/java/users/create-m-d5user.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-kotlin/java/users/create-p-h-pass-user.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-kotlin/java/users/create-s-h-a-user.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-kotlin/java/users/create-scrypt-modified-user.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-kotlin/java/users/create-scrypt-user.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-kotlin/java/users/create.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-kotlin/java/users/delete-session.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-kotlin/java/users/delete-sessions.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-kotlin/java/users/delete.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-kotlin/java/users/get-logs.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-kotlin/java/users/get-memberships.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-kotlin/java/users/get-prefs.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-kotlin/java/users/get-sessions.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-kotlin/java/users/get.md (100%) rename docs/examples/{1.0.0 => 1.0.x}/server-kotlin/java/users/list-logs.md (100%) rename docs/examples/{1.0.0 => 1.0.x}/server-kotlin/java/users/list-memberships.md (100%) rename docs/examples/{1.0.0 => 1.0.x}/server-kotlin/java/users/list-sessions.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-kotlin/java/users/list.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-kotlin/java/users/update-email-verification.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-kotlin/java/users/update-email.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-kotlin/java/users/update-name.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-kotlin/java/users/update-password.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-kotlin/java/users/update-phone-verification.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-kotlin/java/users/update-phone.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-kotlin/java/users/update-prefs.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-kotlin/java/users/update-status.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-kotlin/kotlin/account/create-phone-verification.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-kotlin/kotlin/account/create-recovery.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-kotlin/kotlin/account/create-verification.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-kotlin/kotlin/account/delete-session.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-kotlin/kotlin/account/delete-sessions.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-kotlin/kotlin/account/get-logs.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-kotlin/kotlin/account/get-prefs.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-kotlin/kotlin/account/get-session.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-kotlin/kotlin/account/get-sessions.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-kotlin/kotlin/account/get.md (100%) rename docs/examples/{1.0.0 => 1.0.x}/server-kotlin/kotlin/account/list-logs.md (100%) rename docs/examples/{1.0.0 => 1.0.x}/server-kotlin/kotlin/account/list-sessions.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-kotlin/kotlin/account/update-email.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-kotlin/kotlin/account/update-name.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-kotlin/kotlin/account/update-password.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-kotlin/kotlin/account/update-phone-verification.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-kotlin/kotlin/account/update-phone.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-kotlin/kotlin/account/update-prefs.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-kotlin/kotlin/account/update-recovery.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-kotlin/kotlin/account/update-session.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-kotlin/kotlin/account/update-status.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-kotlin/kotlin/account/update-verification.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-kotlin/kotlin/avatars/get-browser.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-kotlin/kotlin/avatars/get-credit-card.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-kotlin/kotlin/avatars/get-favicon.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-kotlin/kotlin/avatars/get-flag.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-kotlin/kotlin/avatars/get-image.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-kotlin/kotlin/avatars/get-initials.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-kotlin/kotlin/avatars/get-q-r.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-kotlin/kotlin/databases/create-boolean-attribute.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-kotlin/kotlin/databases/create-collection.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-kotlin/kotlin/databases/create-datetime-attribute.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-kotlin/kotlin/databases/create-document.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-kotlin/kotlin/databases/create-email-attribute.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-kotlin/kotlin/databases/create-enum-attribute.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-kotlin/kotlin/databases/create-float-attribute.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-kotlin/kotlin/databases/create-index.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-kotlin/kotlin/databases/create-integer-attribute.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-kotlin/kotlin/databases/create-ip-attribute.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-kotlin/kotlin/databases/create-string-attribute.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-kotlin/kotlin/databases/create-url-attribute.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-kotlin/kotlin/databases/create.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-kotlin/kotlin/databases/delete-attribute.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-kotlin/kotlin/databases/delete-collection.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-kotlin/kotlin/databases/delete-document.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-kotlin/kotlin/databases/delete-index.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-kotlin/kotlin/databases/delete.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-kotlin/kotlin/databases/get-attribute.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-kotlin/kotlin/databases/get-collection.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-kotlin/kotlin/databases/get-document.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-kotlin/kotlin/databases/get-index.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-kotlin/kotlin/databases/get.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-kotlin/kotlin/databases/list-attributes.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-kotlin/kotlin/databases/list-collections.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-kotlin/kotlin/databases/list-documents.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-kotlin/kotlin/databases/list-indexes.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-kotlin/kotlin/databases/list.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-kotlin/kotlin/databases/update-collection.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-kotlin/kotlin/databases/update-document.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-kotlin/kotlin/databases/update.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-kotlin/kotlin/functions/create-deployment.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-kotlin/kotlin/functions/create-execution.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-kotlin/kotlin/functions/create-variable.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-kotlin/kotlin/functions/create.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-kotlin/kotlin/functions/delete-deployment.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-kotlin/kotlin/functions/delete-variable.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-kotlin/kotlin/functions/delete.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-kotlin/kotlin/functions/get-deployment.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-kotlin/kotlin/functions/get-execution.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-kotlin/kotlin/functions/get-variable.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-kotlin/kotlin/functions/get.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-kotlin/kotlin/functions/list-deployments.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-kotlin/kotlin/functions/list-executions.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-kotlin/kotlin/functions/list-runtimes.md (100%) rename docs/examples/{1.0.0 => 1.0.x}/server-kotlin/kotlin/functions/list-variables.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-kotlin/kotlin/functions/list.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-kotlin/kotlin/functions/retry-build.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-kotlin/kotlin/functions/update-deployment.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-kotlin/kotlin/functions/update-variable.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-kotlin/kotlin/functions/update.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-kotlin/kotlin/health/get-antivirus.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-kotlin/kotlin/health/get-cache.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-kotlin/kotlin/health/get-d-b.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-kotlin/kotlin/health/get-queue-certificates.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-kotlin/kotlin/health/get-queue-functions.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-kotlin/kotlin/health/get-queue-logs.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-kotlin/kotlin/health/get-queue-webhooks.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-kotlin/kotlin/health/get-storage-local.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-kotlin/kotlin/health/get-time.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-kotlin/kotlin/health/get.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-kotlin/kotlin/locale/get-continents.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-kotlin/kotlin/locale/get-countries-e-u.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-kotlin/kotlin/locale/get-countries-phones.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-kotlin/kotlin/locale/get-countries.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-kotlin/kotlin/locale/get-currencies.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-kotlin/kotlin/locale/get-languages.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-kotlin/kotlin/locale/get.md (100%) rename docs/examples/{1.0.0 => 1.0.x}/server-kotlin/kotlin/locale/list-continents.md (100%) rename docs/examples/{1.0.0 => 1.0.x}/server-kotlin/kotlin/locale/list-countries-e-u.md (100%) rename docs/examples/{1.0.0 => 1.0.x}/server-kotlin/kotlin/locale/list-countries-phones.md (100%) rename docs/examples/{1.0.0 => 1.0.x}/server-kotlin/kotlin/locale/list-countries.md (100%) rename docs/examples/{1.0.0 => 1.0.x}/server-kotlin/kotlin/locale/list-currencies.md (100%) rename docs/examples/{1.0.0 => 1.0.x}/server-kotlin/kotlin/locale/list-languages.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-kotlin/kotlin/storage/create-bucket.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-kotlin/kotlin/storage/create-file.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-kotlin/kotlin/storage/delete-bucket.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-kotlin/kotlin/storage/delete-file.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-kotlin/kotlin/storage/get-bucket.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-kotlin/kotlin/storage/get-file-download.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-kotlin/kotlin/storage/get-file-preview.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-kotlin/kotlin/storage/get-file-view.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-kotlin/kotlin/storage/get-file.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-kotlin/kotlin/storage/list-buckets.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-kotlin/kotlin/storage/list-files.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-kotlin/kotlin/storage/update-bucket.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-kotlin/kotlin/storage/update-file.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-kotlin/kotlin/teams/create-membership.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-kotlin/kotlin/teams/create.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-kotlin/kotlin/teams/delete-membership.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-kotlin/kotlin/teams/delete.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-kotlin/kotlin/teams/get-membership.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-kotlin/kotlin/teams/get-memberships.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-kotlin/kotlin/teams/get.md (100%) rename docs/examples/{1.0.0 => 1.0.x}/server-kotlin/kotlin/teams/list-memberships.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-kotlin/kotlin/teams/list.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-kotlin/kotlin/teams/update-membership-roles.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-kotlin/kotlin/teams/update-membership-status.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-kotlin/kotlin/teams/update.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-kotlin/kotlin/users/create-argon2user.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-kotlin/kotlin/users/create-bcrypt-user.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-kotlin/kotlin/users/create-m-d5user.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-kotlin/kotlin/users/create-p-h-pass-user.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-kotlin/kotlin/users/create-s-h-a-user.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-kotlin/kotlin/users/create-scrypt-modified-user.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-kotlin/kotlin/users/create-scrypt-user.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-kotlin/kotlin/users/create.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-kotlin/kotlin/users/delete-session.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-kotlin/kotlin/users/delete-sessions.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-kotlin/kotlin/users/delete.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-kotlin/kotlin/users/get-logs.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-kotlin/kotlin/users/get-memberships.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-kotlin/kotlin/users/get-prefs.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-kotlin/kotlin/users/get-sessions.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-kotlin/kotlin/users/get.md (100%) rename docs/examples/{1.0.0 => 1.0.x}/server-kotlin/kotlin/users/list-logs.md (100%) rename docs/examples/{1.0.0 => 1.0.x}/server-kotlin/kotlin/users/list-memberships.md (100%) rename docs/examples/{1.0.0 => 1.0.x}/server-kotlin/kotlin/users/list-sessions.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-kotlin/kotlin/users/list.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-kotlin/kotlin/users/update-email-verification.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-kotlin/kotlin/users/update-email.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-kotlin/kotlin/users/update-name.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-kotlin/kotlin/users/update-password.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-kotlin/kotlin/users/update-phone-verification.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-kotlin/kotlin/users/update-phone.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-kotlin/kotlin/users/update-prefs.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-kotlin/kotlin/users/update-status.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-nodejs/examples/account/create-phone-verification.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-nodejs/examples/account/create-recovery.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-nodejs/examples/account/create-verification.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-nodejs/examples/account/delete-session.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-nodejs/examples/account/delete-sessions.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-nodejs/examples/account/get-logs.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-nodejs/examples/account/get-prefs.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-nodejs/examples/account/get-session.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-nodejs/examples/account/get-sessions.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-nodejs/examples/account/get.md (100%) rename docs/examples/{1.0.0 => 1.0.x}/server-nodejs/examples/account/list-logs.md (100%) rename docs/examples/{1.0.0 => 1.0.x}/server-nodejs/examples/account/list-sessions.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-nodejs/examples/account/update-email.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-nodejs/examples/account/update-name.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-nodejs/examples/account/update-password.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-nodejs/examples/account/update-phone-verification.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-nodejs/examples/account/update-phone.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-nodejs/examples/account/update-prefs.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-nodejs/examples/account/update-recovery.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-nodejs/examples/account/update-session.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-nodejs/examples/account/update-status.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-nodejs/examples/account/update-verification.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-nodejs/examples/avatars/get-browser.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-nodejs/examples/avatars/get-credit-card.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-nodejs/examples/avatars/get-favicon.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-nodejs/examples/avatars/get-flag.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-nodejs/examples/avatars/get-image.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-nodejs/examples/avatars/get-initials.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-nodejs/examples/avatars/get-q-r.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-nodejs/examples/databases/create-boolean-attribute.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-nodejs/examples/databases/create-collection.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-nodejs/examples/databases/create-datetime-attribute.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-nodejs/examples/databases/create-document.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-nodejs/examples/databases/create-email-attribute.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-nodejs/examples/databases/create-enum-attribute.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-nodejs/examples/databases/create-float-attribute.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-nodejs/examples/databases/create-index.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-nodejs/examples/databases/create-integer-attribute.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-nodejs/examples/databases/create-ip-attribute.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-nodejs/examples/databases/create-string-attribute.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-nodejs/examples/databases/create-url-attribute.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-nodejs/examples/databases/create.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-nodejs/examples/databases/delete-attribute.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-nodejs/examples/databases/delete-collection.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-nodejs/examples/databases/delete-document.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-nodejs/examples/databases/delete-index.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-nodejs/examples/databases/delete.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-nodejs/examples/databases/get-attribute.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-nodejs/examples/databases/get-collection.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-nodejs/examples/databases/get-document.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-nodejs/examples/databases/get-index.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-nodejs/examples/databases/get.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-nodejs/examples/databases/list-attributes.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-nodejs/examples/databases/list-collections.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-nodejs/examples/databases/list-documents.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-nodejs/examples/databases/list-indexes.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-nodejs/examples/databases/list.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-nodejs/examples/databases/update-collection.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-nodejs/examples/databases/update-document.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-nodejs/examples/databases/update.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-nodejs/examples/functions/create-deployment.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-nodejs/examples/functions/create-execution.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-nodejs/examples/functions/create-variable.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-nodejs/examples/functions/create.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-nodejs/examples/functions/delete-deployment.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-nodejs/examples/functions/delete-variable.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-nodejs/examples/functions/delete.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-nodejs/examples/functions/get-deployment.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-nodejs/examples/functions/get-execution.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-nodejs/examples/functions/get-variable.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-nodejs/examples/functions/get.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-nodejs/examples/functions/list-deployments.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-nodejs/examples/functions/list-executions.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-nodejs/examples/functions/list-runtimes.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-nodejs/examples/functions/list-variables.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-nodejs/examples/functions/list.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-nodejs/examples/functions/retry-build.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-nodejs/examples/functions/update-deployment.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-nodejs/examples/functions/update-variable.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-nodejs/examples/functions/update.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-nodejs/examples/health/get-antivirus.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-nodejs/examples/health/get-cache.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-nodejs/examples/health/get-d-b.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-nodejs/examples/health/get-queue-certificates.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-nodejs/examples/health/get-queue-functions.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-nodejs/examples/health/get-queue-logs.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-nodejs/examples/health/get-queue-webhooks.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-nodejs/examples/health/get-storage-local.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-nodejs/examples/health/get-time.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-nodejs/examples/health/get.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-nodejs/examples/locale/get-continents.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-nodejs/examples/locale/get-countries-e-u.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-nodejs/examples/locale/get-countries-phones.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-nodejs/examples/locale/get-countries.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-nodejs/examples/locale/get-currencies.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-nodejs/examples/locale/get-languages.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-nodejs/examples/locale/get.md (100%) rename docs/examples/{1.0.0 => 1.0.x}/server-nodejs/examples/locale/list-continents.md (100%) rename docs/examples/{1.0.0 => 1.0.x}/server-nodejs/examples/locale/list-countries-e-u.md (100%) rename docs/examples/{1.0.0 => 1.0.x}/server-nodejs/examples/locale/list-countries-phones.md (100%) rename docs/examples/{1.0.0 => 1.0.x}/server-nodejs/examples/locale/list-countries.md (100%) rename docs/examples/{1.0.0 => 1.0.x}/server-nodejs/examples/locale/list-currencies.md (100%) rename docs/examples/{1.0.0 => 1.0.x}/server-nodejs/examples/locale/list-languages.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-nodejs/examples/storage/create-bucket.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-nodejs/examples/storage/create-file.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-nodejs/examples/storage/delete-bucket.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-nodejs/examples/storage/delete-file.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-nodejs/examples/storage/get-bucket.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-nodejs/examples/storage/get-file-download.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-nodejs/examples/storage/get-file-preview.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-nodejs/examples/storage/get-file-view.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-nodejs/examples/storage/get-file.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-nodejs/examples/storage/list-buckets.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-nodejs/examples/storage/list-files.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-nodejs/examples/storage/update-bucket.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-nodejs/examples/storage/update-file.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-nodejs/examples/teams/create-membership.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-nodejs/examples/teams/create.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-nodejs/examples/teams/delete-membership.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-nodejs/examples/teams/delete.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-nodejs/examples/teams/get-membership.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-nodejs/examples/teams/get-memberships.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-nodejs/examples/teams/get.md (100%) rename docs/examples/{1.0.0 => 1.0.x}/server-nodejs/examples/teams/list-memberships.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-nodejs/examples/teams/list.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-nodejs/examples/teams/update-membership-roles.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-nodejs/examples/teams/update-membership-status.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-nodejs/examples/teams/update.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-nodejs/examples/users/create-argon2user.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-nodejs/examples/users/create-bcrypt-user.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-nodejs/examples/users/create-m-d5user.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-nodejs/examples/users/create-p-h-pass-user.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-nodejs/examples/users/create-s-h-a-user.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-nodejs/examples/users/create-scrypt-modified-user.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-nodejs/examples/users/create-scrypt-user.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-nodejs/examples/users/create.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-nodejs/examples/users/delete-session.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-nodejs/examples/users/delete-sessions.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-nodejs/examples/users/delete.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-nodejs/examples/users/get-logs.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-nodejs/examples/users/get-memberships.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-nodejs/examples/users/get-prefs.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-nodejs/examples/users/get-sessions.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-nodejs/examples/users/get.md (100%) rename docs/examples/{1.0.0 => 1.0.x}/server-nodejs/examples/users/list-logs.md (100%) rename docs/examples/{1.0.0 => 1.0.x}/server-nodejs/examples/users/list-memberships.md (100%) rename docs/examples/{1.0.0 => 1.0.x}/server-nodejs/examples/users/list-sessions.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-nodejs/examples/users/list.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-nodejs/examples/users/update-email-verification.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-nodejs/examples/users/update-email.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-nodejs/examples/users/update-name.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-nodejs/examples/users/update-password.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-nodejs/examples/users/update-phone-verification.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-nodejs/examples/users/update-phone.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-nodejs/examples/users/update-prefs.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-nodejs/examples/users/update-status.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-php/examples/account/create-phone-verification.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-php/examples/account/create-recovery.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-php/examples/account/create-verification.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-php/examples/account/delete-session.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-php/examples/account/delete-sessions.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-php/examples/account/get-logs.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-php/examples/account/get-prefs.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-php/examples/account/get-session.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-php/examples/account/get-sessions.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-php/examples/account/get.md (100%) rename docs/examples/{1.0.0 => 1.0.x}/server-php/examples/account/list-logs.md (100%) rename docs/examples/{1.0.0 => 1.0.x}/server-php/examples/account/list-sessions.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-php/examples/account/update-email.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-php/examples/account/update-name.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-php/examples/account/update-password.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-php/examples/account/update-phone-verification.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-php/examples/account/update-phone.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-php/examples/account/update-prefs.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-php/examples/account/update-recovery.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-php/examples/account/update-session.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-php/examples/account/update-status.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-php/examples/account/update-verification.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-php/examples/avatars/get-browser.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-php/examples/avatars/get-credit-card.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-php/examples/avatars/get-favicon.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-php/examples/avatars/get-flag.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-php/examples/avatars/get-image.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-php/examples/avatars/get-initials.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-php/examples/avatars/get-q-r.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-php/examples/databases/create-boolean-attribute.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-php/examples/databases/create-collection.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-php/examples/databases/create-datetime-attribute.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-php/examples/databases/create-document.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-php/examples/databases/create-email-attribute.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-php/examples/databases/create-enum-attribute.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-php/examples/databases/create-float-attribute.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-php/examples/databases/create-index.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-php/examples/databases/create-integer-attribute.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-php/examples/databases/create-ip-attribute.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-php/examples/databases/create-string-attribute.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-php/examples/databases/create-url-attribute.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-php/examples/databases/create.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-php/examples/databases/delete-attribute.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-php/examples/databases/delete-collection.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-php/examples/databases/delete-document.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-php/examples/databases/delete-index.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-php/examples/databases/delete.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-php/examples/databases/get-attribute.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-php/examples/databases/get-collection.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-php/examples/databases/get-document.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-php/examples/databases/get-index.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-php/examples/databases/get.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-php/examples/databases/list-attributes.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-php/examples/databases/list-collections.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-php/examples/databases/list-documents.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-php/examples/databases/list-indexes.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-php/examples/databases/list.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-php/examples/databases/update-collection.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-php/examples/databases/update-document.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-php/examples/databases/update.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-php/examples/functions/create-deployment.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-php/examples/functions/create-execution.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-php/examples/functions/create-variable.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-php/examples/functions/create.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-php/examples/functions/delete-deployment.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-php/examples/functions/delete-variable.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-php/examples/functions/delete.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-php/examples/functions/get-deployment.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-php/examples/functions/get-execution.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-php/examples/functions/get-variable.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-php/examples/functions/get.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-php/examples/functions/list-deployments.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-php/examples/functions/list-executions.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-php/examples/functions/list-runtimes.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-php/examples/functions/list-variables.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-php/examples/functions/list.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-php/examples/functions/retry-build.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-php/examples/functions/update-deployment.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-php/examples/functions/update-variable.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-php/examples/functions/update.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-php/examples/health/get-antivirus.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-php/examples/health/get-cache.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-php/examples/health/get-d-b.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-php/examples/health/get-queue-certificates.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-php/examples/health/get-queue-functions.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-php/examples/health/get-queue-logs.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-php/examples/health/get-queue-webhooks.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-php/examples/health/get-storage-local.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-php/examples/health/get-time.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-php/examples/health/get.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-php/examples/locale/get-continents.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-php/examples/locale/get-countries-e-u.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-php/examples/locale/get-countries-phones.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-php/examples/locale/get-countries.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-php/examples/locale/get-currencies.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-php/examples/locale/get-languages.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-php/examples/locale/get.md (100%) rename docs/examples/{1.0.0 => 1.0.x}/server-php/examples/locale/list-continents.md (100%) rename docs/examples/{1.0.0 => 1.0.x}/server-php/examples/locale/list-countries-e-u.md (100%) rename docs/examples/{1.0.0 => 1.0.x}/server-php/examples/locale/list-countries-phones.md (100%) rename docs/examples/{1.0.0 => 1.0.x}/server-php/examples/locale/list-countries.md (100%) rename docs/examples/{1.0.0 => 1.0.x}/server-php/examples/locale/list-currencies.md (100%) rename docs/examples/{1.0.0 => 1.0.x}/server-php/examples/locale/list-languages.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-php/examples/storage/create-bucket.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-php/examples/storage/create-file.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-php/examples/storage/delete-bucket.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-php/examples/storage/delete-file.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-php/examples/storage/get-bucket.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-php/examples/storage/get-file-download.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-php/examples/storage/get-file-preview.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-php/examples/storage/get-file-view.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-php/examples/storage/get-file.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-php/examples/storage/list-buckets.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-php/examples/storage/list-files.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-php/examples/storage/update-bucket.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-php/examples/storage/update-file.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-php/examples/teams/create-membership.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-php/examples/teams/create.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-php/examples/teams/delete-membership.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-php/examples/teams/delete.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-php/examples/teams/get-membership.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-php/examples/teams/get-memberships.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-php/examples/teams/get.md (100%) rename docs/examples/{1.0.0 => 1.0.x}/server-php/examples/teams/list-memberships.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-php/examples/teams/list.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-php/examples/teams/update-membership-roles.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-php/examples/teams/update-membership-status.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-php/examples/teams/update.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-php/examples/users/create-argon2user.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-php/examples/users/create-bcrypt-user.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-php/examples/users/create-m-d5user.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-php/examples/users/create-p-h-pass-user.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-php/examples/users/create-s-h-a-user.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-php/examples/users/create-scrypt-modified-user.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-php/examples/users/create-scrypt-user.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-php/examples/users/create.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-php/examples/users/delete-session.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-php/examples/users/delete-sessions.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-php/examples/users/delete.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-php/examples/users/get-logs.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-php/examples/users/get-memberships.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-php/examples/users/get-prefs.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-php/examples/users/get-sessions.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-php/examples/users/get.md (100%) rename docs/examples/{1.0.0 => 1.0.x}/server-php/examples/users/list-logs.md (100%) rename docs/examples/{1.0.0 => 1.0.x}/server-php/examples/users/list-memberships.md (100%) rename docs/examples/{1.0.0 => 1.0.x}/server-php/examples/users/list-sessions.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-php/examples/users/list.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-php/examples/users/update-email-verification.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-php/examples/users/update-email.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-php/examples/users/update-name.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-php/examples/users/update-password.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-php/examples/users/update-phone-verification.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-php/examples/users/update-phone.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-php/examples/users/update-prefs.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-php/examples/users/update-status.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-python/examples/account/create-phone-verification.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-python/examples/account/create-recovery.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-python/examples/account/create-verification.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-python/examples/account/delete-session.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-python/examples/account/delete-sessions.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-python/examples/account/get-logs.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-python/examples/account/get-prefs.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-python/examples/account/get-session.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-python/examples/account/get-sessions.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-python/examples/account/get.md (100%) rename docs/examples/{1.0.0 => 1.0.x}/server-python/examples/account/list-logs.md (100%) rename docs/examples/{1.0.0 => 1.0.x}/server-python/examples/account/list-sessions.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-python/examples/account/update-email.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-python/examples/account/update-name.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-python/examples/account/update-password.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-python/examples/account/update-phone-verification.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-python/examples/account/update-phone.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-python/examples/account/update-prefs.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-python/examples/account/update-recovery.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-python/examples/account/update-session.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-python/examples/account/update-status.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-python/examples/account/update-verification.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-python/examples/avatars/get-browser.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-python/examples/avatars/get-credit-card.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-python/examples/avatars/get-favicon.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-python/examples/avatars/get-flag.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-python/examples/avatars/get-image.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-python/examples/avatars/get-initials.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-python/examples/avatars/get-q-r.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-python/examples/databases/create-boolean-attribute.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-python/examples/databases/create-collection.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-python/examples/databases/create-datetime-attribute.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-python/examples/databases/create-document.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-python/examples/databases/create-email-attribute.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-python/examples/databases/create-enum-attribute.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-python/examples/databases/create-float-attribute.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-python/examples/databases/create-index.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-python/examples/databases/create-integer-attribute.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-python/examples/databases/create-ip-attribute.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-python/examples/databases/create-string-attribute.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-python/examples/databases/create-url-attribute.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-python/examples/databases/create.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-python/examples/databases/delete-attribute.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-python/examples/databases/delete-collection.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-python/examples/databases/delete-document.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-python/examples/databases/delete-index.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-python/examples/databases/delete.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-python/examples/databases/get-attribute.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-python/examples/databases/get-collection.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-python/examples/databases/get-document.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-python/examples/databases/get-index.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-python/examples/databases/get.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-python/examples/databases/list-attributes.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-python/examples/databases/list-collections.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-python/examples/databases/list-documents.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-python/examples/databases/list-indexes.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-python/examples/databases/list.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-python/examples/databases/update-collection.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-python/examples/databases/update-document.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-python/examples/databases/update.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-python/examples/functions/create-deployment.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-python/examples/functions/create-execution.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-python/examples/functions/create-variable.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-python/examples/functions/create.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-python/examples/functions/delete-deployment.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-python/examples/functions/delete-variable.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-python/examples/functions/delete.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-python/examples/functions/get-deployment.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-python/examples/functions/get-execution.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-python/examples/functions/get-variable.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-python/examples/functions/get.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-python/examples/functions/list-deployments.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-python/examples/functions/list-executions.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-python/examples/functions/list-runtimes.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-python/examples/functions/list-variables.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-python/examples/functions/list.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-python/examples/functions/retry-build.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-python/examples/functions/update-deployment.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-python/examples/functions/update-variable.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-python/examples/functions/update.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-python/examples/health/get-antivirus.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-python/examples/health/get-cache.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-python/examples/health/get-d-b.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-python/examples/health/get-queue-certificates.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-python/examples/health/get-queue-functions.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-python/examples/health/get-queue-logs.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-python/examples/health/get-queue-webhooks.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-python/examples/health/get-storage-local.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-python/examples/health/get-time.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-python/examples/health/get.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-python/examples/locale/get-continents.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-python/examples/locale/get-countries-e-u.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-python/examples/locale/get-countries-phones.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-python/examples/locale/get-countries.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-python/examples/locale/get-currencies.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-python/examples/locale/get-languages.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-python/examples/locale/get.md (100%) rename docs/examples/{1.0.0 => 1.0.x}/server-python/examples/locale/list-continents.md (100%) rename docs/examples/{1.0.0 => 1.0.x}/server-python/examples/locale/list-countries-e-u.md (100%) rename docs/examples/{1.0.0 => 1.0.x}/server-python/examples/locale/list-countries-phones.md (100%) rename docs/examples/{1.0.0 => 1.0.x}/server-python/examples/locale/list-countries.md (100%) rename docs/examples/{1.0.0 => 1.0.x}/server-python/examples/locale/list-currencies.md (100%) rename docs/examples/{1.0.0 => 1.0.x}/server-python/examples/locale/list-languages.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-python/examples/storage/create-bucket.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-python/examples/storage/create-file.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-python/examples/storage/delete-bucket.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-python/examples/storage/delete-file.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-python/examples/storage/get-bucket.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-python/examples/storage/get-file-download.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-python/examples/storage/get-file-preview.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-python/examples/storage/get-file-view.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-python/examples/storage/get-file.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-python/examples/storage/list-buckets.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-python/examples/storage/list-files.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-python/examples/storage/update-bucket.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-python/examples/storage/update-file.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-python/examples/teams/create-membership.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-python/examples/teams/create.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-python/examples/teams/delete-membership.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-python/examples/teams/delete.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-python/examples/teams/get-membership.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-python/examples/teams/get-memberships.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-python/examples/teams/get.md (100%) rename docs/examples/{1.0.0 => 1.0.x}/server-python/examples/teams/list-memberships.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-python/examples/teams/list.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-python/examples/teams/update-membership-roles.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-python/examples/teams/update-membership-status.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-python/examples/teams/update.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-python/examples/users/create-argon2user.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-python/examples/users/create-bcrypt-user.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-python/examples/users/create-m-d5user.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-python/examples/users/create-p-h-pass-user.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-python/examples/users/create-s-h-a-user.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-python/examples/users/create-scrypt-modified-user.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-python/examples/users/create-scrypt-user.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-python/examples/users/create.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-python/examples/users/delete-session.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-python/examples/users/delete-sessions.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-python/examples/users/delete.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-python/examples/users/get-logs.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-python/examples/users/get-memberships.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-python/examples/users/get-prefs.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-python/examples/users/get-sessions.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-python/examples/users/get.md (100%) rename docs/examples/{1.0.0 => 1.0.x}/server-python/examples/users/list-logs.md (100%) rename docs/examples/{1.0.0 => 1.0.x}/server-python/examples/users/list-memberships.md (100%) rename docs/examples/{1.0.0 => 1.0.x}/server-python/examples/users/list-sessions.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-python/examples/users/list.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-python/examples/users/update-email-verification.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-python/examples/users/update-email.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-python/examples/users/update-name.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-python/examples/users/update-password.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-python/examples/users/update-phone-verification.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-python/examples/users/update-phone.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-python/examples/users/update-prefs.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-python/examples/users/update-status.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-ruby/examples/account/create-phone-verification.md (74%) rename docs/examples/{1.0.0 => 1.0.x}/server-ruby/examples/account/create-recovery.md (77%) rename docs/examples/{1.0.0 => 1.0.x}/server-ruby/examples/account/create-verification.md (75%) rename docs/examples/{1.0.0 => 1.0.x}/server-ruby/examples/account/delete-session.md (75%) rename docs/examples/{1.0.0 => 1.0.x}/server-ruby/examples/account/delete-sessions.md (73%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-ruby/examples/account/get-logs.md (100%) rename docs/examples/{1.0.0 => 1.0.x}/server-ruby/examples/account/get-prefs.md (73%) rename docs/examples/{1.0.0 => 1.0.x}/server-ruby/examples/account/get-session.md (75%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-ruby/examples/account/get-sessions.md (100%) rename docs/examples/{1.0.0 => 1.0.x}/server-ruby/examples/account/get.md (73%) rename docs/examples/{1.0.0 => 1.0.x}/server-ruby/examples/account/list-logs.md (73%) rename docs/examples/{1.0.0 => 1.0.x}/server-ruby/examples/account/list-sessions.md (73%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-ruby/examples/account/update-email.md (76%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-ruby/examples/account/update-name.md (74%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-ruby/examples/account/update-password.md (75%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-ruby/examples/account/update-phone-verification.md (77%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-ruby/examples/account/update-phone.md (75%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-ruby/examples/account/update-prefs.md (74%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-ruby/examples/account/update-recovery.md (79%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-ruby/examples/account/update-session.md (75%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-ruby/examples/account/update-status.md (73%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-ruby/examples/account/update-verification.md (76%) rename docs/examples/{1.0.0 => 1.0.x}/server-ruby/examples/avatars/get-browser.md (73%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-ruby/examples/avatars/get-credit-card.md (73%) rename docs/examples/{1.0.0 => 1.0.x}/server-ruby/examples/avatars/get-favicon.md (74%) rename docs/examples/{1.0.0 => 1.0.x}/server-ruby/examples/avatars/get-flag.md (72%) rename docs/examples/{1.0.0 => 1.0.x}/server-ruby/examples/avatars/get-image.md (74%) rename docs/examples/{1.0.0 => 1.0.x}/server-ruby/examples/avatars/get-initials.md (72%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-ruby/examples/avatars/get-q-r.md (73%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-ruby/examples/databases/create-boolean-attribute.md (78%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-ruby/examples/databases/create-collection.md (77%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-ruby/examples/databases/create-datetime-attribute.md (78%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-ruby/examples/databases/create-document.md (78%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-ruby/examples/databases/create-email-attribute.md (77%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-ruby/examples/databases/create-enum-attribute.md (78%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-ruby/examples/databases/create-float-attribute.md (77%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-ruby/examples/databases/create-index.md (78%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-ruby/examples/databases/create-integer-attribute.md (78%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-ruby/examples/databases/create-ip-attribute.md (77%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-ruby/examples/databases/create-string-attribute.md (78%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-ruby/examples/databases/create-url-attribute.md (77%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-ruby/examples/databases/create.md (74%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-ruby/examples/databases/delete-attribute.md (76%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-ruby/examples/databases/delete-collection.md (76%) rename docs/examples/{1.0.0 => 1.0.x}/server-ruby/examples/databases/delete-document.md (77%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-ruby/examples/databases/delete-index.md (76%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-ruby/examples/databases/delete.md (73%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-ruby/examples/databases/get-attribute.md (76%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-ruby/examples/databases/get-collection.md (76%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-ruby/examples/databases/get-document.md (77%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-ruby/examples/databases/get-index.md (76%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-ruby/examples/databases/get.md (73%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-ruby/examples/databases/list-attributes.md (76%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-ruby/examples/databases/list-collections.md (74%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-ruby/examples/databases/list-documents.md (76%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-ruby/examples/databases/list-indexes.md (76%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-ruby/examples/databases/list.md (71%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-ruby/examples/databases/update-collection.md (77%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-ruby/examples/databases/update-document.md (77%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-ruby/examples/databases/update.md (74%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-ruby/examples/functions/create-deployment.md (58%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-ruby/examples/functions/create-execution.md (74%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-ruby/examples/functions/create-variable.md (76%) rename docs/examples/{1.0.0 => 1.0.x}/server-ruby/examples/functions/create.md (76%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-ruby/examples/functions/delete-deployment.md (76%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-ruby/examples/functions/delete-variable.md (75%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-ruby/examples/functions/delete.md (73%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-ruby/examples/functions/get-deployment.md (76%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-ruby/examples/functions/get-execution.md (75%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-ruby/examples/functions/get-variable.md (75%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-ruby/examples/functions/get.md (73%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-ruby/examples/functions/list-deployments.md (74%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-ruby/examples/functions/list-executions.md (74%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-ruby/examples/functions/list-runtimes.md (71%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-ruby/examples/functions/list-variables.md (74%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-ruby/examples/functions/list.md (71%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-ruby/examples/functions/retry-build.md (77%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-ruby/examples/functions/update-deployment.md (76%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-ruby/examples/functions/update-variable.md (76%) rename docs/examples/{1.0.0 => 1.0.x}/server-ruby/examples/functions/update.md (75%) rename docs/examples/{1.0.0 => 1.0.x}/server-ruby/examples/health/get-antivirus.md (72%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-ruby/examples/health/get-cache.md (72%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-ruby/examples/health/get-d-b.md (72%) rename docs/examples/{1.0.0 => 1.0.x}/server-ruby/examples/health/get-queue-certificates.md (73%) rename docs/examples/{1.0.0 => 1.0.x}/server-ruby/examples/health/get-queue-functions.md (73%) rename docs/examples/{1.0.0 => 1.0.x}/server-ruby/examples/health/get-queue-logs.md (72%) rename docs/examples/{1.0.0 => 1.0.x}/server-ruby/examples/health/get-queue-webhooks.md (73%) rename docs/examples/{1.0.0 => 1.0.x}/server-ruby/examples/health/get-storage-local.md (73%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-ruby/examples/health/get-time.md (72%) rename docs/examples/{1.0.0 => 1.0.x}/server-ruby/examples/health/get.md (72%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-ruby/examples/locale/get-continents.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-ruby/examples/locale/get-countries-e-u.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-ruby/examples/locale/get-countries-phones.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-ruby/examples/locale/get-countries.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-ruby/examples/locale/get-currencies.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-ruby/examples/locale/get-languages.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-ruby/examples/locale/get.md (72%) rename docs/examples/{1.0.0 => 1.0.x}/server-ruby/examples/locale/list-continents.md (73%) rename docs/examples/{1.0.0 => 1.0.x}/server-ruby/examples/locale/list-countries-e-u.md (73%) rename docs/examples/{1.0.0 => 1.0.x}/server-ruby/examples/locale/list-countries-phones.md (73%) rename docs/examples/{1.0.0 => 1.0.x}/server-ruby/examples/locale/list-countries.md (72%) rename docs/examples/{1.0.0 => 1.0.x}/server-ruby/examples/locale/list-currencies.md (73%) rename docs/examples/{1.0.0 => 1.0.x}/server-ruby/examples/locale/list-languages.md (72%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-ruby/examples/storage/create-bucket.md (75%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-ruby/examples/storage/create-file.md (59%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-ruby/examples/storage/delete-bucket.md (74%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-ruby/examples/storage/delete-file.md (75%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-ruby/examples/storage/get-bucket.md (74%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-ruby/examples/storage/get-file-download.md (76%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-ruby/examples/storage/get-file-preview.md (75%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-ruby/examples/storage/get-file-view.md (75%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-ruby/examples/storage/get-file.md (75%) rename docs/examples/{1.0.0 => 1.0.x}/server-ruby/examples/storage/list-buckets.md (72%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-ruby/examples/storage/list-files.md (74%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-ruby/examples/storage/update-bucket.md (75%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-ruby/examples/storage/update-file.md (75%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-ruby/examples/teams/create-membership.md (78%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-ruby/examples/teams/create.md (75%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-ruby/examples/teams/delete-membership.md (77%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-ruby/examples/teams/delete.md (74%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-ruby/examples/teams/get-membership.md (76%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-ruby/examples/teams/get-memberships.md (100%) rename docs/examples/{1.0.0 => 1.0.x}/server-ruby/examples/teams/get.md (74%) rename docs/examples/{1.0.0 => 1.0.x}/server-ruby/examples/teams/list-memberships.md (74%) rename docs/examples/{1.0.0 => 1.0.x}/server-ruby/examples/teams/list.md (72%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-ruby/examples/teams/update-membership-roles.md (78%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-ruby/examples/teams/update-membership-status.md (80%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-ruby/examples/teams/update.md (75%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-ruby/examples/users/create-argon2user.md (78%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-ruby/examples/users/create-bcrypt-user.md (78%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-ruby/examples/users/create-m-d5user.md (77%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-ruby/examples/users/create-p-h-pass-user.md (78%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-ruby/examples/users/create-s-h-a-user.md (77%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-ruby/examples/users/create-scrypt-modified-user.md (83%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-ruby/examples/users/create-scrypt-user.md (83%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-ruby/examples/users/create.md (74%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-ruby/examples/users/delete-session.md (76%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-ruby/examples/users/delete-sessions.md (74%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-ruby/examples/users/delete.md (74%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-ruby/examples/users/get-logs.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-ruby/examples/users/get-memberships.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-ruby/examples/users/get-prefs.md (74%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-ruby/examples/users/get-sessions.md (100%) rename docs/examples/{1.0.0 => 1.0.x}/server-ruby/examples/users/get.md (74%) rename docs/examples/{1.0.0 => 1.0.x}/server-ruby/examples/users/list-logs.md (74%) rename docs/examples/{1.0.0 => 1.0.x}/server-ruby/examples/users/list-memberships.md (74%) rename docs/examples/{1.0.0 => 1.0.x}/server-ruby/examples/users/list-sessions.md (74%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-ruby/examples/users/list.md (72%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-ruby/examples/users/update-email-verification.md (77%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-ruby/examples/users/update-email.md (76%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-ruby/examples/users/update-name.md (75%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-ruby/examples/users/update-password.md (76%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-ruby/examples/users/update-phone-verification.md (77%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-ruby/examples/users/update-phone.md (75%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-ruby/examples/users/update-prefs.md (75%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-ruby/examples/users/update-status.md (75%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-swift/examples/account/create-phone-verification.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-swift/examples/account/create-recovery.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-swift/examples/account/create-verification.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-swift/examples/account/delete-session.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-swift/examples/account/delete-sessions.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-swift/examples/account/get-logs.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-swift/examples/account/get-prefs.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-swift/examples/account/get-session.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-swift/examples/account/get-sessions.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-swift/examples/account/get.md (100%) rename docs/examples/{1.0.0 => 1.0.x}/server-swift/examples/account/list-logs.md (100%) rename docs/examples/{1.0.0 => 1.0.x}/server-swift/examples/account/list-sessions.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-swift/examples/account/update-email.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-swift/examples/account/update-name.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-swift/examples/account/update-password.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-swift/examples/account/update-phone-verification.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-swift/examples/account/update-phone.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-swift/examples/account/update-prefs.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-swift/examples/account/update-recovery.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-swift/examples/account/update-session.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-swift/examples/account/update-status.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-swift/examples/account/update-verification.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-swift/examples/avatars/get-browser.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-swift/examples/avatars/get-credit-card.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-swift/examples/avatars/get-favicon.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-swift/examples/avatars/get-flag.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-swift/examples/avatars/get-image.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-swift/examples/avatars/get-initials.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-swift/examples/avatars/get-q-r.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-swift/examples/databases/create-boolean-attribute.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-swift/examples/databases/create-collection.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-swift/examples/databases/create-datetime-attribute.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-swift/examples/databases/create-document.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-swift/examples/databases/create-email-attribute.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-swift/examples/databases/create-enum-attribute.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-swift/examples/databases/create-float-attribute.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-swift/examples/databases/create-index.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-swift/examples/databases/create-integer-attribute.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-swift/examples/databases/create-ip-attribute.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-swift/examples/databases/create-string-attribute.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-swift/examples/databases/create-url-attribute.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-swift/examples/databases/create.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-swift/examples/databases/delete-attribute.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-swift/examples/databases/delete-collection.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-swift/examples/databases/delete-document.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-swift/examples/databases/delete-index.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-swift/examples/databases/delete.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-swift/examples/databases/get-attribute.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-swift/examples/databases/get-collection.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-swift/examples/databases/get-document.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-swift/examples/databases/get-index.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-swift/examples/databases/get.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-swift/examples/databases/list-attributes.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-swift/examples/databases/list-collections.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-swift/examples/databases/list-documents.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-swift/examples/databases/list-indexes.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-swift/examples/databases/list.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-swift/examples/databases/update-collection.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-swift/examples/databases/update-document.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-swift/examples/databases/update.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-swift/examples/functions/create-deployment.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-swift/examples/functions/create-execution.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-swift/examples/functions/create-variable.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-swift/examples/functions/create.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-swift/examples/functions/delete-deployment.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-swift/examples/functions/delete-variable.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-swift/examples/functions/delete.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-swift/examples/functions/get-deployment.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-swift/examples/functions/get-execution.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-swift/examples/functions/get-variable.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-swift/examples/functions/get.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-swift/examples/functions/list-deployments.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-swift/examples/functions/list-executions.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-swift/examples/functions/list-runtimes.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-swift/examples/functions/list-variables.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-swift/examples/functions/list.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-swift/examples/functions/retry-build.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-swift/examples/functions/update-deployment.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-swift/examples/functions/update-variable.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-swift/examples/functions/update.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-swift/examples/health/get-antivirus.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-swift/examples/health/get-cache.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-swift/examples/health/get-d-b.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-swift/examples/health/get-queue-certificates.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-swift/examples/health/get-queue-functions.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-swift/examples/health/get-queue-logs.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-swift/examples/health/get-queue-webhooks.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-swift/examples/health/get-storage-local.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-swift/examples/health/get-time.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-swift/examples/health/get.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-swift/examples/locale/get-continents.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-swift/examples/locale/get-countries-e-u.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-swift/examples/locale/get-countries-phones.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-swift/examples/locale/get-countries.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-swift/examples/locale/get-currencies.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-swift/examples/locale/get-languages.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-swift/examples/locale/get.md (100%) rename docs/examples/{1.0.0 => 1.0.x}/server-swift/examples/locale/list-continents.md (100%) rename docs/examples/{1.0.0 => 1.0.x}/server-swift/examples/locale/list-countries-e-u.md (100%) rename docs/examples/{1.0.0 => 1.0.x}/server-swift/examples/locale/list-countries-phones.md (100%) rename docs/examples/{1.0.0 => 1.0.x}/server-swift/examples/locale/list-countries.md (100%) rename docs/examples/{1.0.0 => 1.0.x}/server-swift/examples/locale/list-currencies.md (100%) rename docs/examples/{1.0.0 => 1.0.x}/server-swift/examples/locale/list-languages.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-swift/examples/storage/create-bucket.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-swift/examples/storage/create-file.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-swift/examples/storage/delete-bucket.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-swift/examples/storage/delete-file.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-swift/examples/storage/get-bucket.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-swift/examples/storage/get-file-download.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-swift/examples/storage/get-file-preview.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-swift/examples/storage/get-file-view.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-swift/examples/storage/get-file.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-swift/examples/storage/list-buckets.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-swift/examples/storage/list-files.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-swift/examples/storage/update-bucket.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-swift/examples/storage/update-file.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-swift/examples/teams/create-membership.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-swift/examples/teams/create.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-swift/examples/teams/delete-membership.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-swift/examples/teams/delete.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-swift/examples/teams/get-membership.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-swift/examples/teams/get-memberships.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-swift/examples/teams/get.md (100%) rename docs/examples/{1.0.0 => 1.0.x}/server-swift/examples/teams/list-memberships.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-swift/examples/teams/list.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-swift/examples/teams/update-membership-roles.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-swift/examples/teams/update-membership-status.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-swift/examples/teams/update.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-swift/examples/users/create-argon2user.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-swift/examples/users/create-bcrypt-user.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-swift/examples/users/create-m-d5user.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-swift/examples/users/create-p-h-pass-user.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-swift/examples/users/create-s-h-a-user.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-swift/examples/users/create-scrypt-modified-user.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-swift/examples/users/create-scrypt-user.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-swift/examples/users/create.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-swift/examples/users/delete-session.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-swift/examples/users/delete-sessions.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-swift/examples/users/delete.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-swift/examples/users/get-logs.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-swift/examples/users/get-memberships.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-swift/examples/users/get-prefs.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-swift/examples/users/get-sessions.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-swift/examples/users/get.md (100%) rename docs/examples/{1.0.0 => 1.0.x}/server-swift/examples/users/list-logs.md (100%) rename docs/examples/{1.0.0 => 1.0.x}/server-swift/examples/users/list-memberships.md (100%) rename docs/examples/{1.0.0 => 1.0.x}/server-swift/examples/users/list-sessions.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-swift/examples/users/list.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-swift/examples/users/update-email-verification.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-swift/examples/users/update-email.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-swift/examples/users/update-name.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-swift/examples/users/update-password.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-swift/examples/users/update-phone-verification.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-swift/examples/users/update-phone.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-swift/examples/users/update-prefs.md (100%) rename docs/examples/{1.0.0-RC1 => 1.0.x}/server-swift/examples/users/update-status.md (100%) diff --git a/app/tasks/sdks.php b/app/tasks/sdks.php index 5e9df9621a..a1cf0efdb0 100644 --- a/app/tasks/sdks.php +++ b/app/tasks/sdks.php @@ -30,7 +30,7 @@ $cli $production = ($git) ? (Console::confirm('Type "Appwrite" to push code to production git repos') == 'Appwrite') : false; $message = ($git) ? Console::confirm('Please enter your commit message:') : ''; - if (!in_array($version, ['0.6.x', '0.7.x', '0.8.x', '0.9.x', '0.10.x', '0.11.x', '0.12.x', '0.13.x', '0.14.x', '0.15.x', '1.0.0', 'latest'])) { + if (!in_array($version, ['0.6.x', '0.7.x', '0.8.x', '0.9.x', '0.10.x', '0.11.x', '0.12.x', '0.13.x', '0.14.x', '0.15.x', '1.0.x', 'latest'])) { throw new Exception('Unknown version given'); } diff --git a/docs/examples/1.0.0-RC1/client-android/java/account/create-session.md b/docs/examples/1.0.0-RC1/client-android/java/account/create-session.md deleted file mode 100644 index 34dfca55d8..0000000000 --- a/docs/examples/1.0.0-RC1/client-android/java/account/create-session.md +++ /dev/null @@ -1,49 +0,0 @@ -import androidx.appcompat.app.AppCompatActivity -import android.os.Bundle -import kotlinx.coroutines.GlobalScope -import kotlinx.coroutines.launch -import io.appwrite.Client -import io.appwrite.services.Account - -public class MainActivity extends AppCompatActivity { - - @Override - protected void onCreate(Bundle savedInstanceState) { - super.onCreate(savedInstanceState); - setContentView(R.layout.activity_main); - - Client client = new Client(getApplicationContext()) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2"); // Your project ID - - Account account = new Account(client); - - account.createSession( - "email@example.com", - "password" - new Continuation() { - @NotNull - @Override - public CoroutineContext getContext() { - return EmptyCoroutineContext.INSTANCE; - } - - @Override - public void resumeWith(@NotNull Object o) { - String json = ""; - try { - if (o instanceof Result.Failure) { - Result.Failure failure = (Result.Failure) o; - throw failure.exception; - } else { - Response response = (Response) o; - json = response.body().string(); - } - } catch (Throwable th) { - Log.e("ERROR", th.toString()); - } - } - } - ); - } -} \ No newline at end of file diff --git a/docs/examples/1.0.0-RC1/client-android/java/database/create-document.md b/docs/examples/1.0.0-RC1/client-android/java/database/create-document.md deleted file mode 100644 index 059a42ed66..0000000000 --- a/docs/examples/1.0.0-RC1/client-android/java/database/create-document.md +++ /dev/null @@ -1,50 +0,0 @@ -import androidx.appcompat.app.AppCompatActivity -import android.os.Bundle -import kotlinx.coroutines.GlobalScope -import kotlinx.coroutines.launch -import io.appwrite.Client -import io.appwrite.services.Database - -public class MainActivity extends AppCompatActivity { - - @Override - protected void onCreate(Bundle savedInstanceState) { - super.onCreate(savedInstanceState); - setContentView(R.layout.activity_main); - - Client client = new Client(getApplicationContext()) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2"); // Your project ID - - Database database = new Database(client); - - database.createDocument( - "[COLLECTION_ID]", - "[DOCUMENT_ID]", - mapOf( "a" to "b" ), - new Continuation() { - @NotNull - @Override - public CoroutineContext getContext() { - return EmptyCoroutineContext.INSTANCE; - } - - @Override - public void resumeWith(@NotNull Object o) { - String json = ""; - try { - if (o instanceof Result.Failure) { - Result.Failure failure = (Result.Failure) o; - throw failure.exception; - } else { - Response response = (Response) o; - json = response.body().string(); - } - } catch (Throwable th) { - Log.e("ERROR", th.toString()); - } - } - } - ); - } -} \ No newline at end of file diff --git a/docs/examples/1.0.0-RC1/client-android/java/database/delete-document.md b/docs/examples/1.0.0-RC1/client-android/java/database/delete-document.md deleted file mode 100644 index 75877c470a..0000000000 --- a/docs/examples/1.0.0-RC1/client-android/java/database/delete-document.md +++ /dev/null @@ -1,49 +0,0 @@ -import androidx.appcompat.app.AppCompatActivity -import android.os.Bundle -import kotlinx.coroutines.GlobalScope -import kotlinx.coroutines.launch -import io.appwrite.Client -import io.appwrite.services.Database - -public class MainActivity extends AppCompatActivity { - - @Override - protected void onCreate(Bundle savedInstanceState) { - super.onCreate(savedInstanceState); - setContentView(R.layout.activity_main); - - Client client = new Client(getApplicationContext()) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2"); // Your project ID - - Database database = new Database(client); - - database.deleteDocument( - "[COLLECTION_ID]", - "[DOCUMENT_ID]" - new Continuation() { - @NotNull - @Override - public CoroutineContext getContext() { - return EmptyCoroutineContext.INSTANCE; - } - - @Override - public void resumeWith(@NotNull Object o) { - String json = ""; - try { - if (o instanceof Result.Failure) { - Result.Failure failure = (Result.Failure) o; - throw failure.exception; - } else { - Response response = (Response) o; - json = response.body().string(); - } - } catch (Throwable th) { - Log.e("ERROR", th.toString()); - } - } - } - ); - } -} \ No newline at end of file diff --git a/docs/examples/1.0.0-RC1/client-android/java/database/get-document.md b/docs/examples/1.0.0-RC1/client-android/java/database/get-document.md deleted file mode 100644 index 69aff1df2c..0000000000 --- a/docs/examples/1.0.0-RC1/client-android/java/database/get-document.md +++ /dev/null @@ -1,49 +0,0 @@ -import androidx.appcompat.app.AppCompatActivity -import android.os.Bundle -import kotlinx.coroutines.GlobalScope -import kotlinx.coroutines.launch -import io.appwrite.Client -import io.appwrite.services.Database - -public class MainActivity extends AppCompatActivity { - - @Override - protected void onCreate(Bundle savedInstanceState) { - super.onCreate(savedInstanceState); - setContentView(R.layout.activity_main); - - Client client = new Client(getApplicationContext()) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2"); // Your project ID - - Database database = new Database(client); - - database.getDocument( - "[COLLECTION_ID]", - "[DOCUMENT_ID]" - new Continuation() { - @NotNull - @Override - public CoroutineContext getContext() { - return EmptyCoroutineContext.INSTANCE; - } - - @Override - public void resumeWith(@NotNull Object o) { - String json = ""; - try { - if (o instanceof Result.Failure) { - Result.Failure failure = (Result.Failure) o; - throw failure.exception; - } else { - Response response = (Response) o; - json = response.body().string(); - } - } catch (Throwable th) { - Log.e("ERROR", th.toString()); - } - } - } - ); - } -} \ No newline at end of file diff --git a/docs/examples/1.0.0-RC1/client-android/java/database/list-documents.md b/docs/examples/1.0.0-RC1/client-android/java/database/list-documents.md deleted file mode 100644 index 711aa412c0..0000000000 --- a/docs/examples/1.0.0-RC1/client-android/java/database/list-documents.md +++ /dev/null @@ -1,48 +0,0 @@ -import androidx.appcompat.app.AppCompatActivity -import android.os.Bundle -import kotlinx.coroutines.GlobalScope -import kotlinx.coroutines.launch -import io.appwrite.Client -import io.appwrite.services.Database - -public class MainActivity extends AppCompatActivity { - - @Override - protected void onCreate(Bundle savedInstanceState) { - super.onCreate(savedInstanceState); - setContentView(R.layout.activity_main); - - Client client = new Client(getApplicationContext()) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2"); // Your project ID - - Database database = new Database(client); - - database.listDocuments( - "[COLLECTION_ID]", - new Continuation() { - @NotNull - @Override - public CoroutineContext getContext() { - return EmptyCoroutineContext.INSTANCE; - } - - @Override - public void resumeWith(@NotNull Object o) { - String json = ""; - try { - if (o instanceof Result.Failure) { - Result.Failure failure = (Result.Failure) o; - throw failure.exception; - } else { - Response response = (Response) o; - json = response.body().string(); - } - } catch (Throwable th) { - Log.e("ERROR", th.toString()); - } - } - } - ); - } -} \ No newline at end of file diff --git a/docs/examples/1.0.0-RC1/client-android/java/database/update-document.md b/docs/examples/1.0.0-RC1/client-android/java/database/update-document.md deleted file mode 100644 index a14c91f48c..0000000000 --- a/docs/examples/1.0.0-RC1/client-android/java/database/update-document.md +++ /dev/null @@ -1,50 +0,0 @@ -import androidx.appcompat.app.AppCompatActivity -import android.os.Bundle -import kotlinx.coroutines.GlobalScope -import kotlinx.coroutines.launch -import io.appwrite.Client -import io.appwrite.services.Database - -public class MainActivity extends AppCompatActivity { - - @Override - protected void onCreate(Bundle savedInstanceState) { - super.onCreate(savedInstanceState); - setContentView(R.layout.activity_main); - - Client client = new Client(getApplicationContext()) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2"); // Your project ID - - Database database = new Database(client); - - database.updateDocument( - "[COLLECTION_ID]", - "[DOCUMENT_ID]", - mapOf( "a" to "b" ), - new Continuation() { - @NotNull - @Override - public CoroutineContext getContext() { - return EmptyCoroutineContext.INSTANCE; - } - - @Override - public void resumeWith(@NotNull Object o) { - String json = ""; - try { - if (o instanceof Result.Failure) { - Result.Failure failure = (Result.Failure) o; - throw failure.exception; - } else { - Response response = (Response) o; - json = response.body().string(); - } - } catch (Throwable th) { - Log.e("ERROR", th.toString()); - } - } - } - ); - } -} \ No newline at end of file diff --git a/docs/examples/1.0.0-RC1/client-android/kotlin/account/create-session.md b/docs/examples/1.0.0-RC1/client-android/kotlin/account/create-session.md deleted file mode 100644 index 4999232e5b..0000000000 --- a/docs/examples/1.0.0-RC1/client-android/kotlin/account/create-session.md +++ /dev/null @@ -1,27 +0,0 @@ -import androidx.appcompat.app.AppCompatActivity -import android.os.Bundle -import kotlinx.coroutines.GlobalScope -import kotlinx.coroutines.launch -import io.appwrite.Client -import io.appwrite.services.Account - -class MainActivity : AppCompatActivity() { - override fun onCreate(savedInstanceState: Bundle?) { - super.onCreate(savedInstanceState) - setContentView(R.layout.activity_main) - - val client = Client(applicationContext) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - - val account = Account(client) - - GlobalScope.launch { - val response = account.createSession( - email = "email@example.com", - password = "password" - ) - val json = response.body?.string() - } - } -} \ No newline at end of file diff --git a/docs/examples/1.0.0-RC1/client-android/kotlin/database/create-document.md b/docs/examples/1.0.0-RC1/client-android/kotlin/database/create-document.md deleted file mode 100644 index d207383e62..0000000000 --- a/docs/examples/1.0.0-RC1/client-android/kotlin/database/create-document.md +++ /dev/null @@ -1,28 +0,0 @@ -import androidx.appcompat.app.AppCompatActivity -import android.os.Bundle -import kotlinx.coroutines.GlobalScope -import kotlinx.coroutines.launch -import io.appwrite.Client -import io.appwrite.services.Database - -class MainActivity : AppCompatActivity() { - override fun onCreate(savedInstanceState: Bundle?) { - super.onCreate(savedInstanceState) - setContentView(R.layout.activity_main) - - val client = Client(applicationContext) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - - val database = Database(client) - - GlobalScope.launch { - val response = database.createDocument( - collectionId = "[COLLECTION_ID]", - documentId = "[DOCUMENT_ID]", - data = mapOf( "a" to "b" ), - ) - val json = response.body?.string() - } - } -} \ No newline at end of file diff --git a/docs/examples/1.0.0-RC1/client-android/kotlin/database/delete-document.md b/docs/examples/1.0.0-RC1/client-android/kotlin/database/delete-document.md deleted file mode 100644 index 49a85c8ebb..0000000000 --- a/docs/examples/1.0.0-RC1/client-android/kotlin/database/delete-document.md +++ /dev/null @@ -1,27 +0,0 @@ -import androidx.appcompat.app.AppCompatActivity -import android.os.Bundle -import kotlinx.coroutines.GlobalScope -import kotlinx.coroutines.launch -import io.appwrite.Client -import io.appwrite.services.Database - -class MainActivity : AppCompatActivity() { - override fun onCreate(savedInstanceState: Bundle?) { - super.onCreate(savedInstanceState) - setContentView(R.layout.activity_main) - - val client = Client(applicationContext) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - - val database = Database(client) - - GlobalScope.launch { - val response = database.deleteDocument( - collectionId = "[COLLECTION_ID]", - documentId = "[DOCUMENT_ID]" - ) - val json = response.body?.string() - } - } -} \ No newline at end of file diff --git a/docs/examples/1.0.0-RC1/client-android/kotlin/database/get-document.md b/docs/examples/1.0.0-RC1/client-android/kotlin/database/get-document.md deleted file mode 100644 index 3dd65c085d..0000000000 --- a/docs/examples/1.0.0-RC1/client-android/kotlin/database/get-document.md +++ /dev/null @@ -1,27 +0,0 @@ -import androidx.appcompat.app.AppCompatActivity -import android.os.Bundle -import kotlinx.coroutines.GlobalScope -import kotlinx.coroutines.launch -import io.appwrite.Client -import io.appwrite.services.Database - -class MainActivity : AppCompatActivity() { - override fun onCreate(savedInstanceState: Bundle?) { - super.onCreate(savedInstanceState) - setContentView(R.layout.activity_main) - - val client = Client(applicationContext) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - - val database = Database(client) - - GlobalScope.launch { - val response = database.getDocument( - collectionId = "[COLLECTION_ID]", - documentId = "[DOCUMENT_ID]" - ) - val json = response.body?.string() - } - } -} \ No newline at end of file diff --git a/docs/examples/1.0.0-RC1/client-android/kotlin/database/list-documents.md b/docs/examples/1.0.0-RC1/client-android/kotlin/database/list-documents.md deleted file mode 100644 index 65119819fd..0000000000 --- a/docs/examples/1.0.0-RC1/client-android/kotlin/database/list-documents.md +++ /dev/null @@ -1,26 +0,0 @@ -import androidx.appcompat.app.AppCompatActivity -import android.os.Bundle -import kotlinx.coroutines.GlobalScope -import kotlinx.coroutines.launch -import io.appwrite.Client -import io.appwrite.services.Database - -class MainActivity : AppCompatActivity() { - override fun onCreate(savedInstanceState: Bundle?) { - super.onCreate(savedInstanceState) - setContentView(R.layout.activity_main) - - val client = Client(applicationContext) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - - val database = Database(client) - - GlobalScope.launch { - val response = database.listDocuments( - collectionId = "[COLLECTION_ID]", - ) - val json = response.body?.string() - } - } -} \ No newline at end of file diff --git a/docs/examples/1.0.0-RC1/client-android/kotlin/database/update-document.md b/docs/examples/1.0.0-RC1/client-android/kotlin/database/update-document.md deleted file mode 100644 index e19ce4a994..0000000000 --- a/docs/examples/1.0.0-RC1/client-android/kotlin/database/update-document.md +++ /dev/null @@ -1,28 +0,0 @@ -import androidx.appcompat.app.AppCompatActivity -import android.os.Bundle -import kotlinx.coroutines.GlobalScope -import kotlinx.coroutines.launch -import io.appwrite.Client -import io.appwrite.services.Database - -class MainActivity : AppCompatActivity() { - override fun onCreate(savedInstanceState: Bundle?) { - super.onCreate(savedInstanceState) - setContentView(R.layout.activity_main) - - val client = Client(applicationContext) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - - val database = Database(client) - - GlobalScope.launch { - val response = database.updateDocument( - collectionId = "[COLLECTION_ID]", - documentId = "[DOCUMENT_ID]", - data = mapOf( "a" to "b" ), - ) - val json = response.body?.string() - } - } -} \ No newline at end of file diff --git a/docs/examples/1.0.0-RC1/client-web/examples/account/create-session.md b/docs/examples/1.0.0-RC1/client-web/examples/account/create-session.md deleted file mode 100644 index f41438306e..0000000000 --- a/docs/examples/1.0.0-RC1/client-web/examples/account/create-session.md +++ /dev/null @@ -1,14 +0,0 @@ -const sdk = new Appwrite(); - -sdk - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID -; - -let promise = sdk.account.createSession('email@example.com', 'password'); - -promise.then(function (response) { - console.log(response); // Success -}, function (error) { - console.log(error); // Failure -}); \ No newline at end of file diff --git a/docs/examples/1.0.0-RC1/client-web/examples/account/delete.md b/docs/examples/1.0.0-RC1/client-web/examples/account/delete.md deleted file mode 100644 index ad281d7a3c..0000000000 --- a/docs/examples/1.0.0-RC1/client-web/examples/account/delete.md +++ /dev/null @@ -1,14 +0,0 @@ -const sdk = new Appwrite(); - -sdk - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID -; - -let promise = sdk.account.delete(); - -promise.then(function (response) { - console.log(response); // Success -}, function (error) { - console.log(error); // Failure -}); \ No newline at end of file diff --git a/docs/examples/1.0.0-RC1/client-web/examples/database/create-document.md b/docs/examples/1.0.0-RC1/client-web/examples/database/create-document.md deleted file mode 100644 index 5f57b2fc3d..0000000000 --- a/docs/examples/1.0.0-RC1/client-web/examples/database/create-document.md +++ /dev/null @@ -1,14 +0,0 @@ -const sdk = new Appwrite(); - -sdk - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID -; - -let promise = sdk.database.createDocument('[COLLECTION_ID]', '[DOCUMENT_ID]', {}); - -promise.then(function (response) { - console.log(response); // Success -}, function (error) { - console.log(error); // Failure -}); \ No newline at end of file diff --git a/docs/examples/1.0.0-RC1/client-web/examples/database/delete-document.md b/docs/examples/1.0.0-RC1/client-web/examples/database/delete-document.md deleted file mode 100644 index 557662966d..0000000000 --- a/docs/examples/1.0.0-RC1/client-web/examples/database/delete-document.md +++ /dev/null @@ -1,14 +0,0 @@ -const sdk = new Appwrite(); - -sdk - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID -; - -let promise = sdk.database.deleteDocument('[COLLECTION_ID]', '[DOCUMENT_ID]'); - -promise.then(function (response) { - console.log(response); // Success -}, function (error) { - console.log(error); // Failure -}); \ No newline at end of file diff --git a/docs/examples/1.0.0-RC1/client-web/examples/database/get-document.md b/docs/examples/1.0.0-RC1/client-web/examples/database/get-document.md deleted file mode 100644 index 841157f551..0000000000 --- a/docs/examples/1.0.0-RC1/client-web/examples/database/get-document.md +++ /dev/null @@ -1,14 +0,0 @@ -const sdk = new Appwrite(); - -sdk - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID -; - -let promise = sdk.database.getDocument('[COLLECTION_ID]', '[DOCUMENT_ID]'); - -promise.then(function (response) { - console.log(response); // Success -}, function (error) { - console.log(error); // Failure -}); \ No newline at end of file diff --git a/docs/examples/1.0.0-RC1/client-web/examples/database/list-documents.md b/docs/examples/1.0.0-RC1/client-web/examples/database/list-documents.md deleted file mode 100644 index 620137cf8e..0000000000 --- a/docs/examples/1.0.0-RC1/client-web/examples/database/list-documents.md +++ /dev/null @@ -1,14 +0,0 @@ -const sdk = new Appwrite(); - -sdk - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID -; - -let promise = sdk.database.listDocuments('[COLLECTION_ID]'); - -promise.then(function (response) { - console.log(response); // Success -}, function (error) { - console.log(error); // Failure -}); \ No newline at end of file diff --git a/docs/examples/1.0.0-RC1/client-web/examples/database/update-document.md b/docs/examples/1.0.0-RC1/client-web/examples/database/update-document.md deleted file mode 100644 index b07b2ecac1..0000000000 --- a/docs/examples/1.0.0-RC1/client-web/examples/database/update-document.md +++ /dev/null @@ -1,14 +0,0 @@ -const sdk = new Appwrite(); - -sdk - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID -; - -let promise = sdk.database.updateDocument('[COLLECTION_ID]', '[DOCUMENT_ID]', {}); - -promise.then(function (response) { - console.log(response); // Success -}, function (error) { - console.log(error); // Failure -}); \ No newline at end of file diff --git a/docs/examples/1.0.0-RC1/console-cli/examples/functions/create.md b/docs/examples/1.0.0-RC1/console-cli/examples/functions/create.md deleted file mode 100644 index a82cbc9b8f..0000000000 --- a/docs/examples/1.0.0-RC1/console-cli/examples/functions/create.md +++ /dev/null @@ -1,8 +0,0 @@ -appwrite functions create \ - --functionId [FUNCTION_ID] \ - --name [NAME] \ - --execute "any" \ - --runtime node-14.5 \ - - - diff --git a/docs/examples/1.0.0-RC1/console-cli/examples/functions/list-variables.md b/docs/examples/1.0.0-RC1/console-cli/examples/functions/list-variables.md deleted file mode 100644 index d8c4920afc..0000000000 --- a/docs/examples/1.0.0-RC1/console-cli/examples/functions/list-variables.md +++ /dev/null @@ -1,4 +0,0 @@ -appwrite functions listVariables \ - --functionId [FUNCTION_ID] \ - - diff --git a/docs/examples/1.0.0-RC1/console-cli/examples/functions/update.md b/docs/examples/1.0.0-RC1/console-cli/examples/functions/update.md deleted file mode 100644 index 06b77e8db2..0000000000 --- a/docs/examples/1.0.0-RC1/console-cli/examples/functions/update.md +++ /dev/null @@ -1,7 +0,0 @@ -appwrite functions update \ - --functionId [FUNCTION_ID] \ - --name [NAME] \ - --execute "any" \ - - - diff --git a/docs/examples/1.0.0-RC1/console-web/examples/account/create-session.md b/docs/examples/1.0.0-RC1/console-web/examples/account/create-session.md deleted file mode 100644 index f41438306e..0000000000 --- a/docs/examples/1.0.0-RC1/console-web/examples/account/create-session.md +++ /dev/null @@ -1,14 +0,0 @@ -const sdk = new Appwrite(); - -sdk - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID -; - -let promise = sdk.account.createSession('email@example.com', 'password'); - -promise.then(function (response) { - console.log(response); // Success -}, function (error) { - console.log(error); // Failure -}); \ No newline at end of file diff --git a/docs/examples/1.0.0-RC1/console-web/examples/account/delete.md b/docs/examples/1.0.0-RC1/console-web/examples/account/delete.md deleted file mode 100644 index ad281d7a3c..0000000000 --- a/docs/examples/1.0.0-RC1/console-web/examples/account/delete.md +++ /dev/null @@ -1,14 +0,0 @@ -const sdk = new Appwrite(); - -sdk - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID -; - -let promise = sdk.account.delete(); - -promise.then(function (response) { - console.log(response); // Success -}, function (error) { - console.log(error); // Failure -}); \ No newline at end of file diff --git a/docs/examples/1.0.0-RC1/console-web/examples/database/create-boolean-attribute.md b/docs/examples/1.0.0-RC1/console-web/examples/database/create-boolean-attribute.md deleted file mode 100644 index cfa1ea0e8d..0000000000 --- a/docs/examples/1.0.0-RC1/console-web/examples/database/create-boolean-attribute.md +++ /dev/null @@ -1,14 +0,0 @@ -const sdk = new Appwrite(); - -sdk - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID -; - -let promise = sdk.database.createBooleanAttribute('[COLLECTION_ID]', '', false); - -promise.then(function (response) { - console.log(response); // Success -}, function (error) { - console.log(error); // Failure -}); \ No newline at end of file diff --git a/docs/examples/1.0.0-RC1/console-web/examples/database/create-collection.md b/docs/examples/1.0.0-RC1/console-web/examples/database/create-collection.md deleted file mode 100644 index c4add41814..0000000000 --- a/docs/examples/1.0.0-RC1/console-web/examples/database/create-collection.md +++ /dev/null @@ -1,14 +0,0 @@ -const sdk = new Appwrite(); - -sdk - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID -; - -let promise = sdk.database.createCollection('[COLLECTION_ID]', '[NAME]', 'document', ["role:all"], ["role:all"]); - -promise.then(function (response) { - console.log(response); // Success -}, function (error) { - console.log(error); // Failure -}); \ No newline at end of file diff --git a/docs/examples/1.0.0-RC1/console-web/examples/database/create-document.md b/docs/examples/1.0.0-RC1/console-web/examples/database/create-document.md deleted file mode 100644 index 5f57b2fc3d..0000000000 --- a/docs/examples/1.0.0-RC1/console-web/examples/database/create-document.md +++ /dev/null @@ -1,14 +0,0 @@ -const sdk = new Appwrite(); - -sdk - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID -; - -let promise = sdk.database.createDocument('[COLLECTION_ID]', '[DOCUMENT_ID]', {}); - -promise.then(function (response) { - console.log(response); // Success -}, function (error) { - console.log(error); // Failure -}); \ No newline at end of file diff --git a/docs/examples/1.0.0-RC1/console-web/examples/database/create-email-attribute.md b/docs/examples/1.0.0-RC1/console-web/examples/database/create-email-attribute.md deleted file mode 100644 index c6dc762917..0000000000 --- a/docs/examples/1.0.0-RC1/console-web/examples/database/create-email-attribute.md +++ /dev/null @@ -1,14 +0,0 @@ -const sdk = new Appwrite(); - -sdk - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID -; - -let promise = sdk.database.createEmailAttribute('[COLLECTION_ID]', '', false); - -promise.then(function (response) { - console.log(response); // Success -}, function (error) { - console.log(error); // Failure -}); \ No newline at end of file diff --git a/docs/examples/1.0.0-RC1/console-web/examples/database/create-enum-attribute.md b/docs/examples/1.0.0-RC1/console-web/examples/database/create-enum-attribute.md deleted file mode 100644 index e1d8146d3d..0000000000 --- a/docs/examples/1.0.0-RC1/console-web/examples/database/create-enum-attribute.md +++ /dev/null @@ -1,14 +0,0 @@ -const sdk = new Appwrite(); - -sdk - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID -; - -let promise = sdk.database.createEnumAttribute('[COLLECTION_ID]', '', [], false); - -promise.then(function (response) { - console.log(response); // Success -}, function (error) { - console.log(error); // Failure -}); \ No newline at end of file diff --git a/docs/examples/1.0.0-RC1/console-web/examples/database/create-float-attribute.md b/docs/examples/1.0.0-RC1/console-web/examples/database/create-float-attribute.md deleted file mode 100644 index 302a6fdfa3..0000000000 --- a/docs/examples/1.0.0-RC1/console-web/examples/database/create-float-attribute.md +++ /dev/null @@ -1,14 +0,0 @@ -const sdk = new Appwrite(); - -sdk - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID -; - -let promise = sdk.database.createFloatAttribute('[COLLECTION_ID]', '', false); - -promise.then(function (response) { - console.log(response); // Success -}, function (error) { - console.log(error); // Failure -}); \ No newline at end of file diff --git a/docs/examples/1.0.0-RC1/console-web/examples/database/create-index.md b/docs/examples/1.0.0-RC1/console-web/examples/database/create-index.md deleted file mode 100644 index 4dc3b43fef..0000000000 --- a/docs/examples/1.0.0-RC1/console-web/examples/database/create-index.md +++ /dev/null @@ -1,14 +0,0 @@ -const sdk = new Appwrite(); - -sdk - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID -; - -let promise = sdk.database.createIndex('[COLLECTION_ID]', '', 'key', []); - -promise.then(function (response) { - console.log(response); // Success -}, function (error) { - console.log(error); // Failure -}); \ No newline at end of file diff --git a/docs/examples/1.0.0-RC1/console-web/examples/database/create-integer-attribute.md b/docs/examples/1.0.0-RC1/console-web/examples/database/create-integer-attribute.md deleted file mode 100644 index e9d50a2525..0000000000 --- a/docs/examples/1.0.0-RC1/console-web/examples/database/create-integer-attribute.md +++ /dev/null @@ -1,14 +0,0 @@ -const sdk = new Appwrite(); - -sdk - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID -; - -let promise = sdk.database.createIntegerAttribute('[COLLECTION_ID]', '', false); - -promise.then(function (response) { - console.log(response); // Success -}, function (error) { - console.log(error); // Failure -}); \ No newline at end of file diff --git a/docs/examples/1.0.0-RC1/console-web/examples/database/create-ip-attribute.md b/docs/examples/1.0.0-RC1/console-web/examples/database/create-ip-attribute.md deleted file mode 100644 index 62fad8c742..0000000000 --- a/docs/examples/1.0.0-RC1/console-web/examples/database/create-ip-attribute.md +++ /dev/null @@ -1,14 +0,0 @@ -const sdk = new Appwrite(); - -sdk - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID -; - -let promise = sdk.database.createIpAttribute('[COLLECTION_ID]', '', false); - -promise.then(function (response) { - console.log(response); // Success -}, function (error) { - console.log(error); // Failure -}); \ No newline at end of file diff --git a/docs/examples/1.0.0-RC1/console-web/examples/database/create-string-attribute.md b/docs/examples/1.0.0-RC1/console-web/examples/database/create-string-attribute.md deleted file mode 100644 index 2a5b6169fd..0000000000 --- a/docs/examples/1.0.0-RC1/console-web/examples/database/create-string-attribute.md +++ /dev/null @@ -1,14 +0,0 @@ -const sdk = new Appwrite(); - -sdk - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID -; - -let promise = sdk.database.createStringAttribute('[COLLECTION_ID]', '', 1, false); - -promise.then(function (response) { - console.log(response); // Success -}, function (error) { - console.log(error); // Failure -}); \ No newline at end of file diff --git a/docs/examples/1.0.0-RC1/console-web/examples/database/create-url-attribute.md b/docs/examples/1.0.0-RC1/console-web/examples/database/create-url-attribute.md deleted file mode 100644 index e95c5f0a72..0000000000 --- a/docs/examples/1.0.0-RC1/console-web/examples/database/create-url-attribute.md +++ /dev/null @@ -1,14 +0,0 @@ -const sdk = new Appwrite(); - -sdk - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID -; - -let promise = sdk.database.createUrlAttribute('[COLLECTION_ID]', '', false); - -promise.then(function (response) { - console.log(response); // Success -}, function (error) { - console.log(error); // Failure -}); \ No newline at end of file diff --git a/docs/examples/1.0.0-RC1/console-web/examples/database/delete-attribute.md b/docs/examples/1.0.0-RC1/console-web/examples/database/delete-attribute.md deleted file mode 100644 index 574137390b..0000000000 --- a/docs/examples/1.0.0-RC1/console-web/examples/database/delete-attribute.md +++ /dev/null @@ -1,14 +0,0 @@ -const sdk = new Appwrite(); - -sdk - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID -; - -let promise = sdk.database.deleteAttribute('[COLLECTION_ID]', ''); - -promise.then(function (response) { - console.log(response); // Success -}, function (error) { - console.log(error); // Failure -}); \ No newline at end of file diff --git a/docs/examples/1.0.0-RC1/console-web/examples/database/delete-collection.md b/docs/examples/1.0.0-RC1/console-web/examples/database/delete-collection.md deleted file mode 100644 index 94ff0a6f06..0000000000 --- a/docs/examples/1.0.0-RC1/console-web/examples/database/delete-collection.md +++ /dev/null @@ -1,14 +0,0 @@ -const sdk = new Appwrite(); - -sdk - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID -; - -let promise = sdk.database.deleteCollection('[COLLECTION_ID]'); - -promise.then(function (response) { - console.log(response); // Success -}, function (error) { - console.log(error); // Failure -}); \ No newline at end of file diff --git a/docs/examples/1.0.0-RC1/console-web/examples/database/delete-document.md b/docs/examples/1.0.0-RC1/console-web/examples/database/delete-document.md deleted file mode 100644 index 557662966d..0000000000 --- a/docs/examples/1.0.0-RC1/console-web/examples/database/delete-document.md +++ /dev/null @@ -1,14 +0,0 @@ -const sdk = new Appwrite(); - -sdk - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID -; - -let promise = sdk.database.deleteDocument('[COLLECTION_ID]', '[DOCUMENT_ID]'); - -promise.then(function (response) { - console.log(response); // Success -}, function (error) { - console.log(error); // Failure -}); \ No newline at end of file diff --git a/docs/examples/1.0.0-RC1/console-web/examples/database/delete-index.md b/docs/examples/1.0.0-RC1/console-web/examples/database/delete-index.md deleted file mode 100644 index 0ffb7b626b..0000000000 --- a/docs/examples/1.0.0-RC1/console-web/examples/database/delete-index.md +++ /dev/null @@ -1,14 +0,0 @@ -const sdk = new Appwrite(); - -sdk - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID -; - -let promise = sdk.database.deleteIndex('[COLLECTION_ID]', ''); - -promise.then(function (response) { - console.log(response); // Success -}, function (error) { - console.log(error); // Failure -}); \ No newline at end of file diff --git a/docs/examples/1.0.0-RC1/console-web/examples/database/get-attribute.md b/docs/examples/1.0.0-RC1/console-web/examples/database/get-attribute.md deleted file mode 100644 index 38f96614e1..0000000000 --- a/docs/examples/1.0.0-RC1/console-web/examples/database/get-attribute.md +++ /dev/null @@ -1,14 +0,0 @@ -const sdk = new Appwrite(); - -sdk - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID -; - -let promise = sdk.database.getAttribute('[COLLECTION_ID]', ''); - -promise.then(function (response) { - console.log(response); // Success -}, function (error) { - console.log(error); // Failure -}); \ No newline at end of file diff --git a/docs/examples/1.0.0-RC1/console-web/examples/database/get-collection-usage.md b/docs/examples/1.0.0-RC1/console-web/examples/database/get-collection-usage.md deleted file mode 100644 index 80bb7a8acd..0000000000 --- a/docs/examples/1.0.0-RC1/console-web/examples/database/get-collection-usage.md +++ /dev/null @@ -1,14 +0,0 @@ -const sdk = new Appwrite(); - -sdk - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID -; - -let promise = sdk.database.getCollectionUsage('[COLLECTION_ID]'); - -promise.then(function (response) { - console.log(response); // Success -}, function (error) { - console.log(error); // Failure -}); \ No newline at end of file diff --git a/docs/examples/1.0.0-RC1/console-web/examples/database/get-collection.md b/docs/examples/1.0.0-RC1/console-web/examples/database/get-collection.md deleted file mode 100644 index 4180a5c7db..0000000000 --- a/docs/examples/1.0.0-RC1/console-web/examples/database/get-collection.md +++ /dev/null @@ -1,14 +0,0 @@ -const sdk = new Appwrite(); - -sdk - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID -; - -let promise = sdk.database.getCollection('[COLLECTION_ID]'); - -promise.then(function (response) { - console.log(response); // Success -}, function (error) { - console.log(error); // Failure -}); \ No newline at end of file diff --git a/docs/examples/1.0.0-RC1/console-web/examples/database/get-document.md b/docs/examples/1.0.0-RC1/console-web/examples/database/get-document.md deleted file mode 100644 index 841157f551..0000000000 --- a/docs/examples/1.0.0-RC1/console-web/examples/database/get-document.md +++ /dev/null @@ -1,14 +0,0 @@ -const sdk = new Appwrite(); - -sdk - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID -; - -let promise = sdk.database.getDocument('[COLLECTION_ID]', '[DOCUMENT_ID]'); - -promise.then(function (response) { - console.log(response); // Success -}, function (error) { - console.log(error); // Failure -}); \ No newline at end of file diff --git a/docs/examples/1.0.0-RC1/console-web/examples/database/get-index.md b/docs/examples/1.0.0-RC1/console-web/examples/database/get-index.md deleted file mode 100644 index 1994f9c8a3..0000000000 --- a/docs/examples/1.0.0-RC1/console-web/examples/database/get-index.md +++ /dev/null @@ -1,14 +0,0 @@ -const sdk = new Appwrite(); - -sdk - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID -; - -let promise = sdk.database.getIndex('[COLLECTION_ID]', ''); - -promise.then(function (response) { - console.log(response); // Success -}, function (error) { - console.log(error); // Failure -}); \ No newline at end of file diff --git a/docs/examples/1.0.0-RC1/console-web/examples/database/get-usage.md b/docs/examples/1.0.0-RC1/console-web/examples/database/get-usage.md deleted file mode 100644 index 1e4316ac62..0000000000 --- a/docs/examples/1.0.0-RC1/console-web/examples/database/get-usage.md +++ /dev/null @@ -1,14 +0,0 @@ -const sdk = new Appwrite(); - -sdk - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID -; - -let promise = sdk.database.getUsage(); - -promise.then(function (response) { - console.log(response); // Success -}, function (error) { - console.log(error); // Failure -}); \ No newline at end of file diff --git a/docs/examples/1.0.0-RC1/console-web/examples/database/list-attributes.md b/docs/examples/1.0.0-RC1/console-web/examples/database/list-attributes.md deleted file mode 100644 index e05c5e778f..0000000000 --- a/docs/examples/1.0.0-RC1/console-web/examples/database/list-attributes.md +++ /dev/null @@ -1,14 +0,0 @@ -const sdk = new Appwrite(); - -sdk - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID -; - -let promise = sdk.database.listAttributes('[COLLECTION_ID]'); - -promise.then(function (response) { - console.log(response); // Success -}, function (error) { - console.log(error); // Failure -}); \ No newline at end of file diff --git a/docs/examples/1.0.0-RC1/console-web/examples/database/list-collection-logs.md b/docs/examples/1.0.0-RC1/console-web/examples/database/list-collection-logs.md deleted file mode 100644 index 536b1c698b..0000000000 --- a/docs/examples/1.0.0-RC1/console-web/examples/database/list-collection-logs.md +++ /dev/null @@ -1,14 +0,0 @@ -const sdk = new Appwrite(); - -sdk - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID -; - -let promise = sdk.database.listCollectionLogs('[COLLECTION_ID]'); - -promise.then(function (response) { - console.log(response); // Success -}, function (error) { - console.log(error); // Failure -}); \ No newline at end of file diff --git a/docs/examples/1.0.0-RC1/console-web/examples/database/list-collections.md b/docs/examples/1.0.0-RC1/console-web/examples/database/list-collections.md deleted file mode 100644 index d06151dcee..0000000000 --- a/docs/examples/1.0.0-RC1/console-web/examples/database/list-collections.md +++ /dev/null @@ -1,14 +0,0 @@ -const sdk = new Appwrite(); - -sdk - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID -; - -let promise = sdk.database.listCollections(); - -promise.then(function (response) { - console.log(response); // Success -}, function (error) { - console.log(error); // Failure -}); \ No newline at end of file diff --git a/docs/examples/1.0.0-RC1/console-web/examples/database/list-document-logs.md b/docs/examples/1.0.0-RC1/console-web/examples/database/list-document-logs.md deleted file mode 100644 index 761328157c..0000000000 --- a/docs/examples/1.0.0-RC1/console-web/examples/database/list-document-logs.md +++ /dev/null @@ -1,14 +0,0 @@ -const sdk = new Appwrite(); - -sdk - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID -; - -let promise = sdk.database.listDocumentLogs('[COLLECTION_ID]', '[DOCUMENT_ID]'); - -promise.then(function (response) { - console.log(response); // Success -}, function (error) { - console.log(error); // Failure -}); \ No newline at end of file diff --git a/docs/examples/1.0.0-RC1/console-web/examples/database/list-documents.md b/docs/examples/1.0.0-RC1/console-web/examples/database/list-documents.md deleted file mode 100644 index 620137cf8e..0000000000 --- a/docs/examples/1.0.0-RC1/console-web/examples/database/list-documents.md +++ /dev/null @@ -1,14 +0,0 @@ -const sdk = new Appwrite(); - -sdk - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID -; - -let promise = sdk.database.listDocuments('[COLLECTION_ID]'); - -promise.then(function (response) { - console.log(response); // Success -}, function (error) { - console.log(error); // Failure -}); \ No newline at end of file diff --git a/docs/examples/1.0.0-RC1/console-web/examples/database/list-indexes.md b/docs/examples/1.0.0-RC1/console-web/examples/database/list-indexes.md deleted file mode 100644 index 4d755d929b..0000000000 --- a/docs/examples/1.0.0-RC1/console-web/examples/database/list-indexes.md +++ /dev/null @@ -1,14 +0,0 @@ -const sdk = new Appwrite(); - -sdk - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID -; - -let promise = sdk.database.listIndexes('[COLLECTION_ID]'); - -promise.then(function (response) { - console.log(response); // Success -}, function (error) { - console.log(error); // Failure -}); \ No newline at end of file diff --git a/docs/examples/1.0.0-RC1/console-web/examples/database/update-collection.md b/docs/examples/1.0.0-RC1/console-web/examples/database/update-collection.md deleted file mode 100644 index efca04d443..0000000000 --- a/docs/examples/1.0.0-RC1/console-web/examples/database/update-collection.md +++ /dev/null @@ -1,14 +0,0 @@ -const sdk = new Appwrite(); - -sdk - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID -; - -let promise = sdk.database.updateCollection('[COLLECTION_ID]', '[NAME]', 'document'); - -promise.then(function (response) { - console.log(response); // Success -}, function (error) { - console.log(error); // Failure -}); \ No newline at end of file diff --git a/docs/examples/1.0.0-RC1/console-web/examples/database/update-document.md b/docs/examples/1.0.0-RC1/console-web/examples/database/update-document.md deleted file mode 100644 index b07b2ecac1..0000000000 --- a/docs/examples/1.0.0-RC1/console-web/examples/database/update-document.md +++ /dev/null @@ -1,14 +0,0 @@ -const sdk = new Appwrite(); - -sdk - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID -; - -let promise = sdk.database.updateDocument('[COLLECTION_ID]', '[DOCUMENT_ID]', {}); - -promise.then(function (response) { - console.log(response); // Success -}, function (error) { - console.log(error); // Failure -}); \ No newline at end of file diff --git a/docs/examples/1.0.0-RC1/console-web/examples/health/get-queue-usage.md b/docs/examples/1.0.0-RC1/console-web/examples/health/get-queue-usage.md deleted file mode 100644 index b59d11b62b..0000000000 --- a/docs/examples/1.0.0-RC1/console-web/examples/health/get-queue-usage.md +++ /dev/null @@ -1,14 +0,0 @@ -const sdk = new Appwrite(); - -sdk - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID -; - -let promise = sdk.health.getQueueUsage(); - -promise.then(function (response) { - console.log(response); // Success -}, function (error) { - console.log(error); // Failure -}); \ No newline at end of file diff --git a/docs/examples/1.0.0-RC1/console-web/examples/users/update-verification.md b/docs/examples/1.0.0-RC1/console-web/examples/users/update-verification.md deleted file mode 100644 index a07f9e8433..0000000000 --- a/docs/examples/1.0.0-RC1/console-web/examples/users/update-verification.md +++ /dev/null @@ -1,14 +0,0 @@ -const sdk = new Appwrite(); - -sdk - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID -; - -let promise = sdk.users.updateVerification('[USER_ID]', false); - -promise.then(function (response) { - console.log(response); // Success -}, function (error) { - console.log(error); // Failure -}); \ No newline at end of file diff --git a/docs/examples/1.0.0-RC1/server-kotlin/java/functions/list-variables.md b/docs/examples/1.0.0-RC1/server-kotlin/java/functions/list-variables.md deleted file mode 100644 index e535e3933d..0000000000 --- a/docs/examples/1.0.0-RC1/server-kotlin/java/functions/list-variables.md +++ /dev/null @@ -1,36 +0,0 @@ -import io.appwrite.Client -import io.appwrite.services.Functions - -public void main() { - Client client = Client(context) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2"); // Your secret API key - - Functions functions = new Functions(client); - functions.listVariables( - functionId = "[FUNCTION_ID]", - new Continuation() { - @NotNull - @Override - public CoroutineContext getContext() { - return EmptyCoroutineContext.INSTANCE; - } - - @Override - public void resumeWith(@NotNull Object o) { - String json = ""; - try { - if (o instanceof Result.Failure) { - Result.Failure failure = (Result.Failure) o; - throw failure.exception; - } else { - Response response = (Response) o; - } - } catch (Throwable th) { - Log.e("ERROR", th.toString()); - } - } - } - ); -} \ No newline at end of file diff --git a/docs/examples/1.0.0-RC1/server-kotlin/kotlin/functions/list-variables.md b/docs/examples/1.0.0-RC1/server-kotlin/kotlin/functions/list-variables.md deleted file mode 100644 index 11adf92db4..0000000000 --- a/docs/examples/1.0.0-RC1/server-kotlin/kotlin/functions/list-variables.md +++ /dev/null @@ -1,15 +0,0 @@ -import io.appwrite.Client -import io.appwrite.services.Functions - -suspend fun main() { - val client = Client(context) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2") // Your secret API key - - val functions = Functions(client) - val response = functions.listVariables( - functionId = "[FUNCTION_ID]", - ) - val json = response.body?.string() -} \ No newline at end of file diff --git a/docs/examples/1.0.0-RC1/server-ruby/examples/account/create-recovery.md b/docs/examples/1.0.0-RC1/server-ruby/examples/account/create-recovery.md deleted file mode 100644 index e8d2e55435..0000000000 --- a/docs/examples/1.0.0-RC1/server-ruby/examples/account/create-recovery.md +++ /dev/null @@ -1,14 +0,0 @@ -require 'appwrite' - -client = Appwrite::Client.new - -client - .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint - .set_project('5df5acd0d48c2') # Your project ID - .set_jwt('eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ...') # Your secret JSON Web Token - -account = Appwrite::Account.new(client) - -response = account.create_recovery(email: 'email@example.com', url: 'https://example.com') - -puts response.inspect \ No newline at end of file diff --git a/docs/examples/1.0.0-RC1/server-ruby/examples/account/create-verification.md b/docs/examples/1.0.0-RC1/server-ruby/examples/account/create-verification.md deleted file mode 100644 index e2793d190f..0000000000 --- a/docs/examples/1.0.0-RC1/server-ruby/examples/account/create-verification.md +++ /dev/null @@ -1,14 +0,0 @@ -require 'appwrite' - -client = Appwrite::Client.new - -client - .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint - .set_project('5df5acd0d48c2') # Your project ID - .set_jwt('eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ...') # Your secret JSON Web Token - -account = Appwrite::Account.new(client) - -response = account.create_verification(url: 'https://example.com') - -puts response.inspect \ No newline at end of file diff --git a/docs/examples/1.0.0-RC1/server-ruby/examples/account/delete-session.md b/docs/examples/1.0.0-RC1/server-ruby/examples/account/delete-session.md deleted file mode 100644 index 31eb776cb1..0000000000 --- a/docs/examples/1.0.0-RC1/server-ruby/examples/account/delete-session.md +++ /dev/null @@ -1,14 +0,0 @@ -require 'appwrite' - -client = Appwrite::Client.new - -client - .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint - .set_project('5df5acd0d48c2') # Your project ID - .set_jwt('eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ...') # Your secret JSON Web Token - -account = Appwrite::Account.new(client) - -response = account.delete_session(session_id: '[SESSION_ID]') - -puts response.inspect \ No newline at end of file diff --git a/docs/examples/1.0.0-RC1/server-ruby/examples/account/delete-sessions.md b/docs/examples/1.0.0-RC1/server-ruby/examples/account/delete-sessions.md deleted file mode 100644 index b2cd8719bb..0000000000 --- a/docs/examples/1.0.0-RC1/server-ruby/examples/account/delete-sessions.md +++ /dev/null @@ -1,14 +0,0 @@ -require 'appwrite' - -client = Appwrite::Client.new - -client - .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint - .set_project('5df5acd0d48c2') # Your project ID - .set_jwt('eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ...') # Your secret JSON Web Token - -account = Appwrite::Account.new(client) - -response = account.delete_sessions() - -puts response.inspect \ No newline at end of file diff --git a/docs/examples/1.0.0-RC1/server-ruby/examples/account/get-prefs.md b/docs/examples/1.0.0-RC1/server-ruby/examples/account/get-prefs.md deleted file mode 100644 index 399b02f84e..0000000000 --- a/docs/examples/1.0.0-RC1/server-ruby/examples/account/get-prefs.md +++ /dev/null @@ -1,14 +0,0 @@ -require 'appwrite' - -client = Appwrite::Client.new - -client - .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint - .set_project('5df5acd0d48c2') # Your project ID - .set_jwt('eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ...') # Your secret JSON Web Token - -account = Appwrite::Account.new(client) - -response = account.get_prefs() - -puts response.inspect \ No newline at end of file diff --git a/docs/examples/1.0.0-RC1/server-ruby/examples/account/get-session.md b/docs/examples/1.0.0-RC1/server-ruby/examples/account/get-session.md deleted file mode 100644 index c5da75976e..0000000000 --- a/docs/examples/1.0.0-RC1/server-ruby/examples/account/get-session.md +++ /dev/null @@ -1,14 +0,0 @@ -require 'appwrite' - -client = Appwrite::Client.new - -client - .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint - .set_project('5df5acd0d48c2') # Your project ID - .set_jwt('eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ...') # Your secret JSON Web Token - -account = Appwrite::Account.new(client) - -response = account.get_session(session_id: '[SESSION_ID]') - -puts response.inspect \ No newline at end of file diff --git a/docs/examples/1.0.0-RC1/server-ruby/examples/account/get.md b/docs/examples/1.0.0-RC1/server-ruby/examples/account/get.md deleted file mode 100644 index 15feca12b5..0000000000 --- a/docs/examples/1.0.0-RC1/server-ruby/examples/account/get.md +++ /dev/null @@ -1,14 +0,0 @@ -require 'appwrite' - -client = Appwrite::Client.new - -client - .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint - .set_project('5df5acd0d48c2') # Your project ID - .set_jwt('eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ...') # Your secret JSON Web Token - -account = Appwrite::Account.new(client) - -response = account.get() - -puts response.inspect \ No newline at end of file diff --git a/docs/examples/1.0.0-RC1/server-ruby/examples/avatars/get-browser.md b/docs/examples/1.0.0-RC1/server-ruby/examples/avatars/get-browser.md deleted file mode 100644 index e339445186..0000000000 --- a/docs/examples/1.0.0-RC1/server-ruby/examples/avatars/get-browser.md +++ /dev/null @@ -1,14 +0,0 @@ -require 'appwrite' - -client = Appwrite::Client.new - -client - .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint - .set_project('5df5acd0d48c2') # Your project ID - .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key - -avatars = Appwrite::Avatars.new(client) - -response = avatars.get_browser(code: 'aa') - -puts response.inspect \ No newline at end of file diff --git a/docs/examples/1.0.0-RC1/server-ruby/examples/avatars/get-favicon.md b/docs/examples/1.0.0-RC1/server-ruby/examples/avatars/get-favicon.md deleted file mode 100644 index 3b3d14ab1d..0000000000 --- a/docs/examples/1.0.0-RC1/server-ruby/examples/avatars/get-favicon.md +++ /dev/null @@ -1,14 +0,0 @@ -require 'appwrite' - -client = Appwrite::Client.new - -client - .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint - .set_project('5df5acd0d48c2') # Your project ID - .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key - -avatars = Appwrite::Avatars.new(client) - -response = avatars.get_favicon(url: 'https://example.com') - -puts response.inspect \ No newline at end of file diff --git a/docs/examples/1.0.0-RC1/server-ruby/examples/avatars/get-flag.md b/docs/examples/1.0.0-RC1/server-ruby/examples/avatars/get-flag.md deleted file mode 100644 index 37a0bc8577..0000000000 --- a/docs/examples/1.0.0-RC1/server-ruby/examples/avatars/get-flag.md +++ /dev/null @@ -1,14 +0,0 @@ -require 'appwrite' - -client = Appwrite::Client.new - -client - .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint - .set_project('5df5acd0d48c2') # Your project ID - .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key - -avatars = Appwrite::Avatars.new(client) - -response = avatars.get_flag(code: 'af') - -puts response.inspect \ No newline at end of file diff --git a/docs/examples/1.0.0-RC1/server-ruby/examples/avatars/get-image.md b/docs/examples/1.0.0-RC1/server-ruby/examples/avatars/get-image.md deleted file mode 100644 index 251573ece7..0000000000 --- a/docs/examples/1.0.0-RC1/server-ruby/examples/avatars/get-image.md +++ /dev/null @@ -1,14 +0,0 @@ -require 'appwrite' - -client = Appwrite::Client.new - -client - .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint - .set_project('5df5acd0d48c2') # Your project ID - .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key - -avatars = Appwrite::Avatars.new(client) - -response = avatars.get_image(url: 'https://example.com') - -puts response.inspect \ No newline at end of file diff --git a/docs/examples/1.0.0-RC1/server-ruby/examples/avatars/get-initials.md b/docs/examples/1.0.0-RC1/server-ruby/examples/avatars/get-initials.md deleted file mode 100644 index 6e30f179d9..0000000000 --- a/docs/examples/1.0.0-RC1/server-ruby/examples/avatars/get-initials.md +++ /dev/null @@ -1,14 +0,0 @@ -require 'appwrite' - -client = Appwrite::Client.new - -client - .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint - .set_project('5df5acd0d48c2') # Your project ID - .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key - -avatars = Appwrite::Avatars.new(client) - -response = avatars.get_initials() - -puts response.inspect \ No newline at end of file diff --git a/docs/examples/1.0.0-RC1/server-ruby/examples/databases/delete-document.md b/docs/examples/1.0.0-RC1/server-ruby/examples/databases/delete-document.md deleted file mode 100644 index d982179603..0000000000 --- a/docs/examples/1.0.0-RC1/server-ruby/examples/databases/delete-document.md +++ /dev/null @@ -1,14 +0,0 @@ -require 'appwrite' - -client = Appwrite::Client.new - -client - .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint - .set_project('5df5acd0d48c2') # Your project ID - .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key - -databases = Appwrite::Databases.new(client) - -response = databases.delete_document(database_id: '[DATABASE_ID]', collection_id: '[COLLECTION_ID]', document_id: '[DOCUMENT_ID]') - -puts response.inspect \ No newline at end of file diff --git a/docs/examples/1.0.0-RC1/server-ruby/examples/functions/create.md b/docs/examples/1.0.0-RC1/server-ruby/examples/functions/create.md deleted file mode 100644 index 3d00ad60ac..0000000000 --- a/docs/examples/1.0.0-RC1/server-ruby/examples/functions/create.md +++ /dev/null @@ -1,14 +0,0 @@ -require 'appwrite' - -client = Appwrite::Client.new - -client - .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint - .set_project('5df5acd0d48c2') # Your project ID - .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key - -functions = Appwrite::Functions.new(client) - -response = functions.create(function_id: '[FUNCTION_ID]', name: '[NAME]', execute: ["any"], runtime: 'node-14.5') - -puts response.inspect \ No newline at end of file diff --git a/docs/examples/1.0.0-RC1/server-ruby/examples/functions/update.md b/docs/examples/1.0.0-RC1/server-ruby/examples/functions/update.md deleted file mode 100644 index dab3656ccb..0000000000 --- a/docs/examples/1.0.0-RC1/server-ruby/examples/functions/update.md +++ /dev/null @@ -1,14 +0,0 @@ -require 'appwrite' - -client = Appwrite::Client.new - -client - .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint - .set_project('5df5acd0d48c2') # Your project ID - .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key - -functions = Appwrite::Functions.new(client) - -response = functions.update(function_id: '[FUNCTION_ID]', name: '[NAME]', execute: ["any"]) - -puts response.inspect \ No newline at end of file diff --git a/docs/examples/1.0.0-RC1/server-ruby/examples/health/get-antivirus.md b/docs/examples/1.0.0-RC1/server-ruby/examples/health/get-antivirus.md deleted file mode 100644 index c9c0bd45f5..0000000000 --- a/docs/examples/1.0.0-RC1/server-ruby/examples/health/get-antivirus.md +++ /dev/null @@ -1,14 +0,0 @@ -require 'appwrite' - -client = Appwrite::Client.new - -client - .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint - .set_project('5df5acd0d48c2') # Your project ID - .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key - -health = Appwrite::Health.new(client) - -response = health.get_antivirus() - -puts response.inspect \ No newline at end of file diff --git a/docs/examples/1.0.0-RC1/server-ruby/examples/health/get-queue-certificates.md b/docs/examples/1.0.0-RC1/server-ruby/examples/health/get-queue-certificates.md deleted file mode 100644 index db44d4da4e..0000000000 --- a/docs/examples/1.0.0-RC1/server-ruby/examples/health/get-queue-certificates.md +++ /dev/null @@ -1,14 +0,0 @@ -require 'appwrite' - -client = Appwrite::Client.new - -client - .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint - .set_project('5df5acd0d48c2') # Your project ID - .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key - -health = Appwrite::Health.new(client) - -response = health.get_queue_certificates() - -puts response.inspect \ No newline at end of file diff --git a/docs/examples/1.0.0-RC1/server-ruby/examples/health/get-queue-functions.md b/docs/examples/1.0.0-RC1/server-ruby/examples/health/get-queue-functions.md deleted file mode 100644 index 14b2043cd2..0000000000 --- a/docs/examples/1.0.0-RC1/server-ruby/examples/health/get-queue-functions.md +++ /dev/null @@ -1,14 +0,0 @@ -require 'appwrite' - -client = Appwrite::Client.new - -client - .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint - .set_project('5df5acd0d48c2') # Your project ID - .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key - -health = Appwrite::Health.new(client) - -response = health.get_queue_functions() - -puts response.inspect \ No newline at end of file diff --git a/docs/examples/1.0.0-RC1/server-ruby/examples/health/get-queue-logs.md b/docs/examples/1.0.0-RC1/server-ruby/examples/health/get-queue-logs.md deleted file mode 100644 index 9c19ac25d2..0000000000 --- a/docs/examples/1.0.0-RC1/server-ruby/examples/health/get-queue-logs.md +++ /dev/null @@ -1,14 +0,0 @@ -require 'appwrite' - -client = Appwrite::Client.new - -client - .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint - .set_project('5df5acd0d48c2') # Your project ID - .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key - -health = Appwrite::Health.new(client) - -response = health.get_queue_logs() - -puts response.inspect \ No newline at end of file diff --git a/docs/examples/1.0.0-RC1/server-ruby/examples/health/get-queue-webhooks.md b/docs/examples/1.0.0-RC1/server-ruby/examples/health/get-queue-webhooks.md deleted file mode 100644 index 288b27207e..0000000000 --- a/docs/examples/1.0.0-RC1/server-ruby/examples/health/get-queue-webhooks.md +++ /dev/null @@ -1,14 +0,0 @@ -require 'appwrite' - -client = Appwrite::Client.new - -client - .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint - .set_project('5df5acd0d48c2') # Your project ID - .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key - -health = Appwrite::Health.new(client) - -response = health.get_queue_webhooks() - -puts response.inspect \ No newline at end of file diff --git a/docs/examples/1.0.0-RC1/server-ruby/examples/health/get-storage-local.md b/docs/examples/1.0.0-RC1/server-ruby/examples/health/get-storage-local.md deleted file mode 100644 index fc7ae24da4..0000000000 --- a/docs/examples/1.0.0-RC1/server-ruby/examples/health/get-storage-local.md +++ /dev/null @@ -1,14 +0,0 @@ -require 'appwrite' - -client = Appwrite::Client.new - -client - .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint - .set_project('5df5acd0d48c2') # Your project ID - .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key - -health = Appwrite::Health.new(client) - -response = health.get_storage_local() - -puts response.inspect \ No newline at end of file diff --git a/docs/examples/1.0.0-RC1/server-ruby/examples/health/get.md b/docs/examples/1.0.0-RC1/server-ruby/examples/health/get.md deleted file mode 100644 index b7a82e6c2b..0000000000 --- a/docs/examples/1.0.0-RC1/server-ruby/examples/health/get.md +++ /dev/null @@ -1,14 +0,0 @@ -require 'appwrite' - -client = Appwrite::Client.new - -client - .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint - .set_project('5df5acd0d48c2') # Your project ID - .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key - -health = Appwrite::Health.new(client) - -response = health.get() - -puts response.inspect \ No newline at end of file diff --git a/docs/examples/1.0.0-RC1/server-ruby/examples/storage/list-buckets.md b/docs/examples/1.0.0-RC1/server-ruby/examples/storage/list-buckets.md deleted file mode 100644 index 81ee829897..0000000000 --- a/docs/examples/1.0.0-RC1/server-ruby/examples/storage/list-buckets.md +++ /dev/null @@ -1,14 +0,0 @@ -require 'appwrite' - -client = Appwrite::Client.new - -client - .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint - .set_project('5df5acd0d48c2') # Your project ID - .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key - -storage = Appwrite::Storage.new(client) - -response = storage.list_buckets() - -puts response.inspect \ No newline at end of file diff --git a/docs/examples/1.0.0-RC1/server-ruby/examples/teams/get.md b/docs/examples/1.0.0-RC1/server-ruby/examples/teams/get.md deleted file mode 100644 index eb42acfdb9..0000000000 --- a/docs/examples/1.0.0-RC1/server-ruby/examples/teams/get.md +++ /dev/null @@ -1,14 +0,0 @@ -require 'appwrite' - -client = Appwrite::Client.new - -client - .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint - .set_project('5df5acd0d48c2') # Your project ID - .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key - -teams = Appwrite::Teams.new(client) - -response = teams.get(team_id: '[TEAM_ID]') - -puts response.inspect \ No newline at end of file diff --git a/docs/examples/1.0.0-RC1/server-ruby/examples/teams/list.md b/docs/examples/1.0.0-RC1/server-ruby/examples/teams/list.md deleted file mode 100644 index f660fd7f95..0000000000 --- a/docs/examples/1.0.0-RC1/server-ruby/examples/teams/list.md +++ /dev/null @@ -1,14 +0,0 @@ -require 'appwrite' - -client = Appwrite::Client.new - -client - .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint - .set_project('5df5acd0d48c2') # Your project ID - .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key - -teams = Appwrite::Teams.new(client) - -response = teams.list() - -puts response.inspect \ No newline at end of file diff --git a/docs/examples/1.0.0-RC1/server-ruby/examples/users/get.md b/docs/examples/1.0.0-RC1/server-ruby/examples/users/get.md deleted file mode 100644 index 93d1063178..0000000000 --- a/docs/examples/1.0.0-RC1/server-ruby/examples/users/get.md +++ /dev/null @@ -1,14 +0,0 @@ -require 'appwrite' - -client = Appwrite::Client.new - -client - .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint - .set_project('5df5acd0d48c2') # Your project ID - .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key - -users = Appwrite::Users.new(client) - -response = users.get(user_id: '[USER_ID]') - -puts response.inspect \ No newline at end of file diff --git a/docs/examples/1.0.0/client-android/java/account/create-anonymous-session.md b/docs/examples/1.0.0/client-android/java/account/create-anonymous-session.md deleted file mode 100644 index b1a2a25828..0000000000 --- a/docs/examples/1.0.0/client-android/java/account/create-anonymous-session.md +++ /dev/null @@ -1,46 +0,0 @@ -import androidx.appcompat.app.AppCompatActivity -import android.os.Bundle -import kotlinx.coroutines.GlobalScope -import kotlinx.coroutines.launch -import io.appwrite.Client -import io.appwrite.services.Account - -public class MainActivity extends AppCompatActivity { - - @Override - protected void onCreate(Bundle savedInstanceState) { - super.onCreate(savedInstanceState); - setContentView(R.layout.activity_main); - - Client client = new Client(getApplicationContext()) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2"); // Your project ID - - Account account = new Account(client); - - account.createAnonymousSession(new Continuation() { - @NotNull - @Override - public CoroutineContext getContext() { - return EmptyCoroutineContext.INSTANCE; - } - - @Override - public void resumeWith(@NotNull Object o) { - String json = ""; - try { - if (o instanceof Result.Failure) { - Result.Failure failure = (Result.Failure) o; - throw failure.exception; - } else { - Response response = (Response) o; - json = response.body().string(); - } - } - } catch (Throwable th) { - Log.e("ERROR", th.toString()); - } - } - }); - } -} \ No newline at end of file diff --git a/docs/examples/1.0.0/client-android/java/account/create-email-session.md b/docs/examples/1.0.0/client-android/java/account/create-email-session.md deleted file mode 100644 index 055b828e9e..0000000000 --- a/docs/examples/1.0.0/client-android/java/account/create-email-session.md +++ /dev/null @@ -1,49 +0,0 @@ -import androidx.appcompat.app.AppCompatActivity -import android.os.Bundle -import kotlinx.coroutines.GlobalScope -import kotlinx.coroutines.launch -import io.appwrite.Client -import io.appwrite.services.Account - -public class MainActivity extends AppCompatActivity { - - @Override - protected void onCreate(Bundle savedInstanceState) { - super.onCreate(savedInstanceState); - setContentView(R.layout.activity_main); - - Client client = new Client(getApplicationContext()) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2"); // Your project ID - - Account account = new Account(client); - - account.createEmailSession( - "email@example.com", - "password" - new Continuation() { - @NotNull - @Override - public CoroutineContext getContext() { - return EmptyCoroutineContext.INSTANCE; - } - - @Override - public void resumeWith(@NotNull Object o) { - String json = ""; - try { - if (o instanceof Result.Failure) { - Result.Failure failure = (Result.Failure) o; - throw failure.exception; - } else { - Response response = (Response) o; - json = response.body().string(); - } - } catch (Throwable th) { - Log.e("ERROR", th.toString()); - } - } - } - ); - } -} \ No newline at end of file diff --git a/docs/examples/1.0.0/client-android/java/account/create-j-w-t.md b/docs/examples/1.0.0/client-android/java/account/create-j-w-t.md deleted file mode 100644 index 3a97c334ce..0000000000 --- a/docs/examples/1.0.0/client-android/java/account/create-j-w-t.md +++ /dev/null @@ -1,46 +0,0 @@ -import androidx.appcompat.app.AppCompatActivity -import android.os.Bundle -import kotlinx.coroutines.GlobalScope -import kotlinx.coroutines.launch -import io.appwrite.Client -import io.appwrite.services.Account - -public class MainActivity extends AppCompatActivity { - - @Override - protected void onCreate(Bundle savedInstanceState) { - super.onCreate(savedInstanceState); - setContentView(R.layout.activity_main); - - Client client = new Client(getApplicationContext()) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2"); // Your project ID - - Account account = new Account(client); - - account.createJWT(new Continuation() { - @NotNull - @Override - public CoroutineContext getContext() { - return EmptyCoroutineContext.INSTANCE; - } - - @Override - public void resumeWith(@NotNull Object o) { - String json = ""; - try { - if (o instanceof Result.Failure) { - Result.Failure failure = (Result.Failure) o; - throw failure.exception; - } else { - Response response = (Response) o; - json = response.body().string(); - } - } - } catch (Throwable th) { - Log.e("ERROR", th.toString()); - } - } - }); - } -} \ No newline at end of file diff --git a/docs/examples/1.0.0/client-android/java/account/create-magic-u-r-l-session.md b/docs/examples/1.0.0/client-android/java/account/create-magic-u-r-l-session.md deleted file mode 100644 index 6c9fa7c662..0000000000 --- a/docs/examples/1.0.0/client-android/java/account/create-magic-u-r-l-session.md +++ /dev/null @@ -1,49 +0,0 @@ -import androidx.appcompat.app.AppCompatActivity -import android.os.Bundle -import kotlinx.coroutines.GlobalScope -import kotlinx.coroutines.launch -import io.appwrite.Client -import io.appwrite.services.Account - -public class MainActivity extends AppCompatActivity { - - @Override - protected void onCreate(Bundle savedInstanceState) { - super.onCreate(savedInstanceState); - setContentView(R.layout.activity_main); - - Client client = new Client(getApplicationContext()) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2"); // Your project ID - - Account account = new Account(client); - - account.createMagicURLSession( - "[USER_ID]", - "email@example.com", - new Continuation() { - @NotNull - @Override - public CoroutineContext getContext() { - return EmptyCoroutineContext.INSTANCE; - } - - @Override - public void resumeWith(@NotNull Object o) { - String json = ""; - try { - if (o instanceof Result.Failure) { - Result.Failure failure = (Result.Failure) o; - throw failure.exception; - } else { - Response response = (Response) o; - json = response.body().string(); - } - } catch (Throwable th) { - Log.e("ERROR", th.toString()); - } - } - } - ); - } -} \ No newline at end of file diff --git a/docs/examples/1.0.0/client-android/java/account/create-o-auth2session.md b/docs/examples/1.0.0/client-android/java/account/create-o-auth2session.md deleted file mode 100644 index e4cfb8d471..0000000000 --- a/docs/examples/1.0.0/client-android/java/account/create-o-auth2session.md +++ /dev/null @@ -1,46 +0,0 @@ -import androidx.appcompat.app.AppCompatActivity -import android.os.Bundle -import kotlinx.coroutines.GlobalScope -import kotlinx.coroutines.launch -import io.appwrite.Client -import io.appwrite.services.Account - -public class MainActivity extends AppCompatActivity { - - @Override - protected void onCreate(Bundle savedInstanceState) { - super.onCreate(savedInstanceState); - setContentView(R.layout.activity_main); - - Client client = new Client(getApplicationContext()) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2"); // Your project ID - - Account account = new Account(client); - - account.createOAuth2Session( - this, - "amazon", - new Continuation() { - @NotNull - @Override - public CoroutineContext getContext() { - return EmptyCoroutineContext.INSTANCE; - } - - @Override - public void resumeWith(@NotNull Object o) { - String json = ""; - try { - if (o instanceof Result.Failure) { - Result.Failure failure = (Result.Failure) o; - throw failure.exception; - } - } catch (Throwable th) { - Log.e("ERROR", th.toString()); - } - } - } - ); - } -} \ No newline at end of file diff --git a/docs/examples/1.0.0/client-android/java/account/create-phone-session.md b/docs/examples/1.0.0/client-android/java/account/create-phone-session.md deleted file mode 100644 index 78be92216c..0000000000 --- a/docs/examples/1.0.0/client-android/java/account/create-phone-session.md +++ /dev/null @@ -1,49 +0,0 @@ -import androidx.appcompat.app.AppCompatActivity -import android.os.Bundle -import kotlinx.coroutines.GlobalScope -import kotlinx.coroutines.launch -import io.appwrite.Client -import io.appwrite.services.Account - -public class MainActivity extends AppCompatActivity { - - @Override - protected void onCreate(Bundle savedInstanceState) { - super.onCreate(savedInstanceState); - setContentView(R.layout.activity_main); - - Client client = new Client(getApplicationContext()) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2"); // Your project ID - - Account account = new Account(client); - - account.createPhoneSession( - "[USER_ID]", - "" - new Continuation() { - @NotNull - @Override - public CoroutineContext getContext() { - return EmptyCoroutineContext.INSTANCE; - } - - @Override - public void resumeWith(@NotNull Object o) { - String json = ""; - try { - if (o instanceof Result.Failure) { - Result.Failure failure = (Result.Failure) o; - throw failure.exception; - } else { - Response response = (Response) o; - json = response.body().string(); - } - } catch (Throwable th) { - Log.e("ERROR", th.toString()); - } - } - } - ); - } -} \ No newline at end of file diff --git a/docs/examples/1.0.0/client-android/java/account/create-phone-verification.md b/docs/examples/1.0.0/client-android/java/account/create-phone-verification.md deleted file mode 100644 index 401b942888..0000000000 --- a/docs/examples/1.0.0/client-android/java/account/create-phone-verification.md +++ /dev/null @@ -1,46 +0,0 @@ -import androidx.appcompat.app.AppCompatActivity -import android.os.Bundle -import kotlinx.coroutines.GlobalScope -import kotlinx.coroutines.launch -import io.appwrite.Client -import io.appwrite.services.Account - -public class MainActivity extends AppCompatActivity { - - @Override - protected void onCreate(Bundle savedInstanceState) { - super.onCreate(savedInstanceState); - setContentView(R.layout.activity_main); - - Client client = new Client(getApplicationContext()) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2"); // Your project ID - - Account account = new Account(client); - - account.createPhoneVerification(new Continuation() { - @NotNull - @Override - public CoroutineContext getContext() { - return EmptyCoroutineContext.INSTANCE; - } - - @Override - public void resumeWith(@NotNull Object o) { - String json = ""; - try { - if (o instanceof Result.Failure) { - Result.Failure failure = (Result.Failure) o; - throw failure.exception; - } else { - Response response = (Response) o; - json = response.body().string(); - } - } - } catch (Throwable th) { - Log.e("ERROR", th.toString()); - } - } - }); - } -} \ No newline at end of file diff --git a/docs/examples/1.0.0/client-android/java/account/create-recovery.md b/docs/examples/1.0.0/client-android/java/account/create-recovery.md deleted file mode 100644 index 459213bce9..0000000000 --- a/docs/examples/1.0.0/client-android/java/account/create-recovery.md +++ /dev/null @@ -1,49 +0,0 @@ -import androidx.appcompat.app.AppCompatActivity -import android.os.Bundle -import kotlinx.coroutines.GlobalScope -import kotlinx.coroutines.launch -import io.appwrite.Client -import io.appwrite.services.Account - -public class MainActivity extends AppCompatActivity { - - @Override - protected void onCreate(Bundle savedInstanceState) { - super.onCreate(savedInstanceState); - setContentView(R.layout.activity_main); - - Client client = new Client(getApplicationContext()) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2"); // Your project ID - - Account account = new Account(client); - - account.createRecovery( - "email@example.com", - "https://example.com" - new Continuation() { - @NotNull - @Override - public CoroutineContext getContext() { - return EmptyCoroutineContext.INSTANCE; - } - - @Override - public void resumeWith(@NotNull Object o) { - String json = ""; - try { - if (o instanceof Result.Failure) { - Result.Failure failure = (Result.Failure) o; - throw failure.exception; - } else { - Response response = (Response) o; - json = response.body().string(); - } - } catch (Throwable th) { - Log.e("ERROR", th.toString()); - } - } - } - ); - } -} \ No newline at end of file diff --git a/docs/examples/1.0.0/client-android/java/account/create-verification.md b/docs/examples/1.0.0/client-android/java/account/create-verification.md deleted file mode 100644 index b8b1c206bf..0000000000 --- a/docs/examples/1.0.0/client-android/java/account/create-verification.md +++ /dev/null @@ -1,48 +0,0 @@ -import androidx.appcompat.app.AppCompatActivity -import android.os.Bundle -import kotlinx.coroutines.GlobalScope -import kotlinx.coroutines.launch -import io.appwrite.Client -import io.appwrite.services.Account - -public class MainActivity extends AppCompatActivity { - - @Override - protected void onCreate(Bundle savedInstanceState) { - super.onCreate(savedInstanceState); - setContentView(R.layout.activity_main); - - Client client = new Client(getApplicationContext()) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2"); // Your project ID - - Account account = new Account(client); - - account.createVerification( - "https://example.com" - new Continuation() { - @NotNull - @Override - public CoroutineContext getContext() { - return EmptyCoroutineContext.INSTANCE; - } - - @Override - public void resumeWith(@NotNull Object o) { - String json = ""; - try { - if (o instanceof Result.Failure) { - Result.Failure failure = (Result.Failure) o; - throw failure.exception; - } else { - Response response = (Response) o; - json = response.body().string(); - } - } catch (Throwable th) { - Log.e("ERROR", th.toString()); - } - } - } - ); - } -} \ No newline at end of file diff --git a/docs/examples/1.0.0/client-android/java/account/create.md b/docs/examples/1.0.0/client-android/java/account/create.md deleted file mode 100644 index 11a5168d60..0000000000 --- a/docs/examples/1.0.0/client-android/java/account/create.md +++ /dev/null @@ -1,50 +0,0 @@ -import androidx.appcompat.app.AppCompatActivity -import android.os.Bundle -import kotlinx.coroutines.GlobalScope -import kotlinx.coroutines.launch -import io.appwrite.Client -import io.appwrite.services.Account - -public class MainActivity extends AppCompatActivity { - - @Override - protected void onCreate(Bundle savedInstanceState) { - super.onCreate(savedInstanceState); - setContentView(R.layout.activity_main); - - Client client = new Client(getApplicationContext()) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2"); // Your project ID - - Account account = new Account(client); - - account.create( - "[USER_ID]", - "email@example.com", - "password", - new Continuation() { - @NotNull - @Override - public CoroutineContext getContext() { - return EmptyCoroutineContext.INSTANCE; - } - - @Override - public void resumeWith(@NotNull Object o) { - String json = ""; - try { - if (o instanceof Result.Failure) { - Result.Failure failure = (Result.Failure) o; - throw failure.exception; - } else { - Response response = (Response) o; - json = response.body().string(); - } - } catch (Throwable th) { - Log.e("ERROR", th.toString()); - } - } - } - ); - } -} \ No newline at end of file diff --git a/docs/examples/1.0.0/client-android/java/account/delete-session.md b/docs/examples/1.0.0/client-android/java/account/delete-session.md deleted file mode 100644 index b3549c708b..0000000000 --- a/docs/examples/1.0.0/client-android/java/account/delete-session.md +++ /dev/null @@ -1,48 +0,0 @@ -import androidx.appcompat.app.AppCompatActivity -import android.os.Bundle -import kotlinx.coroutines.GlobalScope -import kotlinx.coroutines.launch -import io.appwrite.Client -import io.appwrite.services.Account - -public class MainActivity extends AppCompatActivity { - - @Override - protected void onCreate(Bundle savedInstanceState) { - super.onCreate(savedInstanceState); - setContentView(R.layout.activity_main); - - Client client = new Client(getApplicationContext()) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2"); // Your project ID - - Account account = new Account(client); - - account.deleteSession( - "[SESSION_ID]" - new Continuation() { - @NotNull - @Override - public CoroutineContext getContext() { - return EmptyCoroutineContext.INSTANCE; - } - - @Override - public void resumeWith(@NotNull Object o) { - String json = ""; - try { - if (o instanceof Result.Failure) { - Result.Failure failure = (Result.Failure) o; - throw failure.exception; - } else { - Response response = (Response) o; - json = response.body().string(); - } - } catch (Throwable th) { - Log.e("ERROR", th.toString()); - } - } - } - ); - } -} \ No newline at end of file diff --git a/docs/examples/1.0.0/client-android/java/account/delete-sessions.md b/docs/examples/1.0.0/client-android/java/account/delete-sessions.md deleted file mode 100644 index 153c323b56..0000000000 --- a/docs/examples/1.0.0/client-android/java/account/delete-sessions.md +++ /dev/null @@ -1,46 +0,0 @@ -import androidx.appcompat.app.AppCompatActivity -import android.os.Bundle -import kotlinx.coroutines.GlobalScope -import kotlinx.coroutines.launch -import io.appwrite.Client -import io.appwrite.services.Account - -public class MainActivity extends AppCompatActivity { - - @Override - protected void onCreate(Bundle savedInstanceState) { - super.onCreate(savedInstanceState); - setContentView(R.layout.activity_main); - - Client client = new Client(getApplicationContext()) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2"); // Your project ID - - Account account = new Account(client); - - account.deleteSessions(new Continuation() { - @NotNull - @Override - public CoroutineContext getContext() { - return EmptyCoroutineContext.INSTANCE; - } - - @Override - public void resumeWith(@NotNull Object o) { - String json = ""; - try { - if (o instanceof Result.Failure) { - Result.Failure failure = (Result.Failure) o; - throw failure.exception; - } else { - Response response = (Response) o; - json = response.body().string(); - } - } - } catch (Throwable th) { - Log.e("ERROR", th.toString()); - } - } - }); - } -} \ No newline at end of file diff --git a/docs/examples/1.0.0/client-android/java/account/get-logs.md b/docs/examples/1.0.0/client-android/java/account/get-logs.md deleted file mode 100644 index fb83c5d6cc..0000000000 --- a/docs/examples/1.0.0/client-android/java/account/get-logs.md +++ /dev/null @@ -1,47 +0,0 @@ -import androidx.appcompat.app.AppCompatActivity -import android.os.Bundle -import kotlinx.coroutines.GlobalScope -import kotlinx.coroutines.launch -import io.appwrite.Client -import io.appwrite.services.Account - -public class MainActivity extends AppCompatActivity { - - @Override - protected void onCreate(Bundle savedInstanceState) { - super.onCreate(savedInstanceState); - setContentView(R.layout.activity_main); - - Client client = new Client(getApplicationContext()) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2"); // Your project ID - - Account account = new Account(client); - - account.getLogs( - new Continuation() { - @NotNull - @Override - public CoroutineContext getContext() { - return EmptyCoroutineContext.INSTANCE; - } - - @Override - public void resumeWith(@NotNull Object o) { - String json = ""; - try { - if (o instanceof Result.Failure) { - Result.Failure failure = (Result.Failure) o; - throw failure.exception; - } else { - Response response = (Response) o; - json = response.body().string(); - } - } catch (Throwable th) { - Log.e("ERROR", th.toString()); - } - } - } - ); - } -} \ No newline at end of file diff --git a/docs/examples/1.0.0/client-android/java/account/get-prefs.md b/docs/examples/1.0.0/client-android/java/account/get-prefs.md deleted file mode 100644 index 25ab6c3951..0000000000 --- a/docs/examples/1.0.0/client-android/java/account/get-prefs.md +++ /dev/null @@ -1,46 +0,0 @@ -import androidx.appcompat.app.AppCompatActivity -import android.os.Bundle -import kotlinx.coroutines.GlobalScope -import kotlinx.coroutines.launch -import io.appwrite.Client -import io.appwrite.services.Account - -public class MainActivity extends AppCompatActivity { - - @Override - protected void onCreate(Bundle savedInstanceState) { - super.onCreate(savedInstanceState); - setContentView(R.layout.activity_main); - - Client client = new Client(getApplicationContext()) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2"); // Your project ID - - Account account = new Account(client); - - account.getPrefs(new Continuation() { - @NotNull - @Override - public CoroutineContext getContext() { - return EmptyCoroutineContext.INSTANCE; - } - - @Override - public void resumeWith(@NotNull Object o) { - String json = ""; - try { - if (o instanceof Result.Failure) { - Result.Failure failure = (Result.Failure) o; - throw failure.exception; - } else { - Response response = (Response) o; - json = response.body().string(); - } - } - } catch (Throwable th) { - Log.e("ERROR", th.toString()); - } - } - }); - } -} \ No newline at end of file diff --git a/docs/examples/1.0.0/client-android/java/account/get-session.md b/docs/examples/1.0.0/client-android/java/account/get-session.md deleted file mode 100644 index 8d4c95aaf2..0000000000 --- a/docs/examples/1.0.0/client-android/java/account/get-session.md +++ /dev/null @@ -1,48 +0,0 @@ -import androidx.appcompat.app.AppCompatActivity -import android.os.Bundle -import kotlinx.coroutines.GlobalScope -import kotlinx.coroutines.launch -import io.appwrite.Client -import io.appwrite.services.Account - -public class MainActivity extends AppCompatActivity { - - @Override - protected void onCreate(Bundle savedInstanceState) { - super.onCreate(savedInstanceState); - setContentView(R.layout.activity_main); - - Client client = new Client(getApplicationContext()) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2"); // Your project ID - - Account account = new Account(client); - - account.getSession( - "[SESSION_ID]" - new Continuation() { - @NotNull - @Override - public CoroutineContext getContext() { - return EmptyCoroutineContext.INSTANCE; - } - - @Override - public void resumeWith(@NotNull Object o) { - String json = ""; - try { - if (o instanceof Result.Failure) { - Result.Failure failure = (Result.Failure) o; - throw failure.exception; - } else { - Response response = (Response) o; - json = response.body().string(); - } - } catch (Throwable th) { - Log.e("ERROR", th.toString()); - } - } - } - ); - } -} \ No newline at end of file diff --git a/docs/examples/1.0.0/client-android/java/account/get-sessions.md b/docs/examples/1.0.0/client-android/java/account/get-sessions.md deleted file mode 100644 index 7afe852d71..0000000000 --- a/docs/examples/1.0.0/client-android/java/account/get-sessions.md +++ /dev/null @@ -1,46 +0,0 @@ -import androidx.appcompat.app.AppCompatActivity -import android.os.Bundle -import kotlinx.coroutines.GlobalScope -import kotlinx.coroutines.launch -import io.appwrite.Client -import io.appwrite.services.Account - -public class MainActivity extends AppCompatActivity { - - @Override - protected void onCreate(Bundle savedInstanceState) { - super.onCreate(savedInstanceState); - setContentView(R.layout.activity_main); - - Client client = new Client(getApplicationContext()) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2"); // Your project ID - - Account account = new Account(client); - - account.getSessions(new Continuation() { - @NotNull - @Override - public CoroutineContext getContext() { - return EmptyCoroutineContext.INSTANCE; - } - - @Override - public void resumeWith(@NotNull Object o) { - String json = ""; - try { - if (o instanceof Result.Failure) { - Result.Failure failure = (Result.Failure) o; - throw failure.exception; - } else { - Response response = (Response) o; - json = response.body().string(); - } - } - } catch (Throwable th) { - Log.e("ERROR", th.toString()); - } - } - }); - } -} \ No newline at end of file diff --git a/docs/examples/1.0.0/client-android/java/account/get.md b/docs/examples/1.0.0/client-android/java/account/get.md deleted file mode 100644 index 146a5e501d..0000000000 --- a/docs/examples/1.0.0/client-android/java/account/get.md +++ /dev/null @@ -1,46 +0,0 @@ -import androidx.appcompat.app.AppCompatActivity -import android.os.Bundle -import kotlinx.coroutines.GlobalScope -import kotlinx.coroutines.launch -import io.appwrite.Client -import io.appwrite.services.Account - -public class MainActivity extends AppCompatActivity { - - @Override - protected void onCreate(Bundle savedInstanceState) { - super.onCreate(savedInstanceState); - setContentView(R.layout.activity_main); - - Client client = new Client(getApplicationContext()) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2"); // Your project ID - - Account account = new Account(client); - - account.get(new Continuation() { - @NotNull - @Override - public CoroutineContext getContext() { - return EmptyCoroutineContext.INSTANCE; - } - - @Override - public void resumeWith(@NotNull Object o) { - String json = ""; - try { - if (o instanceof Result.Failure) { - Result.Failure failure = (Result.Failure) o; - throw failure.exception; - } else { - Response response = (Response) o; - json = response.body().string(); - } - } - } catch (Throwable th) { - Log.e("ERROR", th.toString()); - } - } - }); - } -} \ No newline at end of file diff --git a/docs/examples/1.0.0/client-android/java/account/update-email.md b/docs/examples/1.0.0/client-android/java/account/update-email.md deleted file mode 100644 index 56a1bc0206..0000000000 --- a/docs/examples/1.0.0/client-android/java/account/update-email.md +++ /dev/null @@ -1,49 +0,0 @@ -import androidx.appcompat.app.AppCompatActivity -import android.os.Bundle -import kotlinx.coroutines.GlobalScope -import kotlinx.coroutines.launch -import io.appwrite.Client -import io.appwrite.services.Account - -public class MainActivity extends AppCompatActivity { - - @Override - protected void onCreate(Bundle savedInstanceState) { - super.onCreate(savedInstanceState); - setContentView(R.layout.activity_main); - - Client client = new Client(getApplicationContext()) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2"); // Your project ID - - Account account = new Account(client); - - account.updateEmail( - "email@example.com", - "password" - new Continuation() { - @NotNull - @Override - public CoroutineContext getContext() { - return EmptyCoroutineContext.INSTANCE; - } - - @Override - public void resumeWith(@NotNull Object o) { - String json = ""; - try { - if (o instanceof Result.Failure) { - Result.Failure failure = (Result.Failure) o; - throw failure.exception; - } else { - Response response = (Response) o; - json = response.body().string(); - } - } catch (Throwable th) { - Log.e("ERROR", th.toString()); - } - } - } - ); - } -} \ No newline at end of file diff --git a/docs/examples/1.0.0/client-android/java/account/update-magic-u-r-l-session.md b/docs/examples/1.0.0/client-android/java/account/update-magic-u-r-l-session.md deleted file mode 100644 index d0734e18ee..0000000000 --- a/docs/examples/1.0.0/client-android/java/account/update-magic-u-r-l-session.md +++ /dev/null @@ -1,49 +0,0 @@ -import androidx.appcompat.app.AppCompatActivity -import android.os.Bundle -import kotlinx.coroutines.GlobalScope -import kotlinx.coroutines.launch -import io.appwrite.Client -import io.appwrite.services.Account - -public class MainActivity extends AppCompatActivity { - - @Override - protected void onCreate(Bundle savedInstanceState) { - super.onCreate(savedInstanceState); - setContentView(R.layout.activity_main); - - Client client = new Client(getApplicationContext()) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2"); // Your project ID - - Account account = new Account(client); - - account.updateMagicURLSession( - "[USER_ID]", - "[SECRET]" - new Continuation() { - @NotNull - @Override - public CoroutineContext getContext() { - return EmptyCoroutineContext.INSTANCE; - } - - @Override - public void resumeWith(@NotNull Object o) { - String json = ""; - try { - if (o instanceof Result.Failure) { - Result.Failure failure = (Result.Failure) o; - throw failure.exception; - } else { - Response response = (Response) o; - json = response.body().string(); - } - } catch (Throwable th) { - Log.e("ERROR", th.toString()); - } - } - } - ); - } -} \ No newline at end of file diff --git a/docs/examples/1.0.0/client-android/java/account/update-name.md b/docs/examples/1.0.0/client-android/java/account/update-name.md deleted file mode 100644 index 9842a2216e..0000000000 --- a/docs/examples/1.0.0/client-android/java/account/update-name.md +++ /dev/null @@ -1,48 +0,0 @@ -import androidx.appcompat.app.AppCompatActivity -import android.os.Bundle -import kotlinx.coroutines.GlobalScope -import kotlinx.coroutines.launch -import io.appwrite.Client -import io.appwrite.services.Account - -public class MainActivity extends AppCompatActivity { - - @Override - protected void onCreate(Bundle savedInstanceState) { - super.onCreate(savedInstanceState); - setContentView(R.layout.activity_main); - - Client client = new Client(getApplicationContext()) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2"); // Your project ID - - Account account = new Account(client); - - account.updateName( - "[NAME]" - new Continuation() { - @NotNull - @Override - public CoroutineContext getContext() { - return EmptyCoroutineContext.INSTANCE; - } - - @Override - public void resumeWith(@NotNull Object o) { - String json = ""; - try { - if (o instanceof Result.Failure) { - Result.Failure failure = (Result.Failure) o; - throw failure.exception; - } else { - Response response = (Response) o; - json = response.body().string(); - } - } catch (Throwable th) { - Log.e("ERROR", th.toString()); - } - } - } - ); - } -} \ No newline at end of file diff --git a/docs/examples/1.0.0/client-android/java/account/update-password.md b/docs/examples/1.0.0/client-android/java/account/update-password.md deleted file mode 100644 index 468bdc21da..0000000000 --- a/docs/examples/1.0.0/client-android/java/account/update-password.md +++ /dev/null @@ -1,48 +0,0 @@ -import androidx.appcompat.app.AppCompatActivity -import android.os.Bundle -import kotlinx.coroutines.GlobalScope -import kotlinx.coroutines.launch -import io.appwrite.Client -import io.appwrite.services.Account - -public class MainActivity extends AppCompatActivity { - - @Override - protected void onCreate(Bundle savedInstanceState) { - super.onCreate(savedInstanceState); - setContentView(R.layout.activity_main); - - Client client = new Client(getApplicationContext()) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2"); // Your project ID - - Account account = new Account(client); - - account.updatePassword( - "password", - new Continuation() { - @NotNull - @Override - public CoroutineContext getContext() { - return EmptyCoroutineContext.INSTANCE; - } - - @Override - public void resumeWith(@NotNull Object o) { - String json = ""; - try { - if (o instanceof Result.Failure) { - Result.Failure failure = (Result.Failure) o; - throw failure.exception; - } else { - Response response = (Response) o; - json = response.body().string(); - } - } catch (Throwable th) { - Log.e("ERROR", th.toString()); - } - } - } - ); - } -} \ No newline at end of file diff --git a/docs/examples/1.0.0/client-android/java/account/update-phone-session.md b/docs/examples/1.0.0/client-android/java/account/update-phone-session.md deleted file mode 100644 index f8d35c734c..0000000000 --- a/docs/examples/1.0.0/client-android/java/account/update-phone-session.md +++ /dev/null @@ -1,49 +0,0 @@ -import androidx.appcompat.app.AppCompatActivity -import android.os.Bundle -import kotlinx.coroutines.GlobalScope -import kotlinx.coroutines.launch -import io.appwrite.Client -import io.appwrite.services.Account - -public class MainActivity extends AppCompatActivity { - - @Override - protected void onCreate(Bundle savedInstanceState) { - super.onCreate(savedInstanceState); - setContentView(R.layout.activity_main); - - Client client = new Client(getApplicationContext()) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2"); // Your project ID - - Account account = new Account(client); - - account.updatePhoneSession( - "[USER_ID]", - "[SECRET]" - new Continuation() { - @NotNull - @Override - public CoroutineContext getContext() { - return EmptyCoroutineContext.INSTANCE; - } - - @Override - public void resumeWith(@NotNull Object o) { - String json = ""; - try { - if (o instanceof Result.Failure) { - Result.Failure failure = (Result.Failure) o; - throw failure.exception; - } else { - Response response = (Response) o; - json = response.body().string(); - } - } catch (Throwable th) { - Log.e("ERROR", th.toString()); - } - } - } - ); - } -} \ No newline at end of file diff --git a/docs/examples/1.0.0/client-android/java/account/update-phone-verification.md b/docs/examples/1.0.0/client-android/java/account/update-phone-verification.md deleted file mode 100644 index 7aec064194..0000000000 --- a/docs/examples/1.0.0/client-android/java/account/update-phone-verification.md +++ /dev/null @@ -1,49 +0,0 @@ -import androidx.appcompat.app.AppCompatActivity -import android.os.Bundle -import kotlinx.coroutines.GlobalScope -import kotlinx.coroutines.launch -import io.appwrite.Client -import io.appwrite.services.Account - -public class MainActivity extends AppCompatActivity { - - @Override - protected void onCreate(Bundle savedInstanceState) { - super.onCreate(savedInstanceState); - setContentView(R.layout.activity_main); - - Client client = new Client(getApplicationContext()) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2"); // Your project ID - - Account account = new Account(client); - - account.updatePhoneVerification( - "[USER_ID]", - "[SECRET]" - new Continuation() { - @NotNull - @Override - public CoroutineContext getContext() { - return EmptyCoroutineContext.INSTANCE; - } - - @Override - public void resumeWith(@NotNull Object o) { - String json = ""; - try { - if (o instanceof Result.Failure) { - Result.Failure failure = (Result.Failure) o; - throw failure.exception; - } else { - Response response = (Response) o; - json = response.body().string(); - } - } catch (Throwable th) { - Log.e("ERROR", th.toString()); - } - } - } - ); - } -} \ No newline at end of file diff --git a/docs/examples/1.0.0/client-android/java/account/update-phone.md b/docs/examples/1.0.0/client-android/java/account/update-phone.md deleted file mode 100644 index 37c54c8c74..0000000000 --- a/docs/examples/1.0.0/client-android/java/account/update-phone.md +++ /dev/null @@ -1,49 +0,0 @@ -import androidx.appcompat.app.AppCompatActivity -import android.os.Bundle -import kotlinx.coroutines.GlobalScope -import kotlinx.coroutines.launch -import io.appwrite.Client -import io.appwrite.services.Account - -public class MainActivity extends AppCompatActivity { - - @Override - protected void onCreate(Bundle savedInstanceState) { - super.onCreate(savedInstanceState); - setContentView(R.layout.activity_main); - - Client client = new Client(getApplicationContext()) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2"); // Your project ID - - Account account = new Account(client); - - account.updatePhone( - "", - "password" - new Continuation() { - @NotNull - @Override - public CoroutineContext getContext() { - return EmptyCoroutineContext.INSTANCE; - } - - @Override - public void resumeWith(@NotNull Object o) { - String json = ""; - try { - if (o instanceof Result.Failure) { - Result.Failure failure = (Result.Failure) o; - throw failure.exception; - } else { - Response response = (Response) o; - json = response.body().string(); - } - } catch (Throwable th) { - Log.e("ERROR", th.toString()); - } - } - } - ); - } -} \ No newline at end of file diff --git a/docs/examples/1.0.0/client-android/java/account/update-prefs.md b/docs/examples/1.0.0/client-android/java/account/update-prefs.md deleted file mode 100644 index 9f94b8fe59..0000000000 --- a/docs/examples/1.0.0/client-android/java/account/update-prefs.md +++ /dev/null @@ -1,48 +0,0 @@ -import androidx.appcompat.app.AppCompatActivity -import android.os.Bundle -import kotlinx.coroutines.GlobalScope -import kotlinx.coroutines.launch -import io.appwrite.Client -import io.appwrite.services.Account - -public class MainActivity extends AppCompatActivity { - - @Override - protected void onCreate(Bundle savedInstanceState) { - super.onCreate(savedInstanceState); - setContentView(R.layout.activity_main); - - Client client = new Client(getApplicationContext()) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2"); // Your project ID - - Account account = new Account(client); - - account.updatePrefs( - mapOf( "a" to "b" ) - new Continuation() { - @NotNull - @Override - public CoroutineContext getContext() { - return EmptyCoroutineContext.INSTANCE; - } - - @Override - public void resumeWith(@NotNull Object o) { - String json = ""; - try { - if (o instanceof Result.Failure) { - Result.Failure failure = (Result.Failure) o; - throw failure.exception; - } else { - Response response = (Response) o; - json = response.body().string(); - } - } catch (Throwable th) { - Log.e("ERROR", th.toString()); - } - } - } - ); - } -} \ No newline at end of file diff --git a/docs/examples/1.0.0/client-android/java/account/update-recovery.md b/docs/examples/1.0.0/client-android/java/account/update-recovery.md deleted file mode 100644 index bfcc89ed19..0000000000 --- a/docs/examples/1.0.0/client-android/java/account/update-recovery.md +++ /dev/null @@ -1,51 +0,0 @@ -import androidx.appcompat.app.AppCompatActivity -import android.os.Bundle -import kotlinx.coroutines.GlobalScope -import kotlinx.coroutines.launch -import io.appwrite.Client -import io.appwrite.services.Account - -public class MainActivity extends AppCompatActivity { - - @Override - protected void onCreate(Bundle savedInstanceState) { - super.onCreate(savedInstanceState); - setContentView(R.layout.activity_main); - - Client client = new Client(getApplicationContext()) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2"); // Your project ID - - Account account = new Account(client); - - account.updateRecovery( - "[USER_ID]", - "[SECRET]", - "password", - "password" - new Continuation() { - @NotNull - @Override - public CoroutineContext getContext() { - return EmptyCoroutineContext.INSTANCE; - } - - @Override - public void resumeWith(@NotNull Object o) { - String json = ""; - try { - if (o instanceof Result.Failure) { - Result.Failure failure = (Result.Failure) o; - throw failure.exception; - } else { - Response response = (Response) o; - json = response.body().string(); - } - } catch (Throwable th) { - Log.e("ERROR", th.toString()); - } - } - } - ); - } -} \ No newline at end of file diff --git a/docs/examples/1.0.0/client-android/java/account/update-session.md b/docs/examples/1.0.0/client-android/java/account/update-session.md deleted file mode 100644 index 80aff11b98..0000000000 --- a/docs/examples/1.0.0/client-android/java/account/update-session.md +++ /dev/null @@ -1,48 +0,0 @@ -import androidx.appcompat.app.AppCompatActivity -import android.os.Bundle -import kotlinx.coroutines.GlobalScope -import kotlinx.coroutines.launch -import io.appwrite.Client -import io.appwrite.services.Account - -public class MainActivity extends AppCompatActivity { - - @Override - protected void onCreate(Bundle savedInstanceState) { - super.onCreate(savedInstanceState); - setContentView(R.layout.activity_main); - - Client client = new Client(getApplicationContext()) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2"); // Your project ID - - Account account = new Account(client); - - account.updateSession( - "[SESSION_ID]" - new Continuation() { - @NotNull - @Override - public CoroutineContext getContext() { - return EmptyCoroutineContext.INSTANCE; - } - - @Override - public void resumeWith(@NotNull Object o) { - String json = ""; - try { - if (o instanceof Result.Failure) { - Result.Failure failure = (Result.Failure) o; - throw failure.exception; - } else { - Response response = (Response) o; - json = response.body().string(); - } - } catch (Throwable th) { - Log.e("ERROR", th.toString()); - } - } - } - ); - } -} \ No newline at end of file diff --git a/docs/examples/1.0.0/client-android/java/account/update-status.md b/docs/examples/1.0.0/client-android/java/account/update-status.md deleted file mode 100644 index 0ef6a6e1f8..0000000000 --- a/docs/examples/1.0.0/client-android/java/account/update-status.md +++ /dev/null @@ -1,46 +0,0 @@ -import androidx.appcompat.app.AppCompatActivity -import android.os.Bundle -import kotlinx.coroutines.GlobalScope -import kotlinx.coroutines.launch -import io.appwrite.Client -import io.appwrite.services.Account - -public class MainActivity extends AppCompatActivity { - - @Override - protected void onCreate(Bundle savedInstanceState) { - super.onCreate(savedInstanceState); - setContentView(R.layout.activity_main); - - Client client = new Client(getApplicationContext()) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2"); // Your project ID - - Account account = new Account(client); - - account.updateStatus(new Continuation() { - @NotNull - @Override - public CoroutineContext getContext() { - return EmptyCoroutineContext.INSTANCE; - } - - @Override - public void resumeWith(@NotNull Object o) { - String json = ""; - try { - if (o instanceof Result.Failure) { - Result.Failure failure = (Result.Failure) o; - throw failure.exception; - } else { - Response response = (Response) o; - json = response.body().string(); - } - } - } catch (Throwable th) { - Log.e("ERROR", th.toString()); - } - } - }); - } -} \ No newline at end of file diff --git a/docs/examples/1.0.0/client-android/java/account/update-verification.md b/docs/examples/1.0.0/client-android/java/account/update-verification.md deleted file mode 100644 index 8cf8d67363..0000000000 --- a/docs/examples/1.0.0/client-android/java/account/update-verification.md +++ /dev/null @@ -1,49 +0,0 @@ -import androidx.appcompat.app.AppCompatActivity -import android.os.Bundle -import kotlinx.coroutines.GlobalScope -import kotlinx.coroutines.launch -import io.appwrite.Client -import io.appwrite.services.Account - -public class MainActivity extends AppCompatActivity { - - @Override - protected void onCreate(Bundle savedInstanceState) { - super.onCreate(savedInstanceState); - setContentView(R.layout.activity_main); - - Client client = new Client(getApplicationContext()) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2"); // Your project ID - - Account account = new Account(client); - - account.updateVerification( - "[USER_ID]", - "[SECRET]" - new Continuation() { - @NotNull - @Override - public CoroutineContext getContext() { - return EmptyCoroutineContext.INSTANCE; - } - - @Override - public void resumeWith(@NotNull Object o) { - String json = ""; - try { - if (o instanceof Result.Failure) { - Result.Failure failure = (Result.Failure) o; - throw failure.exception; - } else { - Response response = (Response) o; - json = response.body().string(); - } - } catch (Throwable th) { - Log.e("ERROR", th.toString()); - } - } - } - ); - } -} \ No newline at end of file diff --git a/docs/examples/1.0.0/client-android/java/avatars/get-browser.md b/docs/examples/1.0.0/client-android/java/avatars/get-browser.md deleted file mode 100644 index fa88749dff..0000000000 --- a/docs/examples/1.0.0/client-android/java/avatars/get-browser.md +++ /dev/null @@ -1,48 +0,0 @@ -import androidx.appcompat.app.AppCompatActivity -import android.os.Bundle -import kotlinx.coroutines.GlobalScope -import kotlinx.coroutines.launch -import io.appwrite.Client -import io.appwrite.services.Avatars - -public class MainActivity extends AppCompatActivity { - - @Override - protected void onCreate(Bundle savedInstanceState) { - super.onCreate(savedInstanceState); - setContentView(R.layout.activity_main); - - Client client = new Client(getApplicationContext()) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2"); // Your project ID - - Avatars avatars = new Avatars(client); - - avatars.getBrowser( - "aa", - new Continuation() { - @NotNull - @Override - public CoroutineContext getContext() { - return EmptyCoroutineContext.INSTANCE; - } - - @Override - public void resumeWith(@NotNull Object o) { - String json = ""; - try { - if (o instanceof Result.Failure) { - Result.Failure failure = (Result.Failure) o; - throw failure.exception; - } else { - Response response = (Response) o; - json = response.body().string(); - } - } catch (Throwable th) { - Log.e("ERROR", th.toString()); - } - } - } - ); - } -} \ No newline at end of file diff --git a/docs/examples/1.0.0/client-android/java/avatars/get-credit-card.md b/docs/examples/1.0.0/client-android/java/avatars/get-credit-card.md deleted file mode 100644 index 2ddda86cce..0000000000 --- a/docs/examples/1.0.0/client-android/java/avatars/get-credit-card.md +++ /dev/null @@ -1,48 +0,0 @@ -import androidx.appcompat.app.AppCompatActivity -import android.os.Bundle -import kotlinx.coroutines.GlobalScope -import kotlinx.coroutines.launch -import io.appwrite.Client -import io.appwrite.services.Avatars - -public class MainActivity extends AppCompatActivity { - - @Override - protected void onCreate(Bundle savedInstanceState) { - super.onCreate(savedInstanceState); - setContentView(R.layout.activity_main); - - Client client = new Client(getApplicationContext()) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2"); // Your project ID - - Avatars avatars = new Avatars(client); - - avatars.getCreditCard( - "amex", - new Continuation() { - @NotNull - @Override - public CoroutineContext getContext() { - return EmptyCoroutineContext.INSTANCE; - } - - @Override - public void resumeWith(@NotNull Object o) { - String json = ""; - try { - if (o instanceof Result.Failure) { - Result.Failure failure = (Result.Failure) o; - throw failure.exception; - } else { - Response response = (Response) o; - json = response.body().string(); - } - } catch (Throwable th) { - Log.e("ERROR", th.toString()); - } - } - } - ); - } -} \ No newline at end of file diff --git a/docs/examples/1.0.0/client-android/java/avatars/get-favicon.md b/docs/examples/1.0.0/client-android/java/avatars/get-favicon.md deleted file mode 100644 index 39c1432260..0000000000 --- a/docs/examples/1.0.0/client-android/java/avatars/get-favicon.md +++ /dev/null @@ -1,48 +0,0 @@ -import androidx.appcompat.app.AppCompatActivity -import android.os.Bundle -import kotlinx.coroutines.GlobalScope -import kotlinx.coroutines.launch -import io.appwrite.Client -import io.appwrite.services.Avatars - -public class MainActivity extends AppCompatActivity { - - @Override - protected void onCreate(Bundle savedInstanceState) { - super.onCreate(savedInstanceState); - setContentView(R.layout.activity_main); - - Client client = new Client(getApplicationContext()) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2"); // Your project ID - - Avatars avatars = new Avatars(client); - - avatars.getFavicon( - "https://example.com" - new Continuation() { - @NotNull - @Override - public CoroutineContext getContext() { - return EmptyCoroutineContext.INSTANCE; - } - - @Override - public void resumeWith(@NotNull Object o) { - String json = ""; - try { - if (o instanceof Result.Failure) { - Result.Failure failure = (Result.Failure) o; - throw failure.exception; - } else { - Response response = (Response) o; - json = response.body().string(); - } - } catch (Throwable th) { - Log.e("ERROR", th.toString()); - } - } - } - ); - } -} \ No newline at end of file diff --git a/docs/examples/1.0.0/client-android/java/avatars/get-flag.md b/docs/examples/1.0.0/client-android/java/avatars/get-flag.md deleted file mode 100644 index 77bf3b1b1f..0000000000 --- a/docs/examples/1.0.0/client-android/java/avatars/get-flag.md +++ /dev/null @@ -1,48 +0,0 @@ -import androidx.appcompat.app.AppCompatActivity -import android.os.Bundle -import kotlinx.coroutines.GlobalScope -import kotlinx.coroutines.launch -import io.appwrite.Client -import io.appwrite.services.Avatars - -public class MainActivity extends AppCompatActivity { - - @Override - protected void onCreate(Bundle savedInstanceState) { - super.onCreate(savedInstanceState); - setContentView(R.layout.activity_main); - - Client client = new Client(getApplicationContext()) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2"); // Your project ID - - Avatars avatars = new Avatars(client); - - avatars.getFlag( - "af", - new Continuation() { - @NotNull - @Override - public CoroutineContext getContext() { - return EmptyCoroutineContext.INSTANCE; - } - - @Override - public void resumeWith(@NotNull Object o) { - String json = ""; - try { - if (o instanceof Result.Failure) { - Result.Failure failure = (Result.Failure) o; - throw failure.exception; - } else { - Response response = (Response) o; - json = response.body().string(); - } - } catch (Throwable th) { - Log.e("ERROR", th.toString()); - } - } - } - ); - } -} \ No newline at end of file diff --git a/docs/examples/1.0.0/client-android/java/avatars/get-image.md b/docs/examples/1.0.0/client-android/java/avatars/get-image.md deleted file mode 100644 index 69371da6d3..0000000000 --- a/docs/examples/1.0.0/client-android/java/avatars/get-image.md +++ /dev/null @@ -1,48 +0,0 @@ -import androidx.appcompat.app.AppCompatActivity -import android.os.Bundle -import kotlinx.coroutines.GlobalScope -import kotlinx.coroutines.launch -import io.appwrite.Client -import io.appwrite.services.Avatars - -public class MainActivity extends AppCompatActivity { - - @Override - protected void onCreate(Bundle savedInstanceState) { - super.onCreate(savedInstanceState); - setContentView(R.layout.activity_main); - - Client client = new Client(getApplicationContext()) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2"); // Your project ID - - Avatars avatars = new Avatars(client); - - avatars.getImage( - "https://example.com", - new Continuation() { - @NotNull - @Override - public CoroutineContext getContext() { - return EmptyCoroutineContext.INSTANCE; - } - - @Override - public void resumeWith(@NotNull Object o) { - String json = ""; - try { - if (o instanceof Result.Failure) { - Result.Failure failure = (Result.Failure) o; - throw failure.exception; - } else { - Response response = (Response) o; - json = response.body().string(); - } - } catch (Throwable th) { - Log.e("ERROR", th.toString()); - } - } - } - ); - } -} \ No newline at end of file diff --git a/docs/examples/1.0.0/client-android/java/avatars/get-initials.md b/docs/examples/1.0.0/client-android/java/avatars/get-initials.md deleted file mode 100644 index eea5669c2c..0000000000 --- a/docs/examples/1.0.0/client-android/java/avatars/get-initials.md +++ /dev/null @@ -1,47 +0,0 @@ -import androidx.appcompat.app.AppCompatActivity -import android.os.Bundle -import kotlinx.coroutines.GlobalScope -import kotlinx.coroutines.launch -import io.appwrite.Client -import io.appwrite.services.Avatars - -public class MainActivity extends AppCompatActivity { - - @Override - protected void onCreate(Bundle savedInstanceState) { - super.onCreate(savedInstanceState); - setContentView(R.layout.activity_main); - - Client client = new Client(getApplicationContext()) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2"); // Your project ID - - Avatars avatars = new Avatars(client); - - avatars.getInitials( - new Continuation() { - @NotNull - @Override - public CoroutineContext getContext() { - return EmptyCoroutineContext.INSTANCE; - } - - @Override - public void resumeWith(@NotNull Object o) { - String json = ""; - try { - if (o instanceof Result.Failure) { - Result.Failure failure = (Result.Failure) o; - throw failure.exception; - } else { - Response response = (Response) o; - json = response.body().string(); - } - } catch (Throwable th) { - Log.e("ERROR", th.toString()); - } - } - } - ); - } -} \ No newline at end of file diff --git a/docs/examples/1.0.0/client-android/java/avatars/get-q-r.md b/docs/examples/1.0.0/client-android/java/avatars/get-q-r.md deleted file mode 100644 index e2c48cdded..0000000000 --- a/docs/examples/1.0.0/client-android/java/avatars/get-q-r.md +++ /dev/null @@ -1,48 +0,0 @@ -import androidx.appcompat.app.AppCompatActivity -import android.os.Bundle -import kotlinx.coroutines.GlobalScope -import kotlinx.coroutines.launch -import io.appwrite.Client -import io.appwrite.services.Avatars - -public class MainActivity extends AppCompatActivity { - - @Override - protected void onCreate(Bundle savedInstanceState) { - super.onCreate(savedInstanceState); - setContentView(R.layout.activity_main); - - Client client = new Client(getApplicationContext()) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2"); // Your project ID - - Avatars avatars = new Avatars(client); - - avatars.getQR( - "[TEXT]", - new Continuation() { - @NotNull - @Override - public CoroutineContext getContext() { - return EmptyCoroutineContext.INSTANCE; - } - - @Override - public void resumeWith(@NotNull Object o) { - String json = ""; - try { - if (o instanceof Result.Failure) { - Result.Failure failure = (Result.Failure) o; - throw failure.exception; - } else { - Response response = (Response) o; - json = response.body().string(); - } - } catch (Throwable th) { - Log.e("ERROR", th.toString()); - } - } - } - ); - } -} \ No newline at end of file diff --git a/docs/examples/1.0.0/client-android/java/databases/create-document.md b/docs/examples/1.0.0/client-android/java/databases/create-document.md deleted file mode 100644 index 7fc322b8ca..0000000000 --- a/docs/examples/1.0.0/client-android/java/databases/create-document.md +++ /dev/null @@ -1,51 +0,0 @@ -import androidx.appcompat.app.AppCompatActivity -import android.os.Bundle -import kotlinx.coroutines.GlobalScope -import kotlinx.coroutines.launch -import io.appwrite.Client -import io.appwrite.services.Databases - -public class MainActivity extends AppCompatActivity { - - @Override - protected void onCreate(Bundle savedInstanceState) { - super.onCreate(savedInstanceState); - setContentView(R.layout.activity_main); - - Client client = new Client(getApplicationContext()) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2"); // Your project ID - - Databases databases = new Databases(client); - - databases.createDocument( - "[DATABASE_ID]", - "[COLLECTION_ID]", - "[DOCUMENT_ID]", - mapOf( "a" to "b" ), - new Continuation() { - @NotNull - @Override - public CoroutineContext getContext() { - return EmptyCoroutineContext.INSTANCE; - } - - @Override - public void resumeWith(@NotNull Object o) { - String json = ""; - try { - if (o instanceof Result.Failure) { - Result.Failure failure = (Result.Failure) o; - throw failure.exception; - } else { - Response response = (Response) o; - json = response.body().string(); - } - } catch (Throwable th) { - Log.e("ERROR", th.toString()); - } - } - } - ); - } -} \ No newline at end of file diff --git a/docs/examples/1.0.0/client-android/java/databases/delete-document.md b/docs/examples/1.0.0/client-android/java/databases/delete-document.md deleted file mode 100644 index f42a09b498..0000000000 --- a/docs/examples/1.0.0/client-android/java/databases/delete-document.md +++ /dev/null @@ -1,50 +0,0 @@ -import androidx.appcompat.app.AppCompatActivity -import android.os.Bundle -import kotlinx.coroutines.GlobalScope -import kotlinx.coroutines.launch -import io.appwrite.Client -import io.appwrite.services.Databases - -public class MainActivity extends AppCompatActivity { - - @Override - protected void onCreate(Bundle savedInstanceState) { - super.onCreate(savedInstanceState); - setContentView(R.layout.activity_main); - - Client client = new Client(getApplicationContext()) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2"); // Your project ID - - Databases databases = new Databases(client); - - databases.deleteDocument( - "[DATABASE_ID]", - "[COLLECTION_ID]", - "[DOCUMENT_ID]" - new Continuation() { - @NotNull - @Override - public CoroutineContext getContext() { - return EmptyCoroutineContext.INSTANCE; - } - - @Override - public void resumeWith(@NotNull Object o) { - String json = ""; - try { - if (o instanceof Result.Failure) { - Result.Failure failure = (Result.Failure) o; - throw failure.exception; - } else { - Response response = (Response) o; - json = response.body().string(); - } - } catch (Throwable th) { - Log.e("ERROR", th.toString()); - } - } - } - ); - } -} \ No newline at end of file diff --git a/docs/examples/1.0.0/client-android/java/databases/get-document.md b/docs/examples/1.0.0/client-android/java/databases/get-document.md deleted file mode 100644 index f1a4d449b4..0000000000 --- a/docs/examples/1.0.0/client-android/java/databases/get-document.md +++ /dev/null @@ -1,50 +0,0 @@ -import androidx.appcompat.app.AppCompatActivity -import android.os.Bundle -import kotlinx.coroutines.GlobalScope -import kotlinx.coroutines.launch -import io.appwrite.Client -import io.appwrite.services.Databases - -public class MainActivity extends AppCompatActivity { - - @Override - protected void onCreate(Bundle savedInstanceState) { - super.onCreate(savedInstanceState); - setContentView(R.layout.activity_main); - - Client client = new Client(getApplicationContext()) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2"); // Your project ID - - Databases databases = new Databases(client); - - databases.getDocument( - "[DATABASE_ID]", - "[COLLECTION_ID]", - "[DOCUMENT_ID]" - new Continuation() { - @NotNull - @Override - public CoroutineContext getContext() { - return EmptyCoroutineContext.INSTANCE; - } - - @Override - public void resumeWith(@NotNull Object o) { - String json = ""; - try { - if (o instanceof Result.Failure) { - Result.Failure failure = (Result.Failure) o; - throw failure.exception; - } else { - Response response = (Response) o; - json = response.body().string(); - } - } catch (Throwable th) { - Log.e("ERROR", th.toString()); - } - } - } - ); - } -} \ No newline at end of file diff --git a/docs/examples/1.0.0/client-android/java/databases/list-documents.md b/docs/examples/1.0.0/client-android/java/databases/list-documents.md deleted file mode 100644 index 93d73336ec..0000000000 --- a/docs/examples/1.0.0/client-android/java/databases/list-documents.md +++ /dev/null @@ -1,49 +0,0 @@ -import androidx.appcompat.app.AppCompatActivity -import android.os.Bundle -import kotlinx.coroutines.GlobalScope -import kotlinx.coroutines.launch -import io.appwrite.Client -import io.appwrite.services.Databases - -public class MainActivity extends AppCompatActivity { - - @Override - protected void onCreate(Bundle savedInstanceState) { - super.onCreate(savedInstanceState); - setContentView(R.layout.activity_main); - - Client client = new Client(getApplicationContext()) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2"); // Your project ID - - Databases databases = new Databases(client); - - databases.listDocuments( - "[DATABASE_ID]", - "[COLLECTION_ID]", - new Continuation() { - @NotNull - @Override - public CoroutineContext getContext() { - return EmptyCoroutineContext.INSTANCE; - } - - @Override - public void resumeWith(@NotNull Object o) { - String json = ""; - try { - if (o instanceof Result.Failure) { - Result.Failure failure = (Result.Failure) o; - throw failure.exception; - } else { - Response response = (Response) o; - json = response.body().string(); - } - } catch (Throwable th) { - Log.e("ERROR", th.toString()); - } - } - } - ); - } -} \ No newline at end of file diff --git a/docs/examples/1.0.0/client-android/java/databases/update-document.md b/docs/examples/1.0.0/client-android/java/databases/update-document.md deleted file mode 100644 index 81e55d48f1..0000000000 --- a/docs/examples/1.0.0/client-android/java/databases/update-document.md +++ /dev/null @@ -1,50 +0,0 @@ -import androidx.appcompat.app.AppCompatActivity -import android.os.Bundle -import kotlinx.coroutines.GlobalScope -import kotlinx.coroutines.launch -import io.appwrite.Client -import io.appwrite.services.Databases - -public class MainActivity extends AppCompatActivity { - - @Override - protected void onCreate(Bundle savedInstanceState) { - super.onCreate(savedInstanceState); - setContentView(R.layout.activity_main); - - Client client = new Client(getApplicationContext()) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2"); // Your project ID - - Databases databases = new Databases(client); - - databases.updateDocument( - "[DATABASE_ID]", - "[COLLECTION_ID]", - "[DOCUMENT_ID]", - new Continuation() { - @NotNull - @Override - public CoroutineContext getContext() { - return EmptyCoroutineContext.INSTANCE; - } - - @Override - public void resumeWith(@NotNull Object o) { - String json = ""; - try { - if (o instanceof Result.Failure) { - Result.Failure failure = (Result.Failure) o; - throw failure.exception; - } else { - Response response = (Response) o; - json = response.body().string(); - } - } catch (Throwable th) { - Log.e("ERROR", th.toString()); - } - } - } - ); - } -} \ No newline at end of file diff --git a/docs/examples/1.0.0/client-android/java/functions/create-execution.md b/docs/examples/1.0.0/client-android/java/functions/create-execution.md deleted file mode 100644 index ea30faddf3..0000000000 --- a/docs/examples/1.0.0/client-android/java/functions/create-execution.md +++ /dev/null @@ -1,48 +0,0 @@ -import androidx.appcompat.app.AppCompatActivity -import android.os.Bundle -import kotlinx.coroutines.GlobalScope -import kotlinx.coroutines.launch -import io.appwrite.Client -import io.appwrite.services.Functions - -public class MainActivity extends AppCompatActivity { - - @Override - protected void onCreate(Bundle savedInstanceState) { - super.onCreate(savedInstanceState); - setContentView(R.layout.activity_main); - - Client client = new Client(getApplicationContext()) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2"); // Your project ID - - Functions functions = new Functions(client); - - functions.createExecution( - "[FUNCTION_ID]", - new Continuation() { - @NotNull - @Override - public CoroutineContext getContext() { - return EmptyCoroutineContext.INSTANCE; - } - - @Override - public void resumeWith(@NotNull Object o) { - String json = ""; - try { - if (o instanceof Result.Failure) { - Result.Failure failure = (Result.Failure) o; - throw failure.exception; - } else { - Response response = (Response) o; - json = response.body().string(); - } - } catch (Throwable th) { - Log.e("ERROR", th.toString()); - } - } - } - ); - } -} \ No newline at end of file diff --git a/docs/examples/1.0.0/client-android/java/functions/get-execution.md b/docs/examples/1.0.0/client-android/java/functions/get-execution.md deleted file mode 100644 index 2f4e57edce..0000000000 --- a/docs/examples/1.0.0/client-android/java/functions/get-execution.md +++ /dev/null @@ -1,49 +0,0 @@ -import androidx.appcompat.app.AppCompatActivity -import android.os.Bundle -import kotlinx.coroutines.GlobalScope -import kotlinx.coroutines.launch -import io.appwrite.Client -import io.appwrite.services.Functions - -public class MainActivity extends AppCompatActivity { - - @Override - protected void onCreate(Bundle savedInstanceState) { - super.onCreate(savedInstanceState); - setContentView(R.layout.activity_main); - - Client client = new Client(getApplicationContext()) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2"); // Your project ID - - Functions functions = new Functions(client); - - functions.getExecution( - "[FUNCTION_ID]", - "[EXECUTION_ID]" - new Continuation() { - @NotNull - @Override - public CoroutineContext getContext() { - return EmptyCoroutineContext.INSTANCE; - } - - @Override - public void resumeWith(@NotNull Object o) { - String json = ""; - try { - if (o instanceof Result.Failure) { - Result.Failure failure = (Result.Failure) o; - throw failure.exception; - } else { - Response response = (Response) o; - json = response.body().string(); - } - } catch (Throwable th) { - Log.e("ERROR", th.toString()); - } - } - } - ); - } -} \ No newline at end of file diff --git a/docs/examples/1.0.0/client-android/java/functions/list-executions.md b/docs/examples/1.0.0/client-android/java/functions/list-executions.md deleted file mode 100644 index 68f767db9c..0000000000 --- a/docs/examples/1.0.0/client-android/java/functions/list-executions.md +++ /dev/null @@ -1,48 +0,0 @@ -import androidx.appcompat.app.AppCompatActivity -import android.os.Bundle -import kotlinx.coroutines.GlobalScope -import kotlinx.coroutines.launch -import io.appwrite.Client -import io.appwrite.services.Functions - -public class MainActivity extends AppCompatActivity { - - @Override - protected void onCreate(Bundle savedInstanceState) { - super.onCreate(savedInstanceState); - setContentView(R.layout.activity_main); - - Client client = new Client(getApplicationContext()) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2"); // Your project ID - - Functions functions = new Functions(client); - - functions.listExecutions( - "[FUNCTION_ID]", - new Continuation() { - @NotNull - @Override - public CoroutineContext getContext() { - return EmptyCoroutineContext.INSTANCE; - } - - @Override - public void resumeWith(@NotNull Object o) { - String json = ""; - try { - if (o instanceof Result.Failure) { - Result.Failure failure = (Result.Failure) o; - throw failure.exception; - } else { - Response response = (Response) o; - json = response.body().string(); - } - } catch (Throwable th) { - Log.e("ERROR", th.toString()); - } - } - } - ); - } -} \ No newline at end of file diff --git a/docs/examples/1.0.0/client-android/java/functions/retry-build.md b/docs/examples/1.0.0/client-android/java/functions/retry-build.md deleted file mode 100644 index 96501a096e..0000000000 --- a/docs/examples/1.0.0/client-android/java/functions/retry-build.md +++ /dev/null @@ -1,50 +0,0 @@ -import androidx.appcompat.app.AppCompatActivity -import android.os.Bundle -import kotlinx.coroutines.GlobalScope -import kotlinx.coroutines.launch -import io.appwrite.Client -import io.appwrite.services.Functions - -public class MainActivity extends AppCompatActivity { - - @Override - protected void onCreate(Bundle savedInstanceState) { - super.onCreate(savedInstanceState); - setContentView(R.layout.activity_main); - - Client client = new Client(getApplicationContext()) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2"); // Your project ID - - Functions functions = new Functions(client); - - functions.retryBuild( - "[FUNCTION_ID]", - "[DEPLOYMENT_ID]", - "[BUILD_ID]" - new Continuation() { - @NotNull - @Override - public CoroutineContext getContext() { - return EmptyCoroutineContext.INSTANCE; - } - - @Override - public void resumeWith(@NotNull Object o) { - String json = ""; - try { - if (o instanceof Result.Failure) { - Result.Failure failure = (Result.Failure) o; - throw failure.exception; - } else { - Response response = (Response) o; - json = response.body().string(); - } - } catch (Throwable th) { - Log.e("ERROR", th.toString()); - } - } - } - ); - } -} \ No newline at end of file diff --git a/docs/examples/1.0.0/client-android/java/locale/get-continents.md b/docs/examples/1.0.0/client-android/java/locale/get-continents.md deleted file mode 100644 index e96a9fec1e..0000000000 --- a/docs/examples/1.0.0/client-android/java/locale/get-continents.md +++ /dev/null @@ -1,46 +0,0 @@ -import androidx.appcompat.app.AppCompatActivity -import android.os.Bundle -import kotlinx.coroutines.GlobalScope -import kotlinx.coroutines.launch -import io.appwrite.Client -import io.appwrite.services.Locale - -public class MainActivity extends AppCompatActivity { - - @Override - protected void onCreate(Bundle savedInstanceState) { - super.onCreate(savedInstanceState); - setContentView(R.layout.activity_main); - - Client client = new Client(getApplicationContext()) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2"); // Your project ID - - Locale locale = new Locale(client); - - locale.getContinents(new Continuation() { - @NotNull - @Override - public CoroutineContext getContext() { - return EmptyCoroutineContext.INSTANCE; - } - - @Override - public void resumeWith(@NotNull Object o) { - String json = ""; - try { - if (o instanceof Result.Failure) { - Result.Failure failure = (Result.Failure) o; - throw failure.exception; - } else { - Response response = (Response) o; - json = response.body().string(); - } - } - } catch (Throwable th) { - Log.e("ERROR", th.toString()); - } - } - }); - } -} \ No newline at end of file diff --git a/docs/examples/1.0.0/client-android/java/locale/get-countries-e-u.md b/docs/examples/1.0.0/client-android/java/locale/get-countries-e-u.md deleted file mode 100644 index ec478bc839..0000000000 --- a/docs/examples/1.0.0/client-android/java/locale/get-countries-e-u.md +++ /dev/null @@ -1,46 +0,0 @@ -import androidx.appcompat.app.AppCompatActivity -import android.os.Bundle -import kotlinx.coroutines.GlobalScope -import kotlinx.coroutines.launch -import io.appwrite.Client -import io.appwrite.services.Locale - -public class MainActivity extends AppCompatActivity { - - @Override - protected void onCreate(Bundle savedInstanceState) { - super.onCreate(savedInstanceState); - setContentView(R.layout.activity_main); - - Client client = new Client(getApplicationContext()) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2"); // Your project ID - - Locale locale = new Locale(client); - - locale.getCountriesEU(new Continuation() { - @NotNull - @Override - public CoroutineContext getContext() { - return EmptyCoroutineContext.INSTANCE; - } - - @Override - public void resumeWith(@NotNull Object o) { - String json = ""; - try { - if (o instanceof Result.Failure) { - Result.Failure failure = (Result.Failure) o; - throw failure.exception; - } else { - Response response = (Response) o; - json = response.body().string(); - } - } - } catch (Throwable th) { - Log.e("ERROR", th.toString()); - } - } - }); - } -} \ No newline at end of file diff --git a/docs/examples/1.0.0/client-android/java/locale/get-countries-phones.md b/docs/examples/1.0.0/client-android/java/locale/get-countries-phones.md deleted file mode 100644 index 34368d2877..0000000000 --- a/docs/examples/1.0.0/client-android/java/locale/get-countries-phones.md +++ /dev/null @@ -1,46 +0,0 @@ -import androidx.appcompat.app.AppCompatActivity -import android.os.Bundle -import kotlinx.coroutines.GlobalScope -import kotlinx.coroutines.launch -import io.appwrite.Client -import io.appwrite.services.Locale - -public class MainActivity extends AppCompatActivity { - - @Override - protected void onCreate(Bundle savedInstanceState) { - super.onCreate(savedInstanceState); - setContentView(R.layout.activity_main); - - Client client = new Client(getApplicationContext()) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2"); // Your project ID - - Locale locale = new Locale(client); - - locale.getCountriesPhones(new Continuation() { - @NotNull - @Override - public CoroutineContext getContext() { - return EmptyCoroutineContext.INSTANCE; - } - - @Override - public void resumeWith(@NotNull Object o) { - String json = ""; - try { - if (o instanceof Result.Failure) { - Result.Failure failure = (Result.Failure) o; - throw failure.exception; - } else { - Response response = (Response) o; - json = response.body().string(); - } - } - } catch (Throwable th) { - Log.e("ERROR", th.toString()); - } - } - }); - } -} \ No newline at end of file diff --git a/docs/examples/1.0.0/client-android/java/locale/get-countries.md b/docs/examples/1.0.0/client-android/java/locale/get-countries.md deleted file mode 100644 index f1c50fc8d1..0000000000 --- a/docs/examples/1.0.0/client-android/java/locale/get-countries.md +++ /dev/null @@ -1,46 +0,0 @@ -import androidx.appcompat.app.AppCompatActivity -import android.os.Bundle -import kotlinx.coroutines.GlobalScope -import kotlinx.coroutines.launch -import io.appwrite.Client -import io.appwrite.services.Locale - -public class MainActivity extends AppCompatActivity { - - @Override - protected void onCreate(Bundle savedInstanceState) { - super.onCreate(savedInstanceState); - setContentView(R.layout.activity_main); - - Client client = new Client(getApplicationContext()) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2"); // Your project ID - - Locale locale = new Locale(client); - - locale.getCountries(new Continuation() { - @NotNull - @Override - public CoroutineContext getContext() { - return EmptyCoroutineContext.INSTANCE; - } - - @Override - public void resumeWith(@NotNull Object o) { - String json = ""; - try { - if (o instanceof Result.Failure) { - Result.Failure failure = (Result.Failure) o; - throw failure.exception; - } else { - Response response = (Response) o; - json = response.body().string(); - } - } - } catch (Throwable th) { - Log.e("ERROR", th.toString()); - } - } - }); - } -} \ No newline at end of file diff --git a/docs/examples/1.0.0/client-android/java/locale/get-currencies.md b/docs/examples/1.0.0/client-android/java/locale/get-currencies.md deleted file mode 100644 index 63af14bbb3..0000000000 --- a/docs/examples/1.0.0/client-android/java/locale/get-currencies.md +++ /dev/null @@ -1,46 +0,0 @@ -import androidx.appcompat.app.AppCompatActivity -import android.os.Bundle -import kotlinx.coroutines.GlobalScope -import kotlinx.coroutines.launch -import io.appwrite.Client -import io.appwrite.services.Locale - -public class MainActivity extends AppCompatActivity { - - @Override - protected void onCreate(Bundle savedInstanceState) { - super.onCreate(savedInstanceState); - setContentView(R.layout.activity_main); - - Client client = new Client(getApplicationContext()) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2"); // Your project ID - - Locale locale = new Locale(client); - - locale.getCurrencies(new Continuation() { - @NotNull - @Override - public CoroutineContext getContext() { - return EmptyCoroutineContext.INSTANCE; - } - - @Override - public void resumeWith(@NotNull Object o) { - String json = ""; - try { - if (o instanceof Result.Failure) { - Result.Failure failure = (Result.Failure) o; - throw failure.exception; - } else { - Response response = (Response) o; - json = response.body().string(); - } - } - } catch (Throwable th) { - Log.e("ERROR", th.toString()); - } - } - }); - } -} \ No newline at end of file diff --git a/docs/examples/1.0.0/client-android/java/locale/get-languages.md b/docs/examples/1.0.0/client-android/java/locale/get-languages.md deleted file mode 100644 index 5952daafef..0000000000 --- a/docs/examples/1.0.0/client-android/java/locale/get-languages.md +++ /dev/null @@ -1,46 +0,0 @@ -import androidx.appcompat.app.AppCompatActivity -import android.os.Bundle -import kotlinx.coroutines.GlobalScope -import kotlinx.coroutines.launch -import io.appwrite.Client -import io.appwrite.services.Locale - -public class MainActivity extends AppCompatActivity { - - @Override - protected void onCreate(Bundle savedInstanceState) { - super.onCreate(savedInstanceState); - setContentView(R.layout.activity_main); - - Client client = new Client(getApplicationContext()) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2"); // Your project ID - - Locale locale = new Locale(client); - - locale.getLanguages(new Continuation() { - @NotNull - @Override - public CoroutineContext getContext() { - return EmptyCoroutineContext.INSTANCE; - } - - @Override - public void resumeWith(@NotNull Object o) { - String json = ""; - try { - if (o instanceof Result.Failure) { - Result.Failure failure = (Result.Failure) o; - throw failure.exception; - } else { - Response response = (Response) o; - json = response.body().string(); - } - } - } catch (Throwable th) { - Log.e("ERROR", th.toString()); - } - } - }); - } -} \ No newline at end of file diff --git a/docs/examples/1.0.0/client-android/java/locale/get.md b/docs/examples/1.0.0/client-android/java/locale/get.md deleted file mode 100644 index 417fc16f23..0000000000 --- a/docs/examples/1.0.0/client-android/java/locale/get.md +++ /dev/null @@ -1,46 +0,0 @@ -import androidx.appcompat.app.AppCompatActivity -import android.os.Bundle -import kotlinx.coroutines.GlobalScope -import kotlinx.coroutines.launch -import io.appwrite.Client -import io.appwrite.services.Locale - -public class MainActivity extends AppCompatActivity { - - @Override - protected void onCreate(Bundle savedInstanceState) { - super.onCreate(savedInstanceState); - setContentView(R.layout.activity_main); - - Client client = new Client(getApplicationContext()) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2"); // Your project ID - - Locale locale = new Locale(client); - - locale.get(new Continuation() { - @NotNull - @Override - public CoroutineContext getContext() { - return EmptyCoroutineContext.INSTANCE; - } - - @Override - public void resumeWith(@NotNull Object o) { - String json = ""; - try { - if (o instanceof Result.Failure) { - Result.Failure failure = (Result.Failure) o; - throw failure.exception; - } else { - Response response = (Response) o; - json = response.body().string(); - } - } - } catch (Throwable th) { - Log.e("ERROR", th.toString()); - } - } - }); - } -} \ No newline at end of file diff --git a/docs/examples/1.0.0/client-android/java/storage/create-file.md b/docs/examples/1.0.0/client-android/java/storage/create-file.md deleted file mode 100644 index 32e0fd09f2..0000000000 --- a/docs/examples/1.0.0/client-android/java/storage/create-file.md +++ /dev/null @@ -1,51 +0,0 @@ -import androidx.appcompat.app.AppCompatActivity -import android.os.Bundle -import kotlinx.coroutines.GlobalScope -import kotlinx.coroutines.launch -import io.appwrite.Client -import io.appwrite.models.InputFile -import io.appwrite.services.Storage - -public class MainActivity extends AppCompatActivity { - - @Override - protected void onCreate(Bundle savedInstanceState) { - super.onCreate(savedInstanceState); - setContentView(R.layout.activity_main); - - Client client = new Client(getApplicationContext()) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2"); // Your project ID - - Storage storage = new Storage(client); - - storage.createFile( - "[BUCKET_ID]", - "[FILE_ID]", - InputFile.fromPath("file.png"), - new Continuation() { - @NotNull - @Override - public CoroutineContext getContext() { - return EmptyCoroutineContext.INSTANCE; - } - - @Override - public void resumeWith(@NotNull Object o) { - String json = ""; - try { - if (o instanceof Result.Failure) { - Result.Failure failure = (Result.Failure) o; - throw failure.exception; - } else { - Response response = (Response) o; - json = response.body().string(); - } - } catch (Throwable th) { - Log.e("ERROR", th.toString()); - } - } - } - ); - } -} \ No newline at end of file diff --git a/docs/examples/1.0.0/client-android/java/storage/delete-file.md b/docs/examples/1.0.0/client-android/java/storage/delete-file.md deleted file mode 100644 index 585593a8cb..0000000000 --- a/docs/examples/1.0.0/client-android/java/storage/delete-file.md +++ /dev/null @@ -1,49 +0,0 @@ -import androidx.appcompat.app.AppCompatActivity -import android.os.Bundle -import kotlinx.coroutines.GlobalScope -import kotlinx.coroutines.launch -import io.appwrite.Client -import io.appwrite.services.Storage - -public class MainActivity extends AppCompatActivity { - - @Override - protected void onCreate(Bundle savedInstanceState) { - super.onCreate(savedInstanceState); - setContentView(R.layout.activity_main); - - Client client = new Client(getApplicationContext()) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2"); // Your project ID - - Storage storage = new Storage(client); - - storage.deleteFile( - "[BUCKET_ID]", - "[FILE_ID]" - new Continuation() { - @NotNull - @Override - public CoroutineContext getContext() { - return EmptyCoroutineContext.INSTANCE; - } - - @Override - public void resumeWith(@NotNull Object o) { - String json = ""; - try { - if (o instanceof Result.Failure) { - Result.Failure failure = (Result.Failure) o; - throw failure.exception; - } else { - Response response = (Response) o; - json = response.body().string(); - } - } catch (Throwable th) { - Log.e("ERROR", th.toString()); - } - } - } - ); - } -} \ No newline at end of file diff --git a/docs/examples/1.0.0/client-android/java/storage/get-file-download.md b/docs/examples/1.0.0/client-android/java/storage/get-file-download.md deleted file mode 100644 index b16224804a..0000000000 --- a/docs/examples/1.0.0/client-android/java/storage/get-file-download.md +++ /dev/null @@ -1,49 +0,0 @@ -import androidx.appcompat.app.AppCompatActivity -import android.os.Bundle -import kotlinx.coroutines.GlobalScope -import kotlinx.coroutines.launch -import io.appwrite.Client -import io.appwrite.services.Storage - -public class MainActivity extends AppCompatActivity { - - @Override - protected void onCreate(Bundle savedInstanceState) { - super.onCreate(savedInstanceState); - setContentView(R.layout.activity_main); - - Client client = new Client(getApplicationContext()) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2"); // Your project ID - - Storage storage = new Storage(client); - - storage.getFileDownload( - "[BUCKET_ID]", - "[FILE_ID]" - new Continuation() { - @NotNull - @Override - public CoroutineContext getContext() { - return EmptyCoroutineContext.INSTANCE; - } - - @Override - public void resumeWith(@NotNull Object o) { - String json = ""; - try { - if (o instanceof Result.Failure) { - Result.Failure failure = (Result.Failure) o; - throw failure.exception; - } else { - Response response = (Response) o; - json = response.body().string(); - } - } catch (Throwable th) { - Log.e("ERROR", th.toString()); - } - } - } - ); - } -} \ No newline at end of file diff --git a/docs/examples/1.0.0/client-android/java/storage/get-file-preview.md b/docs/examples/1.0.0/client-android/java/storage/get-file-preview.md deleted file mode 100644 index 583c1a0a3c..0000000000 --- a/docs/examples/1.0.0/client-android/java/storage/get-file-preview.md +++ /dev/null @@ -1,49 +0,0 @@ -import androidx.appcompat.app.AppCompatActivity -import android.os.Bundle -import kotlinx.coroutines.GlobalScope -import kotlinx.coroutines.launch -import io.appwrite.Client -import io.appwrite.services.Storage - -public class MainActivity extends AppCompatActivity { - - @Override - protected void onCreate(Bundle savedInstanceState) { - super.onCreate(savedInstanceState); - setContentView(R.layout.activity_main); - - Client client = new Client(getApplicationContext()) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2"); // Your project ID - - Storage storage = new Storage(client); - - storage.getFilePreview( - "[BUCKET_ID]", - "[FILE_ID]", - new Continuation() { - @NotNull - @Override - public CoroutineContext getContext() { - return EmptyCoroutineContext.INSTANCE; - } - - @Override - public void resumeWith(@NotNull Object o) { - String json = ""; - try { - if (o instanceof Result.Failure) { - Result.Failure failure = (Result.Failure) o; - throw failure.exception; - } else { - Response response = (Response) o; - json = response.body().string(); - } - } catch (Throwable th) { - Log.e("ERROR", th.toString()); - } - } - } - ); - } -} \ No newline at end of file diff --git a/docs/examples/1.0.0/client-android/java/storage/get-file-view.md b/docs/examples/1.0.0/client-android/java/storage/get-file-view.md deleted file mode 100644 index 21a5074aca..0000000000 --- a/docs/examples/1.0.0/client-android/java/storage/get-file-view.md +++ /dev/null @@ -1,49 +0,0 @@ -import androidx.appcompat.app.AppCompatActivity -import android.os.Bundle -import kotlinx.coroutines.GlobalScope -import kotlinx.coroutines.launch -import io.appwrite.Client -import io.appwrite.services.Storage - -public class MainActivity extends AppCompatActivity { - - @Override - protected void onCreate(Bundle savedInstanceState) { - super.onCreate(savedInstanceState); - setContentView(R.layout.activity_main); - - Client client = new Client(getApplicationContext()) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2"); // Your project ID - - Storage storage = new Storage(client); - - storage.getFileView( - "[BUCKET_ID]", - "[FILE_ID]" - new Continuation() { - @NotNull - @Override - public CoroutineContext getContext() { - return EmptyCoroutineContext.INSTANCE; - } - - @Override - public void resumeWith(@NotNull Object o) { - String json = ""; - try { - if (o instanceof Result.Failure) { - Result.Failure failure = (Result.Failure) o; - throw failure.exception; - } else { - Response response = (Response) o; - json = response.body().string(); - } - } catch (Throwable th) { - Log.e("ERROR", th.toString()); - } - } - } - ); - } -} \ No newline at end of file diff --git a/docs/examples/1.0.0/client-android/java/storage/get-file.md b/docs/examples/1.0.0/client-android/java/storage/get-file.md deleted file mode 100644 index 61740a9a46..0000000000 --- a/docs/examples/1.0.0/client-android/java/storage/get-file.md +++ /dev/null @@ -1,49 +0,0 @@ -import androidx.appcompat.app.AppCompatActivity -import android.os.Bundle -import kotlinx.coroutines.GlobalScope -import kotlinx.coroutines.launch -import io.appwrite.Client -import io.appwrite.services.Storage - -public class MainActivity extends AppCompatActivity { - - @Override - protected void onCreate(Bundle savedInstanceState) { - super.onCreate(savedInstanceState); - setContentView(R.layout.activity_main); - - Client client = new Client(getApplicationContext()) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2"); // Your project ID - - Storage storage = new Storage(client); - - storage.getFile( - "[BUCKET_ID]", - "[FILE_ID]" - new Continuation() { - @NotNull - @Override - public CoroutineContext getContext() { - return EmptyCoroutineContext.INSTANCE; - } - - @Override - public void resumeWith(@NotNull Object o) { - String json = ""; - try { - if (o instanceof Result.Failure) { - Result.Failure failure = (Result.Failure) o; - throw failure.exception; - } else { - Response response = (Response) o; - json = response.body().string(); - } - } catch (Throwable th) { - Log.e("ERROR", th.toString()); - } - } - } - ); - } -} \ No newline at end of file diff --git a/docs/examples/1.0.0/client-android/java/storage/list-files.md b/docs/examples/1.0.0/client-android/java/storage/list-files.md deleted file mode 100644 index a7ea06ec5b..0000000000 --- a/docs/examples/1.0.0/client-android/java/storage/list-files.md +++ /dev/null @@ -1,48 +0,0 @@ -import androidx.appcompat.app.AppCompatActivity -import android.os.Bundle -import kotlinx.coroutines.GlobalScope -import kotlinx.coroutines.launch -import io.appwrite.Client -import io.appwrite.services.Storage - -public class MainActivity extends AppCompatActivity { - - @Override - protected void onCreate(Bundle savedInstanceState) { - super.onCreate(savedInstanceState); - setContentView(R.layout.activity_main); - - Client client = new Client(getApplicationContext()) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2"); // Your project ID - - Storage storage = new Storage(client); - - storage.listFiles( - "[BUCKET_ID]", - new Continuation() { - @NotNull - @Override - public CoroutineContext getContext() { - return EmptyCoroutineContext.INSTANCE; - } - - @Override - public void resumeWith(@NotNull Object o) { - String json = ""; - try { - if (o instanceof Result.Failure) { - Result.Failure failure = (Result.Failure) o; - throw failure.exception; - } else { - Response response = (Response) o; - json = response.body().string(); - } - } catch (Throwable th) { - Log.e("ERROR", th.toString()); - } - } - } - ); - } -} \ No newline at end of file diff --git a/docs/examples/1.0.0/client-android/java/storage/update-file.md b/docs/examples/1.0.0/client-android/java/storage/update-file.md deleted file mode 100644 index b3e8e904ef..0000000000 --- a/docs/examples/1.0.0/client-android/java/storage/update-file.md +++ /dev/null @@ -1,49 +0,0 @@ -import androidx.appcompat.app.AppCompatActivity -import android.os.Bundle -import kotlinx.coroutines.GlobalScope -import kotlinx.coroutines.launch -import io.appwrite.Client -import io.appwrite.services.Storage - -public class MainActivity extends AppCompatActivity { - - @Override - protected void onCreate(Bundle savedInstanceState) { - super.onCreate(savedInstanceState); - setContentView(R.layout.activity_main); - - Client client = new Client(getApplicationContext()) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2"); // Your project ID - - Storage storage = new Storage(client); - - storage.updateFile( - "[BUCKET_ID]", - "[FILE_ID]", - new Continuation() { - @NotNull - @Override - public CoroutineContext getContext() { - return EmptyCoroutineContext.INSTANCE; - } - - @Override - public void resumeWith(@NotNull Object o) { - String json = ""; - try { - if (o instanceof Result.Failure) { - Result.Failure failure = (Result.Failure) o; - throw failure.exception; - } else { - Response response = (Response) o; - json = response.body().string(); - } - } catch (Throwable th) { - Log.e("ERROR", th.toString()); - } - } - } - ); - } -} \ No newline at end of file diff --git a/docs/examples/1.0.0/client-android/java/teams/create-membership.md b/docs/examples/1.0.0/client-android/java/teams/create-membership.md deleted file mode 100644 index f4d96de575..0000000000 --- a/docs/examples/1.0.0/client-android/java/teams/create-membership.md +++ /dev/null @@ -1,51 +0,0 @@ -import androidx.appcompat.app.AppCompatActivity -import android.os.Bundle -import kotlinx.coroutines.GlobalScope -import kotlinx.coroutines.launch -import io.appwrite.Client -import io.appwrite.services.Teams - -public class MainActivity extends AppCompatActivity { - - @Override - protected void onCreate(Bundle savedInstanceState) { - super.onCreate(savedInstanceState); - setContentView(R.layout.activity_main); - - Client client = new Client(getApplicationContext()) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2"); // Your project ID - - Teams teams = new Teams(client); - - teams.createMembership( - "[TEAM_ID]", - "email@example.com", - listOf(), - "https://example.com", - new Continuation() { - @NotNull - @Override - public CoroutineContext getContext() { - return EmptyCoroutineContext.INSTANCE; - } - - @Override - public void resumeWith(@NotNull Object o) { - String json = ""; - try { - if (o instanceof Result.Failure) { - Result.Failure failure = (Result.Failure) o; - throw failure.exception; - } else { - Response response = (Response) o; - json = response.body().string(); - } - } catch (Throwable th) { - Log.e("ERROR", th.toString()); - } - } - } - ); - } -} \ No newline at end of file diff --git a/docs/examples/1.0.0/client-android/java/teams/create.md b/docs/examples/1.0.0/client-android/java/teams/create.md deleted file mode 100644 index 3723b30b03..0000000000 --- a/docs/examples/1.0.0/client-android/java/teams/create.md +++ /dev/null @@ -1,49 +0,0 @@ -import androidx.appcompat.app.AppCompatActivity -import android.os.Bundle -import kotlinx.coroutines.GlobalScope -import kotlinx.coroutines.launch -import io.appwrite.Client -import io.appwrite.services.Teams - -public class MainActivity extends AppCompatActivity { - - @Override - protected void onCreate(Bundle savedInstanceState) { - super.onCreate(savedInstanceState); - setContentView(R.layout.activity_main); - - Client client = new Client(getApplicationContext()) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2"); // Your project ID - - Teams teams = new Teams(client); - - teams.create( - "[TEAM_ID]", - "[NAME]", - new Continuation() { - @NotNull - @Override - public CoroutineContext getContext() { - return EmptyCoroutineContext.INSTANCE; - } - - @Override - public void resumeWith(@NotNull Object o) { - String json = ""; - try { - if (o instanceof Result.Failure) { - Result.Failure failure = (Result.Failure) o; - throw failure.exception; - } else { - Response response = (Response) o; - json = response.body().string(); - } - } catch (Throwable th) { - Log.e("ERROR", th.toString()); - } - } - } - ); - } -} \ No newline at end of file diff --git a/docs/examples/1.0.0/client-android/java/teams/delete-membership.md b/docs/examples/1.0.0/client-android/java/teams/delete-membership.md deleted file mode 100644 index 98cb29ac75..0000000000 --- a/docs/examples/1.0.0/client-android/java/teams/delete-membership.md +++ /dev/null @@ -1,49 +0,0 @@ -import androidx.appcompat.app.AppCompatActivity -import android.os.Bundle -import kotlinx.coroutines.GlobalScope -import kotlinx.coroutines.launch -import io.appwrite.Client -import io.appwrite.services.Teams - -public class MainActivity extends AppCompatActivity { - - @Override - protected void onCreate(Bundle savedInstanceState) { - super.onCreate(savedInstanceState); - setContentView(R.layout.activity_main); - - Client client = new Client(getApplicationContext()) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2"); // Your project ID - - Teams teams = new Teams(client); - - teams.deleteMembership( - "[TEAM_ID]", - "[MEMBERSHIP_ID]" - new Continuation() { - @NotNull - @Override - public CoroutineContext getContext() { - return EmptyCoroutineContext.INSTANCE; - } - - @Override - public void resumeWith(@NotNull Object o) { - String json = ""; - try { - if (o instanceof Result.Failure) { - Result.Failure failure = (Result.Failure) o; - throw failure.exception; - } else { - Response response = (Response) o; - json = response.body().string(); - } - } catch (Throwable th) { - Log.e("ERROR", th.toString()); - } - } - } - ); - } -} \ No newline at end of file diff --git a/docs/examples/1.0.0/client-android/java/teams/delete.md b/docs/examples/1.0.0/client-android/java/teams/delete.md deleted file mode 100644 index 828b457217..0000000000 --- a/docs/examples/1.0.0/client-android/java/teams/delete.md +++ /dev/null @@ -1,48 +0,0 @@ -import androidx.appcompat.app.AppCompatActivity -import android.os.Bundle -import kotlinx.coroutines.GlobalScope -import kotlinx.coroutines.launch -import io.appwrite.Client -import io.appwrite.services.Teams - -public class MainActivity extends AppCompatActivity { - - @Override - protected void onCreate(Bundle savedInstanceState) { - super.onCreate(savedInstanceState); - setContentView(R.layout.activity_main); - - Client client = new Client(getApplicationContext()) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2"); // Your project ID - - Teams teams = new Teams(client); - - teams.delete( - "[TEAM_ID]" - new Continuation() { - @NotNull - @Override - public CoroutineContext getContext() { - return EmptyCoroutineContext.INSTANCE; - } - - @Override - public void resumeWith(@NotNull Object o) { - String json = ""; - try { - if (o instanceof Result.Failure) { - Result.Failure failure = (Result.Failure) o; - throw failure.exception; - } else { - Response response = (Response) o; - json = response.body().string(); - } - } catch (Throwable th) { - Log.e("ERROR", th.toString()); - } - } - } - ); - } -} \ No newline at end of file diff --git a/docs/examples/1.0.0/client-android/java/teams/get-membership.md b/docs/examples/1.0.0/client-android/java/teams/get-membership.md deleted file mode 100644 index 87c0160bf1..0000000000 --- a/docs/examples/1.0.0/client-android/java/teams/get-membership.md +++ /dev/null @@ -1,49 +0,0 @@ -import androidx.appcompat.app.AppCompatActivity -import android.os.Bundle -import kotlinx.coroutines.GlobalScope -import kotlinx.coroutines.launch -import io.appwrite.Client -import io.appwrite.services.Teams - -public class MainActivity extends AppCompatActivity { - - @Override - protected void onCreate(Bundle savedInstanceState) { - super.onCreate(savedInstanceState); - setContentView(R.layout.activity_main); - - Client client = new Client(getApplicationContext()) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2"); // Your project ID - - Teams teams = new Teams(client); - - teams.getMembership( - "[TEAM_ID]", - "[MEMBERSHIP_ID]" - new Continuation() { - @NotNull - @Override - public CoroutineContext getContext() { - return EmptyCoroutineContext.INSTANCE; - } - - @Override - public void resumeWith(@NotNull Object o) { - String json = ""; - try { - if (o instanceof Result.Failure) { - Result.Failure failure = (Result.Failure) o; - throw failure.exception; - } else { - Response response = (Response) o; - json = response.body().string(); - } - } catch (Throwable th) { - Log.e("ERROR", th.toString()); - } - } - } - ); - } -} \ No newline at end of file diff --git a/docs/examples/1.0.0/client-android/java/teams/get-memberships.md b/docs/examples/1.0.0/client-android/java/teams/get-memberships.md deleted file mode 100644 index d8a4100b98..0000000000 --- a/docs/examples/1.0.0/client-android/java/teams/get-memberships.md +++ /dev/null @@ -1,48 +0,0 @@ -import androidx.appcompat.app.AppCompatActivity -import android.os.Bundle -import kotlinx.coroutines.GlobalScope -import kotlinx.coroutines.launch -import io.appwrite.Client -import io.appwrite.services.Teams - -public class MainActivity extends AppCompatActivity { - - @Override - protected void onCreate(Bundle savedInstanceState) { - super.onCreate(savedInstanceState); - setContentView(R.layout.activity_main); - - Client client = new Client(getApplicationContext()) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2"); // Your project ID - - Teams teams = new Teams(client); - - teams.getMemberships( - "[TEAM_ID]", - new Continuation() { - @NotNull - @Override - public CoroutineContext getContext() { - return EmptyCoroutineContext.INSTANCE; - } - - @Override - public void resumeWith(@NotNull Object o) { - String json = ""; - try { - if (o instanceof Result.Failure) { - Result.Failure failure = (Result.Failure) o; - throw failure.exception; - } else { - Response response = (Response) o; - json = response.body().string(); - } - } catch (Throwable th) { - Log.e("ERROR", th.toString()); - } - } - } - ); - } -} \ No newline at end of file diff --git a/docs/examples/1.0.0/client-android/java/teams/get.md b/docs/examples/1.0.0/client-android/java/teams/get.md deleted file mode 100644 index 53ba33c4ca..0000000000 --- a/docs/examples/1.0.0/client-android/java/teams/get.md +++ /dev/null @@ -1,48 +0,0 @@ -import androidx.appcompat.app.AppCompatActivity -import android.os.Bundle -import kotlinx.coroutines.GlobalScope -import kotlinx.coroutines.launch -import io.appwrite.Client -import io.appwrite.services.Teams - -public class MainActivity extends AppCompatActivity { - - @Override - protected void onCreate(Bundle savedInstanceState) { - super.onCreate(savedInstanceState); - setContentView(R.layout.activity_main); - - Client client = new Client(getApplicationContext()) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2"); // Your project ID - - Teams teams = new Teams(client); - - teams.get( - "[TEAM_ID]" - new Continuation() { - @NotNull - @Override - public CoroutineContext getContext() { - return EmptyCoroutineContext.INSTANCE; - } - - @Override - public void resumeWith(@NotNull Object o) { - String json = ""; - try { - if (o instanceof Result.Failure) { - Result.Failure failure = (Result.Failure) o; - throw failure.exception; - } else { - Response response = (Response) o; - json = response.body().string(); - } - } catch (Throwable th) { - Log.e("ERROR", th.toString()); - } - } - } - ); - } -} \ No newline at end of file diff --git a/docs/examples/1.0.0/client-android/java/teams/list.md b/docs/examples/1.0.0/client-android/java/teams/list.md deleted file mode 100644 index 61c2aa3f8e..0000000000 --- a/docs/examples/1.0.0/client-android/java/teams/list.md +++ /dev/null @@ -1,47 +0,0 @@ -import androidx.appcompat.app.AppCompatActivity -import android.os.Bundle -import kotlinx.coroutines.GlobalScope -import kotlinx.coroutines.launch -import io.appwrite.Client -import io.appwrite.services.Teams - -public class MainActivity extends AppCompatActivity { - - @Override - protected void onCreate(Bundle savedInstanceState) { - super.onCreate(savedInstanceState); - setContentView(R.layout.activity_main); - - Client client = new Client(getApplicationContext()) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2"); // Your project ID - - Teams teams = new Teams(client); - - teams.list( - new Continuation() { - @NotNull - @Override - public CoroutineContext getContext() { - return EmptyCoroutineContext.INSTANCE; - } - - @Override - public void resumeWith(@NotNull Object o) { - String json = ""; - try { - if (o instanceof Result.Failure) { - Result.Failure failure = (Result.Failure) o; - throw failure.exception; - } else { - Response response = (Response) o; - json = response.body().string(); - } - } catch (Throwable th) { - Log.e("ERROR", th.toString()); - } - } - } - ); - } -} \ No newline at end of file diff --git a/docs/examples/1.0.0/client-android/java/teams/update-membership-roles.md b/docs/examples/1.0.0/client-android/java/teams/update-membership-roles.md deleted file mode 100644 index ef6c67307e..0000000000 --- a/docs/examples/1.0.0/client-android/java/teams/update-membership-roles.md +++ /dev/null @@ -1,50 +0,0 @@ -import androidx.appcompat.app.AppCompatActivity -import android.os.Bundle -import kotlinx.coroutines.GlobalScope -import kotlinx.coroutines.launch -import io.appwrite.Client -import io.appwrite.services.Teams - -public class MainActivity extends AppCompatActivity { - - @Override - protected void onCreate(Bundle savedInstanceState) { - super.onCreate(savedInstanceState); - setContentView(R.layout.activity_main); - - Client client = new Client(getApplicationContext()) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2"); // Your project ID - - Teams teams = new Teams(client); - - teams.updateMembershipRoles( - "[TEAM_ID]", - "[MEMBERSHIP_ID]", - listOf() - new Continuation() { - @NotNull - @Override - public CoroutineContext getContext() { - return EmptyCoroutineContext.INSTANCE; - } - - @Override - public void resumeWith(@NotNull Object o) { - String json = ""; - try { - if (o instanceof Result.Failure) { - Result.Failure failure = (Result.Failure) o; - throw failure.exception; - } else { - Response response = (Response) o; - json = response.body().string(); - } - } catch (Throwable th) { - Log.e("ERROR", th.toString()); - } - } - } - ); - } -} \ No newline at end of file diff --git a/docs/examples/1.0.0/client-android/java/teams/update-membership-status.md b/docs/examples/1.0.0/client-android/java/teams/update-membership-status.md deleted file mode 100644 index 447d0da2c9..0000000000 --- a/docs/examples/1.0.0/client-android/java/teams/update-membership-status.md +++ /dev/null @@ -1,51 +0,0 @@ -import androidx.appcompat.app.AppCompatActivity -import android.os.Bundle -import kotlinx.coroutines.GlobalScope -import kotlinx.coroutines.launch -import io.appwrite.Client -import io.appwrite.services.Teams - -public class MainActivity extends AppCompatActivity { - - @Override - protected void onCreate(Bundle savedInstanceState) { - super.onCreate(savedInstanceState); - setContentView(R.layout.activity_main); - - Client client = new Client(getApplicationContext()) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2"); // Your project ID - - Teams teams = new Teams(client); - - teams.updateMembershipStatus( - "[TEAM_ID]", - "[MEMBERSHIP_ID]", - "[USER_ID]", - "[SECRET]" - new Continuation() { - @NotNull - @Override - public CoroutineContext getContext() { - return EmptyCoroutineContext.INSTANCE; - } - - @Override - public void resumeWith(@NotNull Object o) { - String json = ""; - try { - if (o instanceof Result.Failure) { - Result.Failure failure = (Result.Failure) o; - throw failure.exception; - } else { - Response response = (Response) o; - json = response.body().string(); - } - } catch (Throwable th) { - Log.e("ERROR", th.toString()); - } - } - } - ); - } -} \ No newline at end of file diff --git a/docs/examples/1.0.0/client-android/java/teams/update.md b/docs/examples/1.0.0/client-android/java/teams/update.md deleted file mode 100644 index b4df429a07..0000000000 --- a/docs/examples/1.0.0/client-android/java/teams/update.md +++ /dev/null @@ -1,49 +0,0 @@ -import androidx.appcompat.app.AppCompatActivity -import android.os.Bundle -import kotlinx.coroutines.GlobalScope -import kotlinx.coroutines.launch -import io.appwrite.Client -import io.appwrite.services.Teams - -public class MainActivity extends AppCompatActivity { - - @Override - protected void onCreate(Bundle savedInstanceState) { - super.onCreate(savedInstanceState); - setContentView(R.layout.activity_main); - - Client client = new Client(getApplicationContext()) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2"); // Your project ID - - Teams teams = new Teams(client); - - teams.update( - "[TEAM_ID]", - "[NAME]" - new Continuation() { - @NotNull - @Override - public CoroutineContext getContext() { - return EmptyCoroutineContext.INSTANCE; - } - - @Override - public void resumeWith(@NotNull Object o) { - String json = ""; - try { - if (o instanceof Result.Failure) { - Result.Failure failure = (Result.Failure) o; - throw failure.exception; - } else { - Response response = (Response) o; - json = response.body().string(); - } - } catch (Throwable th) { - Log.e("ERROR", th.toString()); - } - } - } - ); - } -} \ No newline at end of file diff --git a/docs/examples/1.0.0/client-android/kotlin/account/create-anonymous-session.md b/docs/examples/1.0.0/client-android/kotlin/account/create-anonymous-session.md deleted file mode 100644 index 5fa06994fb..0000000000 --- a/docs/examples/1.0.0/client-android/kotlin/account/create-anonymous-session.md +++ /dev/null @@ -1,24 +0,0 @@ -import androidx.appcompat.app.AppCompatActivity -import android.os.Bundle -import kotlinx.coroutines.GlobalScope -import kotlinx.coroutines.launch -import io.appwrite.Client -import io.appwrite.services.Account - -class MainActivity : AppCompatActivity() { - override fun onCreate(savedInstanceState: Bundle?) { - super.onCreate(savedInstanceState) - setContentView(R.layout.activity_main) - - val client = Client(applicationContext) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - - val account = Account(client) - - GlobalScope.launch { - val response = account.createAnonymousSession() - val json = response.body?.string() - } - } -} \ No newline at end of file diff --git a/docs/examples/1.0.0/client-android/kotlin/account/create-email-session.md b/docs/examples/1.0.0/client-android/kotlin/account/create-email-session.md deleted file mode 100644 index 5dcec231b1..0000000000 --- a/docs/examples/1.0.0/client-android/kotlin/account/create-email-session.md +++ /dev/null @@ -1,27 +0,0 @@ -import androidx.appcompat.app.AppCompatActivity -import android.os.Bundle -import kotlinx.coroutines.GlobalScope -import kotlinx.coroutines.launch -import io.appwrite.Client -import io.appwrite.services.Account - -class MainActivity : AppCompatActivity() { - override fun onCreate(savedInstanceState: Bundle?) { - super.onCreate(savedInstanceState) - setContentView(R.layout.activity_main) - - val client = Client(applicationContext) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - - val account = Account(client) - - GlobalScope.launch { - val response = account.createEmailSession( - email = "email@example.com", - password = "password" - ) - val json = response.body?.string() - } - } -} \ No newline at end of file diff --git a/docs/examples/1.0.0/client-android/kotlin/account/create-j-w-t.md b/docs/examples/1.0.0/client-android/kotlin/account/create-j-w-t.md deleted file mode 100644 index 212838b7fd..0000000000 --- a/docs/examples/1.0.0/client-android/kotlin/account/create-j-w-t.md +++ /dev/null @@ -1,24 +0,0 @@ -import androidx.appcompat.app.AppCompatActivity -import android.os.Bundle -import kotlinx.coroutines.GlobalScope -import kotlinx.coroutines.launch -import io.appwrite.Client -import io.appwrite.services.Account - -class MainActivity : AppCompatActivity() { - override fun onCreate(savedInstanceState: Bundle?) { - super.onCreate(savedInstanceState) - setContentView(R.layout.activity_main) - - val client = Client(applicationContext) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - - val account = Account(client) - - GlobalScope.launch { - val response = account.createJWT() - val json = response.body?.string() - } - } -} \ No newline at end of file diff --git a/docs/examples/1.0.0/client-android/kotlin/account/create-magic-u-r-l-session.md b/docs/examples/1.0.0/client-android/kotlin/account/create-magic-u-r-l-session.md deleted file mode 100644 index 15fa1c7a9f..0000000000 --- a/docs/examples/1.0.0/client-android/kotlin/account/create-magic-u-r-l-session.md +++ /dev/null @@ -1,27 +0,0 @@ -import androidx.appcompat.app.AppCompatActivity -import android.os.Bundle -import kotlinx.coroutines.GlobalScope -import kotlinx.coroutines.launch -import io.appwrite.Client -import io.appwrite.services.Account - -class MainActivity : AppCompatActivity() { - override fun onCreate(savedInstanceState: Bundle?) { - super.onCreate(savedInstanceState) - setContentView(R.layout.activity_main) - - val client = Client(applicationContext) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - - val account = Account(client) - - GlobalScope.launch { - val response = account.createMagicURLSession( - userId = "[USER_ID]", - email = "email@example.com", - ) - val json = response.body?.string() - } - } -} \ No newline at end of file diff --git a/docs/examples/1.0.0/client-android/kotlin/account/create-o-auth2session.md b/docs/examples/1.0.0/client-android/kotlin/account/create-o-auth2session.md deleted file mode 100644 index baf993069a..0000000000 --- a/docs/examples/1.0.0/client-android/kotlin/account/create-o-auth2session.md +++ /dev/null @@ -1,27 +0,0 @@ -import androidx.appcompat.app.AppCompatActivity -import android.os.Bundle -import kotlinx.coroutines.GlobalScope -import kotlinx.coroutines.launch -import io.appwrite.Client -import io.appwrite.services.Account - -class MainActivity : AppCompatActivity() { - override fun onCreate(savedInstanceState: Bundle?) { - super.onCreate(savedInstanceState) - setContentView(R.layout.activity_main) - - val client = Client(applicationContext) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - - val account = Account(client) - - GlobalScope.launch { - account.createOAuth2Session( - activity = this@MainActivity, - provider = "amazon", - ) - - } - } -} \ No newline at end of file diff --git a/docs/examples/1.0.0/client-android/kotlin/account/create-phone-session.md b/docs/examples/1.0.0/client-android/kotlin/account/create-phone-session.md deleted file mode 100644 index 2df83ad8bc..0000000000 --- a/docs/examples/1.0.0/client-android/kotlin/account/create-phone-session.md +++ /dev/null @@ -1,27 +0,0 @@ -import androidx.appcompat.app.AppCompatActivity -import android.os.Bundle -import kotlinx.coroutines.GlobalScope -import kotlinx.coroutines.launch -import io.appwrite.Client -import io.appwrite.services.Account - -class MainActivity : AppCompatActivity() { - override fun onCreate(savedInstanceState: Bundle?) { - super.onCreate(savedInstanceState) - setContentView(R.layout.activity_main) - - val client = Client(applicationContext) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - - val account = Account(client) - - GlobalScope.launch { - val response = account.createPhoneSession( - userId = "[USER_ID]", - phone = "" - ) - val json = response.body?.string() - } - } -} \ No newline at end of file diff --git a/docs/examples/1.0.0/client-android/kotlin/account/create-phone-verification.md b/docs/examples/1.0.0/client-android/kotlin/account/create-phone-verification.md deleted file mode 100644 index ab0eccfb54..0000000000 --- a/docs/examples/1.0.0/client-android/kotlin/account/create-phone-verification.md +++ /dev/null @@ -1,24 +0,0 @@ -import androidx.appcompat.app.AppCompatActivity -import android.os.Bundle -import kotlinx.coroutines.GlobalScope -import kotlinx.coroutines.launch -import io.appwrite.Client -import io.appwrite.services.Account - -class MainActivity : AppCompatActivity() { - override fun onCreate(savedInstanceState: Bundle?) { - super.onCreate(savedInstanceState) - setContentView(R.layout.activity_main) - - val client = Client(applicationContext) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - - val account = Account(client) - - GlobalScope.launch { - val response = account.createPhoneVerification() - val json = response.body?.string() - } - } -} \ No newline at end of file diff --git a/docs/examples/1.0.0/client-android/kotlin/account/create-recovery.md b/docs/examples/1.0.0/client-android/kotlin/account/create-recovery.md deleted file mode 100644 index 2c1e7597b9..0000000000 --- a/docs/examples/1.0.0/client-android/kotlin/account/create-recovery.md +++ /dev/null @@ -1,27 +0,0 @@ -import androidx.appcompat.app.AppCompatActivity -import android.os.Bundle -import kotlinx.coroutines.GlobalScope -import kotlinx.coroutines.launch -import io.appwrite.Client -import io.appwrite.services.Account - -class MainActivity : AppCompatActivity() { - override fun onCreate(savedInstanceState: Bundle?) { - super.onCreate(savedInstanceState) - setContentView(R.layout.activity_main) - - val client = Client(applicationContext) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - - val account = Account(client) - - GlobalScope.launch { - val response = account.createRecovery( - email = "email@example.com", - url = "https://example.com" - ) - val json = response.body?.string() - } - } -} \ No newline at end of file diff --git a/docs/examples/1.0.0/client-android/kotlin/account/create-verification.md b/docs/examples/1.0.0/client-android/kotlin/account/create-verification.md deleted file mode 100644 index 1ebddee5cf..0000000000 --- a/docs/examples/1.0.0/client-android/kotlin/account/create-verification.md +++ /dev/null @@ -1,26 +0,0 @@ -import androidx.appcompat.app.AppCompatActivity -import android.os.Bundle -import kotlinx.coroutines.GlobalScope -import kotlinx.coroutines.launch -import io.appwrite.Client -import io.appwrite.services.Account - -class MainActivity : AppCompatActivity() { - override fun onCreate(savedInstanceState: Bundle?) { - super.onCreate(savedInstanceState) - setContentView(R.layout.activity_main) - - val client = Client(applicationContext) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - - val account = Account(client) - - GlobalScope.launch { - val response = account.createVerification( - url = "https://example.com" - ) - val json = response.body?.string() - } - } -} \ No newline at end of file diff --git a/docs/examples/1.0.0/client-android/kotlin/account/create.md b/docs/examples/1.0.0/client-android/kotlin/account/create.md deleted file mode 100644 index ab2534f1db..0000000000 --- a/docs/examples/1.0.0/client-android/kotlin/account/create.md +++ /dev/null @@ -1,28 +0,0 @@ -import androidx.appcompat.app.AppCompatActivity -import android.os.Bundle -import kotlinx.coroutines.GlobalScope -import kotlinx.coroutines.launch -import io.appwrite.Client -import io.appwrite.services.Account - -class MainActivity : AppCompatActivity() { - override fun onCreate(savedInstanceState: Bundle?) { - super.onCreate(savedInstanceState) - setContentView(R.layout.activity_main) - - val client = Client(applicationContext) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - - val account = Account(client) - - GlobalScope.launch { - val response = account.create( - userId = "[USER_ID]", - email = "email@example.com", - password = "password", - ) - val json = response.body?.string() - } - } -} \ No newline at end of file diff --git a/docs/examples/1.0.0/client-android/kotlin/account/delete-session.md b/docs/examples/1.0.0/client-android/kotlin/account/delete-session.md deleted file mode 100644 index e670623490..0000000000 --- a/docs/examples/1.0.0/client-android/kotlin/account/delete-session.md +++ /dev/null @@ -1,26 +0,0 @@ -import androidx.appcompat.app.AppCompatActivity -import android.os.Bundle -import kotlinx.coroutines.GlobalScope -import kotlinx.coroutines.launch -import io.appwrite.Client -import io.appwrite.services.Account - -class MainActivity : AppCompatActivity() { - override fun onCreate(savedInstanceState: Bundle?) { - super.onCreate(savedInstanceState) - setContentView(R.layout.activity_main) - - val client = Client(applicationContext) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - - val account = Account(client) - - GlobalScope.launch { - val response = account.deleteSession( - sessionId = "[SESSION_ID]" - ) - val json = response.body?.string() - } - } -} \ No newline at end of file diff --git a/docs/examples/1.0.0/client-android/kotlin/account/delete-sessions.md b/docs/examples/1.0.0/client-android/kotlin/account/delete-sessions.md deleted file mode 100644 index ec30efdb8f..0000000000 --- a/docs/examples/1.0.0/client-android/kotlin/account/delete-sessions.md +++ /dev/null @@ -1,24 +0,0 @@ -import androidx.appcompat.app.AppCompatActivity -import android.os.Bundle -import kotlinx.coroutines.GlobalScope -import kotlinx.coroutines.launch -import io.appwrite.Client -import io.appwrite.services.Account - -class MainActivity : AppCompatActivity() { - override fun onCreate(savedInstanceState: Bundle?) { - super.onCreate(savedInstanceState) - setContentView(R.layout.activity_main) - - val client = Client(applicationContext) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - - val account = Account(client) - - GlobalScope.launch { - val response = account.deleteSessions() - val json = response.body?.string() - } - } -} \ No newline at end of file diff --git a/docs/examples/1.0.0/client-android/kotlin/account/get-logs.md b/docs/examples/1.0.0/client-android/kotlin/account/get-logs.md deleted file mode 100644 index b8c89f4985..0000000000 --- a/docs/examples/1.0.0/client-android/kotlin/account/get-logs.md +++ /dev/null @@ -1,25 +0,0 @@ -import androidx.appcompat.app.AppCompatActivity -import android.os.Bundle -import kotlinx.coroutines.GlobalScope -import kotlinx.coroutines.launch -import io.appwrite.Client -import io.appwrite.services.Account - -class MainActivity : AppCompatActivity() { - override fun onCreate(savedInstanceState: Bundle?) { - super.onCreate(savedInstanceState) - setContentView(R.layout.activity_main) - - val client = Client(applicationContext) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - - val account = Account(client) - - GlobalScope.launch { - val response = account.getLogs( - ) - val json = response.body?.string() - } - } -} \ No newline at end of file diff --git a/docs/examples/1.0.0/client-android/kotlin/account/get-prefs.md b/docs/examples/1.0.0/client-android/kotlin/account/get-prefs.md deleted file mode 100644 index 9378cd2456..0000000000 --- a/docs/examples/1.0.0/client-android/kotlin/account/get-prefs.md +++ /dev/null @@ -1,24 +0,0 @@ -import androidx.appcompat.app.AppCompatActivity -import android.os.Bundle -import kotlinx.coroutines.GlobalScope -import kotlinx.coroutines.launch -import io.appwrite.Client -import io.appwrite.services.Account - -class MainActivity : AppCompatActivity() { - override fun onCreate(savedInstanceState: Bundle?) { - super.onCreate(savedInstanceState) - setContentView(R.layout.activity_main) - - val client = Client(applicationContext) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - - val account = Account(client) - - GlobalScope.launch { - val response = account.getPrefs() - val json = response.body?.string() - } - } -} \ No newline at end of file diff --git a/docs/examples/1.0.0/client-android/kotlin/account/get-session.md b/docs/examples/1.0.0/client-android/kotlin/account/get-session.md deleted file mode 100644 index 45f00b69fc..0000000000 --- a/docs/examples/1.0.0/client-android/kotlin/account/get-session.md +++ /dev/null @@ -1,26 +0,0 @@ -import androidx.appcompat.app.AppCompatActivity -import android.os.Bundle -import kotlinx.coroutines.GlobalScope -import kotlinx.coroutines.launch -import io.appwrite.Client -import io.appwrite.services.Account - -class MainActivity : AppCompatActivity() { - override fun onCreate(savedInstanceState: Bundle?) { - super.onCreate(savedInstanceState) - setContentView(R.layout.activity_main) - - val client = Client(applicationContext) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - - val account = Account(client) - - GlobalScope.launch { - val response = account.getSession( - sessionId = "[SESSION_ID]" - ) - val json = response.body?.string() - } - } -} \ No newline at end of file diff --git a/docs/examples/1.0.0/client-android/kotlin/account/get-sessions.md b/docs/examples/1.0.0/client-android/kotlin/account/get-sessions.md deleted file mode 100644 index 4f939cc162..0000000000 --- a/docs/examples/1.0.0/client-android/kotlin/account/get-sessions.md +++ /dev/null @@ -1,24 +0,0 @@ -import androidx.appcompat.app.AppCompatActivity -import android.os.Bundle -import kotlinx.coroutines.GlobalScope -import kotlinx.coroutines.launch -import io.appwrite.Client -import io.appwrite.services.Account - -class MainActivity : AppCompatActivity() { - override fun onCreate(savedInstanceState: Bundle?) { - super.onCreate(savedInstanceState) - setContentView(R.layout.activity_main) - - val client = Client(applicationContext) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - - val account = Account(client) - - GlobalScope.launch { - val response = account.getSessions() - val json = response.body?.string() - } - } -} \ No newline at end of file diff --git a/docs/examples/1.0.0/client-android/kotlin/account/get.md b/docs/examples/1.0.0/client-android/kotlin/account/get.md deleted file mode 100644 index c4c81a20aa..0000000000 --- a/docs/examples/1.0.0/client-android/kotlin/account/get.md +++ /dev/null @@ -1,24 +0,0 @@ -import androidx.appcompat.app.AppCompatActivity -import android.os.Bundle -import kotlinx.coroutines.GlobalScope -import kotlinx.coroutines.launch -import io.appwrite.Client -import io.appwrite.services.Account - -class MainActivity : AppCompatActivity() { - override fun onCreate(savedInstanceState: Bundle?) { - super.onCreate(savedInstanceState) - setContentView(R.layout.activity_main) - - val client = Client(applicationContext) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - - val account = Account(client) - - GlobalScope.launch { - val response = account.get() - val json = response.body?.string() - } - } -} \ No newline at end of file diff --git a/docs/examples/1.0.0/client-android/kotlin/account/update-email.md b/docs/examples/1.0.0/client-android/kotlin/account/update-email.md deleted file mode 100644 index a9ec88b8a4..0000000000 --- a/docs/examples/1.0.0/client-android/kotlin/account/update-email.md +++ /dev/null @@ -1,27 +0,0 @@ -import androidx.appcompat.app.AppCompatActivity -import android.os.Bundle -import kotlinx.coroutines.GlobalScope -import kotlinx.coroutines.launch -import io.appwrite.Client -import io.appwrite.services.Account - -class MainActivity : AppCompatActivity() { - override fun onCreate(savedInstanceState: Bundle?) { - super.onCreate(savedInstanceState) - setContentView(R.layout.activity_main) - - val client = Client(applicationContext) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - - val account = Account(client) - - GlobalScope.launch { - val response = account.updateEmail( - email = "email@example.com", - password = "password" - ) - val json = response.body?.string() - } - } -} \ No newline at end of file diff --git a/docs/examples/1.0.0/client-android/kotlin/account/update-magic-u-r-l-session.md b/docs/examples/1.0.0/client-android/kotlin/account/update-magic-u-r-l-session.md deleted file mode 100644 index 3fe1b7c26e..0000000000 --- a/docs/examples/1.0.0/client-android/kotlin/account/update-magic-u-r-l-session.md +++ /dev/null @@ -1,27 +0,0 @@ -import androidx.appcompat.app.AppCompatActivity -import android.os.Bundle -import kotlinx.coroutines.GlobalScope -import kotlinx.coroutines.launch -import io.appwrite.Client -import io.appwrite.services.Account - -class MainActivity : AppCompatActivity() { - override fun onCreate(savedInstanceState: Bundle?) { - super.onCreate(savedInstanceState) - setContentView(R.layout.activity_main) - - val client = Client(applicationContext) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - - val account = Account(client) - - GlobalScope.launch { - val response = account.updateMagicURLSession( - userId = "[USER_ID]", - secret = "[SECRET]" - ) - val json = response.body?.string() - } - } -} \ No newline at end of file diff --git a/docs/examples/1.0.0/client-android/kotlin/account/update-name.md b/docs/examples/1.0.0/client-android/kotlin/account/update-name.md deleted file mode 100644 index ce9d8a368f..0000000000 --- a/docs/examples/1.0.0/client-android/kotlin/account/update-name.md +++ /dev/null @@ -1,26 +0,0 @@ -import androidx.appcompat.app.AppCompatActivity -import android.os.Bundle -import kotlinx.coroutines.GlobalScope -import kotlinx.coroutines.launch -import io.appwrite.Client -import io.appwrite.services.Account - -class MainActivity : AppCompatActivity() { - override fun onCreate(savedInstanceState: Bundle?) { - super.onCreate(savedInstanceState) - setContentView(R.layout.activity_main) - - val client = Client(applicationContext) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - - val account = Account(client) - - GlobalScope.launch { - val response = account.updateName( - name = "[NAME]" - ) - val json = response.body?.string() - } - } -} \ No newline at end of file diff --git a/docs/examples/1.0.0/client-android/kotlin/account/update-password.md b/docs/examples/1.0.0/client-android/kotlin/account/update-password.md deleted file mode 100644 index edee78eab9..0000000000 --- a/docs/examples/1.0.0/client-android/kotlin/account/update-password.md +++ /dev/null @@ -1,26 +0,0 @@ -import androidx.appcompat.app.AppCompatActivity -import android.os.Bundle -import kotlinx.coroutines.GlobalScope -import kotlinx.coroutines.launch -import io.appwrite.Client -import io.appwrite.services.Account - -class MainActivity : AppCompatActivity() { - override fun onCreate(savedInstanceState: Bundle?) { - super.onCreate(savedInstanceState) - setContentView(R.layout.activity_main) - - val client = Client(applicationContext) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - - val account = Account(client) - - GlobalScope.launch { - val response = account.updatePassword( - password = "password", - ) - val json = response.body?.string() - } - } -} \ No newline at end of file diff --git a/docs/examples/1.0.0/client-android/kotlin/account/update-phone-session.md b/docs/examples/1.0.0/client-android/kotlin/account/update-phone-session.md deleted file mode 100644 index c981991720..0000000000 --- a/docs/examples/1.0.0/client-android/kotlin/account/update-phone-session.md +++ /dev/null @@ -1,27 +0,0 @@ -import androidx.appcompat.app.AppCompatActivity -import android.os.Bundle -import kotlinx.coroutines.GlobalScope -import kotlinx.coroutines.launch -import io.appwrite.Client -import io.appwrite.services.Account - -class MainActivity : AppCompatActivity() { - override fun onCreate(savedInstanceState: Bundle?) { - super.onCreate(savedInstanceState) - setContentView(R.layout.activity_main) - - val client = Client(applicationContext) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - - val account = Account(client) - - GlobalScope.launch { - val response = account.updatePhoneSession( - userId = "[USER_ID]", - secret = "[SECRET]" - ) - val json = response.body?.string() - } - } -} \ No newline at end of file diff --git a/docs/examples/1.0.0/client-android/kotlin/account/update-phone-verification.md b/docs/examples/1.0.0/client-android/kotlin/account/update-phone-verification.md deleted file mode 100644 index aa5eea3425..0000000000 --- a/docs/examples/1.0.0/client-android/kotlin/account/update-phone-verification.md +++ /dev/null @@ -1,27 +0,0 @@ -import androidx.appcompat.app.AppCompatActivity -import android.os.Bundle -import kotlinx.coroutines.GlobalScope -import kotlinx.coroutines.launch -import io.appwrite.Client -import io.appwrite.services.Account - -class MainActivity : AppCompatActivity() { - override fun onCreate(savedInstanceState: Bundle?) { - super.onCreate(savedInstanceState) - setContentView(R.layout.activity_main) - - val client = Client(applicationContext) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - - val account = Account(client) - - GlobalScope.launch { - val response = account.updatePhoneVerification( - userId = "[USER_ID]", - secret = "[SECRET]" - ) - val json = response.body?.string() - } - } -} \ No newline at end of file diff --git a/docs/examples/1.0.0/client-android/kotlin/account/update-phone.md b/docs/examples/1.0.0/client-android/kotlin/account/update-phone.md deleted file mode 100644 index 8ffef51a21..0000000000 --- a/docs/examples/1.0.0/client-android/kotlin/account/update-phone.md +++ /dev/null @@ -1,27 +0,0 @@ -import androidx.appcompat.app.AppCompatActivity -import android.os.Bundle -import kotlinx.coroutines.GlobalScope -import kotlinx.coroutines.launch -import io.appwrite.Client -import io.appwrite.services.Account - -class MainActivity : AppCompatActivity() { - override fun onCreate(savedInstanceState: Bundle?) { - super.onCreate(savedInstanceState) - setContentView(R.layout.activity_main) - - val client = Client(applicationContext) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - - val account = Account(client) - - GlobalScope.launch { - val response = account.updatePhone( - phone = "", - password = "password" - ) - val json = response.body?.string() - } - } -} \ No newline at end of file diff --git a/docs/examples/1.0.0/client-android/kotlin/account/update-prefs.md b/docs/examples/1.0.0/client-android/kotlin/account/update-prefs.md deleted file mode 100644 index 3059bc8196..0000000000 --- a/docs/examples/1.0.0/client-android/kotlin/account/update-prefs.md +++ /dev/null @@ -1,26 +0,0 @@ -import androidx.appcompat.app.AppCompatActivity -import android.os.Bundle -import kotlinx.coroutines.GlobalScope -import kotlinx.coroutines.launch -import io.appwrite.Client -import io.appwrite.services.Account - -class MainActivity : AppCompatActivity() { - override fun onCreate(savedInstanceState: Bundle?) { - super.onCreate(savedInstanceState) - setContentView(R.layout.activity_main) - - val client = Client(applicationContext) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - - val account = Account(client) - - GlobalScope.launch { - val response = account.updatePrefs( - prefs = mapOf( "a" to "b" ) - ) - val json = response.body?.string() - } - } -} \ No newline at end of file diff --git a/docs/examples/1.0.0/client-android/kotlin/account/update-recovery.md b/docs/examples/1.0.0/client-android/kotlin/account/update-recovery.md deleted file mode 100644 index 81c00b4f26..0000000000 --- a/docs/examples/1.0.0/client-android/kotlin/account/update-recovery.md +++ /dev/null @@ -1,29 +0,0 @@ -import androidx.appcompat.app.AppCompatActivity -import android.os.Bundle -import kotlinx.coroutines.GlobalScope -import kotlinx.coroutines.launch -import io.appwrite.Client -import io.appwrite.services.Account - -class MainActivity : AppCompatActivity() { - override fun onCreate(savedInstanceState: Bundle?) { - super.onCreate(savedInstanceState) - setContentView(R.layout.activity_main) - - val client = Client(applicationContext) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - - val account = Account(client) - - GlobalScope.launch { - val response = account.updateRecovery( - userId = "[USER_ID]", - secret = "[SECRET]", - password = "password", - passwordAgain = "password" - ) - val json = response.body?.string() - } - } -} \ No newline at end of file diff --git a/docs/examples/1.0.0/client-android/kotlin/account/update-session.md b/docs/examples/1.0.0/client-android/kotlin/account/update-session.md deleted file mode 100644 index 465320d097..0000000000 --- a/docs/examples/1.0.0/client-android/kotlin/account/update-session.md +++ /dev/null @@ -1,26 +0,0 @@ -import androidx.appcompat.app.AppCompatActivity -import android.os.Bundle -import kotlinx.coroutines.GlobalScope -import kotlinx.coroutines.launch -import io.appwrite.Client -import io.appwrite.services.Account - -class MainActivity : AppCompatActivity() { - override fun onCreate(savedInstanceState: Bundle?) { - super.onCreate(savedInstanceState) - setContentView(R.layout.activity_main) - - val client = Client(applicationContext) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - - val account = Account(client) - - GlobalScope.launch { - val response = account.updateSession( - sessionId = "[SESSION_ID]" - ) - val json = response.body?.string() - } - } -} \ No newline at end of file diff --git a/docs/examples/1.0.0/client-android/kotlin/account/update-status.md b/docs/examples/1.0.0/client-android/kotlin/account/update-status.md deleted file mode 100644 index e138751287..0000000000 --- a/docs/examples/1.0.0/client-android/kotlin/account/update-status.md +++ /dev/null @@ -1,24 +0,0 @@ -import androidx.appcompat.app.AppCompatActivity -import android.os.Bundle -import kotlinx.coroutines.GlobalScope -import kotlinx.coroutines.launch -import io.appwrite.Client -import io.appwrite.services.Account - -class MainActivity : AppCompatActivity() { - override fun onCreate(savedInstanceState: Bundle?) { - super.onCreate(savedInstanceState) - setContentView(R.layout.activity_main) - - val client = Client(applicationContext) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - - val account = Account(client) - - GlobalScope.launch { - val response = account.updateStatus() - val json = response.body?.string() - } - } -} \ No newline at end of file diff --git a/docs/examples/1.0.0/client-android/kotlin/account/update-verification.md b/docs/examples/1.0.0/client-android/kotlin/account/update-verification.md deleted file mode 100644 index cea2592a73..0000000000 --- a/docs/examples/1.0.0/client-android/kotlin/account/update-verification.md +++ /dev/null @@ -1,27 +0,0 @@ -import androidx.appcompat.app.AppCompatActivity -import android.os.Bundle -import kotlinx.coroutines.GlobalScope -import kotlinx.coroutines.launch -import io.appwrite.Client -import io.appwrite.services.Account - -class MainActivity : AppCompatActivity() { - override fun onCreate(savedInstanceState: Bundle?) { - super.onCreate(savedInstanceState) - setContentView(R.layout.activity_main) - - val client = Client(applicationContext) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - - val account = Account(client) - - GlobalScope.launch { - val response = account.updateVerification( - userId = "[USER_ID]", - secret = "[SECRET]" - ) - val json = response.body?.string() - } - } -} \ No newline at end of file diff --git a/docs/examples/1.0.0/client-android/kotlin/avatars/get-browser.md b/docs/examples/1.0.0/client-android/kotlin/avatars/get-browser.md deleted file mode 100644 index 95a2201d6a..0000000000 --- a/docs/examples/1.0.0/client-android/kotlin/avatars/get-browser.md +++ /dev/null @@ -1,26 +0,0 @@ -import androidx.appcompat.app.AppCompatActivity -import android.os.Bundle -import kotlinx.coroutines.GlobalScope -import kotlinx.coroutines.launch -import io.appwrite.Client -import io.appwrite.services.Avatars - -class MainActivity : AppCompatActivity() { - override fun onCreate(savedInstanceState: Bundle?) { - super.onCreate(savedInstanceState) - setContentView(R.layout.activity_main) - - val client = Client(applicationContext) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - - val avatars = Avatars(client) - - GlobalScope.launch { - val result = avatars.getBrowser( - code = "aa", - ) - println(result); // Resource URL - } - } -} \ No newline at end of file diff --git a/docs/examples/1.0.0/client-android/kotlin/avatars/get-credit-card.md b/docs/examples/1.0.0/client-android/kotlin/avatars/get-credit-card.md deleted file mode 100644 index 7507c40c5c..0000000000 --- a/docs/examples/1.0.0/client-android/kotlin/avatars/get-credit-card.md +++ /dev/null @@ -1,26 +0,0 @@ -import androidx.appcompat.app.AppCompatActivity -import android.os.Bundle -import kotlinx.coroutines.GlobalScope -import kotlinx.coroutines.launch -import io.appwrite.Client -import io.appwrite.services.Avatars - -class MainActivity : AppCompatActivity() { - override fun onCreate(savedInstanceState: Bundle?) { - super.onCreate(savedInstanceState) - setContentView(R.layout.activity_main) - - val client = Client(applicationContext) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - - val avatars = Avatars(client) - - GlobalScope.launch { - val result = avatars.getCreditCard( - code = "amex", - ) - println(result); // Resource URL - } - } -} \ No newline at end of file diff --git a/docs/examples/1.0.0/client-android/kotlin/avatars/get-favicon.md b/docs/examples/1.0.0/client-android/kotlin/avatars/get-favicon.md deleted file mode 100644 index f8e2b400a8..0000000000 --- a/docs/examples/1.0.0/client-android/kotlin/avatars/get-favicon.md +++ /dev/null @@ -1,26 +0,0 @@ -import androidx.appcompat.app.AppCompatActivity -import android.os.Bundle -import kotlinx.coroutines.GlobalScope -import kotlinx.coroutines.launch -import io.appwrite.Client -import io.appwrite.services.Avatars - -class MainActivity : AppCompatActivity() { - override fun onCreate(savedInstanceState: Bundle?) { - super.onCreate(savedInstanceState) - setContentView(R.layout.activity_main) - - val client = Client(applicationContext) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - - val avatars = Avatars(client) - - GlobalScope.launch { - val result = avatars.getFavicon( - url = "https://example.com" - ) - println(result); // Resource URL - } - } -} \ No newline at end of file diff --git a/docs/examples/1.0.0/client-android/kotlin/avatars/get-flag.md b/docs/examples/1.0.0/client-android/kotlin/avatars/get-flag.md deleted file mode 100644 index 738ec8a91f..0000000000 --- a/docs/examples/1.0.0/client-android/kotlin/avatars/get-flag.md +++ /dev/null @@ -1,26 +0,0 @@ -import androidx.appcompat.app.AppCompatActivity -import android.os.Bundle -import kotlinx.coroutines.GlobalScope -import kotlinx.coroutines.launch -import io.appwrite.Client -import io.appwrite.services.Avatars - -class MainActivity : AppCompatActivity() { - override fun onCreate(savedInstanceState: Bundle?) { - super.onCreate(savedInstanceState) - setContentView(R.layout.activity_main) - - val client = Client(applicationContext) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - - val avatars = Avatars(client) - - GlobalScope.launch { - val result = avatars.getFlag( - code = "af", - ) - println(result); // Resource URL - } - } -} \ No newline at end of file diff --git a/docs/examples/1.0.0/client-android/kotlin/avatars/get-image.md b/docs/examples/1.0.0/client-android/kotlin/avatars/get-image.md deleted file mode 100644 index 25171b1447..0000000000 --- a/docs/examples/1.0.0/client-android/kotlin/avatars/get-image.md +++ /dev/null @@ -1,26 +0,0 @@ -import androidx.appcompat.app.AppCompatActivity -import android.os.Bundle -import kotlinx.coroutines.GlobalScope -import kotlinx.coroutines.launch -import io.appwrite.Client -import io.appwrite.services.Avatars - -class MainActivity : AppCompatActivity() { - override fun onCreate(savedInstanceState: Bundle?) { - super.onCreate(savedInstanceState) - setContentView(R.layout.activity_main) - - val client = Client(applicationContext) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - - val avatars = Avatars(client) - - GlobalScope.launch { - val result = avatars.getImage( - url = "https://example.com", - ) - println(result); // Resource URL - } - } -} \ No newline at end of file diff --git a/docs/examples/1.0.0/client-android/kotlin/avatars/get-initials.md b/docs/examples/1.0.0/client-android/kotlin/avatars/get-initials.md deleted file mode 100644 index e53a647b09..0000000000 --- a/docs/examples/1.0.0/client-android/kotlin/avatars/get-initials.md +++ /dev/null @@ -1,25 +0,0 @@ -import androidx.appcompat.app.AppCompatActivity -import android.os.Bundle -import kotlinx.coroutines.GlobalScope -import kotlinx.coroutines.launch -import io.appwrite.Client -import io.appwrite.services.Avatars - -class MainActivity : AppCompatActivity() { - override fun onCreate(savedInstanceState: Bundle?) { - super.onCreate(savedInstanceState) - setContentView(R.layout.activity_main) - - val client = Client(applicationContext) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - - val avatars = Avatars(client) - - GlobalScope.launch { - val result = avatars.getInitials( - ) - println(result); // Resource URL - } - } -} \ No newline at end of file diff --git a/docs/examples/1.0.0/client-android/kotlin/avatars/get-q-r.md b/docs/examples/1.0.0/client-android/kotlin/avatars/get-q-r.md deleted file mode 100644 index c9d60ea9c7..0000000000 --- a/docs/examples/1.0.0/client-android/kotlin/avatars/get-q-r.md +++ /dev/null @@ -1,26 +0,0 @@ -import androidx.appcompat.app.AppCompatActivity -import android.os.Bundle -import kotlinx.coroutines.GlobalScope -import kotlinx.coroutines.launch -import io.appwrite.Client -import io.appwrite.services.Avatars - -class MainActivity : AppCompatActivity() { - override fun onCreate(savedInstanceState: Bundle?) { - super.onCreate(savedInstanceState) - setContentView(R.layout.activity_main) - - val client = Client(applicationContext) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - - val avatars = Avatars(client) - - GlobalScope.launch { - val result = avatars.getQR( - text = "[TEXT]", - ) - println(result); // Resource URL - } - } -} \ No newline at end of file diff --git a/docs/examples/1.0.0/client-android/kotlin/databases/create-document.md b/docs/examples/1.0.0/client-android/kotlin/databases/create-document.md deleted file mode 100644 index 8a755a265b..0000000000 --- a/docs/examples/1.0.0/client-android/kotlin/databases/create-document.md +++ /dev/null @@ -1,29 +0,0 @@ -import androidx.appcompat.app.AppCompatActivity -import android.os.Bundle -import kotlinx.coroutines.GlobalScope -import kotlinx.coroutines.launch -import io.appwrite.Client -import io.appwrite.services.Databases - -class MainActivity : AppCompatActivity() { - override fun onCreate(savedInstanceState: Bundle?) { - super.onCreate(savedInstanceState) - setContentView(R.layout.activity_main) - - val client = Client(applicationContext) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - - val databases = Databases(client) - - GlobalScope.launch { - val response = databases.createDocument( - databaseId = "[DATABASE_ID]", - collectionId = "[COLLECTION_ID]", - documentId = "[DOCUMENT_ID]", - data = mapOf( "a" to "b" ), - ) - val json = response.body?.string() - } - } -} \ No newline at end of file diff --git a/docs/examples/1.0.0/client-android/kotlin/databases/delete-document.md b/docs/examples/1.0.0/client-android/kotlin/databases/delete-document.md deleted file mode 100644 index f56293b880..0000000000 --- a/docs/examples/1.0.0/client-android/kotlin/databases/delete-document.md +++ /dev/null @@ -1,28 +0,0 @@ -import androidx.appcompat.app.AppCompatActivity -import android.os.Bundle -import kotlinx.coroutines.GlobalScope -import kotlinx.coroutines.launch -import io.appwrite.Client -import io.appwrite.services.Databases - -class MainActivity : AppCompatActivity() { - override fun onCreate(savedInstanceState: Bundle?) { - super.onCreate(savedInstanceState) - setContentView(R.layout.activity_main) - - val client = Client(applicationContext) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - - val databases = Databases(client) - - GlobalScope.launch { - val response = databases.deleteDocument( - databaseId = "[DATABASE_ID]", - collectionId = "[COLLECTION_ID]", - documentId = "[DOCUMENT_ID]" - ) - val json = response.body?.string() - } - } -} \ No newline at end of file diff --git a/docs/examples/1.0.0/client-android/kotlin/databases/get-document.md b/docs/examples/1.0.0/client-android/kotlin/databases/get-document.md deleted file mode 100644 index 1f5bf29b10..0000000000 --- a/docs/examples/1.0.0/client-android/kotlin/databases/get-document.md +++ /dev/null @@ -1,28 +0,0 @@ -import androidx.appcompat.app.AppCompatActivity -import android.os.Bundle -import kotlinx.coroutines.GlobalScope -import kotlinx.coroutines.launch -import io.appwrite.Client -import io.appwrite.services.Databases - -class MainActivity : AppCompatActivity() { - override fun onCreate(savedInstanceState: Bundle?) { - super.onCreate(savedInstanceState) - setContentView(R.layout.activity_main) - - val client = Client(applicationContext) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - - val databases = Databases(client) - - GlobalScope.launch { - val response = databases.getDocument( - databaseId = "[DATABASE_ID]", - collectionId = "[COLLECTION_ID]", - documentId = "[DOCUMENT_ID]" - ) - val json = response.body?.string() - } - } -} \ No newline at end of file diff --git a/docs/examples/1.0.0/client-android/kotlin/databases/list-documents.md b/docs/examples/1.0.0/client-android/kotlin/databases/list-documents.md deleted file mode 100644 index 5277b46a01..0000000000 --- a/docs/examples/1.0.0/client-android/kotlin/databases/list-documents.md +++ /dev/null @@ -1,27 +0,0 @@ -import androidx.appcompat.app.AppCompatActivity -import android.os.Bundle -import kotlinx.coroutines.GlobalScope -import kotlinx.coroutines.launch -import io.appwrite.Client -import io.appwrite.services.Databases - -class MainActivity : AppCompatActivity() { - override fun onCreate(savedInstanceState: Bundle?) { - super.onCreate(savedInstanceState) - setContentView(R.layout.activity_main) - - val client = Client(applicationContext) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - - val databases = Databases(client) - - GlobalScope.launch { - val response = databases.listDocuments( - databaseId = "[DATABASE_ID]", - collectionId = "[COLLECTION_ID]", - ) - val json = response.body?.string() - } - } -} \ No newline at end of file diff --git a/docs/examples/1.0.0/client-android/kotlin/databases/update-document.md b/docs/examples/1.0.0/client-android/kotlin/databases/update-document.md deleted file mode 100644 index 7807f5218f..0000000000 --- a/docs/examples/1.0.0/client-android/kotlin/databases/update-document.md +++ /dev/null @@ -1,28 +0,0 @@ -import androidx.appcompat.app.AppCompatActivity -import android.os.Bundle -import kotlinx.coroutines.GlobalScope -import kotlinx.coroutines.launch -import io.appwrite.Client -import io.appwrite.services.Databases - -class MainActivity : AppCompatActivity() { - override fun onCreate(savedInstanceState: Bundle?) { - super.onCreate(savedInstanceState) - setContentView(R.layout.activity_main) - - val client = Client(applicationContext) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - - val databases = Databases(client) - - GlobalScope.launch { - val response = databases.updateDocument( - databaseId = "[DATABASE_ID]", - collectionId = "[COLLECTION_ID]", - documentId = "[DOCUMENT_ID]", - ) - val json = response.body?.string() - } - } -} \ No newline at end of file diff --git a/docs/examples/1.0.0/client-android/kotlin/functions/create-execution.md b/docs/examples/1.0.0/client-android/kotlin/functions/create-execution.md deleted file mode 100644 index 3a7e599f8c..0000000000 --- a/docs/examples/1.0.0/client-android/kotlin/functions/create-execution.md +++ /dev/null @@ -1,26 +0,0 @@ -import androidx.appcompat.app.AppCompatActivity -import android.os.Bundle -import kotlinx.coroutines.GlobalScope -import kotlinx.coroutines.launch -import io.appwrite.Client -import io.appwrite.services.Functions - -class MainActivity : AppCompatActivity() { - override fun onCreate(savedInstanceState: Bundle?) { - super.onCreate(savedInstanceState) - setContentView(R.layout.activity_main) - - val client = Client(applicationContext) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - - val functions = Functions(client) - - GlobalScope.launch { - val response = functions.createExecution( - functionId = "[FUNCTION_ID]", - ) - val json = response.body?.string() - } - } -} \ No newline at end of file diff --git a/docs/examples/1.0.0/client-android/kotlin/functions/get-execution.md b/docs/examples/1.0.0/client-android/kotlin/functions/get-execution.md deleted file mode 100644 index 781f26c743..0000000000 --- a/docs/examples/1.0.0/client-android/kotlin/functions/get-execution.md +++ /dev/null @@ -1,27 +0,0 @@ -import androidx.appcompat.app.AppCompatActivity -import android.os.Bundle -import kotlinx.coroutines.GlobalScope -import kotlinx.coroutines.launch -import io.appwrite.Client -import io.appwrite.services.Functions - -class MainActivity : AppCompatActivity() { - override fun onCreate(savedInstanceState: Bundle?) { - super.onCreate(savedInstanceState) - setContentView(R.layout.activity_main) - - val client = Client(applicationContext) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - - val functions = Functions(client) - - GlobalScope.launch { - val response = functions.getExecution( - functionId = "[FUNCTION_ID]", - executionId = "[EXECUTION_ID]" - ) - val json = response.body?.string() - } - } -} \ No newline at end of file diff --git a/docs/examples/1.0.0/client-android/kotlin/functions/list-executions.md b/docs/examples/1.0.0/client-android/kotlin/functions/list-executions.md deleted file mode 100644 index 4f11574f0d..0000000000 --- a/docs/examples/1.0.0/client-android/kotlin/functions/list-executions.md +++ /dev/null @@ -1,26 +0,0 @@ -import androidx.appcompat.app.AppCompatActivity -import android.os.Bundle -import kotlinx.coroutines.GlobalScope -import kotlinx.coroutines.launch -import io.appwrite.Client -import io.appwrite.services.Functions - -class MainActivity : AppCompatActivity() { - override fun onCreate(savedInstanceState: Bundle?) { - super.onCreate(savedInstanceState) - setContentView(R.layout.activity_main) - - val client = Client(applicationContext) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - - val functions = Functions(client) - - GlobalScope.launch { - val response = functions.listExecutions( - functionId = "[FUNCTION_ID]", - ) - val json = response.body?.string() - } - } -} \ No newline at end of file diff --git a/docs/examples/1.0.0/client-android/kotlin/functions/retry-build.md b/docs/examples/1.0.0/client-android/kotlin/functions/retry-build.md deleted file mode 100644 index 597421c9e3..0000000000 --- a/docs/examples/1.0.0/client-android/kotlin/functions/retry-build.md +++ /dev/null @@ -1,28 +0,0 @@ -import androidx.appcompat.app.AppCompatActivity -import android.os.Bundle -import kotlinx.coroutines.GlobalScope -import kotlinx.coroutines.launch -import io.appwrite.Client -import io.appwrite.services.Functions - -class MainActivity : AppCompatActivity() { - override fun onCreate(savedInstanceState: Bundle?) { - super.onCreate(savedInstanceState) - setContentView(R.layout.activity_main) - - val client = Client(applicationContext) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - - val functions = Functions(client) - - GlobalScope.launch { - val response = functions.retryBuild( - functionId = "[FUNCTION_ID]", - deploymentId = "[DEPLOYMENT_ID]", - buildId = "[BUILD_ID]" - ) - val json = response.body?.string() - } - } -} \ No newline at end of file diff --git a/docs/examples/1.0.0/client-android/kotlin/locale/get-continents.md b/docs/examples/1.0.0/client-android/kotlin/locale/get-continents.md deleted file mode 100644 index faf1448d73..0000000000 --- a/docs/examples/1.0.0/client-android/kotlin/locale/get-continents.md +++ /dev/null @@ -1,24 +0,0 @@ -import androidx.appcompat.app.AppCompatActivity -import android.os.Bundle -import kotlinx.coroutines.GlobalScope -import kotlinx.coroutines.launch -import io.appwrite.Client -import io.appwrite.services.Locale - -class MainActivity : AppCompatActivity() { - override fun onCreate(savedInstanceState: Bundle?) { - super.onCreate(savedInstanceState) - setContentView(R.layout.activity_main) - - val client = Client(applicationContext) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - - val locale = Locale(client) - - GlobalScope.launch { - val response = locale.getContinents() - val json = response.body?.string() - } - } -} \ No newline at end of file diff --git a/docs/examples/1.0.0/client-android/kotlin/locale/get-countries-e-u.md b/docs/examples/1.0.0/client-android/kotlin/locale/get-countries-e-u.md deleted file mode 100644 index 5a3552f1a7..0000000000 --- a/docs/examples/1.0.0/client-android/kotlin/locale/get-countries-e-u.md +++ /dev/null @@ -1,24 +0,0 @@ -import androidx.appcompat.app.AppCompatActivity -import android.os.Bundle -import kotlinx.coroutines.GlobalScope -import kotlinx.coroutines.launch -import io.appwrite.Client -import io.appwrite.services.Locale - -class MainActivity : AppCompatActivity() { - override fun onCreate(savedInstanceState: Bundle?) { - super.onCreate(savedInstanceState) - setContentView(R.layout.activity_main) - - val client = Client(applicationContext) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - - val locale = Locale(client) - - GlobalScope.launch { - val response = locale.getCountriesEU() - val json = response.body?.string() - } - } -} \ No newline at end of file diff --git a/docs/examples/1.0.0/client-android/kotlin/locale/get-countries-phones.md b/docs/examples/1.0.0/client-android/kotlin/locale/get-countries-phones.md deleted file mode 100644 index 565097ef4b..0000000000 --- a/docs/examples/1.0.0/client-android/kotlin/locale/get-countries-phones.md +++ /dev/null @@ -1,24 +0,0 @@ -import androidx.appcompat.app.AppCompatActivity -import android.os.Bundle -import kotlinx.coroutines.GlobalScope -import kotlinx.coroutines.launch -import io.appwrite.Client -import io.appwrite.services.Locale - -class MainActivity : AppCompatActivity() { - override fun onCreate(savedInstanceState: Bundle?) { - super.onCreate(savedInstanceState) - setContentView(R.layout.activity_main) - - val client = Client(applicationContext) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - - val locale = Locale(client) - - GlobalScope.launch { - val response = locale.getCountriesPhones() - val json = response.body?.string() - } - } -} \ No newline at end of file diff --git a/docs/examples/1.0.0/client-android/kotlin/locale/get-countries.md b/docs/examples/1.0.0/client-android/kotlin/locale/get-countries.md deleted file mode 100644 index e327c14ab8..0000000000 --- a/docs/examples/1.0.0/client-android/kotlin/locale/get-countries.md +++ /dev/null @@ -1,24 +0,0 @@ -import androidx.appcompat.app.AppCompatActivity -import android.os.Bundle -import kotlinx.coroutines.GlobalScope -import kotlinx.coroutines.launch -import io.appwrite.Client -import io.appwrite.services.Locale - -class MainActivity : AppCompatActivity() { - override fun onCreate(savedInstanceState: Bundle?) { - super.onCreate(savedInstanceState) - setContentView(R.layout.activity_main) - - val client = Client(applicationContext) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - - val locale = Locale(client) - - GlobalScope.launch { - val response = locale.getCountries() - val json = response.body?.string() - } - } -} \ No newline at end of file diff --git a/docs/examples/1.0.0/client-android/kotlin/locale/get-currencies.md b/docs/examples/1.0.0/client-android/kotlin/locale/get-currencies.md deleted file mode 100644 index 00e11999e6..0000000000 --- a/docs/examples/1.0.0/client-android/kotlin/locale/get-currencies.md +++ /dev/null @@ -1,24 +0,0 @@ -import androidx.appcompat.app.AppCompatActivity -import android.os.Bundle -import kotlinx.coroutines.GlobalScope -import kotlinx.coroutines.launch -import io.appwrite.Client -import io.appwrite.services.Locale - -class MainActivity : AppCompatActivity() { - override fun onCreate(savedInstanceState: Bundle?) { - super.onCreate(savedInstanceState) - setContentView(R.layout.activity_main) - - val client = Client(applicationContext) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - - val locale = Locale(client) - - GlobalScope.launch { - val response = locale.getCurrencies() - val json = response.body?.string() - } - } -} \ No newline at end of file diff --git a/docs/examples/1.0.0/client-android/kotlin/locale/get-languages.md b/docs/examples/1.0.0/client-android/kotlin/locale/get-languages.md deleted file mode 100644 index 796747a00d..0000000000 --- a/docs/examples/1.0.0/client-android/kotlin/locale/get-languages.md +++ /dev/null @@ -1,24 +0,0 @@ -import androidx.appcompat.app.AppCompatActivity -import android.os.Bundle -import kotlinx.coroutines.GlobalScope -import kotlinx.coroutines.launch -import io.appwrite.Client -import io.appwrite.services.Locale - -class MainActivity : AppCompatActivity() { - override fun onCreate(savedInstanceState: Bundle?) { - super.onCreate(savedInstanceState) - setContentView(R.layout.activity_main) - - val client = Client(applicationContext) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - - val locale = Locale(client) - - GlobalScope.launch { - val response = locale.getLanguages() - val json = response.body?.string() - } - } -} \ No newline at end of file diff --git a/docs/examples/1.0.0/client-android/kotlin/locale/get.md b/docs/examples/1.0.0/client-android/kotlin/locale/get.md deleted file mode 100644 index f89c66a7ed..0000000000 --- a/docs/examples/1.0.0/client-android/kotlin/locale/get.md +++ /dev/null @@ -1,24 +0,0 @@ -import androidx.appcompat.app.AppCompatActivity -import android.os.Bundle -import kotlinx.coroutines.GlobalScope -import kotlinx.coroutines.launch -import io.appwrite.Client -import io.appwrite.services.Locale - -class MainActivity : AppCompatActivity() { - override fun onCreate(savedInstanceState: Bundle?) { - super.onCreate(savedInstanceState) - setContentView(R.layout.activity_main) - - val client = Client(applicationContext) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - - val locale = Locale(client) - - GlobalScope.launch { - val response = locale.get() - val json = response.body?.string() - } - } -} \ No newline at end of file diff --git a/docs/examples/1.0.0/client-android/kotlin/storage/create-file.md b/docs/examples/1.0.0/client-android/kotlin/storage/create-file.md deleted file mode 100644 index d3d7c608e4..0000000000 --- a/docs/examples/1.0.0/client-android/kotlin/storage/create-file.md +++ /dev/null @@ -1,29 +0,0 @@ -import androidx.appcompat.app.AppCompatActivity -import android.os.Bundle -import kotlinx.coroutines.GlobalScope -import kotlinx.coroutines.launch -import io.appwrite.Client -import io.appwrite.models.InputFile -import io.appwrite.services.Storage - -class MainActivity : AppCompatActivity() { - override fun onCreate(savedInstanceState: Bundle?) { - super.onCreate(savedInstanceState) - setContentView(R.layout.activity_main) - - val client = Client(applicationContext) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - - val storage = Storage(client) - - GlobalScope.launch { - val response = storage.createFile( - bucketId = "[BUCKET_ID]", - fileId = "[FILE_ID]", - file = InputFile.fromPath("file.png"), - ) - val json = response.body?.string() - } - } -} \ No newline at end of file diff --git a/docs/examples/1.0.0/client-android/kotlin/storage/delete-file.md b/docs/examples/1.0.0/client-android/kotlin/storage/delete-file.md deleted file mode 100644 index 1a4a5b9da1..0000000000 --- a/docs/examples/1.0.0/client-android/kotlin/storage/delete-file.md +++ /dev/null @@ -1,27 +0,0 @@ -import androidx.appcompat.app.AppCompatActivity -import android.os.Bundle -import kotlinx.coroutines.GlobalScope -import kotlinx.coroutines.launch -import io.appwrite.Client -import io.appwrite.services.Storage - -class MainActivity : AppCompatActivity() { - override fun onCreate(savedInstanceState: Bundle?) { - super.onCreate(savedInstanceState) - setContentView(R.layout.activity_main) - - val client = Client(applicationContext) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - - val storage = Storage(client) - - GlobalScope.launch { - val response = storage.deleteFile( - bucketId = "[BUCKET_ID]", - fileId = "[FILE_ID]" - ) - val json = response.body?.string() - } - } -} \ No newline at end of file diff --git a/docs/examples/1.0.0/client-android/kotlin/storage/get-file-download.md b/docs/examples/1.0.0/client-android/kotlin/storage/get-file-download.md deleted file mode 100644 index 3970fb8245..0000000000 --- a/docs/examples/1.0.0/client-android/kotlin/storage/get-file-download.md +++ /dev/null @@ -1,27 +0,0 @@ -import androidx.appcompat.app.AppCompatActivity -import android.os.Bundle -import kotlinx.coroutines.GlobalScope -import kotlinx.coroutines.launch -import io.appwrite.Client -import io.appwrite.services.Storage - -class MainActivity : AppCompatActivity() { - override fun onCreate(savedInstanceState: Bundle?) { - super.onCreate(savedInstanceState) - setContentView(R.layout.activity_main) - - val client = Client(applicationContext) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - - val storage = Storage(client) - - GlobalScope.launch { - val result = storage.getFileDownload( - bucketId = "[BUCKET_ID]", - fileId = "[FILE_ID]" - ) - println(result); // Resource URL - } - } -} \ No newline at end of file diff --git a/docs/examples/1.0.0/client-android/kotlin/storage/get-file-preview.md b/docs/examples/1.0.0/client-android/kotlin/storage/get-file-preview.md deleted file mode 100644 index 780452729e..0000000000 --- a/docs/examples/1.0.0/client-android/kotlin/storage/get-file-preview.md +++ /dev/null @@ -1,27 +0,0 @@ -import androidx.appcompat.app.AppCompatActivity -import android.os.Bundle -import kotlinx.coroutines.GlobalScope -import kotlinx.coroutines.launch -import io.appwrite.Client -import io.appwrite.services.Storage - -class MainActivity : AppCompatActivity() { - override fun onCreate(savedInstanceState: Bundle?) { - super.onCreate(savedInstanceState) - setContentView(R.layout.activity_main) - - val client = Client(applicationContext) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - - val storage = Storage(client) - - GlobalScope.launch { - val result = storage.getFilePreview( - bucketId = "[BUCKET_ID]", - fileId = "[FILE_ID]", - ) - println(result); // Resource URL - } - } -} \ No newline at end of file diff --git a/docs/examples/1.0.0/client-android/kotlin/storage/get-file-view.md b/docs/examples/1.0.0/client-android/kotlin/storage/get-file-view.md deleted file mode 100644 index 107ad45679..0000000000 --- a/docs/examples/1.0.0/client-android/kotlin/storage/get-file-view.md +++ /dev/null @@ -1,27 +0,0 @@ -import androidx.appcompat.app.AppCompatActivity -import android.os.Bundle -import kotlinx.coroutines.GlobalScope -import kotlinx.coroutines.launch -import io.appwrite.Client -import io.appwrite.services.Storage - -class MainActivity : AppCompatActivity() { - override fun onCreate(savedInstanceState: Bundle?) { - super.onCreate(savedInstanceState) - setContentView(R.layout.activity_main) - - val client = Client(applicationContext) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - - val storage = Storage(client) - - GlobalScope.launch { - val result = storage.getFileView( - bucketId = "[BUCKET_ID]", - fileId = "[FILE_ID]" - ) - println(result); // Resource URL - } - } -} \ No newline at end of file diff --git a/docs/examples/1.0.0/client-android/kotlin/storage/get-file.md b/docs/examples/1.0.0/client-android/kotlin/storage/get-file.md deleted file mode 100644 index 30f640ba35..0000000000 --- a/docs/examples/1.0.0/client-android/kotlin/storage/get-file.md +++ /dev/null @@ -1,27 +0,0 @@ -import androidx.appcompat.app.AppCompatActivity -import android.os.Bundle -import kotlinx.coroutines.GlobalScope -import kotlinx.coroutines.launch -import io.appwrite.Client -import io.appwrite.services.Storage - -class MainActivity : AppCompatActivity() { - override fun onCreate(savedInstanceState: Bundle?) { - super.onCreate(savedInstanceState) - setContentView(R.layout.activity_main) - - val client = Client(applicationContext) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - - val storage = Storage(client) - - GlobalScope.launch { - val response = storage.getFile( - bucketId = "[BUCKET_ID]", - fileId = "[FILE_ID]" - ) - val json = response.body?.string() - } - } -} \ No newline at end of file diff --git a/docs/examples/1.0.0/client-android/kotlin/storage/list-files.md b/docs/examples/1.0.0/client-android/kotlin/storage/list-files.md deleted file mode 100644 index 20a253ab07..0000000000 --- a/docs/examples/1.0.0/client-android/kotlin/storage/list-files.md +++ /dev/null @@ -1,26 +0,0 @@ -import androidx.appcompat.app.AppCompatActivity -import android.os.Bundle -import kotlinx.coroutines.GlobalScope -import kotlinx.coroutines.launch -import io.appwrite.Client -import io.appwrite.services.Storage - -class MainActivity : AppCompatActivity() { - override fun onCreate(savedInstanceState: Bundle?) { - super.onCreate(savedInstanceState) - setContentView(R.layout.activity_main) - - val client = Client(applicationContext) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - - val storage = Storage(client) - - GlobalScope.launch { - val response = storage.listFiles( - bucketId = "[BUCKET_ID]", - ) - val json = response.body?.string() - } - } -} \ No newline at end of file diff --git a/docs/examples/1.0.0/client-android/kotlin/storage/update-file.md b/docs/examples/1.0.0/client-android/kotlin/storage/update-file.md deleted file mode 100644 index 35b1afb939..0000000000 --- a/docs/examples/1.0.0/client-android/kotlin/storage/update-file.md +++ /dev/null @@ -1,27 +0,0 @@ -import androidx.appcompat.app.AppCompatActivity -import android.os.Bundle -import kotlinx.coroutines.GlobalScope -import kotlinx.coroutines.launch -import io.appwrite.Client -import io.appwrite.services.Storage - -class MainActivity : AppCompatActivity() { - override fun onCreate(savedInstanceState: Bundle?) { - super.onCreate(savedInstanceState) - setContentView(R.layout.activity_main) - - val client = Client(applicationContext) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - - val storage = Storage(client) - - GlobalScope.launch { - val response = storage.updateFile( - bucketId = "[BUCKET_ID]", - fileId = "[FILE_ID]", - ) - val json = response.body?.string() - } - } -} \ No newline at end of file diff --git a/docs/examples/1.0.0/client-android/kotlin/teams/create-membership.md b/docs/examples/1.0.0/client-android/kotlin/teams/create-membership.md deleted file mode 100644 index e2b7d16bfc..0000000000 --- a/docs/examples/1.0.0/client-android/kotlin/teams/create-membership.md +++ /dev/null @@ -1,29 +0,0 @@ -import androidx.appcompat.app.AppCompatActivity -import android.os.Bundle -import kotlinx.coroutines.GlobalScope -import kotlinx.coroutines.launch -import io.appwrite.Client -import io.appwrite.services.Teams - -class MainActivity : AppCompatActivity() { - override fun onCreate(savedInstanceState: Bundle?) { - super.onCreate(savedInstanceState) - setContentView(R.layout.activity_main) - - val client = Client(applicationContext) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - - val teams = Teams(client) - - GlobalScope.launch { - val response = teams.createMembership( - teamId = "[TEAM_ID]", - email = "email@example.com", - roles = listOf(), - url = "https://example.com", - ) - val json = response.body?.string() - } - } -} \ No newline at end of file diff --git a/docs/examples/1.0.0/client-android/kotlin/teams/create.md b/docs/examples/1.0.0/client-android/kotlin/teams/create.md deleted file mode 100644 index 73857b80bb..0000000000 --- a/docs/examples/1.0.0/client-android/kotlin/teams/create.md +++ /dev/null @@ -1,27 +0,0 @@ -import androidx.appcompat.app.AppCompatActivity -import android.os.Bundle -import kotlinx.coroutines.GlobalScope -import kotlinx.coroutines.launch -import io.appwrite.Client -import io.appwrite.services.Teams - -class MainActivity : AppCompatActivity() { - override fun onCreate(savedInstanceState: Bundle?) { - super.onCreate(savedInstanceState) - setContentView(R.layout.activity_main) - - val client = Client(applicationContext) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - - val teams = Teams(client) - - GlobalScope.launch { - val response = teams.create( - teamId = "[TEAM_ID]", - name = "[NAME]", - ) - val json = response.body?.string() - } - } -} \ No newline at end of file diff --git a/docs/examples/1.0.0/client-android/kotlin/teams/delete-membership.md b/docs/examples/1.0.0/client-android/kotlin/teams/delete-membership.md deleted file mode 100644 index 6545af5de7..0000000000 --- a/docs/examples/1.0.0/client-android/kotlin/teams/delete-membership.md +++ /dev/null @@ -1,27 +0,0 @@ -import androidx.appcompat.app.AppCompatActivity -import android.os.Bundle -import kotlinx.coroutines.GlobalScope -import kotlinx.coroutines.launch -import io.appwrite.Client -import io.appwrite.services.Teams - -class MainActivity : AppCompatActivity() { - override fun onCreate(savedInstanceState: Bundle?) { - super.onCreate(savedInstanceState) - setContentView(R.layout.activity_main) - - val client = Client(applicationContext) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - - val teams = Teams(client) - - GlobalScope.launch { - val response = teams.deleteMembership( - teamId = "[TEAM_ID]", - membershipId = "[MEMBERSHIP_ID]" - ) - val json = response.body?.string() - } - } -} \ No newline at end of file diff --git a/docs/examples/1.0.0/client-android/kotlin/teams/delete.md b/docs/examples/1.0.0/client-android/kotlin/teams/delete.md deleted file mode 100644 index de12449562..0000000000 --- a/docs/examples/1.0.0/client-android/kotlin/teams/delete.md +++ /dev/null @@ -1,26 +0,0 @@ -import androidx.appcompat.app.AppCompatActivity -import android.os.Bundle -import kotlinx.coroutines.GlobalScope -import kotlinx.coroutines.launch -import io.appwrite.Client -import io.appwrite.services.Teams - -class MainActivity : AppCompatActivity() { - override fun onCreate(savedInstanceState: Bundle?) { - super.onCreate(savedInstanceState) - setContentView(R.layout.activity_main) - - val client = Client(applicationContext) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - - val teams = Teams(client) - - GlobalScope.launch { - val response = teams.delete( - teamId = "[TEAM_ID]" - ) - val json = response.body?.string() - } - } -} \ No newline at end of file diff --git a/docs/examples/1.0.0/client-android/kotlin/teams/get-membership.md b/docs/examples/1.0.0/client-android/kotlin/teams/get-membership.md deleted file mode 100644 index aa3f29e74d..0000000000 --- a/docs/examples/1.0.0/client-android/kotlin/teams/get-membership.md +++ /dev/null @@ -1,27 +0,0 @@ -import androidx.appcompat.app.AppCompatActivity -import android.os.Bundle -import kotlinx.coroutines.GlobalScope -import kotlinx.coroutines.launch -import io.appwrite.Client -import io.appwrite.services.Teams - -class MainActivity : AppCompatActivity() { - override fun onCreate(savedInstanceState: Bundle?) { - super.onCreate(savedInstanceState) - setContentView(R.layout.activity_main) - - val client = Client(applicationContext) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - - val teams = Teams(client) - - GlobalScope.launch { - val response = teams.getMembership( - teamId = "[TEAM_ID]", - membershipId = "[MEMBERSHIP_ID]" - ) - val json = response.body?.string() - } - } -} \ No newline at end of file diff --git a/docs/examples/1.0.0/client-android/kotlin/teams/get-memberships.md b/docs/examples/1.0.0/client-android/kotlin/teams/get-memberships.md deleted file mode 100644 index 89b4f54559..0000000000 --- a/docs/examples/1.0.0/client-android/kotlin/teams/get-memberships.md +++ /dev/null @@ -1,26 +0,0 @@ -import androidx.appcompat.app.AppCompatActivity -import android.os.Bundle -import kotlinx.coroutines.GlobalScope -import kotlinx.coroutines.launch -import io.appwrite.Client -import io.appwrite.services.Teams - -class MainActivity : AppCompatActivity() { - override fun onCreate(savedInstanceState: Bundle?) { - super.onCreate(savedInstanceState) - setContentView(R.layout.activity_main) - - val client = Client(applicationContext) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - - val teams = Teams(client) - - GlobalScope.launch { - val response = teams.getMemberships( - teamId = "[TEAM_ID]", - ) - val json = response.body?.string() - } - } -} \ No newline at end of file diff --git a/docs/examples/1.0.0/client-android/kotlin/teams/get.md b/docs/examples/1.0.0/client-android/kotlin/teams/get.md deleted file mode 100644 index 54550b3ed6..0000000000 --- a/docs/examples/1.0.0/client-android/kotlin/teams/get.md +++ /dev/null @@ -1,26 +0,0 @@ -import androidx.appcompat.app.AppCompatActivity -import android.os.Bundle -import kotlinx.coroutines.GlobalScope -import kotlinx.coroutines.launch -import io.appwrite.Client -import io.appwrite.services.Teams - -class MainActivity : AppCompatActivity() { - override fun onCreate(savedInstanceState: Bundle?) { - super.onCreate(savedInstanceState) - setContentView(R.layout.activity_main) - - val client = Client(applicationContext) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - - val teams = Teams(client) - - GlobalScope.launch { - val response = teams.get( - teamId = "[TEAM_ID]" - ) - val json = response.body?.string() - } - } -} \ No newline at end of file diff --git a/docs/examples/1.0.0/client-android/kotlin/teams/list.md b/docs/examples/1.0.0/client-android/kotlin/teams/list.md deleted file mode 100644 index 6444205472..0000000000 --- a/docs/examples/1.0.0/client-android/kotlin/teams/list.md +++ /dev/null @@ -1,25 +0,0 @@ -import androidx.appcompat.app.AppCompatActivity -import android.os.Bundle -import kotlinx.coroutines.GlobalScope -import kotlinx.coroutines.launch -import io.appwrite.Client -import io.appwrite.services.Teams - -class MainActivity : AppCompatActivity() { - override fun onCreate(savedInstanceState: Bundle?) { - super.onCreate(savedInstanceState) - setContentView(R.layout.activity_main) - - val client = Client(applicationContext) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - - val teams = Teams(client) - - GlobalScope.launch { - val response = teams.list( - ) - val json = response.body?.string() - } - } -} \ No newline at end of file diff --git a/docs/examples/1.0.0/client-android/kotlin/teams/update-membership-roles.md b/docs/examples/1.0.0/client-android/kotlin/teams/update-membership-roles.md deleted file mode 100644 index d9a8a41895..0000000000 --- a/docs/examples/1.0.0/client-android/kotlin/teams/update-membership-roles.md +++ /dev/null @@ -1,28 +0,0 @@ -import androidx.appcompat.app.AppCompatActivity -import android.os.Bundle -import kotlinx.coroutines.GlobalScope -import kotlinx.coroutines.launch -import io.appwrite.Client -import io.appwrite.services.Teams - -class MainActivity : AppCompatActivity() { - override fun onCreate(savedInstanceState: Bundle?) { - super.onCreate(savedInstanceState) - setContentView(R.layout.activity_main) - - val client = Client(applicationContext) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - - val teams = Teams(client) - - GlobalScope.launch { - val response = teams.updateMembershipRoles( - teamId = "[TEAM_ID]", - membershipId = "[MEMBERSHIP_ID]", - roles = listOf() - ) - val json = response.body?.string() - } - } -} \ No newline at end of file diff --git a/docs/examples/1.0.0/client-android/kotlin/teams/update-membership-status.md b/docs/examples/1.0.0/client-android/kotlin/teams/update-membership-status.md deleted file mode 100644 index f8e10fdafc..0000000000 --- a/docs/examples/1.0.0/client-android/kotlin/teams/update-membership-status.md +++ /dev/null @@ -1,29 +0,0 @@ -import androidx.appcompat.app.AppCompatActivity -import android.os.Bundle -import kotlinx.coroutines.GlobalScope -import kotlinx.coroutines.launch -import io.appwrite.Client -import io.appwrite.services.Teams - -class MainActivity : AppCompatActivity() { - override fun onCreate(savedInstanceState: Bundle?) { - super.onCreate(savedInstanceState) - setContentView(R.layout.activity_main) - - val client = Client(applicationContext) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - - val teams = Teams(client) - - GlobalScope.launch { - val response = teams.updateMembershipStatus( - teamId = "[TEAM_ID]", - membershipId = "[MEMBERSHIP_ID]", - userId = "[USER_ID]", - secret = "[SECRET]" - ) - val json = response.body?.string() - } - } -} \ No newline at end of file diff --git a/docs/examples/1.0.0/client-android/kotlin/teams/update.md b/docs/examples/1.0.0/client-android/kotlin/teams/update.md deleted file mode 100644 index 59dd69f081..0000000000 --- a/docs/examples/1.0.0/client-android/kotlin/teams/update.md +++ /dev/null @@ -1,27 +0,0 @@ -import androidx.appcompat.app.AppCompatActivity -import android.os.Bundle -import kotlinx.coroutines.GlobalScope -import kotlinx.coroutines.launch -import io.appwrite.Client -import io.appwrite.services.Teams - -class MainActivity : AppCompatActivity() { - override fun onCreate(savedInstanceState: Bundle?) { - super.onCreate(savedInstanceState) - setContentView(R.layout.activity_main) - - val client = Client(applicationContext) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - - val teams = Teams(client) - - GlobalScope.launch { - val response = teams.update( - teamId = "[TEAM_ID]", - name = "[NAME]" - ) - val json = response.body?.string() - } - } -} \ No newline at end of file diff --git a/docs/examples/1.0.0/client-apple/examples/account/create-anonymous-session.md b/docs/examples/1.0.0/client-apple/examples/account/create-anonymous-session.md deleted file mode 100644 index d2d71b9f00..0000000000 --- a/docs/examples/1.0.0/client-apple/examples/account/create-anonymous-session.md +++ /dev/null @@ -1,11 +0,0 @@ -import Appwrite - -func main() async throws { - let client = Client() - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - let account = Account(client) - let session = try await account.createAnonymousSession() - - print(String(describing: session) -} diff --git a/docs/examples/1.0.0/client-apple/examples/account/create-email-session.md b/docs/examples/1.0.0/client-apple/examples/account/create-email-session.md deleted file mode 100644 index e8e52ed637..0000000000 --- a/docs/examples/1.0.0/client-apple/examples/account/create-email-session.md +++ /dev/null @@ -1,14 +0,0 @@ -import Appwrite - -func main() async throws { - let client = Client() - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - let account = Account(client) - let session = try await account.createEmailSession( - email: "email@example.com", - password: "password" - ) - - print(String(describing: session) -} diff --git a/docs/examples/1.0.0/client-apple/examples/account/create-j-w-t.md b/docs/examples/1.0.0/client-apple/examples/account/create-j-w-t.md deleted file mode 100644 index 51952f9953..0000000000 --- a/docs/examples/1.0.0/client-apple/examples/account/create-j-w-t.md +++ /dev/null @@ -1,11 +0,0 @@ -import Appwrite - -func main() async throws { - let client = Client() - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - let account = Account(client) - let jwt = try await account.createJWT() - - print(String(describing: jwt) -} diff --git a/docs/examples/1.0.0/client-apple/examples/account/create-magic-u-r-l-session.md b/docs/examples/1.0.0/client-apple/examples/account/create-magic-u-r-l-session.md deleted file mode 100644 index 3eab67aac4..0000000000 --- a/docs/examples/1.0.0/client-apple/examples/account/create-magic-u-r-l-session.md +++ /dev/null @@ -1,14 +0,0 @@ -import Appwrite - -func main() async throws { - let client = Client() - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - let account = Account(client) - let token = try await account.createMagicURLSession( - userId: "[USER_ID]", - email: "email@example.com" - ) - - print(String(describing: token) -} diff --git a/docs/examples/1.0.0/client-apple/examples/account/create-o-auth2session.md b/docs/examples/1.0.0/client-apple/examples/account/create-o-auth2session.md deleted file mode 100644 index ddd7eb28a4..0000000000 --- a/docs/examples/1.0.0/client-apple/examples/account/create-o-auth2session.md +++ /dev/null @@ -1,13 +0,0 @@ -import Appwrite - -func main() async throws { - let client = Client() - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - let account = Account(client) - let success = try await account.createOAuth2Session( - provider: "amazon" - ) - - print(String(describing: success) -} diff --git a/docs/examples/1.0.0/client-apple/examples/account/create-phone-session.md b/docs/examples/1.0.0/client-apple/examples/account/create-phone-session.md deleted file mode 100644 index bda15f9093..0000000000 --- a/docs/examples/1.0.0/client-apple/examples/account/create-phone-session.md +++ /dev/null @@ -1,14 +0,0 @@ -import Appwrite - -func main() async throws { - let client = Client() - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - let account = Account(client) - let token = try await account.createPhoneSession( - userId: "[USER_ID]", - phone: "" - ) - - print(String(describing: token) -} diff --git a/docs/examples/1.0.0/client-apple/examples/account/create-phone-verification.md b/docs/examples/1.0.0/client-apple/examples/account/create-phone-verification.md deleted file mode 100644 index 1033795be1..0000000000 --- a/docs/examples/1.0.0/client-apple/examples/account/create-phone-verification.md +++ /dev/null @@ -1,11 +0,0 @@ -import Appwrite - -func main() async throws { - let client = Client() - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - let account = Account(client) - let token = try await account.createPhoneVerification() - - print(String(describing: token) -} diff --git a/docs/examples/1.0.0/client-apple/examples/account/create-recovery.md b/docs/examples/1.0.0/client-apple/examples/account/create-recovery.md deleted file mode 100644 index 1f2d9b9e05..0000000000 --- a/docs/examples/1.0.0/client-apple/examples/account/create-recovery.md +++ /dev/null @@ -1,14 +0,0 @@ -import Appwrite - -func main() async throws { - let client = Client() - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - let account = Account(client) - let token = try await account.createRecovery( - email: "email@example.com", - url: "https://example.com" - ) - - print(String(describing: token) -} diff --git a/docs/examples/1.0.0/client-apple/examples/account/create-verification.md b/docs/examples/1.0.0/client-apple/examples/account/create-verification.md deleted file mode 100644 index cd0f9d5c87..0000000000 --- a/docs/examples/1.0.0/client-apple/examples/account/create-verification.md +++ /dev/null @@ -1,13 +0,0 @@ -import Appwrite - -func main() async throws { - let client = Client() - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - let account = Account(client) - let token = try await account.createVerification( - url: "https://example.com" - ) - - print(String(describing: token) -} diff --git a/docs/examples/1.0.0/client-apple/examples/account/create.md b/docs/examples/1.0.0/client-apple/examples/account/create.md deleted file mode 100644 index bd6e152e53..0000000000 --- a/docs/examples/1.0.0/client-apple/examples/account/create.md +++ /dev/null @@ -1,15 +0,0 @@ -import Appwrite - -func main() async throws { - let client = Client() - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - let account = Account(client) - let account = try await account.create( - userId: "[USER_ID]", - email: "email@example.com", - password: "password" - ) - - print(String(describing: account) -} diff --git a/docs/examples/1.0.0/client-apple/examples/account/delete-session.md b/docs/examples/1.0.0/client-apple/examples/account/delete-session.md deleted file mode 100644 index 6f3dd76905..0000000000 --- a/docs/examples/1.0.0/client-apple/examples/account/delete-session.md +++ /dev/null @@ -1,13 +0,0 @@ -import Appwrite - -func main() async throws { - let client = Client() - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - let account = Account(client) - let result = try await account.deleteSession( - sessionId: "[SESSION_ID]" - ) - - print(String(describing: result) -} diff --git a/docs/examples/1.0.0/client-apple/examples/account/delete-sessions.md b/docs/examples/1.0.0/client-apple/examples/account/delete-sessions.md deleted file mode 100644 index f2721be95e..0000000000 --- a/docs/examples/1.0.0/client-apple/examples/account/delete-sessions.md +++ /dev/null @@ -1,11 +0,0 @@ -import Appwrite - -func main() async throws { - let client = Client() - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - let account = Account(client) - let result = try await account.deleteSessions() - - print(String(describing: result) -} diff --git a/docs/examples/1.0.0/client-apple/examples/account/get-logs.md b/docs/examples/1.0.0/client-apple/examples/account/get-logs.md deleted file mode 100644 index 326672e682..0000000000 --- a/docs/examples/1.0.0/client-apple/examples/account/get-logs.md +++ /dev/null @@ -1,11 +0,0 @@ -import Appwrite - -func main() async throws { - let client = Client() - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - let account = Account(client) - let logList = try await account.getLogs() - - print(String(describing: logList) -} diff --git a/docs/examples/1.0.0/client-apple/examples/account/get-prefs.md b/docs/examples/1.0.0/client-apple/examples/account/get-prefs.md deleted file mode 100644 index 6fb47ce31f..0000000000 --- a/docs/examples/1.0.0/client-apple/examples/account/get-prefs.md +++ /dev/null @@ -1,11 +0,0 @@ -import Appwrite - -func main() async throws { - let client = Client() - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - let account = Account(client) - let preferences = try await account.getPrefs() - - print(String(describing: preferences) -} diff --git a/docs/examples/1.0.0/client-apple/examples/account/get-session.md b/docs/examples/1.0.0/client-apple/examples/account/get-session.md deleted file mode 100644 index fa15d6d222..0000000000 --- a/docs/examples/1.0.0/client-apple/examples/account/get-session.md +++ /dev/null @@ -1,13 +0,0 @@ -import Appwrite - -func main() async throws { - let client = Client() - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - let account = Account(client) - let session = try await account.getSession( - sessionId: "[SESSION_ID]" - ) - - print(String(describing: session) -} diff --git a/docs/examples/1.0.0/client-apple/examples/account/get-sessions.md b/docs/examples/1.0.0/client-apple/examples/account/get-sessions.md deleted file mode 100644 index 81c02bbaf3..0000000000 --- a/docs/examples/1.0.0/client-apple/examples/account/get-sessions.md +++ /dev/null @@ -1,11 +0,0 @@ -import Appwrite - -func main() async throws { - let client = Client() - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - let account = Account(client) - let sessionList = try await account.getSessions() - - print(String(describing: sessionList) -} diff --git a/docs/examples/1.0.0/client-apple/examples/account/get.md b/docs/examples/1.0.0/client-apple/examples/account/get.md deleted file mode 100644 index 09fd44655f..0000000000 --- a/docs/examples/1.0.0/client-apple/examples/account/get.md +++ /dev/null @@ -1,11 +0,0 @@ -import Appwrite - -func main() async throws { - let client = Client() - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - let account = Account(client) - let account = try await account.get() - - print(String(describing: account) -} diff --git a/docs/examples/1.0.0/client-apple/examples/account/update-email.md b/docs/examples/1.0.0/client-apple/examples/account/update-email.md deleted file mode 100644 index 67e1275783..0000000000 --- a/docs/examples/1.0.0/client-apple/examples/account/update-email.md +++ /dev/null @@ -1,14 +0,0 @@ -import Appwrite - -func main() async throws { - let client = Client() - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - let account = Account(client) - let account = try await account.updateEmail( - email: "email@example.com", - password: "password" - ) - - print(String(describing: account) -} diff --git a/docs/examples/1.0.0/client-apple/examples/account/update-magic-u-r-l-session.md b/docs/examples/1.0.0/client-apple/examples/account/update-magic-u-r-l-session.md deleted file mode 100644 index 34bfab9e80..0000000000 --- a/docs/examples/1.0.0/client-apple/examples/account/update-magic-u-r-l-session.md +++ /dev/null @@ -1,14 +0,0 @@ -import Appwrite - -func main() async throws { - let client = Client() - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - let account = Account(client) - let session = try await account.updateMagicURLSession( - userId: "[USER_ID]", - secret: "[SECRET]" - ) - - print(String(describing: session) -} diff --git a/docs/examples/1.0.0/client-apple/examples/account/update-name.md b/docs/examples/1.0.0/client-apple/examples/account/update-name.md deleted file mode 100644 index 0ceff078a6..0000000000 --- a/docs/examples/1.0.0/client-apple/examples/account/update-name.md +++ /dev/null @@ -1,13 +0,0 @@ -import Appwrite - -func main() async throws { - let client = Client() - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - let account = Account(client) - let account = try await account.updateName( - name: "[NAME]" - ) - - print(String(describing: account) -} diff --git a/docs/examples/1.0.0/client-apple/examples/account/update-password.md b/docs/examples/1.0.0/client-apple/examples/account/update-password.md deleted file mode 100644 index a94bb2c3e6..0000000000 --- a/docs/examples/1.0.0/client-apple/examples/account/update-password.md +++ /dev/null @@ -1,13 +0,0 @@ -import Appwrite - -func main() async throws { - let client = Client() - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - let account = Account(client) - let account = try await account.updatePassword( - password: "password" - ) - - print(String(describing: account) -} diff --git a/docs/examples/1.0.0/client-apple/examples/account/update-phone-session.md b/docs/examples/1.0.0/client-apple/examples/account/update-phone-session.md deleted file mode 100644 index 21d018ea2a..0000000000 --- a/docs/examples/1.0.0/client-apple/examples/account/update-phone-session.md +++ /dev/null @@ -1,14 +0,0 @@ -import Appwrite - -func main() async throws { - let client = Client() - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - let account = Account(client) - let session = try await account.updatePhoneSession( - userId: "[USER_ID]", - secret: "[SECRET]" - ) - - print(String(describing: session) -} diff --git a/docs/examples/1.0.0/client-apple/examples/account/update-phone-verification.md b/docs/examples/1.0.0/client-apple/examples/account/update-phone-verification.md deleted file mode 100644 index f148346920..0000000000 --- a/docs/examples/1.0.0/client-apple/examples/account/update-phone-verification.md +++ /dev/null @@ -1,14 +0,0 @@ -import Appwrite - -func main() async throws { - let client = Client() - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - let account = Account(client) - let token = try await account.updatePhoneVerification( - userId: "[USER_ID]", - secret: "[SECRET]" - ) - - print(String(describing: token) -} diff --git a/docs/examples/1.0.0/client-apple/examples/account/update-phone.md b/docs/examples/1.0.0/client-apple/examples/account/update-phone.md deleted file mode 100644 index b4c5fad124..0000000000 --- a/docs/examples/1.0.0/client-apple/examples/account/update-phone.md +++ /dev/null @@ -1,14 +0,0 @@ -import Appwrite - -func main() async throws { - let client = Client() - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - let account = Account(client) - let account = try await account.updatePhone( - phone: "", - password: "password" - ) - - print(String(describing: account) -} diff --git a/docs/examples/1.0.0/client-apple/examples/account/update-prefs.md b/docs/examples/1.0.0/client-apple/examples/account/update-prefs.md deleted file mode 100644 index ebccea57b3..0000000000 --- a/docs/examples/1.0.0/client-apple/examples/account/update-prefs.md +++ /dev/null @@ -1,13 +0,0 @@ -import Appwrite - -func main() async throws { - let client = Client() - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - let account = Account(client) - let account = try await account.updatePrefs( - prefs: [:] - ) - - print(String(describing: account) -} diff --git a/docs/examples/1.0.0/client-apple/examples/account/update-recovery.md b/docs/examples/1.0.0/client-apple/examples/account/update-recovery.md deleted file mode 100644 index f412c0f35a..0000000000 --- a/docs/examples/1.0.0/client-apple/examples/account/update-recovery.md +++ /dev/null @@ -1,16 +0,0 @@ -import Appwrite - -func main() async throws { - let client = Client() - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - let account = Account(client) - let token = try await account.updateRecovery( - userId: "[USER_ID]", - secret: "[SECRET]", - password: "password", - passwordAgain: "password" - ) - - print(String(describing: token) -} diff --git a/docs/examples/1.0.0/client-apple/examples/account/update-session.md b/docs/examples/1.0.0/client-apple/examples/account/update-session.md deleted file mode 100644 index 1d9282641c..0000000000 --- a/docs/examples/1.0.0/client-apple/examples/account/update-session.md +++ /dev/null @@ -1,13 +0,0 @@ -import Appwrite - -func main() async throws { - let client = Client() - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - let account = Account(client) - let session = try await account.updateSession( - sessionId: "[SESSION_ID]" - ) - - print(String(describing: session) -} diff --git a/docs/examples/1.0.0/client-apple/examples/account/update-status.md b/docs/examples/1.0.0/client-apple/examples/account/update-status.md deleted file mode 100644 index 172eae0478..0000000000 --- a/docs/examples/1.0.0/client-apple/examples/account/update-status.md +++ /dev/null @@ -1,11 +0,0 @@ -import Appwrite - -func main() async throws { - let client = Client() - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - let account = Account(client) - let account = try await account.updateStatus() - - print(String(describing: account) -} diff --git a/docs/examples/1.0.0/client-apple/examples/account/update-verification.md b/docs/examples/1.0.0/client-apple/examples/account/update-verification.md deleted file mode 100644 index 10e46b19d1..0000000000 --- a/docs/examples/1.0.0/client-apple/examples/account/update-verification.md +++ /dev/null @@ -1,14 +0,0 @@ -import Appwrite - -func main() async throws { - let client = Client() - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - let account = Account(client) - let token = try await account.updateVerification( - userId: "[USER_ID]", - secret: "[SECRET]" - ) - - print(String(describing: token) -} diff --git a/docs/examples/1.0.0/client-apple/examples/avatars/get-browser.md b/docs/examples/1.0.0/client-apple/examples/avatars/get-browser.md deleted file mode 100644 index 536d9b6167..0000000000 --- a/docs/examples/1.0.0/client-apple/examples/avatars/get-browser.md +++ /dev/null @@ -1,13 +0,0 @@ -import Appwrite - -func main() async throws { - let client = Client() - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - let avatars = Avatars(client) - let byteBuffer = try await avatars.getBrowser( - code: "aa" - ) - - print(String(describing: byteBuffer) -} diff --git a/docs/examples/1.0.0/client-apple/examples/avatars/get-credit-card.md b/docs/examples/1.0.0/client-apple/examples/avatars/get-credit-card.md deleted file mode 100644 index 7dff9411d0..0000000000 --- a/docs/examples/1.0.0/client-apple/examples/avatars/get-credit-card.md +++ /dev/null @@ -1,13 +0,0 @@ -import Appwrite - -func main() async throws { - let client = Client() - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - let avatars = Avatars(client) - let byteBuffer = try await avatars.getCreditCard( - code: "amex" - ) - - print(String(describing: byteBuffer) -} diff --git a/docs/examples/1.0.0/client-apple/examples/avatars/get-favicon.md b/docs/examples/1.0.0/client-apple/examples/avatars/get-favicon.md deleted file mode 100644 index 1e2afab969..0000000000 --- a/docs/examples/1.0.0/client-apple/examples/avatars/get-favicon.md +++ /dev/null @@ -1,13 +0,0 @@ -import Appwrite - -func main() async throws { - let client = Client() - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - let avatars = Avatars(client) - let byteBuffer = try await avatars.getFavicon( - url: "https://example.com" - ) - - print(String(describing: byteBuffer) -} diff --git a/docs/examples/1.0.0/client-apple/examples/avatars/get-flag.md b/docs/examples/1.0.0/client-apple/examples/avatars/get-flag.md deleted file mode 100644 index 43035a3530..0000000000 --- a/docs/examples/1.0.0/client-apple/examples/avatars/get-flag.md +++ /dev/null @@ -1,13 +0,0 @@ -import Appwrite - -func main() async throws { - let client = Client() - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - let avatars = Avatars(client) - let byteBuffer = try await avatars.getFlag( - code: "af" - ) - - print(String(describing: byteBuffer) -} diff --git a/docs/examples/1.0.0/client-apple/examples/avatars/get-image.md b/docs/examples/1.0.0/client-apple/examples/avatars/get-image.md deleted file mode 100644 index a28299c153..0000000000 --- a/docs/examples/1.0.0/client-apple/examples/avatars/get-image.md +++ /dev/null @@ -1,13 +0,0 @@ -import Appwrite - -func main() async throws { - let client = Client() - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - let avatars = Avatars(client) - let byteBuffer = try await avatars.getImage( - url: "https://example.com" - ) - - print(String(describing: byteBuffer) -} diff --git a/docs/examples/1.0.0/client-apple/examples/avatars/get-initials.md b/docs/examples/1.0.0/client-apple/examples/avatars/get-initials.md deleted file mode 100644 index df22100428..0000000000 --- a/docs/examples/1.0.0/client-apple/examples/avatars/get-initials.md +++ /dev/null @@ -1,11 +0,0 @@ -import Appwrite - -func main() async throws { - let client = Client() - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - let avatars = Avatars(client) - let byteBuffer = try await avatars.getInitials() - - print(String(describing: byteBuffer) -} diff --git a/docs/examples/1.0.0/client-apple/examples/avatars/get-q-r.md b/docs/examples/1.0.0/client-apple/examples/avatars/get-q-r.md deleted file mode 100644 index a9e3e9bae1..0000000000 --- a/docs/examples/1.0.0/client-apple/examples/avatars/get-q-r.md +++ /dev/null @@ -1,13 +0,0 @@ -import Appwrite - -func main() async throws { - let client = Client() - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - let avatars = Avatars(client) - let byteBuffer = try await avatars.getQR( - text: "[TEXT]" - ) - - print(String(describing: byteBuffer) -} diff --git a/docs/examples/1.0.0/client-apple/examples/databases/create-document.md b/docs/examples/1.0.0/client-apple/examples/databases/create-document.md deleted file mode 100644 index e97fa29bbe..0000000000 --- a/docs/examples/1.0.0/client-apple/examples/databases/create-document.md +++ /dev/null @@ -1,16 +0,0 @@ -import Appwrite - -func main() async throws { - let client = Client() - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - let databases = Databases(client) - let document = try await databases.createDocument( - databaseId: "[DATABASE_ID]", - collectionId: "[COLLECTION_ID]", - documentId: "[DOCUMENT_ID]", - data: [:] - ) - - print(String(describing: document) -} diff --git a/docs/examples/1.0.0/client-apple/examples/databases/delete-document.md b/docs/examples/1.0.0/client-apple/examples/databases/delete-document.md deleted file mode 100644 index b8fec29238..0000000000 --- a/docs/examples/1.0.0/client-apple/examples/databases/delete-document.md +++ /dev/null @@ -1,15 +0,0 @@ -import Appwrite - -func main() async throws { - let client = Client() - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - let databases = Databases(client) - let result = try await databases.deleteDocument( - databaseId: "[DATABASE_ID]", - collectionId: "[COLLECTION_ID]", - documentId: "[DOCUMENT_ID]" - ) - - print(String(describing: result) -} diff --git a/docs/examples/1.0.0/client-apple/examples/databases/get-document.md b/docs/examples/1.0.0/client-apple/examples/databases/get-document.md deleted file mode 100644 index 8d8999dde9..0000000000 --- a/docs/examples/1.0.0/client-apple/examples/databases/get-document.md +++ /dev/null @@ -1,15 +0,0 @@ -import Appwrite - -func main() async throws { - let client = Client() - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - let databases = Databases(client) - let document = try await databases.getDocument( - databaseId: "[DATABASE_ID]", - collectionId: "[COLLECTION_ID]", - documentId: "[DOCUMENT_ID]" - ) - - print(String(describing: document) -} diff --git a/docs/examples/1.0.0/client-apple/examples/databases/list-documents.md b/docs/examples/1.0.0/client-apple/examples/databases/list-documents.md deleted file mode 100644 index 3468cf8fc3..0000000000 --- a/docs/examples/1.0.0/client-apple/examples/databases/list-documents.md +++ /dev/null @@ -1,14 +0,0 @@ -import Appwrite - -func main() async throws { - let client = Client() - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - let databases = Databases(client) - let documentList = try await databases.listDocuments( - databaseId: "[DATABASE_ID]", - collectionId: "[COLLECTION_ID]" - ) - - print(String(describing: documentList) -} diff --git a/docs/examples/1.0.0/client-apple/examples/databases/update-document.md b/docs/examples/1.0.0/client-apple/examples/databases/update-document.md deleted file mode 100644 index 5f88a6253b..0000000000 --- a/docs/examples/1.0.0/client-apple/examples/databases/update-document.md +++ /dev/null @@ -1,15 +0,0 @@ -import Appwrite - -func main() async throws { - let client = Client() - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - let databases = Databases(client) - let document = try await databases.updateDocument( - databaseId: "[DATABASE_ID]", - collectionId: "[COLLECTION_ID]", - documentId: "[DOCUMENT_ID]" - ) - - print(String(describing: document) -} diff --git a/docs/examples/1.0.0/client-apple/examples/functions/create-execution.md b/docs/examples/1.0.0/client-apple/examples/functions/create-execution.md deleted file mode 100644 index f086125c35..0000000000 --- a/docs/examples/1.0.0/client-apple/examples/functions/create-execution.md +++ /dev/null @@ -1,13 +0,0 @@ -import Appwrite - -func main() async throws { - let client = Client() - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - let functions = Functions(client) - let execution = try await functions.createExecution( - functionId: "[FUNCTION_ID]" - ) - - print(String(describing: execution) -} diff --git a/docs/examples/1.0.0/client-apple/examples/functions/get-execution.md b/docs/examples/1.0.0/client-apple/examples/functions/get-execution.md deleted file mode 100644 index 503c7f5412..0000000000 --- a/docs/examples/1.0.0/client-apple/examples/functions/get-execution.md +++ /dev/null @@ -1,14 +0,0 @@ -import Appwrite - -func main() async throws { - let client = Client() - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - let functions = Functions(client) - let execution = try await functions.getExecution( - functionId: "[FUNCTION_ID]", - executionId: "[EXECUTION_ID]" - ) - - print(String(describing: execution) -} diff --git a/docs/examples/1.0.0/client-apple/examples/functions/list-executions.md b/docs/examples/1.0.0/client-apple/examples/functions/list-executions.md deleted file mode 100644 index 45da8ee7a2..0000000000 --- a/docs/examples/1.0.0/client-apple/examples/functions/list-executions.md +++ /dev/null @@ -1,13 +0,0 @@ -import Appwrite - -func main() async throws { - let client = Client() - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - let functions = Functions(client) - let executionList = try await functions.listExecutions( - functionId: "[FUNCTION_ID]" - ) - - print(String(describing: executionList) -} diff --git a/docs/examples/1.0.0/client-apple/examples/functions/retry-build.md b/docs/examples/1.0.0/client-apple/examples/functions/retry-build.md deleted file mode 100644 index 1869dc8a61..0000000000 --- a/docs/examples/1.0.0/client-apple/examples/functions/retry-build.md +++ /dev/null @@ -1,15 +0,0 @@ -import Appwrite - -func main() async throws { - let client = Client() - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - let functions = Functions(client) - let result = try await functions.retryBuild( - functionId: "[FUNCTION_ID]", - deploymentId: "[DEPLOYMENT_ID]", - buildId: "[BUILD_ID]" - ) - - print(String(describing: result) -} diff --git a/docs/examples/1.0.0/client-apple/examples/locale/get-continents.md b/docs/examples/1.0.0/client-apple/examples/locale/get-continents.md deleted file mode 100644 index efd4ffcda3..0000000000 --- a/docs/examples/1.0.0/client-apple/examples/locale/get-continents.md +++ /dev/null @@ -1,11 +0,0 @@ -import Appwrite - -func main() async throws { - let client = Client() - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - let locale = Locale(client) - let continentList = try await locale.getContinents() - - print(String(describing: continentList) -} diff --git a/docs/examples/1.0.0/client-apple/examples/locale/get-countries-e-u.md b/docs/examples/1.0.0/client-apple/examples/locale/get-countries-e-u.md deleted file mode 100644 index 74837af07c..0000000000 --- a/docs/examples/1.0.0/client-apple/examples/locale/get-countries-e-u.md +++ /dev/null @@ -1,11 +0,0 @@ -import Appwrite - -func main() async throws { - let client = Client() - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - let locale = Locale(client) - let countryList = try await locale.getCountriesEU() - - print(String(describing: countryList) -} diff --git a/docs/examples/1.0.0/client-apple/examples/locale/get-countries-phones.md b/docs/examples/1.0.0/client-apple/examples/locale/get-countries-phones.md deleted file mode 100644 index 6a9b72c197..0000000000 --- a/docs/examples/1.0.0/client-apple/examples/locale/get-countries-phones.md +++ /dev/null @@ -1,11 +0,0 @@ -import Appwrite - -func main() async throws { - let client = Client() - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - let locale = Locale(client) - let phoneList = try await locale.getCountriesPhones() - - print(String(describing: phoneList) -} diff --git a/docs/examples/1.0.0/client-apple/examples/locale/get-countries.md b/docs/examples/1.0.0/client-apple/examples/locale/get-countries.md deleted file mode 100644 index f753379f59..0000000000 --- a/docs/examples/1.0.0/client-apple/examples/locale/get-countries.md +++ /dev/null @@ -1,11 +0,0 @@ -import Appwrite - -func main() async throws { - let client = Client() - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - let locale = Locale(client) - let countryList = try await locale.getCountries() - - print(String(describing: countryList) -} diff --git a/docs/examples/1.0.0/client-apple/examples/locale/get-currencies.md b/docs/examples/1.0.0/client-apple/examples/locale/get-currencies.md deleted file mode 100644 index 9282fef954..0000000000 --- a/docs/examples/1.0.0/client-apple/examples/locale/get-currencies.md +++ /dev/null @@ -1,11 +0,0 @@ -import Appwrite - -func main() async throws { - let client = Client() - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - let locale = Locale(client) - let currencyList = try await locale.getCurrencies() - - print(String(describing: currencyList) -} diff --git a/docs/examples/1.0.0/client-apple/examples/locale/get-languages.md b/docs/examples/1.0.0/client-apple/examples/locale/get-languages.md deleted file mode 100644 index bc178e6b7a..0000000000 --- a/docs/examples/1.0.0/client-apple/examples/locale/get-languages.md +++ /dev/null @@ -1,11 +0,0 @@ -import Appwrite - -func main() async throws { - let client = Client() - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - let locale = Locale(client) - let languageList = try await locale.getLanguages() - - print(String(describing: languageList) -} diff --git a/docs/examples/1.0.0/client-apple/examples/locale/get.md b/docs/examples/1.0.0/client-apple/examples/locale/get.md deleted file mode 100644 index 2b6101c5ed..0000000000 --- a/docs/examples/1.0.0/client-apple/examples/locale/get.md +++ /dev/null @@ -1,11 +0,0 @@ -import Appwrite - -func main() async throws { - let client = Client() - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - let locale = Locale(client) - let locale = try await locale.get() - - print(String(describing: locale) -} diff --git a/docs/examples/1.0.0/client-apple/examples/storage/create-file.md b/docs/examples/1.0.0/client-apple/examples/storage/create-file.md deleted file mode 100644 index 050dc8fc08..0000000000 --- a/docs/examples/1.0.0/client-apple/examples/storage/create-file.md +++ /dev/null @@ -1,15 +0,0 @@ -import Appwrite - -func main() async throws { - let client = Client() - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - let storage = Storage(client) - let file = try await storage.createFile( - bucketId: "[BUCKET_ID]", - fileId: "[FILE_ID]", - file: InputFile.fromPath("file.png") - ) - - print(String(describing: file) -} diff --git a/docs/examples/1.0.0/client-apple/examples/storage/delete-file.md b/docs/examples/1.0.0/client-apple/examples/storage/delete-file.md deleted file mode 100644 index 5bad56677d..0000000000 --- a/docs/examples/1.0.0/client-apple/examples/storage/delete-file.md +++ /dev/null @@ -1,14 +0,0 @@ -import Appwrite - -func main() async throws { - let client = Client() - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - let storage = Storage(client) - let result = try await storage.deleteFile( - bucketId: "[BUCKET_ID]", - fileId: "[FILE_ID]" - ) - - print(String(describing: result) -} diff --git a/docs/examples/1.0.0/client-apple/examples/storage/get-file-download.md b/docs/examples/1.0.0/client-apple/examples/storage/get-file-download.md deleted file mode 100644 index 1504f78d33..0000000000 --- a/docs/examples/1.0.0/client-apple/examples/storage/get-file-download.md +++ /dev/null @@ -1,14 +0,0 @@ -import Appwrite - -func main() async throws { - let client = Client() - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - let storage = Storage(client) - let byteBuffer = try await storage.getFileDownload( - bucketId: "[BUCKET_ID]", - fileId: "[FILE_ID]" - ) - - print(String(describing: byteBuffer) -} diff --git a/docs/examples/1.0.0/client-apple/examples/storage/get-file-preview.md b/docs/examples/1.0.0/client-apple/examples/storage/get-file-preview.md deleted file mode 100644 index 33b80c49ae..0000000000 --- a/docs/examples/1.0.0/client-apple/examples/storage/get-file-preview.md +++ /dev/null @@ -1,14 +0,0 @@ -import Appwrite - -func main() async throws { - let client = Client() - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - let storage = Storage(client) - let byteBuffer = try await storage.getFilePreview( - bucketId: "[BUCKET_ID]", - fileId: "[FILE_ID]" - ) - - print(String(describing: byteBuffer) -} diff --git a/docs/examples/1.0.0/client-apple/examples/storage/get-file-view.md b/docs/examples/1.0.0/client-apple/examples/storage/get-file-view.md deleted file mode 100644 index 7e3524aabb..0000000000 --- a/docs/examples/1.0.0/client-apple/examples/storage/get-file-view.md +++ /dev/null @@ -1,14 +0,0 @@ -import Appwrite - -func main() async throws { - let client = Client() - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - let storage = Storage(client) - let byteBuffer = try await storage.getFileView( - bucketId: "[BUCKET_ID]", - fileId: "[FILE_ID]" - ) - - print(String(describing: byteBuffer) -} diff --git a/docs/examples/1.0.0/client-apple/examples/storage/get-file.md b/docs/examples/1.0.0/client-apple/examples/storage/get-file.md deleted file mode 100644 index 1f2fae973d..0000000000 --- a/docs/examples/1.0.0/client-apple/examples/storage/get-file.md +++ /dev/null @@ -1,14 +0,0 @@ -import Appwrite - -func main() async throws { - let client = Client() - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - let storage = Storage(client) - let file = try await storage.getFile( - bucketId: "[BUCKET_ID]", - fileId: "[FILE_ID]" - ) - - print(String(describing: file) -} diff --git a/docs/examples/1.0.0/client-apple/examples/storage/list-files.md b/docs/examples/1.0.0/client-apple/examples/storage/list-files.md deleted file mode 100644 index 01ae959e43..0000000000 --- a/docs/examples/1.0.0/client-apple/examples/storage/list-files.md +++ /dev/null @@ -1,13 +0,0 @@ -import Appwrite - -func main() async throws { - let client = Client() - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - let storage = Storage(client) - let fileList = try await storage.listFiles( - bucketId: "[BUCKET_ID]" - ) - - print(String(describing: fileList) -} diff --git a/docs/examples/1.0.0/client-apple/examples/storage/update-file.md b/docs/examples/1.0.0/client-apple/examples/storage/update-file.md deleted file mode 100644 index 85503f0199..0000000000 --- a/docs/examples/1.0.0/client-apple/examples/storage/update-file.md +++ /dev/null @@ -1,14 +0,0 @@ -import Appwrite - -func main() async throws { - let client = Client() - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - let storage = Storage(client) - let file = try await storage.updateFile( - bucketId: "[BUCKET_ID]", - fileId: "[FILE_ID]" - ) - - print(String(describing: file) -} diff --git a/docs/examples/1.0.0/client-apple/examples/teams/create-membership.md b/docs/examples/1.0.0/client-apple/examples/teams/create-membership.md deleted file mode 100644 index 5a81e431d9..0000000000 --- a/docs/examples/1.0.0/client-apple/examples/teams/create-membership.md +++ /dev/null @@ -1,16 +0,0 @@ -import Appwrite - -func main() async throws { - let client = Client() - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - let teams = Teams(client) - let membership = try await teams.createMembership( - teamId: "[TEAM_ID]", - email: "email@example.com", - roles: [], - url: "https://example.com" - ) - - print(String(describing: membership) -} diff --git a/docs/examples/1.0.0/client-apple/examples/teams/create.md b/docs/examples/1.0.0/client-apple/examples/teams/create.md deleted file mode 100644 index 227ceb37b2..0000000000 --- a/docs/examples/1.0.0/client-apple/examples/teams/create.md +++ /dev/null @@ -1,14 +0,0 @@ -import Appwrite - -func main() async throws { - let client = Client() - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - let teams = Teams(client) - let team = try await teams.create( - teamId: "[TEAM_ID]", - name: "[NAME]" - ) - - print(String(describing: team) -} diff --git a/docs/examples/1.0.0/client-apple/examples/teams/delete-membership.md b/docs/examples/1.0.0/client-apple/examples/teams/delete-membership.md deleted file mode 100644 index 46a1ad7728..0000000000 --- a/docs/examples/1.0.0/client-apple/examples/teams/delete-membership.md +++ /dev/null @@ -1,14 +0,0 @@ -import Appwrite - -func main() async throws { - let client = Client() - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - let teams = Teams(client) - let result = try await teams.deleteMembership( - teamId: "[TEAM_ID]", - membershipId: "[MEMBERSHIP_ID]" - ) - - print(String(describing: result) -} diff --git a/docs/examples/1.0.0/client-apple/examples/teams/delete.md b/docs/examples/1.0.0/client-apple/examples/teams/delete.md deleted file mode 100644 index d117a8bbf7..0000000000 --- a/docs/examples/1.0.0/client-apple/examples/teams/delete.md +++ /dev/null @@ -1,13 +0,0 @@ -import Appwrite - -func main() async throws { - let client = Client() - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - let teams = Teams(client) - let result = try await teams.delete( - teamId: "[TEAM_ID]" - ) - - print(String(describing: result) -} diff --git a/docs/examples/1.0.0/client-apple/examples/teams/get-membership.md b/docs/examples/1.0.0/client-apple/examples/teams/get-membership.md deleted file mode 100644 index 46bd83ecd6..0000000000 --- a/docs/examples/1.0.0/client-apple/examples/teams/get-membership.md +++ /dev/null @@ -1,14 +0,0 @@ -import Appwrite - -func main() async throws { - let client = Client() - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - let teams = Teams(client) - let membershipList = try await teams.getMembership( - teamId: "[TEAM_ID]", - membershipId: "[MEMBERSHIP_ID]" - ) - - print(String(describing: membershipList) -} diff --git a/docs/examples/1.0.0/client-apple/examples/teams/get-memberships.md b/docs/examples/1.0.0/client-apple/examples/teams/get-memberships.md deleted file mode 100644 index 32e79a6faf..0000000000 --- a/docs/examples/1.0.0/client-apple/examples/teams/get-memberships.md +++ /dev/null @@ -1,13 +0,0 @@ -import Appwrite - -func main() async throws { - let client = Client() - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - let teams = Teams(client) - let membershipList = try await teams.getMemberships( - teamId: "[TEAM_ID]" - ) - - print(String(describing: membershipList) -} diff --git a/docs/examples/1.0.0/client-apple/examples/teams/get.md b/docs/examples/1.0.0/client-apple/examples/teams/get.md deleted file mode 100644 index e4e0b9b68b..0000000000 --- a/docs/examples/1.0.0/client-apple/examples/teams/get.md +++ /dev/null @@ -1,13 +0,0 @@ -import Appwrite - -func main() async throws { - let client = Client() - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - let teams = Teams(client) - let team = try await teams.get( - teamId: "[TEAM_ID]" - ) - - print(String(describing: team) -} diff --git a/docs/examples/1.0.0/client-apple/examples/teams/list.md b/docs/examples/1.0.0/client-apple/examples/teams/list.md deleted file mode 100644 index a1e454fd6c..0000000000 --- a/docs/examples/1.0.0/client-apple/examples/teams/list.md +++ /dev/null @@ -1,11 +0,0 @@ -import Appwrite - -func main() async throws { - let client = Client() - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - let teams = Teams(client) - let teamList = try await teams.list() - - print(String(describing: teamList) -} diff --git a/docs/examples/1.0.0/client-apple/examples/teams/update-membership-roles.md b/docs/examples/1.0.0/client-apple/examples/teams/update-membership-roles.md deleted file mode 100644 index 68ed875e42..0000000000 --- a/docs/examples/1.0.0/client-apple/examples/teams/update-membership-roles.md +++ /dev/null @@ -1,15 +0,0 @@ -import Appwrite - -func main() async throws { - let client = Client() - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - let teams = Teams(client) - let membership = try await teams.updateMembershipRoles( - teamId: "[TEAM_ID]", - membershipId: "[MEMBERSHIP_ID]", - roles: [] - ) - - print(String(describing: membership) -} diff --git a/docs/examples/1.0.0/client-apple/examples/teams/update-membership-status.md b/docs/examples/1.0.0/client-apple/examples/teams/update-membership-status.md deleted file mode 100644 index 9712539a6e..0000000000 --- a/docs/examples/1.0.0/client-apple/examples/teams/update-membership-status.md +++ /dev/null @@ -1,16 +0,0 @@ -import Appwrite - -func main() async throws { - let client = Client() - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - let teams = Teams(client) - let membership = try await teams.updateMembershipStatus( - teamId: "[TEAM_ID]", - membershipId: "[MEMBERSHIP_ID]", - userId: "[USER_ID]", - secret: "[SECRET]" - ) - - print(String(describing: membership) -} diff --git a/docs/examples/1.0.0/client-apple/examples/teams/update.md b/docs/examples/1.0.0/client-apple/examples/teams/update.md deleted file mode 100644 index 90a4332756..0000000000 --- a/docs/examples/1.0.0/client-apple/examples/teams/update.md +++ /dev/null @@ -1,14 +0,0 @@ -import Appwrite - -func main() async throws { - let client = Client() - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - let teams = Teams(client) - let team = try await teams.update( - teamId: "[TEAM_ID]", - name: "[NAME]" - ) - - print(String(describing: team) -} diff --git a/docs/examples/1.0.0/client-flutter/examples/account/create-anonymous-session.md b/docs/examples/1.0.0/client-flutter/examples/account/create-anonymous-session.md deleted file mode 100644 index 01b43744b0..0000000000 --- a/docs/examples/1.0.0/client-flutter/examples/account/create-anonymous-session.md +++ /dev/null @@ -1,19 +0,0 @@ -import 'package:appwrite/appwrite.dart'; - -void main() { // Init SDK - Client client = Client(); - Account account = Account(client); - - client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - ; - Future result = account.createAnonymousSession(); - - result - .then((response) { - print(response); - }).catchError((error) { - print(error.response); - }); -} diff --git a/docs/examples/1.0.0/client-flutter/examples/account/create-email-session.md b/docs/examples/1.0.0/client-flutter/examples/account/create-email-session.md deleted file mode 100644 index 6cbb2275ee..0000000000 --- a/docs/examples/1.0.0/client-flutter/examples/account/create-email-session.md +++ /dev/null @@ -1,22 +0,0 @@ -import 'package:appwrite/appwrite.dart'; - -void main() { // Init SDK - Client client = Client(); - Account account = Account(client); - - client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - ; - Future result = account.createEmailSession( - email: 'email@example.com', - password: 'password', - ); - - result - .then((response) { - print(response); - }).catchError((error) { - print(error.response); - }); -} diff --git a/docs/examples/1.0.0/client-flutter/examples/account/create-j-w-t.md b/docs/examples/1.0.0/client-flutter/examples/account/create-j-w-t.md deleted file mode 100644 index f88c7ad3ea..0000000000 --- a/docs/examples/1.0.0/client-flutter/examples/account/create-j-w-t.md +++ /dev/null @@ -1,19 +0,0 @@ -import 'package:appwrite/appwrite.dart'; - -void main() { // Init SDK - Client client = Client(); - Account account = Account(client); - - client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - ; - Future result = account.createJWT(); - - result - .then((response) { - print(response); - }).catchError((error) { - print(error.response); - }); -} diff --git a/docs/examples/1.0.0/client-flutter/examples/account/create-magic-u-r-l-session.md b/docs/examples/1.0.0/client-flutter/examples/account/create-magic-u-r-l-session.md deleted file mode 100644 index 4d36b45b30..0000000000 --- a/docs/examples/1.0.0/client-flutter/examples/account/create-magic-u-r-l-session.md +++ /dev/null @@ -1,22 +0,0 @@ -import 'package:appwrite/appwrite.dart'; - -void main() { // Init SDK - Client client = Client(); - Account account = Account(client); - - client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - ; - Future result = account.createMagicURLSession( - userId: '[USER_ID]', - email: 'email@example.com', - ); - - result - .then((response) { - print(response); - }).catchError((error) { - print(error.response); - }); -} diff --git a/docs/examples/1.0.0/client-flutter/examples/account/create-o-auth2session.md b/docs/examples/1.0.0/client-flutter/examples/account/create-o-auth2session.md deleted file mode 100644 index a100378a00..0000000000 --- a/docs/examples/1.0.0/client-flutter/examples/account/create-o-auth2session.md +++ /dev/null @@ -1,21 +0,0 @@ -import 'package:appwrite/appwrite.dart'; - -void main() { // Init SDK - Client client = Client(); - Account account = Account(client); - - client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - ; - Future result = account.createOAuth2Session( - provider: 'amazon', - ); - - result - .then((response) { - print(response); - }).catchError((error) { - print(error.response); - }); -} diff --git a/docs/examples/1.0.0/client-flutter/examples/account/create-phone-session.md b/docs/examples/1.0.0/client-flutter/examples/account/create-phone-session.md deleted file mode 100644 index 65f2861b81..0000000000 --- a/docs/examples/1.0.0/client-flutter/examples/account/create-phone-session.md +++ /dev/null @@ -1,22 +0,0 @@ -import 'package:appwrite/appwrite.dart'; - -void main() { // Init SDK - Client client = Client(); - Account account = Account(client); - - client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - ; - Future result = account.createPhoneSession( - userId: '[USER_ID]', - phone: '', - ); - - result - .then((response) { - print(response); - }).catchError((error) { - print(error.response); - }); -} diff --git a/docs/examples/1.0.0/client-flutter/examples/account/create-phone-verification.md b/docs/examples/1.0.0/client-flutter/examples/account/create-phone-verification.md deleted file mode 100644 index ee16f768e7..0000000000 --- a/docs/examples/1.0.0/client-flutter/examples/account/create-phone-verification.md +++ /dev/null @@ -1,19 +0,0 @@ -import 'package:appwrite/appwrite.dart'; - -void main() { // Init SDK - Client client = Client(); - Account account = Account(client); - - client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - ; - Future result = account.createPhoneVerification(); - - result - .then((response) { - print(response); - }).catchError((error) { - print(error.response); - }); -} diff --git a/docs/examples/1.0.0/client-flutter/examples/account/create-recovery.md b/docs/examples/1.0.0/client-flutter/examples/account/create-recovery.md deleted file mode 100644 index 2a5df1aa49..0000000000 --- a/docs/examples/1.0.0/client-flutter/examples/account/create-recovery.md +++ /dev/null @@ -1,22 +0,0 @@ -import 'package:appwrite/appwrite.dart'; - -void main() { // Init SDK - Client client = Client(); - Account account = Account(client); - - client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - ; - Future result = account.createRecovery( - email: 'email@example.com', - url: 'https://example.com', - ); - - result - .then((response) { - print(response); - }).catchError((error) { - print(error.response); - }); -} diff --git a/docs/examples/1.0.0/client-flutter/examples/account/create-verification.md b/docs/examples/1.0.0/client-flutter/examples/account/create-verification.md deleted file mode 100644 index 18fa98aed2..0000000000 --- a/docs/examples/1.0.0/client-flutter/examples/account/create-verification.md +++ /dev/null @@ -1,21 +0,0 @@ -import 'package:appwrite/appwrite.dart'; - -void main() { // Init SDK - Client client = Client(); - Account account = Account(client); - - client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - ; - Future result = account.createVerification( - url: 'https://example.com', - ); - - result - .then((response) { - print(response); - }).catchError((error) { - print(error.response); - }); -} diff --git a/docs/examples/1.0.0/client-flutter/examples/account/create.md b/docs/examples/1.0.0/client-flutter/examples/account/create.md deleted file mode 100644 index 37447d9810..0000000000 --- a/docs/examples/1.0.0/client-flutter/examples/account/create.md +++ /dev/null @@ -1,23 +0,0 @@ -import 'package:appwrite/appwrite.dart'; - -void main() { // Init SDK - Client client = Client(); - Account account = Account(client); - - client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - ; - Future result = account.create( - userId: '[USER_ID]', - email: 'email@example.com', - password: 'password', - ); - - result - .then((response) { - print(response); - }).catchError((error) { - print(error.response); - }); -} diff --git a/docs/examples/1.0.0/client-flutter/examples/account/delete-session.md b/docs/examples/1.0.0/client-flutter/examples/account/delete-session.md deleted file mode 100644 index c116ef1188..0000000000 --- a/docs/examples/1.0.0/client-flutter/examples/account/delete-session.md +++ /dev/null @@ -1,21 +0,0 @@ -import 'package:appwrite/appwrite.dart'; - -void main() { // Init SDK - Client client = Client(); - Account account = Account(client); - - client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - ; - Future result = account.deleteSession( - sessionId: '[SESSION_ID]', - ); - - result - .then((response) { - print(response); - }).catchError((error) { - print(error.response); - }); -} diff --git a/docs/examples/1.0.0/client-flutter/examples/account/delete-sessions.md b/docs/examples/1.0.0/client-flutter/examples/account/delete-sessions.md deleted file mode 100644 index 0d84b9d121..0000000000 --- a/docs/examples/1.0.0/client-flutter/examples/account/delete-sessions.md +++ /dev/null @@ -1,19 +0,0 @@ -import 'package:appwrite/appwrite.dart'; - -void main() { // Init SDK - Client client = Client(); - Account account = Account(client); - - client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - ; - Future result = account.deleteSessions(); - - result - .then((response) { - print(response); - }).catchError((error) { - print(error.response); - }); -} diff --git a/docs/examples/1.0.0/client-flutter/examples/account/get-logs.md b/docs/examples/1.0.0/client-flutter/examples/account/get-logs.md deleted file mode 100644 index 6cb5cf9714..0000000000 --- a/docs/examples/1.0.0/client-flutter/examples/account/get-logs.md +++ /dev/null @@ -1,20 +0,0 @@ -import 'package:appwrite/appwrite.dart'; - -void main() { // Init SDK - Client client = Client(); - Account account = Account(client); - - client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - ; - Future result = account.getLogs( - ); - - result - .then((response) { - print(response); - }).catchError((error) { - print(error.response); - }); -} diff --git a/docs/examples/1.0.0/client-flutter/examples/account/get-prefs.md b/docs/examples/1.0.0/client-flutter/examples/account/get-prefs.md deleted file mode 100644 index 2d6efd54db..0000000000 --- a/docs/examples/1.0.0/client-flutter/examples/account/get-prefs.md +++ /dev/null @@ -1,19 +0,0 @@ -import 'package:appwrite/appwrite.dart'; - -void main() { // Init SDK - Client client = Client(); - Account account = Account(client); - - client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - ; - Future result = account.getPrefs(); - - result - .then((response) { - print(response); - }).catchError((error) { - print(error.response); - }); -} diff --git a/docs/examples/1.0.0/client-flutter/examples/account/get-session.md b/docs/examples/1.0.0/client-flutter/examples/account/get-session.md deleted file mode 100644 index 4d93a81c72..0000000000 --- a/docs/examples/1.0.0/client-flutter/examples/account/get-session.md +++ /dev/null @@ -1,21 +0,0 @@ -import 'package:appwrite/appwrite.dart'; - -void main() { // Init SDK - Client client = Client(); - Account account = Account(client); - - client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - ; - Future result = account.getSession( - sessionId: '[SESSION_ID]', - ); - - result - .then((response) { - print(response); - }).catchError((error) { - print(error.response); - }); -} diff --git a/docs/examples/1.0.0/client-flutter/examples/account/get-sessions.md b/docs/examples/1.0.0/client-flutter/examples/account/get-sessions.md deleted file mode 100644 index a44eac144b..0000000000 --- a/docs/examples/1.0.0/client-flutter/examples/account/get-sessions.md +++ /dev/null @@ -1,19 +0,0 @@ -import 'package:appwrite/appwrite.dart'; - -void main() { // Init SDK - Client client = Client(); - Account account = Account(client); - - client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - ; - Future result = account.getSessions(); - - result - .then((response) { - print(response); - }).catchError((error) { - print(error.response); - }); -} diff --git a/docs/examples/1.0.0/client-flutter/examples/account/get.md b/docs/examples/1.0.0/client-flutter/examples/account/get.md deleted file mode 100644 index 733d8842ce..0000000000 --- a/docs/examples/1.0.0/client-flutter/examples/account/get.md +++ /dev/null @@ -1,19 +0,0 @@ -import 'package:appwrite/appwrite.dart'; - -void main() { // Init SDK - Client client = Client(); - Account account = Account(client); - - client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - ; - Future result = account.get(); - - result - .then((response) { - print(response); - }).catchError((error) { - print(error.response); - }); -} diff --git a/docs/examples/1.0.0/client-flutter/examples/account/update-email.md b/docs/examples/1.0.0/client-flutter/examples/account/update-email.md deleted file mode 100644 index 30dff9b7c9..0000000000 --- a/docs/examples/1.0.0/client-flutter/examples/account/update-email.md +++ /dev/null @@ -1,22 +0,0 @@ -import 'package:appwrite/appwrite.dart'; - -void main() { // Init SDK - Client client = Client(); - Account account = Account(client); - - client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - ; - Future result = account.updateEmail( - email: 'email@example.com', - password: 'password', - ); - - result - .then((response) { - print(response); - }).catchError((error) { - print(error.response); - }); -} diff --git a/docs/examples/1.0.0/client-flutter/examples/account/update-magic-u-r-l-session.md b/docs/examples/1.0.0/client-flutter/examples/account/update-magic-u-r-l-session.md deleted file mode 100644 index 96881103b5..0000000000 --- a/docs/examples/1.0.0/client-flutter/examples/account/update-magic-u-r-l-session.md +++ /dev/null @@ -1,22 +0,0 @@ -import 'package:appwrite/appwrite.dart'; - -void main() { // Init SDK - Client client = Client(); - Account account = Account(client); - - client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - ; - Future result = account.updateMagicURLSession( - userId: '[USER_ID]', - secret: '[SECRET]', - ); - - result - .then((response) { - print(response); - }).catchError((error) { - print(error.response); - }); -} diff --git a/docs/examples/1.0.0/client-flutter/examples/account/update-name.md b/docs/examples/1.0.0/client-flutter/examples/account/update-name.md deleted file mode 100644 index 01ff7a0b62..0000000000 --- a/docs/examples/1.0.0/client-flutter/examples/account/update-name.md +++ /dev/null @@ -1,21 +0,0 @@ -import 'package:appwrite/appwrite.dart'; - -void main() { // Init SDK - Client client = Client(); - Account account = Account(client); - - client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - ; - Future result = account.updateName( - name: '[NAME]', - ); - - result - .then((response) { - print(response); - }).catchError((error) { - print(error.response); - }); -} diff --git a/docs/examples/1.0.0/client-flutter/examples/account/update-password.md b/docs/examples/1.0.0/client-flutter/examples/account/update-password.md deleted file mode 100644 index a4647c95bc..0000000000 --- a/docs/examples/1.0.0/client-flutter/examples/account/update-password.md +++ /dev/null @@ -1,21 +0,0 @@ -import 'package:appwrite/appwrite.dart'; - -void main() { // Init SDK - Client client = Client(); - Account account = Account(client); - - client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - ; - Future result = account.updatePassword( - password: 'password', - ); - - result - .then((response) { - print(response); - }).catchError((error) { - print(error.response); - }); -} diff --git a/docs/examples/1.0.0/client-flutter/examples/account/update-phone-session.md b/docs/examples/1.0.0/client-flutter/examples/account/update-phone-session.md deleted file mode 100644 index 2125266d81..0000000000 --- a/docs/examples/1.0.0/client-flutter/examples/account/update-phone-session.md +++ /dev/null @@ -1,22 +0,0 @@ -import 'package:appwrite/appwrite.dart'; - -void main() { // Init SDK - Client client = Client(); - Account account = Account(client); - - client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - ; - Future result = account.updatePhoneSession( - userId: '[USER_ID]', - secret: '[SECRET]', - ); - - result - .then((response) { - print(response); - }).catchError((error) { - print(error.response); - }); -} diff --git a/docs/examples/1.0.0/client-flutter/examples/account/update-phone-verification.md b/docs/examples/1.0.0/client-flutter/examples/account/update-phone-verification.md deleted file mode 100644 index 9ad71febaf..0000000000 --- a/docs/examples/1.0.0/client-flutter/examples/account/update-phone-verification.md +++ /dev/null @@ -1,22 +0,0 @@ -import 'package:appwrite/appwrite.dart'; - -void main() { // Init SDK - Client client = Client(); - Account account = Account(client); - - client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - ; - Future result = account.updatePhoneVerification( - userId: '[USER_ID]', - secret: '[SECRET]', - ); - - result - .then((response) { - print(response); - }).catchError((error) { - print(error.response); - }); -} diff --git a/docs/examples/1.0.0/client-flutter/examples/account/update-phone.md b/docs/examples/1.0.0/client-flutter/examples/account/update-phone.md deleted file mode 100644 index fbf1343a03..0000000000 --- a/docs/examples/1.0.0/client-flutter/examples/account/update-phone.md +++ /dev/null @@ -1,22 +0,0 @@ -import 'package:appwrite/appwrite.dart'; - -void main() { // Init SDK - Client client = Client(); - Account account = Account(client); - - client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - ; - Future result = account.updatePhone( - phone: '', - password: 'password', - ); - - result - .then((response) { - print(response); - }).catchError((error) { - print(error.response); - }); -} diff --git a/docs/examples/1.0.0/client-flutter/examples/account/update-prefs.md b/docs/examples/1.0.0/client-flutter/examples/account/update-prefs.md deleted file mode 100644 index bb7b8f800e..0000000000 --- a/docs/examples/1.0.0/client-flutter/examples/account/update-prefs.md +++ /dev/null @@ -1,21 +0,0 @@ -import 'package:appwrite/appwrite.dart'; - -void main() { // Init SDK - Client client = Client(); - Account account = Account(client); - - client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - ; - Future result = account.updatePrefs( - prefs: {}, - ); - - result - .then((response) { - print(response); - }).catchError((error) { - print(error.response); - }); -} diff --git a/docs/examples/1.0.0/client-flutter/examples/account/update-recovery.md b/docs/examples/1.0.0/client-flutter/examples/account/update-recovery.md deleted file mode 100644 index df9f144600..0000000000 --- a/docs/examples/1.0.0/client-flutter/examples/account/update-recovery.md +++ /dev/null @@ -1,24 +0,0 @@ -import 'package:appwrite/appwrite.dart'; - -void main() { // Init SDK - Client client = Client(); - Account account = Account(client); - - client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - ; - Future result = account.updateRecovery( - userId: '[USER_ID]', - secret: '[SECRET]', - password: 'password', - passwordAgain: 'password', - ); - - result - .then((response) { - print(response); - }).catchError((error) { - print(error.response); - }); -} diff --git a/docs/examples/1.0.0/client-flutter/examples/account/update-session.md b/docs/examples/1.0.0/client-flutter/examples/account/update-session.md deleted file mode 100644 index 37fd58c3fd..0000000000 --- a/docs/examples/1.0.0/client-flutter/examples/account/update-session.md +++ /dev/null @@ -1,21 +0,0 @@ -import 'package:appwrite/appwrite.dart'; - -void main() { // Init SDK - Client client = Client(); - Account account = Account(client); - - client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - ; - Future result = account.updateSession( - sessionId: '[SESSION_ID]', - ); - - result - .then((response) { - print(response); - }).catchError((error) { - print(error.response); - }); -} diff --git a/docs/examples/1.0.0/client-flutter/examples/account/update-status.md b/docs/examples/1.0.0/client-flutter/examples/account/update-status.md deleted file mode 100644 index fb3790ead8..0000000000 --- a/docs/examples/1.0.0/client-flutter/examples/account/update-status.md +++ /dev/null @@ -1,19 +0,0 @@ -import 'package:appwrite/appwrite.dart'; - -void main() { // Init SDK - Client client = Client(); - Account account = Account(client); - - client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - ; - Future result = account.updateStatus(); - - result - .then((response) { - print(response); - }).catchError((error) { - print(error.response); - }); -} diff --git a/docs/examples/1.0.0/client-flutter/examples/account/update-verification.md b/docs/examples/1.0.0/client-flutter/examples/account/update-verification.md deleted file mode 100644 index 2bfbaed75c..0000000000 --- a/docs/examples/1.0.0/client-flutter/examples/account/update-verification.md +++ /dev/null @@ -1,22 +0,0 @@ -import 'package:appwrite/appwrite.dart'; - -void main() { // Init SDK - Client client = Client(); - Account account = Account(client); - - client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - ; - Future result = account.updateVerification( - userId: '[USER_ID]', - secret: '[SECRET]', - ); - - result - .then((response) { - print(response); - }).catchError((error) { - print(error.response); - }); -} diff --git a/docs/examples/1.0.0/client-flutter/examples/avatars/get-browser.md b/docs/examples/1.0.0/client-flutter/examples/avatars/get-browser.md deleted file mode 100644 index f908d11099..0000000000 --- a/docs/examples/1.0.0/client-flutter/examples/avatars/get-browser.md +++ /dev/null @@ -1,34 +0,0 @@ -import 'package:appwrite/appwrite.dart'; - -void main() { // Init SDK - Client client = Client(); - Avatars avatars = Avatars(client); - - client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - ; - // downloading file - Future result = avatars.getBrowser( - code: 'aa', - ).then((bytes) { - final file = File('path_to_file/filename.ext'); - file.writeAsBytesSync(bytes) - }).catchError((error) { - print(error.response); - }) -} - -//displaying image preview -FutureBuilder( - future: avatars.getBrowser( - code: 'aa', - ), //works for both public file and private file, for private files you need to be logged in - builder: (context, snapshot) { - return snapshot.hasData && snapshot.data != null - ? Image.memory( - snapshot.data, - ) - : CircularProgressIndicator(); - }, -); diff --git a/docs/examples/1.0.0/client-flutter/examples/avatars/get-credit-card.md b/docs/examples/1.0.0/client-flutter/examples/avatars/get-credit-card.md deleted file mode 100644 index 0c6ff01d19..0000000000 --- a/docs/examples/1.0.0/client-flutter/examples/avatars/get-credit-card.md +++ /dev/null @@ -1,34 +0,0 @@ -import 'package:appwrite/appwrite.dart'; - -void main() { // Init SDK - Client client = Client(); - Avatars avatars = Avatars(client); - - client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - ; - // downloading file - Future result = avatars.getCreditCard( - code: 'amex', - ).then((bytes) { - final file = File('path_to_file/filename.ext'); - file.writeAsBytesSync(bytes) - }).catchError((error) { - print(error.response); - }) -} - -//displaying image preview -FutureBuilder( - future: avatars.getCreditCard( - code: 'amex', - ), //works for both public file and private file, for private files you need to be logged in - builder: (context, snapshot) { - return snapshot.hasData && snapshot.data != null - ? Image.memory( - snapshot.data, - ) - : CircularProgressIndicator(); - }, -); diff --git a/docs/examples/1.0.0/client-flutter/examples/avatars/get-favicon.md b/docs/examples/1.0.0/client-flutter/examples/avatars/get-favicon.md deleted file mode 100644 index 6df7c2dfbf..0000000000 --- a/docs/examples/1.0.0/client-flutter/examples/avatars/get-favicon.md +++ /dev/null @@ -1,34 +0,0 @@ -import 'package:appwrite/appwrite.dart'; - -void main() { // Init SDK - Client client = Client(); - Avatars avatars = Avatars(client); - - client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - ; - // downloading file - Future result = avatars.getFavicon( - url: 'https://example.com', - ).then((bytes) { - final file = File('path_to_file/filename.ext'); - file.writeAsBytesSync(bytes) - }).catchError((error) { - print(error.response); - }) -} - -//displaying image preview -FutureBuilder( - future: avatars.getFavicon( - url: 'https://example.com', - ), //works for both public file and private file, for private files you need to be logged in - builder: (context, snapshot) { - return snapshot.hasData && snapshot.data != null - ? Image.memory( - snapshot.data, - ) - : CircularProgressIndicator(); - }, -); diff --git a/docs/examples/1.0.0/client-flutter/examples/avatars/get-flag.md b/docs/examples/1.0.0/client-flutter/examples/avatars/get-flag.md deleted file mode 100644 index fa5b60d767..0000000000 --- a/docs/examples/1.0.0/client-flutter/examples/avatars/get-flag.md +++ /dev/null @@ -1,34 +0,0 @@ -import 'package:appwrite/appwrite.dart'; - -void main() { // Init SDK - Client client = Client(); - Avatars avatars = Avatars(client); - - client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - ; - // downloading file - Future result = avatars.getFlag( - code: 'af', - ).then((bytes) { - final file = File('path_to_file/filename.ext'); - file.writeAsBytesSync(bytes) - }).catchError((error) { - print(error.response); - }) -} - -//displaying image preview -FutureBuilder( - future: avatars.getFlag( - code: 'af', - ), //works for both public file and private file, for private files you need to be logged in - builder: (context, snapshot) { - return snapshot.hasData && snapshot.data != null - ? Image.memory( - snapshot.data, - ) - : CircularProgressIndicator(); - }, -); diff --git a/docs/examples/1.0.0/client-flutter/examples/avatars/get-image.md b/docs/examples/1.0.0/client-flutter/examples/avatars/get-image.md deleted file mode 100644 index 219d160d8d..0000000000 --- a/docs/examples/1.0.0/client-flutter/examples/avatars/get-image.md +++ /dev/null @@ -1,34 +0,0 @@ -import 'package:appwrite/appwrite.dart'; - -void main() { // Init SDK - Client client = Client(); - Avatars avatars = Avatars(client); - - client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - ; - // downloading file - Future result = avatars.getImage( - url: 'https://example.com', - ).then((bytes) { - final file = File('path_to_file/filename.ext'); - file.writeAsBytesSync(bytes) - }).catchError((error) { - print(error.response); - }) -} - -//displaying image preview -FutureBuilder( - future: avatars.getImage( - url: 'https://example.com', - ), //works for both public file and private file, for private files you need to be logged in - builder: (context, snapshot) { - return snapshot.hasData && snapshot.data != null - ? Image.memory( - snapshot.data, - ) - : CircularProgressIndicator(); - }, -); diff --git a/docs/examples/1.0.0/client-flutter/examples/avatars/get-initials.md b/docs/examples/1.0.0/client-flutter/examples/avatars/get-initials.md deleted file mode 100644 index cd1b1f7e9c..0000000000 --- a/docs/examples/1.0.0/client-flutter/examples/avatars/get-initials.md +++ /dev/null @@ -1,32 +0,0 @@ -import 'package:appwrite/appwrite.dart'; - -void main() { // Init SDK - Client client = Client(); - Avatars avatars = Avatars(client); - - client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - ; - // downloading file - Future result = avatars.getInitials( - ).then((bytes) { - final file = File('path_to_file/filename.ext'); - file.writeAsBytesSync(bytes) - }).catchError((error) { - print(error.response); - }) -} - -//displaying image preview -FutureBuilder( - future: avatars.getInitials( - ), //works for both public file and private file, for private files you need to be logged in - builder: (context, snapshot) { - return snapshot.hasData && snapshot.data != null - ? Image.memory( - snapshot.data, - ) - : CircularProgressIndicator(); - }, -); diff --git a/docs/examples/1.0.0/client-flutter/examples/avatars/get-q-r.md b/docs/examples/1.0.0/client-flutter/examples/avatars/get-q-r.md deleted file mode 100644 index df6ebd3c8c..0000000000 --- a/docs/examples/1.0.0/client-flutter/examples/avatars/get-q-r.md +++ /dev/null @@ -1,34 +0,0 @@ -import 'package:appwrite/appwrite.dart'; - -void main() { // Init SDK - Client client = Client(); - Avatars avatars = Avatars(client); - - client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - ; - // downloading file - Future result = avatars.getQR( - text: '[TEXT]', - ).then((bytes) { - final file = File('path_to_file/filename.ext'); - file.writeAsBytesSync(bytes) - }).catchError((error) { - print(error.response); - }) -} - -//displaying image preview -FutureBuilder( - future: avatars.getQR( - text: '[TEXT]', - ), //works for both public file and private file, for private files you need to be logged in - builder: (context, snapshot) { - return snapshot.hasData && snapshot.data != null - ? Image.memory( - snapshot.data, - ) - : CircularProgressIndicator(); - }, -); diff --git a/docs/examples/1.0.0/client-flutter/examples/databases/create-document.md b/docs/examples/1.0.0/client-flutter/examples/databases/create-document.md deleted file mode 100644 index 730dd21d76..0000000000 --- a/docs/examples/1.0.0/client-flutter/examples/databases/create-document.md +++ /dev/null @@ -1,24 +0,0 @@ -import 'package:appwrite/appwrite.dart'; - -void main() { // Init SDK - Client client = Client(); - Databases databases = Databases(client); - - client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - ; - Future result = databases.createDocument( - databaseId: '[DATABASE_ID]', - collectionId: '[COLLECTION_ID]', - documentId: '[DOCUMENT_ID]', - data: {}, - ); - - result - .then((response) { - print(response); - }).catchError((error) { - print(error.response); - }); -} diff --git a/docs/examples/1.0.0/client-flutter/examples/databases/delete-document.md b/docs/examples/1.0.0/client-flutter/examples/databases/delete-document.md deleted file mode 100644 index 8dc62460ce..0000000000 --- a/docs/examples/1.0.0/client-flutter/examples/databases/delete-document.md +++ /dev/null @@ -1,23 +0,0 @@ -import 'package:appwrite/appwrite.dart'; - -void main() { // Init SDK - Client client = Client(); - Databases databases = Databases(client); - - client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - ; - Future result = databases.deleteDocument( - databaseId: '[DATABASE_ID]', - collectionId: '[COLLECTION_ID]', - documentId: '[DOCUMENT_ID]', - ); - - result - .then((response) { - print(response); - }).catchError((error) { - print(error.response); - }); -} diff --git a/docs/examples/1.0.0/client-flutter/examples/databases/get-document.md b/docs/examples/1.0.0/client-flutter/examples/databases/get-document.md deleted file mode 100644 index 71c88d6055..0000000000 --- a/docs/examples/1.0.0/client-flutter/examples/databases/get-document.md +++ /dev/null @@ -1,23 +0,0 @@ -import 'package:appwrite/appwrite.dart'; - -void main() { // Init SDK - Client client = Client(); - Databases databases = Databases(client); - - client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - ; - Future result = databases.getDocument( - databaseId: '[DATABASE_ID]', - collectionId: '[COLLECTION_ID]', - documentId: '[DOCUMENT_ID]', - ); - - result - .then((response) { - print(response); - }).catchError((error) { - print(error.response); - }); -} diff --git a/docs/examples/1.0.0/client-flutter/examples/databases/list-documents.md b/docs/examples/1.0.0/client-flutter/examples/databases/list-documents.md deleted file mode 100644 index 816a17da14..0000000000 --- a/docs/examples/1.0.0/client-flutter/examples/databases/list-documents.md +++ /dev/null @@ -1,22 +0,0 @@ -import 'package:appwrite/appwrite.dart'; - -void main() { // Init SDK - Client client = Client(); - Databases databases = Databases(client); - - client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - ; - Future result = databases.listDocuments( - databaseId: '[DATABASE_ID]', - collectionId: '[COLLECTION_ID]', - ); - - result - .then((response) { - print(response); - }).catchError((error) { - print(error.response); - }); -} diff --git a/docs/examples/1.0.0/client-flutter/examples/databases/update-document.md b/docs/examples/1.0.0/client-flutter/examples/databases/update-document.md deleted file mode 100644 index 29abff6fe7..0000000000 --- a/docs/examples/1.0.0/client-flutter/examples/databases/update-document.md +++ /dev/null @@ -1,23 +0,0 @@ -import 'package:appwrite/appwrite.dart'; - -void main() { // Init SDK - Client client = Client(); - Databases databases = Databases(client); - - client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - ; - Future result = databases.updateDocument( - databaseId: '[DATABASE_ID]', - collectionId: '[COLLECTION_ID]', - documentId: '[DOCUMENT_ID]', - ); - - result - .then((response) { - print(response); - }).catchError((error) { - print(error.response); - }); -} diff --git a/docs/examples/1.0.0/client-flutter/examples/functions/create-execution.md b/docs/examples/1.0.0/client-flutter/examples/functions/create-execution.md deleted file mode 100644 index 70b617ffab..0000000000 --- a/docs/examples/1.0.0/client-flutter/examples/functions/create-execution.md +++ /dev/null @@ -1,21 +0,0 @@ -import 'package:appwrite/appwrite.dart'; - -void main() { // Init SDK - Client client = Client(); - Functions functions = Functions(client); - - client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - ; - Future result = functions.createExecution( - functionId: '[FUNCTION_ID]', - ); - - result - .then((response) { - print(response); - }).catchError((error) { - print(error.response); - }); -} diff --git a/docs/examples/1.0.0/client-flutter/examples/functions/get-execution.md b/docs/examples/1.0.0/client-flutter/examples/functions/get-execution.md deleted file mode 100644 index a10f7933c2..0000000000 --- a/docs/examples/1.0.0/client-flutter/examples/functions/get-execution.md +++ /dev/null @@ -1,22 +0,0 @@ -import 'package:appwrite/appwrite.dart'; - -void main() { // Init SDK - Client client = Client(); - Functions functions = Functions(client); - - client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - ; - Future result = functions.getExecution( - functionId: '[FUNCTION_ID]', - executionId: '[EXECUTION_ID]', - ); - - result - .then((response) { - print(response); - }).catchError((error) { - print(error.response); - }); -} diff --git a/docs/examples/1.0.0/client-flutter/examples/functions/list-executions.md b/docs/examples/1.0.0/client-flutter/examples/functions/list-executions.md deleted file mode 100644 index 3f59aa3f20..0000000000 --- a/docs/examples/1.0.0/client-flutter/examples/functions/list-executions.md +++ /dev/null @@ -1,21 +0,0 @@ -import 'package:appwrite/appwrite.dart'; - -void main() { // Init SDK - Client client = Client(); - Functions functions = Functions(client); - - client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - ; - Future result = functions.listExecutions( - functionId: '[FUNCTION_ID]', - ); - - result - .then((response) { - print(response); - }).catchError((error) { - print(error.response); - }); -} diff --git a/docs/examples/1.0.0/client-flutter/examples/functions/retry-build.md b/docs/examples/1.0.0/client-flutter/examples/functions/retry-build.md deleted file mode 100644 index 1e6c174e07..0000000000 --- a/docs/examples/1.0.0/client-flutter/examples/functions/retry-build.md +++ /dev/null @@ -1,23 +0,0 @@ -import 'package:appwrite/appwrite.dart'; - -void main() { // Init SDK - Client client = Client(); - Functions functions = Functions(client); - - client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - ; - Future result = functions.retryBuild( - functionId: '[FUNCTION_ID]', - deploymentId: '[DEPLOYMENT_ID]', - buildId: '[BUILD_ID]', - ); - - result - .then((response) { - print(response); - }).catchError((error) { - print(error.response); - }); -} diff --git a/docs/examples/1.0.0/client-flutter/examples/locale/get-continents.md b/docs/examples/1.0.0/client-flutter/examples/locale/get-continents.md deleted file mode 100644 index 63920e735a..0000000000 --- a/docs/examples/1.0.0/client-flutter/examples/locale/get-continents.md +++ /dev/null @@ -1,19 +0,0 @@ -import 'package:appwrite/appwrite.dart'; - -void main() { // Init SDK - Client client = Client(); - Locale locale = Locale(client); - - client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - ; - Future result = locale.getContinents(); - - result - .then((response) { - print(response); - }).catchError((error) { - print(error.response); - }); -} diff --git a/docs/examples/1.0.0/client-flutter/examples/locale/get-countries-e-u.md b/docs/examples/1.0.0/client-flutter/examples/locale/get-countries-e-u.md deleted file mode 100644 index 39f3a1d709..0000000000 --- a/docs/examples/1.0.0/client-flutter/examples/locale/get-countries-e-u.md +++ /dev/null @@ -1,19 +0,0 @@ -import 'package:appwrite/appwrite.dart'; - -void main() { // Init SDK - Client client = Client(); - Locale locale = Locale(client); - - client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - ; - Future result = locale.getCountriesEU(); - - result - .then((response) { - print(response); - }).catchError((error) { - print(error.response); - }); -} diff --git a/docs/examples/1.0.0/client-flutter/examples/locale/get-countries-phones.md b/docs/examples/1.0.0/client-flutter/examples/locale/get-countries-phones.md deleted file mode 100644 index 44ff02603b..0000000000 --- a/docs/examples/1.0.0/client-flutter/examples/locale/get-countries-phones.md +++ /dev/null @@ -1,19 +0,0 @@ -import 'package:appwrite/appwrite.dart'; - -void main() { // Init SDK - Client client = Client(); - Locale locale = Locale(client); - - client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - ; - Future result = locale.getCountriesPhones(); - - result - .then((response) { - print(response); - }).catchError((error) { - print(error.response); - }); -} diff --git a/docs/examples/1.0.0/client-flutter/examples/locale/get-countries.md b/docs/examples/1.0.0/client-flutter/examples/locale/get-countries.md deleted file mode 100644 index 97ef85e1e6..0000000000 --- a/docs/examples/1.0.0/client-flutter/examples/locale/get-countries.md +++ /dev/null @@ -1,19 +0,0 @@ -import 'package:appwrite/appwrite.dart'; - -void main() { // Init SDK - Client client = Client(); - Locale locale = Locale(client); - - client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - ; - Future result = locale.getCountries(); - - result - .then((response) { - print(response); - }).catchError((error) { - print(error.response); - }); -} diff --git a/docs/examples/1.0.0/client-flutter/examples/locale/get-currencies.md b/docs/examples/1.0.0/client-flutter/examples/locale/get-currencies.md deleted file mode 100644 index fb27e3d957..0000000000 --- a/docs/examples/1.0.0/client-flutter/examples/locale/get-currencies.md +++ /dev/null @@ -1,19 +0,0 @@ -import 'package:appwrite/appwrite.dart'; - -void main() { // Init SDK - Client client = Client(); - Locale locale = Locale(client); - - client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - ; - Future result = locale.getCurrencies(); - - result - .then((response) { - print(response); - }).catchError((error) { - print(error.response); - }); -} diff --git a/docs/examples/1.0.0/client-flutter/examples/locale/get-languages.md b/docs/examples/1.0.0/client-flutter/examples/locale/get-languages.md deleted file mode 100644 index badc806861..0000000000 --- a/docs/examples/1.0.0/client-flutter/examples/locale/get-languages.md +++ /dev/null @@ -1,19 +0,0 @@ -import 'package:appwrite/appwrite.dart'; - -void main() { // Init SDK - Client client = Client(); - Locale locale = Locale(client); - - client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - ; - Future result = locale.getLanguages(); - - result - .then((response) { - print(response); - }).catchError((error) { - print(error.response); - }); -} diff --git a/docs/examples/1.0.0/client-flutter/examples/locale/get.md b/docs/examples/1.0.0/client-flutter/examples/locale/get.md deleted file mode 100644 index 21b1a6cff2..0000000000 --- a/docs/examples/1.0.0/client-flutter/examples/locale/get.md +++ /dev/null @@ -1,19 +0,0 @@ -import 'package:appwrite/appwrite.dart'; - -void main() { // Init SDK - Client client = Client(); - Locale locale = Locale(client); - - client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - ; - Future result = locale.get(); - - result - .then((response) { - print(response); - }).catchError((error) { - print(error.response); - }); -} diff --git a/docs/examples/1.0.0/client-flutter/examples/storage/create-file.md b/docs/examples/1.0.0/client-flutter/examples/storage/create-file.md deleted file mode 100644 index 5c591ff223..0000000000 --- a/docs/examples/1.0.0/client-flutter/examples/storage/create-file.md +++ /dev/null @@ -1,24 +0,0 @@ -import 'dart:io'; -import 'package:appwrite/appwrite.dart'; - -void main() { // Init SDK - Client client = Client(); - Storage storage = Storage(client); - - client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - ; - Future result = storage.createFile( - bucketId: '[BUCKET_ID]', - fileId: '[FILE_ID]', - file: InputFile(path: './path-to-files/image.jpg', filename: 'image.jpg'), - ); - - result - .then((response) { - print(response); - }).catchError((error) { - print(error.response); - }); -} diff --git a/docs/examples/1.0.0/client-flutter/examples/storage/delete-file.md b/docs/examples/1.0.0/client-flutter/examples/storage/delete-file.md deleted file mode 100644 index ee193d936f..0000000000 --- a/docs/examples/1.0.0/client-flutter/examples/storage/delete-file.md +++ /dev/null @@ -1,22 +0,0 @@ -import 'package:appwrite/appwrite.dart'; - -void main() { // Init SDK - Client client = Client(); - Storage storage = Storage(client); - - client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - ; - Future result = storage.deleteFile( - bucketId: '[BUCKET_ID]', - fileId: '[FILE_ID]', - ); - - result - .then((response) { - print(response); - }).catchError((error) { - print(error.response); - }); -} diff --git a/docs/examples/1.0.0/client-flutter/examples/storage/get-file-download.md b/docs/examples/1.0.0/client-flutter/examples/storage/get-file-download.md deleted file mode 100644 index ea3f2abfc8..0000000000 --- a/docs/examples/1.0.0/client-flutter/examples/storage/get-file-download.md +++ /dev/null @@ -1,36 +0,0 @@ -import 'package:appwrite/appwrite.dart'; - -void main() { // Init SDK - Client client = Client(); - Storage storage = Storage(client); - - client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - ; - // downloading file - Future result = storage.getFileDownload( - bucketId: '[BUCKET_ID]', - fileId: '[FILE_ID]', - ).then((bytes) { - final file = File('path_to_file/filename.ext'); - file.writeAsBytesSync(bytes) - }).catchError((error) { - print(error.response); - }) -} - -//displaying image preview -FutureBuilder( - future: storage.getFileDownload( - bucketId: '[BUCKET_ID]', - fileId: '[FILE_ID]', - ), //works for both public file and private file, for private files you need to be logged in - builder: (context, snapshot) { - return snapshot.hasData && snapshot.data != null - ? Image.memory( - snapshot.data, - ) - : CircularProgressIndicator(); - }, -); diff --git a/docs/examples/1.0.0/client-flutter/examples/storage/get-file-preview.md b/docs/examples/1.0.0/client-flutter/examples/storage/get-file-preview.md deleted file mode 100644 index 1a0fca2911..0000000000 --- a/docs/examples/1.0.0/client-flutter/examples/storage/get-file-preview.md +++ /dev/null @@ -1,36 +0,0 @@ -import 'package:appwrite/appwrite.dart'; - -void main() { // Init SDK - Client client = Client(); - Storage storage = Storage(client); - - client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - ; - // downloading file - Future result = storage.getFilePreview( - bucketId: '[BUCKET_ID]', - fileId: '[FILE_ID]', - ).then((bytes) { - final file = File('path_to_file/filename.ext'); - file.writeAsBytesSync(bytes) - }).catchError((error) { - print(error.response); - }) -} - -//displaying image preview -FutureBuilder( - future: storage.getFilePreview( - bucketId: '[BUCKET_ID]', - fileId: '[FILE_ID]', - ), //works for both public file and private file, for private files you need to be logged in - builder: (context, snapshot) { - return snapshot.hasData && snapshot.data != null - ? Image.memory( - snapshot.data, - ) - : CircularProgressIndicator(); - }, -); diff --git a/docs/examples/1.0.0/client-flutter/examples/storage/get-file-view.md b/docs/examples/1.0.0/client-flutter/examples/storage/get-file-view.md deleted file mode 100644 index 46051338eb..0000000000 --- a/docs/examples/1.0.0/client-flutter/examples/storage/get-file-view.md +++ /dev/null @@ -1,36 +0,0 @@ -import 'package:appwrite/appwrite.dart'; - -void main() { // Init SDK - Client client = Client(); - Storage storage = Storage(client); - - client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - ; - // downloading file - Future result = storage.getFileView( - bucketId: '[BUCKET_ID]', - fileId: '[FILE_ID]', - ).then((bytes) { - final file = File('path_to_file/filename.ext'); - file.writeAsBytesSync(bytes) - }).catchError((error) { - print(error.response); - }) -} - -//displaying image preview -FutureBuilder( - future: storage.getFileView( - bucketId: '[BUCKET_ID]', - fileId: '[FILE_ID]', - ), //works for both public file and private file, for private files you need to be logged in - builder: (context, snapshot) { - return snapshot.hasData && snapshot.data != null - ? Image.memory( - snapshot.data, - ) - : CircularProgressIndicator(); - }, -); diff --git a/docs/examples/1.0.0/client-flutter/examples/storage/get-file.md b/docs/examples/1.0.0/client-flutter/examples/storage/get-file.md deleted file mode 100644 index 26e5db0777..0000000000 --- a/docs/examples/1.0.0/client-flutter/examples/storage/get-file.md +++ /dev/null @@ -1,22 +0,0 @@ -import 'package:appwrite/appwrite.dart'; - -void main() { // Init SDK - Client client = Client(); - Storage storage = Storage(client); - - client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - ; - Future result = storage.getFile( - bucketId: '[BUCKET_ID]', - fileId: '[FILE_ID]', - ); - - result - .then((response) { - print(response); - }).catchError((error) { - print(error.response); - }); -} diff --git a/docs/examples/1.0.0/client-flutter/examples/storage/list-files.md b/docs/examples/1.0.0/client-flutter/examples/storage/list-files.md deleted file mode 100644 index b1d095a5c7..0000000000 --- a/docs/examples/1.0.0/client-flutter/examples/storage/list-files.md +++ /dev/null @@ -1,21 +0,0 @@ -import 'package:appwrite/appwrite.dart'; - -void main() { // Init SDK - Client client = Client(); - Storage storage = Storage(client); - - client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - ; - Future result = storage.listFiles( - bucketId: '[BUCKET_ID]', - ); - - result - .then((response) { - print(response); - }).catchError((error) { - print(error.response); - }); -} diff --git a/docs/examples/1.0.0/client-flutter/examples/storage/update-file.md b/docs/examples/1.0.0/client-flutter/examples/storage/update-file.md deleted file mode 100644 index 71056526e9..0000000000 --- a/docs/examples/1.0.0/client-flutter/examples/storage/update-file.md +++ /dev/null @@ -1,22 +0,0 @@ -import 'package:appwrite/appwrite.dart'; - -void main() { // Init SDK - Client client = Client(); - Storage storage = Storage(client); - - client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - ; - Future result = storage.updateFile( - bucketId: '[BUCKET_ID]', - fileId: '[FILE_ID]', - ); - - result - .then((response) { - print(response); - }).catchError((error) { - print(error.response); - }); -} diff --git a/docs/examples/1.0.0/client-flutter/examples/teams/create-membership.md b/docs/examples/1.0.0/client-flutter/examples/teams/create-membership.md deleted file mode 100644 index ef5931ea66..0000000000 --- a/docs/examples/1.0.0/client-flutter/examples/teams/create-membership.md +++ /dev/null @@ -1,24 +0,0 @@ -import 'package:appwrite/appwrite.dart'; - -void main() { // Init SDK - Client client = Client(); - Teams teams = Teams(client); - - client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - ; - Future result = teams.createMembership( - teamId: '[TEAM_ID]', - email: 'email@example.com', - roles: [], - url: 'https://example.com', - ); - - result - .then((response) { - print(response); - }).catchError((error) { - print(error.response); - }); -} diff --git a/docs/examples/1.0.0/client-flutter/examples/teams/create.md b/docs/examples/1.0.0/client-flutter/examples/teams/create.md deleted file mode 100644 index 5333ce35f8..0000000000 --- a/docs/examples/1.0.0/client-flutter/examples/teams/create.md +++ /dev/null @@ -1,22 +0,0 @@ -import 'package:appwrite/appwrite.dart'; - -void main() { // Init SDK - Client client = Client(); - Teams teams = Teams(client); - - client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - ; - Future result = teams.create( - teamId: '[TEAM_ID]', - name: '[NAME]', - ); - - result - .then((response) { - print(response); - }).catchError((error) { - print(error.response); - }); -} diff --git a/docs/examples/1.0.0/client-flutter/examples/teams/delete-membership.md b/docs/examples/1.0.0/client-flutter/examples/teams/delete-membership.md deleted file mode 100644 index 8192b8528e..0000000000 --- a/docs/examples/1.0.0/client-flutter/examples/teams/delete-membership.md +++ /dev/null @@ -1,22 +0,0 @@ -import 'package:appwrite/appwrite.dart'; - -void main() { // Init SDK - Client client = Client(); - Teams teams = Teams(client); - - client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - ; - Future result = teams.deleteMembership( - teamId: '[TEAM_ID]', - membershipId: '[MEMBERSHIP_ID]', - ); - - result - .then((response) { - print(response); - }).catchError((error) { - print(error.response); - }); -} diff --git a/docs/examples/1.0.0/client-flutter/examples/teams/delete.md b/docs/examples/1.0.0/client-flutter/examples/teams/delete.md deleted file mode 100644 index e55c62b2e3..0000000000 --- a/docs/examples/1.0.0/client-flutter/examples/teams/delete.md +++ /dev/null @@ -1,21 +0,0 @@ -import 'package:appwrite/appwrite.dart'; - -void main() { // Init SDK - Client client = Client(); - Teams teams = Teams(client); - - client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - ; - Future result = teams.delete( - teamId: '[TEAM_ID]', - ); - - result - .then((response) { - print(response); - }).catchError((error) { - print(error.response); - }); -} diff --git a/docs/examples/1.0.0/client-flutter/examples/teams/get-membership.md b/docs/examples/1.0.0/client-flutter/examples/teams/get-membership.md deleted file mode 100644 index 6abecfe3f8..0000000000 --- a/docs/examples/1.0.0/client-flutter/examples/teams/get-membership.md +++ /dev/null @@ -1,22 +0,0 @@ -import 'package:appwrite/appwrite.dart'; - -void main() { // Init SDK - Client client = Client(); - Teams teams = Teams(client); - - client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - ; - Future result = teams.getMembership( - teamId: '[TEAM_ID]', - membershipId: '[MEMBERSHIP_ID]', - ); - - result - .then((response) { - print(response); - }).catchError((error) { - print(error.response); - }); -} diff --git a/docs/examples/1.0.0/client-flutter/examples/teams/get-memberships.md b/docs/examples/1.0.0/client-flutter/examples/teams/get-memberships.md deleted file mode 100644 index 3116ca86ad..0000000000 --- a/docs/examples/1.0.0/client-flutter/examples/teams/get-memberships.md +++ /dev/null @@ -1,21 +0,0 @@ -import 'package:appwrite/appwrite.dart'; - -void main() { // Init SDK - Client client = Client(); - Teams teams = Teams(client); - - client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - ; - Future result = teams.getMemberships( - teamId: '[TEAM_ID]', - ); - - result - .then((response) { - print(response); - }).catchError((error) { - print(error.response); - }); -} diff --git a/docs/examples/1.0.0/client-flutter/examples/teams/get.md b/docs/examples/1.0.0/client-flutter/examples/teams/get.md deleted file mode 100644 index 25eb2453fc..0000000000 --- a/docs/examples/1.0.0/client-flutter/examples/teams/get.md +++ /dev/null @@ -1,21 +0,0 @@ -import 'package:appwrite/appwrite.dart'; - -void main() { // Init SDK - Client client = Client(); - Teams teams = Teams(client); - - client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - ; - Future result = teams.get( - teamId: '[TEAM_ID]', - ); - - result - .then((response) { - print(response); - }).catchError((error) { - print(error.response); - }); -} diff --git a/docs/examples/1.0.0/client-flutter/examples/teams/list.md b/docs/examples/1.0.0/client-flutter/examples/teams/list.md deleted file mode 100644 index 8657f80fd3..0000000000 --- a/docs/examples/1.0.0/client-flutter/examples/teams/list.md +++ /dev/null @@ -1,20 +0,0 @@ -import 'package:appwrite/appwrite.dart'; - -void main() { // Init SDK - Client client = Client(); - Teams teams = Teams(client); - - client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - ; - Future result = teams.list( - ); - - result - .then((response) { - print(response); - }).catchError((error) { - print(error.response); - }); -} diff --git a/docs/examples/1.0.0/client-flutter/examples/teams/update-membership-roles.md b/docs/examples/1.0.0/client-flutter/examples/teams/update-membership-roles.md deleted file mode 100644 index 7615752cd9..0000000000 --- a/docs/examples/1.0.0/client-flutter/examples/teams/update-membership-roles.md +++ /dev/null @@ -1,23 +0,0 @@ -import 'package:appwrite/appwrite.dart'; - -void main() { // Init SDK - Client client = Client(); - Teams teams = Teams(client); - - client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - ; - Future result = teams.updateMembershipRoles( - teamId: '[TEAM_ID]', - membershipId: '[MEMBERSHIP_ID]', - roles: [], - ); - - result - .then((response) { - print(response); - }).catchError((error) { - print(error.response); - }); -} diff --git a/docs/examples/1.0.0/client-flutter/examples/teams/update-membership-status.md b/docs/examples/1.0.0/client-flutter/examples/teams/update-membership-status.md deleted file mode 100644 index 7cda544d00..0000000000 --- a/docs/examples/1.0.0/client-flutter/examples/teams/update-membership-status.md +++ /dev/null @@ -1,24 +0,0 @@ -import 'package:appwrite/appwrite.dart'; - -void main() { // Init SDK - Client client = Client(); - Teams teams = Teams(client); - - client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - ; - Future result = teams.updateMembershipStatus( - teamId: '[TEAM_ID]', - membershipId: '[MEMBERSHIP_ID]', - userId: '[USER_ID]', - secret: '[SECRET]', - ); - - result - .then((response) { - print(response); - }).catchError((error) { - print(error.response); - }); -} diff --git a/docs/examples/1.0.0/client-flutter/examples/teams/update.md b/docs/examples/1.0.0/client-flutter/examples/teams/update.md deleted file mode 100644 index 838639be9b..0000000000 --- a/docs/examples/1.0.0/client-flutter/examples/teams/update.md +++ /dev/null @@ -1,22 +0,0 @@ -import 'package:appwrite/appwrite.dart'; - -void main() { // Init SDK - Client client = Client(); - Teams teams = Teams(client); - - client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - ; - Future result = teams.update( - teamId: '[TEAM_ID]', - name: '[NAME]', - ); - - result - .then((response) { - print(response); - }).catchError((error) { - print(error.response); - }); -} diff --git a/docs/examples/1.0.0/client-web/examples/account/create-anonymous-session.md b/docs/examples/1.0.0/client-web/examples/account/create-anonymous-session.md deleted file mode 100644 index a1ff484477..0000000000 --- a/docs/examples/1.0.0/client-web/examples/account/create-anonymous-session.md +++ /dev/null @@ -1,18 +0,0 @@ -import { Client, Account } from "appwrite"; - -const client = new Client(); - -const account = new Account(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID -; - -const promise = account.createAnonymousSession(); - -promise.then(function (response) { - console.log(response); // Success -}, function (error) { - console.log(error); // Failure -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/client-web/examples/account/create-email-session.md b/docs/examples/1.0.0/client-web/examples/account/create-email-session.md deleted file mode 100644 index 43a0aa25a0..0000000000 --- a/docs/examples/1.0.0/client-web/examples/account/create-email-session.md +++ /dev/null @@ -1,18 +0,0 @@ -import { Client, Account } from "appwrite"; - -const client = new Client(); - -const account = new Account(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID -; - -const promise = account.createEmailSession('email@example.com', 'password'); - -promise.then(function (response) { - console.log(response); // Success -}, function (error) { - console.log(error); // Failure -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/client-web/examples/account/create-j-w-t.md b/docs/examples/1.0.0/client-web/examples/account/create-j-w-t.md deleted file mode 100644 index 3b5c7ed679..0000000000 --- a/docs/examples/1.0.0/client-web/examples/account/create-j-w-t.md +++ /dev/null @@ -1,18 +0,0 @@ -import { Client, Account } from "appwrite"; - -const client = new Client(); - -const account = new Account(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID -; - -const promise = account.createJWT(); - -promise.then(function (response) { - console.log(response); // Success -}, function (error) { - console.log(error); // Failure -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/client-web/examples/account/create-magic-u-r-l-session.md b/docs/examples/1.0.0/client-web/examples/account/create-magic-u-r-l-session.md deleted file mode 100644 index 9339d6742c..0000000000 --- a/docs/examples/1.0.0/client-web/examples/account/create-magic-u-r-l-session.md +++ /dev/null @@ -1,18 +0,0 @@ -import { Client, Account } from "appwrite"; - -const client = new Client(); - -const account = new Account(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID -; - -const promise = account.createMagicURLSession('[USER_ID]', 'email@example.com'); - -promise.then(function (response) { - console.log(response); // Success -}, function (error) { - console.log(error); // Failure -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/client-web/examples/account/create-o-auth2session.md b/docs/examples/1.0.0/client-web/examples/account/create-o-auth2session.md deleted file mode 100644 index 25e67b15ec..0000000000 --- a/docs/examples/1.0.0/client-web/examples/account/create-o-auth2session.md +++ /dev/null @@ -1,14 +0,0 @@ -import { Client, Account } from "appwrite"; - -const client = new Client(); - -const account = new Account(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID -; - -// Go to OAuth provider login page -account.createOAuth2Session('amazon'); - diff --git a/docs/examples/1.0.0/client-web/examples/account/create-phone-session.md b/docs/examples/1.0.0/client-web/examples/account/create-phone-session.md deleted file mode 100644 index 465dbe4e49..0000000000 --- a/docs/examples/1.0.0/client-web/examples/account/create-phone-session.md +++ /dev/null @@ -1,18 +0,0 @@ -import { Client, Account } from "appwrite"; - -const client = new Client(); - -const account = new Account(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID -; - -const promise = account.createPhoneSession('[USER_ID]', ''); - -promise.then(function (response) { - console.log(response); // Success -}, function (error) { - console.log(error); // Failure -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/client-web/examples/account/create-phone-verification.md b/docs/examples/1.0.0/client-web/examples/account/create-phone-verification.md deleted file mode 100644 index f325a9210f..0000000000 --- a/docs/examples/1.0.0/client-web/examples/account/create-phone-verification.md +++ /dev/null @@ -1,18 +0,0 @@ -import { Client, Account } from "appwrite"; - -const client = new Client(); - -const account = new Account(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID -; - -const promise = account.createPhoneVerification(); - -promise.then(function (response) { - console.log(response); // Success -}, function (error) { - console.log(error); // Failure -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/client-web/examples/account/create-recovery.md b/docs/examples/1.0.0/client-web/examples/account/create-recovery.md deleted file mode 100644 index 4f737edf3d..0000000000 --- a/docs/examples/1.0.0/client-web/examples/account/create-recovery.md +++ /dev/null @@ -1,18 +0,0 @@ -import { Client, Account } from "appwrite"; - -const client = new Client(); - -const account = new Account(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID -; - -const promise = account.createRecovery('email@example.com', 'https://example.com'); - -promise.then(function (response) { - console.log(response); // Success -}, function (error) { - console.log(error); // Failure -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/client-web/examples/account/create-verification.md b/docs/examples/1.0.0/client-web/examples/account/create-verification.md deleted file mode 100644 index 0e7162c8cf..0000000000 --- a/docs/examples/1.0.0/client-web/examples/account/create-verification.md +++ /dev/null @@ -1,18 +0,0 @@ -import { Client, Account } from "appwrite"; - -const client = new Client(); - -const account = new Account(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID -; - -const promise = account.createVerification('https://example.com'); - -promise.then(function (response) { - console.log(response); // Success -}, function (error) { - console.log(error); // Failure -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/client-web/examples/account/create.md b/docs/examples/1.0.0/client-web/examples/account/create.md deleted file mode 100644 index 5b275bd1ba..0000000000 --- a/docs/examples/1.0.0/client-web/examples/account/create.md +++ /dev/null @@ -1,18 +0,0 @@ -import { Client, Account } from "appwrite"; - -const client = new Client(); - -const account = new Account(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID -; - -const promise = account.create('[USER_ID]', 'email@example.com', 'password'); - -promise.then(function (response) { - console.log(response); // Success -}, function (error) { - console.log(error); // Failure -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/client-web/examples/account/delete-session.md b/docs/examples/1.0.0/client-web/examples/account/delete-session.md deleted file mode 100644 index a23a1f25e5..0000000000 --- a/docs/examples/1.0.0/client-web/examples/account/delete-session.md +++ /dev/null @@ -1,18 +0,0 @@ -import { Client, Account } from "appwrite"; - -const client = new Client(); - -const account = new Account(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID -; - -const promise = account.deleteSession('[SESSION_ID]'); - -promise.then(function (response) { - console.log(response); // Success -}, function (error) { - console.log(error); // Failure -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/client-web/examples/account/delete-sessions.md b/docs/examples/1.0.0/client-web/examples/account/delete-sessions.md deleted file mode 100644 index 58495385f1..0000000000 --- a/docs/examples/1.0.0/client-web/examples/account/delete-sessions.md +++ /dev/null @@ -1,18 +0,0 @@ -import { Client, Account } from "appwrite"; - -const client = new Client(); - -const account = new Account(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID -; - -const promise = account.deleteSessions(); - -promise.then(function (response) { - console.log(response); // Success -}, function (error) { - console.log(error); // Failure -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/client-web/examples/account/get-logs.md b/docs/examples/1.0.0/client-web/examples/account/get-logs.md deleted file mode 100644 index 934a4c251f..0000000000 --- a/docs/examples/1.0.0/client-web/examples/account/get-logs.md +++ /dev/null @@ -1,18 +0,0 @@ -import { Client, Account } from "appwrite"; - -const client = new Client(); - -const account = new Account(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID -; - -const promise = account.getLogs(); - -promise.then(function (response) { - console.log(response); // Success -}, function (error) { - console.log(error); // Failure -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/client-web/examples/account/get-prefs.md b/docs/examples/1.0.0/client-web/examples/account/get-prefs.md deleted file mode 100644 index a355c68ee0..0000000000 --- a/docs/examples/1.0.0/client-web/examples/account/get-prefs.md +++ /dev/null @@ -1,18 +0,0 @@ -import { Client, Account } from "appwrite"; - -const client = new Client(); - -const account = new Account(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID -; - -const promise = account.getPrefs(); - -promise.then(function (response) { - console.log(response); // Success -}, function (error) { - console.log(error); // Failure -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/client-web/examples/account/get-session.md b/docs/examples/1.0.0/client-web/examples/account/get-session.md deleted file mode 100644 index dd0c08633e..0000000000 --- a/docs/examples/1.0.0/client-web/examples/account/get-session.md +++ /dev/null @@ -1,18 +0,0 @@ -import { Client, Account } from "appwrite"; - -const client = new Client(); - -const account = new Account(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID -; - -const promise = account.getSession('[SESSION_ID]'); - -promise.then(function (response) { - console.log(response); // Success -}, function (error) { - console.log(error); // Failure -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/client-web/examples/account/get-sessions.md b/docs/examples/1.0.0/client-web/examples/account/get-sessions.md deleted file mode 100644 index ce3bc6130e..0000000000 --- a/docs/examples/1.0.0/client-web/examples/account/get-sessions.md +++ /dev/null @@ -1,18 +0,0 @@ -import { Client, Account } from "appwrite"; - -const client = new Client(); - -const account = new Account(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID -; - -const promise = account.getSessions(); - -promise.then(function (response) { - console.log(response); // Success -}, function (error) { - console.log(error); // Failure -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/client-web/examples/account/get.md b/docs/examples/1.0.0/client-web/examples/account/get.md deleted file mode 100644 index fd26ad70dc..0000000000 --- a/docs/examples/1.0.0/client-web/examples/account/get.md +++ /dev/null @@ -1,18 +0,0 @@ -import { Client, Account } from "appwrite"; - -const client = new Client(); - -const account = new Account(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID -; - -const promise = account.get(); - -promise.then(function (response) { - console.log(response); // Success -}, function (error) { - console.log(error); // Failure -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/client-web/examples/account/update-email.md b/docs/examples/1.0.0/client-web/examples/account/update-email.md deleted file mode 100644 index 6e3d603801..0000000000 --- a/docs/examples/1.0.0/client-web/examples/account/update-email.md +++ /dev/null @@ -1,18 +0,0 @@ -import { Client, Account } from "appwrite"; - -const client = new Client(); - -const account = new Account(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID -; - -const promise = account.updateEmail('email@example.com', 'password'); - -promise.then(function (response) { - console.log(response); // Success -}, function (error) { - console.log(error); // Failure -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/client-web/examples/account/update-magic-u-r-l-session.md b/docs/examples/1.0.0/client-web/examples/account/update-magic-u-r-l-session.md deleted file mode 100644 index 1934263b69..0000000000 --- a/docs/examples/1.0.0/client-web/examples/account/update-magic-u-r-l-session.md +++ /dev/null @@ -1,18 +0,0 @@ -import { Client, Account } from "appwrite"; - -const client = new Client(); - -const account = new Account(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID -; - -const promise = account.updateMagicURLSession('[USER_ID]', '[SECRET]'); - -promise.then(function (response) { - console.log(response); // Success -}, function (error) { - console.log(error); // Failure -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/client-web/examples/account/update-name.md b/docs/examples/1.0.0/client-web/examples/account/update-name.md deleted file mode 100644 index 24a27f1363..0000000000 --- a/docs/examples/1.0.0/client-web/examples/account/update-name.md +++ /dev/null @@ -1,18 +0,0 @@ -import { Client, Account } from "appwrite"; - -const client = new Client(); - -const account = new Account(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID -; - -const promise = account.updateName('[NAME]'); - -promise.then(function (response) { - console.log(response); // Success -}, function (error) { - console.log(error); // Failure -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/client-web/examples/account/update-password.md b/docs/examples/1.0.0/client-web/examples/account/update-password.md deleted file mode 100644 index 5ace968e6b..0000000000 --- a/docs/examples/1.0.0/client-web/examples/account/update-password.md +++ /dev/null @@ -1,18 +0,0 @@ -import { Client, Account } from "appwrite"; - -const client = new Client(); - -const account = new Account(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID -; - -const promise = account.updatePassword('password'); - -promise.then(function (response) { - console.log(response); // Success -}, function (error) { - console.log(error); // Failure -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/client-web/examples/account/update-phone-session.md b/docs/examples/1.0.0/client-web/examples/account/update-phone-session.md deleted file mode 100644 index 8ad2051057..0000000000 --- a/docs/examples/1.0.0/client-web/examples/account/update-phone-session.md +++ /dev/null @@ -1,18 +0,0 @@ -import { Client, Account } from "appwrite"; - -const client = new Client(); - -const account = new Account(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID -; - -const promise = account.updatePhoneSession('[USER_ID]', '[SECRET]'); - -promise.then(function (response) { - console.log(response); // Success -}, function (error) { - console.log(error); // Failure -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/client-web/examples/account/update-phone-verification.md b/docs/examples/1.0.0/client-web/examples/account/update-phone-verification.md deleted file mode 100644 index b96f3bea21..0000000000 --- a/docs/examples/1.0.0/client-web/examples/account/update-phone-verification.md +++ /dev/null @@ -1,18 +0,0 @@ -import { Client, Account } from "appwrite"; - -const client = new Client(); - -const account = new Account(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID -; - -const promise = account.updatePhoneVerification('[USER_ID]', '[SECRET]'); - -promise.then(function (response) { - console.log(response); // Success -}, function (error) { - console.log(error); // Failure -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/client-web/examples/account/update-phone.md b/docs/examples/1.0.0/client-web/examples/account/update-phone.md deleted file mode 100644 index 852ab16538..0000000000 --- a/docs/examples/1.0.0/client-web/examples/account/update-phone.md +++ /dev/null @@ -1,18 +0,0 @@ -import { Client, Account } from "appwrite"; - -const client = new Client(); - -const account = new Account(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID -; - -const promise = account.updatePhone('', 'password'); - -promise.then(function (response) { - console.log(response); // Success -}, function (error) { - console.log(error); // Failure -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/client-web/examples/account/update-prefs.md b/docs/examples/1.0.0/client-web/examples/account/update-prefs.md deleted file mode 100644 index 4948631a27..0000000000 --- a/docs/examples/1.0.0/client-web/examples/account/update-prefs.md +++ /dev/null @@ -1,18 +0,0 @@ -import { Client, Account } from "appwrite"; - -const client = new Client(); - -const account = new Account(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID -; - -const promise = account.updatePrefs({}); - -promise.then(function (response) { - console.log(response); // Success -}, function (error) { - console.log(error); // Failure -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/client-web/examples/account/update-recovery.md b/docs/examples/1.0.0/client-web/examples/account/update-recovery.md deleted file mode 100644 index 85915f1ab9..0000000000 --- a/docs/examples/1.0.0/client-web/examples/account/update-recovery.md +++ /dev/null @@ -1,18 +0,0 @@ -import { Client, Account } from "appwrite"; - -const client = new Client(); - -const account = new Account(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID -; - -const promise = account.updateRecovery('[USER_ID]', '[SECRET]', 'password', 'password'); - -promise.then(function (response) { - console.log(response); // Success -}, function (error) { - console.log(error); // Failure -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/client-web/examples/account/update-session.md b/docs/examples/1.0.0/client-web/examples/account/update-session.md deleted file mode 100644 index 70fe5faa11..0000000000 --- a/docs/examples/1.0.0/client-web/examples/account/update-session.md +++ /dev/null @@ -1,18 +0,0 @@ -import { Client, Account } from "appwrite"; - -const client = new Client(); - -const account = new Account(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID -; - -const promise = account.updateSession('[SESSION_ID]'); - -promise.then(function (response) { - console.log(response); // Success -}, function (error) { - console.log(error); // Failure -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/client-web/examples/account/update-status.md b/docs/examples/1.0.0/client-web/examples/account/update-status.md deleted file mode 100644 index a7c7817338..0000000000 --- a/docs/examples/1.0.0/client-web/examples/account/update-status.md +++ /dev/null @@ -1,18 +0,0 @@ -import { Client, Account } from "appwrite"; - -const client = new Client(); - -const account = new Account(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID -; - -const promise = account.updateStatus(); - -promise.then(function (response) { - console.log(response); // Success -}, function (error) { - console.log(error); // Failure -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/client-web/examples/account/update-verification.md b/docs/examples/1.0.0/client-web/examples/account/update-verification.md deleted file mode 100644 index 27d5cbc2f7..0000000000 --- a/docs/examples/1.0.0/client-web/examples/account/update-verification.md +++ /dev/null @@ -1,18 +0,0 @@ -import { Client, Account } from "appwrite"; - -const client = new Client(); - -const account = new Account(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID -; - -const promise = account.updateVerification('[USER_ID]', '[SECRET]'); - -promise.then(function (response) { - console.log(response); // Success -}, function (error) { - console.log(error); // Failure -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/client-web/examples/avatars/get-browser.md b/docs/examples/1.0.0/client-web/examples/avatars/get-browser.md deleted file mode 100644 index 20480ce124..0000000000 --- a/docs/examples/1.0.0/client-web/examples/avatars/get-browser.md +++ /dev/null @@ -1,14 +0,0 @@ -import { Client, Avatars } from "appwrite"; - -const client = new Client(); - -const avatars = new Avatars(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID -; - -const result = avatars.getBrowser('aa'); - -console.log(result); // Resource URL \ No newline at end of file diff --git a/docs/examples/1.0.0/client-web/examples/avatars/get-credit-card.md b/docs/examples/1.0.0/client-web/examples/avatars/get-credit-card.md deleted file mode 100644 index cdbc4a0067..0000000000 --- a/docs/examples/1.0.0/client-web/examples/avatars/get-credit-card.md +++ /dev/null @@ -1,14 +0,0 @@ -import { Client, Avatars } from "appwrite"; - -const client = new Client(); - -const avatars = new Avatars(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID -; - -const result = avatars.getCreditCard('amex'); - -console.log(result); // Resource URL \ No newline at end of file diff --git a/docs/examples/1.0.0/client-web/examples/avatars/get-favicon.md b/docs/examples/1.0.0/client-web/examples/avatars/get-favicon.md deleted file mode 100644 index f8db5c378c..0000000000 --- a/docs/examples/1.0.0/client-web/examples/avatars/get-favicon.md +++ /dev/null @@ -1,14 +0,0 @@ -import { Client, Avatars } from "appwrite"; - -const client = new Client(); - -const avatars = new Avatars(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID -; - -const result = avatars.getFavicon('https://example.com'); - -console.log(result); // Resource URL \ No newline at end of file diff --git a/docs/examples/1.0.0/client-web/examples/avatars/get-flag.md b/docs/examples/1.0.0/client-web/examples/avatars/get-flag.md deleted file mode 100644 index e609fb299d..0000000000 --- a/docs/examples/1.0.0/client-web/examples/avatars/get-flag.md +++ /dev/null @@ -1,14 +0,0 @@ -import { Client, Avatars } from "appwrite"; - -const client = new Client(); - -const avatars = new Avatars(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID -; - -const result = avatars.getFlag('af'); - -console.log(result); // Resource URL \ No newline at end of file diff --git a/docs/examples/1.0.0/client-web/examples/avatars/get-image.md b/docs/examples/1.0.0/client-web/examples/avatars/get-image.md deleted file mode 100644 index 468f6a3c54..0000000000 --- a/docs/examples/1.0.0/client-web/examples/avatars/get-image.md +++ /dev/null @@ -1,14 +0,0 @@ -import { Client, Avatars } from "appwrite"; - -const client = new Client(); - -const avatars = new Avatars(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID -; - -const result = avatars.getImage('https://example.com'); - -console.log(result); // Resource URL \ No newline at end of file diff --git a/docs/examples/1.0.0/client-web/examples/avatars/get-initials.md b/docs/examples/1.0.0/client-web/examples/avatars/get-initials.md deleted file mode 100644 index d061813297..0000000000 --- a/docs/examples/1.0.0/client-web/examples/avatars/get-initials.md +++ /dev/null @@ -1,14 +0,0 @@ -import { Client, Avatars } from "appwrite"; - -const client = new Client(); - -const avatars = new Avatars(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID -; - -const result = avatars.getInitials(); - -console.log(result); // Resource URL \ No newline at end of file diff --git a/docs/examples/1.0.0/client-web/examples/avatars/get-q-r.md b/docs/examples/1.0.0/client-web/examples/avatars/get-q-r.md deleted file mode 100644 index 86fed127e9..0000000000 --- a/docs/examples/1.0.0/client-web/examples/avatars/get-q-r.md +++ /dev/null @@ -1,14 +0,0 @@ -import { Client, Avatars } from "appwrite"; - -const client = new Client(); - -const avatars = new Avatars(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID -; - -const result = avatars.getQR('[TEXT]'); - -console.log(result); // Resource URL \ No newline at end of file diff --git a/docs/examples/1.0.0/client-web/examples/databases/create-document.md b/docs/examples/1.0.0/client-web/examples/databases/create-document.md deleted file mode 100644 index 5b8d89ad47..0000000000 --- a/docs/examples/1.0.0/client-web/examples/databases/create-document.md +++ /dev/null @@ -1,18 +0,0 @@ -import { Client, Databases } from "appwrite"; - -const client = new Client(); - -const databases = new Databases(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID -; - -const promise = databases.createDocument('[DATABASE_ID]', '[COLLECTION_ID]', '[DOCUMENT_ID]', {}); - -promise.then(function (response) { - console.log(response); // Success -}, function (error) { - console.log(error); // Failure -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/client-web/examples/databases/delete-document.md b/docs/examples/1.0.0/client-web/examples/databases/delete-document.md deleted file mode 100644 index e201280445..0000000000 --- a/docs/examples/1.0.0/client-web/examples/databases/delete-document.md +++ /dev/null @@ -1,18 +0,0 @@ -import { Client, Databases } from "appwrite"; - -const client = new Client(); - -const databases = new Databases(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID -; - -const promise = databases.deleteDocument('[DATABASE_ID]', '[COLLECTION_ID]', '[DOCUMENT_ID]'); - -promise.then(function (response) { - console.log(response); // Success -}, function (error) { - console.log(error); // Failure -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/client-web/examples/databases/get-document.md b/docs/examples/1.0.0/client-web/examples/databases/get-document.md deleted file mode 100644 index 89314e880a..0000000000 --- a/docs/examples/1.0.0/client-web/examples/databases/get-document.md +++ /dev/null @@ -1,18 +0,0 @@ -import { Client, Databases } from "appwrite"; - -const client = new Client(); - -const databases = new Databases(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID -; - -const promise = databases.getDocument('[DATABASE_ID]', '[COLLECTION_ID]', '[DOCUMENT_ID]'); - -promise.then(function (response) { - console.log(response); // Success -}, function (error) { - console.log(error); // Failure -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/client-web/examples/databases/list-documents.md b/docs/examples/1.0.0/client-web/examples/databases/list-documents.md deleted file mode 100644 index a4afd21031..0000000000 --- a/docs/examples/1.0.0/client-web/examples/databases/list-documents.md +++ /dev/null @@ -1,18 +0,0 @@ -import { Client, Databases } from "appwrite"; - -const client = new Client(); - -const databases = new Databases(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID -; - -const promise = databases.listDocuments('[DATABASE_ID]', '[COLLECTION_ID]'); - -promise.then(function (response) { - console.log(response); // Success -}, function (error) { - console.log(error); // Failure -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/client-web/examples/databases/update-document.md b/docs/examples/1.0.0/client-web/examples/databases/update-document.md deleted file mode 100644 index 2d59a8ad85..0000000000 --- a/docs/examples/1.0.0/client-web/examples/databases/update-document.md +++ /dev/null @@ -1,18 +0,0 @@ -import { Client, Databases } from "appwrite"; - -const client = new Client(); - -const databases = new Databases(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID -; - -const promise = databases.updateDocument('[DATABASE_ID]', '[COLLECTION_ID]', '[DOCUMENT_ID]'); - -promise.then(function (response) { - console.log(response); // Success -}, function (error) { - console.log(error); // Failure -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/client-web/examples/functions/create-execution.md b/docs/examples/1.0.0/client-web/examples/functions/create-execution.md deleted file mode 100644 index 2b64bc9f7b..0000000000 --- a/docs/examples/1.0.0/client-web/examples/functions/create-execution.md +++ /dev/null @@ -1,18 +0,0 @@ -import { Client, Functions } from "appwrite"; - -const client = new Client(); - -const functions = new Functions(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID -; - -const promise = functions.createExecution('[FUNCTION_ID]'); - -promise.then(function (response) { - console.log(response); // Success -}, function (error) { - console.log(error); // Failure -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/client-web/examples/functions/get-execution.md b/docs/examples/1.0.0/client-web/examples/functions/get-execution.md deleted file mode 100644 index f5046a08c4..0000000000 --- a/docs/examples/1.0.0/client-web/examples/functions/get-execution.md +++ /dev/null @@ -1,18 +0,0 @@ -import { Client, Functions } from "appwrite"; - -const client = new Client(); - -const functions = new Functions(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID -; - -const promise = functions.getExecution('[FUNCTION_ID]', '[EXECUTION_ID]'); - -promise.then(function (response) { - console.log(response); // Success -}, function (error) { - console.log(error); // Failure -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/client-web/examples/functions/list-executions.md b/docs/examples/1.0.0/client-web/examples/functions/list-executions.md deleted file mode 100644 index 99186a95de..0000000000 --- a/docs/examples/1.0.0/client-web/examples/functions/list-executions.md +++ /dev/null @@ -1,18 +0,0 @@ -import { Client, Functions } from "appwrite"; - -const client = new Client(); - -const functions = new Functions(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID -; - -const promise = functions.listExecutions('[FUNCTION_ID]'); - -promise.then(function (response) { - console.log(response); // Success -}, function (error) { - console.log(error); // Failure -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/client-web/examples/functions/retry-build.md b/docs/examples/1.0.0/client-web/examples/functions/retry-build.md deleted file mode 100644 index 1ef690a227..0000000000 --- a/docs/examples/1.0.0/client-web/examples/functions/retry-build.md +++ /dev/null @@ -1,18 +0,0 @@ -import { Client, Functions } from "appwrite"; - -const client = new Client(); - -const functions = new Functions(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID -; - -const promise = functions.retryBuild('[FUNCTION_ID]', '[DEPLOYMENT_ID]', '[BUILD_ID]'); - -promise.then(function (response) { - console.log(response); // Success -}, function (error) { - console.log(error); // Failure -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/client-web/examples/locale/get-continents.md b/docs/examples/1.0.0/client-web/examples/locale/get-continents.md deleted file mode 100644 index 9717181464..0000000000 --- a/docs/examples/1.0.0/client-web/examples/locale/get-continents.md +++ /dev/null @@ -1,18 +0,0 @@ -import { Client, Locale } from "appwrite"; - -const client = new Client(); - -const locale = new Locale(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID -; - -const promise = locale.getContinents(); - -promise.then(function (response) { - console.log(response); // Success -}, function (error) { - console.log(error); // Failure -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/client-web/examples/locale/get-countries-e-u.md b/docs/examples/1.0.0/client-web/examples/locale/get-countries-e-u.md deleted file mode 100644 index 0439449721..0000000000 --- a/docs/examples/1.0.0/client-web/examples/locale/get-countries-e-u.md +++ /dev/null @@ -1,18 +0,0 @@ -import { Client, Locale } from "appwrite"; - -const client = new Client(); - -const locale = new Locale(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID -; - -const promise = locale.getCountriesEU(); - -promise.then(function (response) { - console.log(response); // Success -}, function (error) { - console.log(error); // Failure -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/client-web/examples/locale/get-countries-phones.md b/docs/examples/1.0.0/client-web/examples/locale/get-countries-phones.md deleted file mode 100644 index 26f104c5ac..0000000000 --- a/docs/examples/1.0.0/client-web/examples/locale/get-countries-phones.md +++ /dev/null @@ -1,18 +0,0 @@ -import { Client, Locale } from "appwrite"; - -const client = new Client(); - -const locale = new Locale(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID -; - -const promise = locale.getCountriesPhones(); - -promise.then(function (response) { - console.log(response); // Success -}, function (error) { - console.log(error); // Failure -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/client-web/examples/locale/get-countries.md b/docs/examples/1.0.0/client-web/examples/locale/get-countries.md deleted file mode 100644 index ce80e526a4..0000000000 --- a/docs/examples/1.0.0/client-web/examples/locale/get-countries.md +++ /dev/null @@ -1,18 +0,0 @@ -import { Client, Locale } from "appwrite"; - -const client = new Client(); - -const locale = new Locale(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID -; - -const promise = locale.getCountries(); - -promise.then(function (response) { - console.log(response); // Success -}, function (error) { - console.log(error); // Failure -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/client-web/examples/locale/get-currencies.md b/docs/examples/1.0.0/client-web/examples/locale/get-currencies.md deleted file mode 100644 index 14259a2453..0000000000 --- a/docs/examples/1.0.0/client-web/examples/locale/get-currencies.md +++ /dev/null @@ -1,18 +0,0 @@ -import { Client, Locale } from "appwrite"; - -const client = new Client(); - -const locale = new Locale(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID -; - -const promise = locale.getCurrencies(); - -promise.then(function (response) { - console.log(response); // Success -}, function (error) { - console.log(error); // Failure -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/client-web/examples/locale/get-languages.md b/docs/examples/1.0.0/client-web/examples/locale/get-languages.md deleted file mode 100644 index 8866fb609b..0000000000 --- a/docs/examples/1.0.0/client-web/examples/locale/get-languages.md +++ /dev/null @@ -1,18 +0,0 @@ -import { Client, Locale } from "appwrite"; - -const client = new Client(); - -const locale = new Locale(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID -; - -const promise = locale.getLanguages(); - -promise.then(function (response) { - console.log(response); // Success -}, function (error) { - console.log(error); // Failure -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/client-web/examples/locale/get.md b/docs/examples/1.0.0/client-web/examples/locale/get.md deleted file mode 100644 index 634256c83e..0000000000 --- a/docs/examples/1.0.0/client-web/examples/locale/get.md +++ /dev/null @@ -1,18 +0,0 @@ -import { Client, Locale } from "appwrite"; - -const client = new Client(); - -const locale = new Locale(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID -; - -const promise = locale.get(); - -promise.then(function (response) { - console.log(response); // Success -}, function (error) { - console.log(error); // Failure -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/client-web/examples/storage/create-file.md b/docs/examples/1.0.0/client-web/examples/storage/create-file.md deleted file mode 100644 index 10992d2b89..0000000000 --- a/docs/examples/1.0.0/client-web/examples/storage/create-file.md +++ /dev/null @@ -1,18 +0,0 @@ -import { Client, Storage } from "appwrite"; - -const client = new Client(); - -const storage = new Storage(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID -; - -const promise = storage.createFile('[BUCKET_ID]', '[FILE_ID]', document.getElementById('uploader').files[0]); - -promise.then(function (response) { - console.log(response); // Success -}, function (error) { - console.log(error); // Failure -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/client-web/examples/storage/delete-file.md b/docs/examples/1.0.0/client-web/examples/storage/delete-file.md deleted file mode 100644 index 4512a8c1ce..0000000000 --- a/docs/examples/1.0.0/client-web/examples/storage/delete-file.md +++ /dev/null @@ -1,18 +0,0 @@ -import { Client, Storage } from "appwrite"; - -const client = new Client(); - -const storage = new Storage(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID -; - -const promise = storage.deleteFile('[BUCKET_ID]', '[FILE_ID]'); - -promise.then(function (response) { - console.log(response); // Success -}, function (error) { - console.log(error); // Failure -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/client-web/examples/storage/get-file-download.md b/docs/examples/1.0.0/client-web/examples/storage/get-file-download.md deleted file mode 100644 index 17c06600b3..0000000000 --- a/docs/examples/1.0.0/client-web/examples/storage/get-file-download.md +++ /dev/null @@ -1,14 +0,0 @@ -import { Client, Storage } from "appwrite"; - -const client = new Client(); - -const storage = new Storage(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID -; - -const result = storage.getFileDownload('[BUCKET_ID]', '[FILE_ID]'); - -console.log(result); // Resource URL \ No newline at end of file diff --git a/docs/examples/1.0.0/client-web/examples/storage/get-file-preview.md b/docs/examples/1.0.0/client-web/examples/storage/get-file-preview.md deleted file mode 100644 index 52866d108a..0000000000 --- a/docs/examples/1.0.0/client-web/examples/storage/get-file-preview.md +++ /dev/null @@ -1,14 +0,0 @@ -import { Client, Storage } from "appwrite"; - -const client = new Client(); - -const storage = new Storage(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID -; - -const result = storage.getFilePreview('[BUCKET_ID]', '[FILE_ID]'); - -console.log(result); // Resource URL \ No newline at end of file diff --git a/docs/examples/1.0.0/client-web/examples/storage/get-file-view.md b/docs/examples/1.0.0/client-web/examples/storage/get-file-view.md deleted file mode 100644 index 7bb6c67d51..0000000000 --- a/docs/examples/1.0.0/client-web/examples/storage/get-file-view.md +++ /dev/null @@ -1,14 +0,0 @@ -import { Client, Storage } from "appwrite"; - -const client = new Client(); - -const storage = new Storage(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID -; - -const result = storage.getFileView('[BUCKET_ID]', '[FILE_ID]'); - -console.log(result); // Resource URL \ No newline at end of file diff --git a/docs/examples/1.0.0/client-web/examples/storage/get-file.md b/docs/examples/1.0.0/client-web/examples/storage/get-file.md deleted file mode 100644 index 3263865c73..0000000000 --- a/docs/examples/1.0.0/client-web/examples/storage/get-file.md +++ /dev/null @@ -1,18 +0,0 @@ -import { Client, Storage } from "appwrite"; - -const client = new Client(); - -const storage = new Storage(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID -; - -const promise = storage.getFile('[BUCKET_ID]', '[FILE_ID]'); - -promise.then(function (response) { - console.log(response); // Success -}, function (error) { - console.log(error); // Failure -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/client-web/examples/storage/list-files.md b/docs/examples/1.0.0/client-web/examples/storage/list-files.md deleted file mode 100644 index 92d75742a5..0000000000 --- a/docs/examples/1.0.0/client-web/examples/storage/list-files.md +++ /dev/null @@ -1,18 +0,0 @@ -import { Client, Storage } from "appwrite"; - -const client = new Client(); - -const storage = new Storage(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID -; - -const promise = storage.listFiles('[BUCKET_ID]'); - -promise.then(function (response) { - console.log(response); // Success -}, function (error) { - console.log(error); // Failure -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/client-web/examples/storage/update-file.md b/docs/examples/1.0.0/client-web/examples/storage/update-file.md deleted file mode 100644 index 1313e30cff..0000000000 --- a/docs/examples/1.0.0/client-web/examples/storage/update-file.md +++ /dev/null @@ -1,18 +0,0 @@ -import { Client, Storage } from "appwrite"; - -const client = new Client(); - -const storage = new Storage(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID -; - -const promise = storage.updateFile('[BUCKET_ID]', '[FILE_ID]'); - -promise.then(function (response) { - console.log(response); // Success -}, function (error) { - console.log(error); // Failure -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/client-web/examples/teams/create-membership.md b/docs/examples/1.0.0/client-web/examples/teams/create-membership.md deleted file mode 100644 index 6cb7d87b7f..0000000000 --- a/docs/examples/1.0.0/client-web/examples/teams/create-membership.md +++ /dev/null @@ -1,18 +0,0 @@ -import { Client, Teams } from "appwrite"; - -const client = new Client(); - -const teams = new Teams(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID -; - -const promise = teams.createMembership('[TEAM_ID]', 'email@example.com', [], 'https://example.com'); - -promise.then(function (response) { - console.log(response); // Success -}, function (error) { - console.log(error); // Failure -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/client-web/examples/teams/create.md b/docs/examples/1.0.0/client-web/examples/teams/create.md deleted file mode 100644 index 2c40c9017d..0000000000 --- a/docs/examples/1.0.0/client-web/examples/teams/create.md +++ /dev/null @@ -1,18 +0,0 @@ -import { Client, Teams } from "appwrite"; - -const client = new Client(); - -const teams = new Teams(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID -; - -const promise = teams.create('[TEAM_ID]', '[NAME]'); - -promise.then(function (response) { - console.log(response); // Success -}, function (error) { - console.log(error); // Failure -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/client-web/examples/teams/delete-membership.md b/docs/examples/1.0.0/client-web/examples/teams/delete-membership.md deleted file mode 100644 index 828674a86f..0000000000 --- a/docs/examples/1.0.0/client-web/examples/teams/delete-membership.md +++ /dev/null @@ -1,18 +0,0 @@ -import { Client, Teams } from "appwrite"; - -const client = new Client(); - -const teams = new Teams(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID -; - -const promise = teams.deleteMembership('[TEAM_ID]', '[MEMBERSHIP_ID]'); - -promise.then(function (response) { - console.log(response); // Success -}, function (error) { - console.log(error); // Failure -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/client-web/examples/teams/delete.md b/docs/examples/1.0.0/client-web/examples/teams/delete.md deleted file mode 100644 index b9b79ed1b7..0000000000 --- a/docs/examples/1.0.0/client-web/examples/teams/delete.md +++ /dev/null @@ -1,18 +0,0 @@ -import { Client, Teams } from "appwrite"; - -const client = new Client(); - -const teams = new Teams(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID -; - -const promise = teams.delete('[TEAM_ID]'); - -promise.then(function (response) { - console.log(response); // Success -}, function (error) { - console.log(error); // Failure -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/client-web/examples/teams/get-membership.md b/docs/examples/1.0.0/client-web/examples/teams/get-membership.md deleted file mode 100644 index cce63e7fba..0000000000 --- a/docs/examples/1.0.0/client-web/examples/teams/get-membership.md +++ /dev/null @@ -1,18 +0,0 @@ -import { Client, Teams } from "appwrite"; - -const client = new Client(); - -const teams = new Teams(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID -; - -const promise = teams.getMembership('[TEAM_ID]', '[MEMBERSHIP_ID]'); - -promise.then(function (response) { - console.log(response); // Success -}, function (error) { - console.log(error); // Failure -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/client-web/examples/teams/get-memberships.md b/docs/examples/1.0.0/client-web/examples/teams/get-memberships.md deleted file mode 100644 index 41c1df2867..0000000000 --- a/docs/examples/1.0.0/client-web/examples/teams/get-memberships.md +++ /dev/null @@ -1,18 +0,0 @@ -import { Client, Teams } from "appwrite"; - -const client = new Client(); - -const teams = new Teams(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID -; - -const promise = teams.getMemberships('[TEAM_ID]'); - -promise.then(function (response) { - console.log(response); // Success -}, function (error) { - console.log(error); // Failure -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/client-web/examples/teams/get.md b/docs/examples/1.0.0/client-web/examples/teams/get.md deleted file mode 100644 index 3a7185319a..0000000000 --- a/docs/examples/1.0.0/client-web/examples/teams/get.md +++ /dev/null @@ -1,18 +0,0 @@ -import { Client, Teams } from "appwrite"; - -const client = new Client(); - -const teams = new Teams(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID -; - -const promise = teams.get('[TEAM_ID]'); - -promise.then(function (response) { - console.log(response); // Success -}, function (error) { - console.log(error); // Failure -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/client-web/examples/teams/list.md b/docs/examples/1.0.0/client-web/examples/teams/list.md deleted file mode 100644 index 1aea267038..0000000000 --- a/docs/examples/1.0.0/client-web/examples/teams/list.md +++ /dev/null @@ -1,18 +0,0 @@ -import { Client, Teams } from "appwrite"; - -const client = new Client(); - -const teams = new Teams(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID -; - -const promise = teams.list(); - -promise.then(function (response) { - console.log(response); // Success -}, function (error) { - console.log(error); // Failure -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/client-web/examples/teams/update-membership-roles.md b/docs/examples/1.0.0/client-web/examples/teams/update-membership-roles.md deleted file mode 100644 index ca76ead1d6..0000000000 --- a/docs/examples/1.0.0/client-web/examples/teams/update-membership-roles.md +++ /dev/null @@ -1,18 +0,0 @@ -import { Client, Teams } from "appwrite"; - -const client = new Client(); - -const teams = new Teams(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID -; - -const promise = teams.updateMembershipRoles('[TEAM_ID]', '[MEMBERSHIP_ID]', []); - -promise.then(function (response) { - console.log(response); // Success -}, function (error) { - console.log(error); // Failure -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/client-web/examples/teams/update-membership-status.md b/docs/examples/1.0.0/client-web/examples/teams/update-membership-status.md deleted file mode 100644 index 4a29cdc116..0000000000 --- a/docs/examples/1.0.0/client-web/examples/teams/update-membership-status.md +++ /dev/null @@ -1,18 +0,0 @@ -import { Client, Teams } from "appwrite"; - -const client = new Client(); - -const teams = new Teams(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID -; - -const promise = teams.updateMembershipStatus('[TEAM_ID]', '[MEMBERSHIP_ID]', '[USER_ID]', '[SECRET]'); - -promise.then(function (response) { - console.log(response); // Success -}, function (error) { - console.log(error); // Failure -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/client-web/examples/teams/update.md b/docs/examples/1.0.0/client-web/examples/teams/update.md deleted file mode 100644 index a59cc80000..0000000000 --- a/docs/examples/1.0.0/client-web/examples/teams/update.md +++ /dev/null @@ -1,18 +0,0 @@ -import { Client, Teams } from "appwrite"; - -const client = new Client(); - -const teams = new Teams(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID -; - -const promise = teams.update('[TEAM_ID]', '[NAME]'); - -promise.then(function (response) { - console.log(response); // Success -}, function (error) { - console.log(error); // Failure -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/console-cli/examples/account/create-anonymous-session.md b/docs/examples/1.0.0/console-cli/examples/account/create-anonymous-session.md deleted file mode 100644 index a7eb9c5be3..0000000000 --- a/docs/examples/1.0.0/console-cli/examples/account/create-anonymous-session.md +++ /dev/null @@ -1 +0,0 @@ -appwrite account createAnonymousSession diff --git a/docs/examples/1.0.0/console-cli/examples/account/create-email-session.md b/docs/examples/1.0.0/console-cli/examples/account/create-email-session.md deleted file mode 100644 index ec9268c77c..0000000000 --- a/docs/examples/1.0.0/console-cli/examples/account/create-email-session.md +++ /dev/null @@ -1,3 +0,0 @@ -appwrite account createEmailSession \ - --email email@example.com \ - --password password diff --git a/docs/examples/1.0.0/console-cli/examples/account/create-j-w-t.md b/docs/examples/1.0.0/console-cli/examples/account/create-j-w-t.md deleted file mode 100644 index 7b5337993d..0000000000 --- a/docs/examples/1.0.0/console-cli/examples/account/create-j-w-t.md +++ /dev/null @@ -1 +0,0 @@ -appwrite account createJWT diff --git a/docs/examples/1.0.0/console-cli/examples/account/create-magic-u-r-l-session.md b/docs/examples/1.0.0/console-cli/examples/account/create-magic-u-r-l-session.md deleted file mode 100644 index 0060f2a892..0000000000 --- a/docs/examples/1.0.0/console-cli/examples/account/create-magic-u-r-l-session.md +++ /dev/null @@ -1,4 +0,0 @@ -appwrite account createMagicURLSession \ - --userId [USER_ID] \ - --email email@example.com \ - diff --git a/docs/examples/1.0.0/console-cli/examples/account/create-o-auth2session.md b/docs/examples/1.0.0/console-cli/examples/account/create-o-auth2session.md deleted file mode 100644 index 9159b8f25f..0000000000 --- a/docs/examples/1.0.0/console-cli/examples/account/create-o-auth2session.md +++ /dev/null @@ -1,5 +0,0 @@ -appwrite account createOAuth2Session \ - --provider amazon \ - - - diff --git a/docs/examples/1.0.0/console-cli/examples/account/create-phone-session.md b/docs/examples/1.0.0/console-cli/examples/account/create-phone-session.md deleted file mode 100644 index 8fc3ec6a4c..0000000000 --- a/docs/examples/1.0.0/console-cli/examples/account/create-phone-session.md +++ /dev/null @@ -1,3 +0,0 @@ -appwrite account createPhoneSession \ - --userId [USER_ID] \ - --phone '' diff --git a/docs/examples/1.0.0/console-cli/examples/account/create-phone-verification.md b/docs/examples/1.0.0/console-cli/examples/account/create-phone-verification.md deleted file mode 100644 index 3c4402ba1f..0000000000 --- a/docs/examples/1.0.0/console-cli/examples/account/create-phone-verification.md +++ /dev/null @@ -1 +0,0 @@ -appwrite account createPhoneVerification diff --git a/docs/examples/1.0.0/console-cli/examples/account/create-recovery.md b/docs/examples/1.0.0/console-cli/examples/account/create-recovery.md deleted file mode 100644 index ea8c145abb..0000000000 --- a/docs/examples/1.0.0/console-cli/examples/account/create-recovery.md +++ /dev/null @@ -1,3 +0,0 @@ -appwrite account createRecovery \ - --email email@example.com \ - --url https://example.com diff --git a/docs/examples/1.0.0/console-cli/examples/account/create-verification.md b/docs/examples/1.0.0/console-cli/examples/account/create-verification.md deleted file mode 100644 index 402038b4b6..0000000000 --- a/docs/examples/1.0.0/console-cli/examples/account/create-verification.md +++ /dev/null @@ -1,2 +0,0 @@ -appwrite account createVerification \ - --url https://example.com diff --git a/docs/examples/1.0.0/console-cli/examples/account/create.md b/docs/examples/1.0.0/console-cli/examples/account/create.md deleted file mode 100644 index 7d2221be29..0000000000 --- a/docs/examples/1.0.0/console-cli/examples/account/create.md +++ /dev/null @@ -1,5 +0,0 @@ -appwrite account create \ - --userId [USER_ID] \ - --email email@example.com \ - --password password \ - diff --git a/docs/examples/1.0.0/console-cli/examples/account/delete-session.md b/docs/examples/1.0.0/console-cli/examples/account/delete-session.md deleted file mode 100644 index 2c68c1a43b..0000000000 --- a/docs/examples/1.0.0/console-cli/examples/account/delete-session.md +++ /dev/null @@ -1,2 +0,0 @@ -appwrite account deleteSession \ - --sessionId [SESSION_ID] diff --git a/docs/examples/1.0.0/console-cli/examples/account/delete-sessions.md b/docs/examples/1.0.0/console-cli/examples/account/delete-sessions.md deleted file mode 100644 index dd11877a5d..0000000000 --- a/docs/examples/1.0.0/console-cli/examples/account/delete-sessions.md +++ /dev/null @@ -1 +0,0 @@ -appwrite account deleteSessions diff --git a/docs/examples/1.0.0/console-cli/examples/account/get-logs.md b/docs/examples/1.0.0/console-cli/examples/account/get-logs.md deleted file mode 100644 index a2d7e3cad0..0000000000 --- a/docs/examples/1.0.0/console-cli/examples/account/get-logs.md +++ /dev/null @@ -1,2 +0,0 @@ -appwrite account getLogs \ - diff --git a/docs/examples/1.0.0/console-cli/examples/account/get-prefs.md b/docs/examples/1.0.0/console-cli/examples/account/get-prefs.md deleted file mode 100644 index 6569925d99..0000000000 --- a/docs/examples/1.0.0/console-cli/examples/account/get-prefs.md +++ /dev/null @@ -1 +0,0 @@ -appwrite account getPrefs diff --git a/docs/examples/1.0.0/console-cli/examples/account/get-session.md b/docs/examples/1.0.0/console-cli/examples/account/get-session.md deleted file mode 100644 index fac3fca10d..0000000000 --- a/docs/examples/1.0.0/console-cli/examples/account/get-session.md +++ /dev/null @@ -1,2 +0,0 @@ -appwrite account getSession \ - --sessionId [SESSION_ID] diff --git a/docs/examples/1.0.0/console-cli/examples/account/get-sessions.md b/docs/examples/1.0.0/console-cli/examples/account/get-sessions.md deleted file mode 100644 index cdf2d2b460..0000000000 --- a/docs/examples/1.0.0/console-cli/examples/account/get-sessions.md +++ /dev/null @@ -1 +0,0 @@ -appwrite account getSessions diff --git a/docs/examples/1.0.0/console-cli/examples/account/get.md b/docs/examples/1.0.0/console-cli/examples/account/get.md deleted file mode 100644 index c8b46e34c7..0000000000 --- a/docs/examples/1.0.0/console-cli/examples/account/get.md +++ /dev/null @@ -1 +0,0 @@ -appwrite account get diff --git a/docs/examples/1.0.0/console-cli/examples/account/update-email.md b/docs/examples/1.0.0/console-cli/examples/account/update-email.md deleted file mode 100644 index 81938ff3a9..0000000000 --- a/docs/examples/1.0.0/console-cli/examples/account/update-email.md +++ /dev/null @@ -1,3 +0,0 @@ -appwrite account updateEmail \ - --email email@example.com \ - --password password diff --git a/docs/examples/1.0.0/console-cli/examples/account/update-magic-u-r-l-session.md b/docs/examples/1.0.0/console-cli/examples/account/update-magic-u-r-l-session.md deleted file mode 100644 index 1411370123..0000000000 --- a/docs/examples/1.0.0/console-cli/examples/account/update-magic-u-r-l-session.md +++ /dev/null @@ -1,3 +0,0 @@ -appwrite account updateMagicURLSession \ - --userId [USER_ID] \ - --secret [SECRET] diff --git a/docs/examples/1.0.0/console-cli/examples/account/update-name.md b/docs/examples/1.0.0/console-cli/examples/account/update-name.md deleted file mode 100644 index f4acb58db6..0000000000 --- a/docs/examples/1.0.0/console-cli/examples/account/update-name.md +++ /dev/null @@ -1,2 +0,0 @@ -appwrite account updateName \ - --name [NAME] diff --git a/docs/examples/1.0.0/console-cli/examples/account/update-password.md b/docs/examples/1.0.0/console-cli/examples/account/update-password.md deleted file mode 100644 index 520f9bb82e..0000000000 --- a/docs/examples/1.0.0/console-cli/examples/account/update-password.md +++ /dev/null @@ -1,3 +0,0 @@ -appwrite account updatePassword \ - --password password \ - diff --git a/docs/examples/1.0.0/console-cli/examples/account/update-phone-session.md b/docs/examples/1.0.0/console-cli/examples/account/update-phone-session.md deleted file mode 100644 index b2ee53a18c..0000000000 --- a/docs/examples/1.0.0/console-cli/examples/account/update-phone-session.md +++ /dev/null @@ -1,3 +0,0 @@ -appwrite account updatePhoneSession \ - --userId [USER_ID] \ - --secret [SECRET] diff --git a/docs/examples/1.0.0/console-cli/examples/account/update-phone-verification.md b/docs/examples/1.0.0/console-cli/examples/account/update-phone-verification.md deleted file mode 100644 index 5e0dd45617..0000000000 --- a/docs/examples/1.0.0/console-cli/examples/account/update-phone-verification.md +++ /dev/null @@ -1,3 +0,0 @@ -appwrite account updatePhoneVerification \ - --userId [USER_ID] \ - --secret [SECRET] diff --git a/docs/examples/1.0.0/console-cli/examples/account/update-phone.md b/docs/examples/1.0.0/console-cli/examples/account/update-phone.md deleted file mode 100644 index 716cd1040b..0000000000 --- a/docs/examples/1.0.0/console-cli/examples/account/update-phone.md +++ /dev/null @@ -1,3 +0,0 @@ -appwrite account updatePhone \ - --phone '' \ - --password password diff --git a/docs/examples/1.0.0/console-cli/examples/account/update-prefs.md b/docs/examples/1.0.0/console-cli/examples/account/update-prefs.md deleted file mode 100644 index 568ac66e48..0000000000 --- a/docs/examples/1.0.0/console-cli/examples/account/update-prefs.md +++ /dev/null @@ -1,2 +0,0 @@ -appwrite account updatePrefs \ - --prefs '{ "key": "value" }' diff --git a/docs/examples/1.0.0/console-cli/examples/account/update-recovery.md b/docs/examples/1.0.0/console-cli/examples/account/update-recovery.md deleted file mode 100644 index 7825aac8f0..0000000000 --- a/docs/examples/1.0.0/console-cli/examples/account/update-recovery.md +++ /dev/null @@ -1,5 +0,0 @@ -appwrite account updateRecovery \ - --userId [USER_ID] \ - --secret [SECRET] \ - --password password \ - --passwordAgain password diff --git a/docs/examples/1.0.0/console-cli/examples/account/update-session.md b/docs/examples/1.0.0/console-cli/examples/account/update-session.md deleted file mode 100644 index 56f74565de..0000000000 --- a/docs/examples/1.0.0/console-cli/examples/account/update-session.md +++ /dev/null @@ -1,2 +0,0 @@ -appwrite account updateSession \ - --sessionId [SESSION_ID] diff --git a/docs/examples/1.0.0/console-cli/examples/account/update-status.md b/docs/examples/1.0.0/console-cli/examples/account/update-status.md deleted file mode 100644 index 8886dbbc6a..0000000000 --- a/docs/examples/1.0.0/console-cli/examples/account/update-status.md +++ /dev/null @@ -1 +0,0 @@ -appwrite account updateStatus diff --git a/docs/examples/1.0.0/console-cli/examples/account/update-verification.md b/docs/examples/1.0.0/console-cli/examples/account/update-verification.md deleted file mode 100644 index ff420b5895..0000000000 --- a/docs/examples/1.0.0/console-cli/examples/account/update-verification.md +++ /dev/null @@ -1,3 +0,0 @@ -appwrite account updateVerification \ - --userId [USER_ID] \ - --secret [SECRET] diff --git a/docs/examples/1.0.0/console-cli/examples/avatars/get-browser.md b/docs/examples/1.0.0/console-cli/examples/avatars/get-browser.md deleted file mode 100644 index 6b4f0b8007..0000000000 --- a/docs/examples/1.0.0/console-cli/examples/avatars/get-browser.md +++ /dev/null @@ -1,5 +0,0 @@ -appwrite avatars getBrowser \ - --code aa \ - - - diff --git a/docs/examples/1.0.0/console-cli/examples/avatars/get-credit-card.md b/docs/examples/1.0.0/console-cli/examples/avatars/get-credit-card.md deleted file mode 100644 index 365568ba19..0000000000 --- a/docs/examples/1.0.0/console-cli/examples/avatars/get-credit-card.md +++ /dev/null @@ -1,5 +0,0 @@ -appwrite avatars getCreditCard \ - --code amex \ - - - diff --git a/docs/examples/1.0.0/console-cli/examples/avatars/get-favicon.md b/docs/examples/1.0.0/console-cli/examples/avatars/get-favicon.md deleted file mode 100644 index c658f1a483..0000000000 --- a/docs/examples/1.0.0/console-cli/examples/avatars/get-favicon.md +++ /dev/null @@ -1,2 +0,0 @@ -appwrite avatars getFavicon \ - --url https://example.com diff --git a/docs/examples/1.0.0/console-cli/examples/avatars/get-flag.md b/docs/examples/1.0.0/console-cli/examples/avatars/get-flag.md deleted file mode 100644 index 9f11fef840..0000000000 --- a/docs/examples/1.0.0/console-cli/examples/avatars/get-flag.md +++ /dev/null @@ -1,5 +0,0 @@ -appwrite avatars getFlag \ - --code af \ - - - diff --git a/docs/examples/1.0.0/console-cli/examples/avatars/get-image.md b/docs/examples/1.0.0/console-cli/examples/avatars/get-image.md deleted file mode 100644 index 7df150610c..0000000000 --- a/docs/examples/1.0.0/console-cli/examples/avatars/get-image.md +++ /dev/null @@ -1,4 +0,0 @@ -appwrite avatars getImage \ - --url https://example.com \ - - diff --git a/docs/examples/1.0.0/console-cli/examples/avatars/get-initials.md b/docs/examples/1.0.0/console-cli/examples/avatars/get-initials.md deleted file mode 100644 index b0b3da71c9..0000000000 --- a/docs/examples/1.0.0/console-cli/examples/avatars/get-initials.md +++ /dev/null @@ -1,5 +0,0 @@ -appwrite avatars getInitials \ - - - - diff --git a/docs/examples/1.0.0/console-cli/examples/avatars/get-q-r.md b/docs/examples/1.0.0/console-cli/examples/avatars/get-q-r.md deleted file mode 100644 index 855f33920a..0000000000 --- a/docs/examples/1.0.0/console-cli/examples/avatars/get-q-r.md +++ /dev/null @@ -1,5 +0,0 @@ -appwrite avatars getQR \ - --text [TEXT] \ - - - diff --git a/docs/examples/1.0.0/console-cli/examples/databases/create-boolean-attribute.md b/docs/examples/1.0.0/console-cli/examples/databases/create-boolean-attribute.md deleted file mode 100644 index 4a5b036b21..0000000000 --- a/docs/examples/1.0.0/console-cli/examples/databases/create-boolean-attribute.md +++ /dev/null @@ -1,7 +0,0 @@ -appwrite databases createBooleanAttribute \ - --databaseId [DATABASE_ID] \ - --collectionId [COLLECTION_ID] \ - --key '' \ - --required false \ - - diff --git a/docs/examples/1.0.0/console-cli/examples/databases/create-collection.md b/docs/examples/1.0.0/console-cli/examples/databases/create-collection.md deleted file mode 100644 index 60b4828b8b..0000000000 --- a/docs/examples/1.0.0/console-cli/examples/databases/create-collection.md +++ /dev/null @@ -1,6 +0,0 @@ -appwrite databases createCollection \ - --databaseId [DATABASE_ID] \ - --collectionId [COLLECTION_ID] \ - --name [NAME] \ - - diff --git a/docs/examples/1.0.0/console-cli/examples/databases/create-datetime-attribute.md b/docs/examples/1.0.0/console-cli/examples/databases/create-datetime-attribute.md deleted file mode 100644 index 95b3f3b27f..0000000000 --- a/docs/examples/1.0.0/console-cli/examples/databases/create-datetime-attribute.md +++ /dev/null @@ -1,7 +0,0 @@ -appwrite databases createDatetimeAttribute \ - --databaseId [DATABASE_ID] \ - --collectionId [COLLECTION_ID] \ - --key '' \ - --required false \ - - diff --git a/docs/examples/1.0.0/console-cli/examples/databases/create-document.md b/docs/examples/1.0.0/console-cli/examples/databases/create-document.md deleted file mode 100644 index 6944ac664a..0000000000 --- a/docs/examples/1.0.0/console-cli/examples/databases/create-document.md +++ /dev/null @@ -1,6 +0,0 @@ -appwrite databases createDocument \ - --databaseId [DATABASE_ID] \ - --collectionId [COLLECTION_ID] \ - --documentId [DOCUMENT_ID] \ - --data '{ "key": "value" }' \ - diff --git a/docs/examples/1.0.0/console-cli/examples/databases/create-email-attribute.md b/docs/examples/1.0.0/console-cli/examples/databases/create-email-attribute.md deleted file mode 100644 index d26ca2acbd..0000000000 --- a/docs/examples/1.0.0/console-cli/examples/databases/create-email-attribute.md +++ /dev/null @@ -1,7 +0,0 @@ -appwrite databases createEmailAttribute \ - --databaseId [DATABASE_ID] \ - --collectionId [COLLECTION_ID] \ - --key '' \ - --required false \ - - diff --git a/docs/examples/1.0.0/console-cli/examples/databases/create-enum-attribute.md b/docs/examples/1.0.0/console-cli/examples/databases/create-enum-attribute.md deleted file mode 100644 index 5bd2fccbfc..0000000000 --- a/docs/examples/1.0.0/console-cli/examples/databases/create-enum-attribute.md +++ /dev/null @@ -1,8 +0,0 @@ -appwrite databases createEnumAttribute \ - --databaseId [DATABASE_ID] \ - --collectionId [COLLECTION_ID] \ - --key '' \ - --elements one two three \ - --required false \ - - diff --git a/docs/examples/1.0.0/console-cli/examples/databases/create-float-attribute.md b/docs/examples/1.0.0/console-cli/examples/databases/create-float-attribute.md deleted file mode 100644 index b0bb3776de..0000000000 --- a/docs/examples/1.0.0/console-cli/examples/databases/create-float-attribute.md +++ /dev/null @@ -1,9 +0,0 @@ -appwrite databases createFloatAttribute \ - --databaseId [DATABASE_ID] \ - --collectionId [COLLECTION_ID] \ - --key '' \ - --required false \ - - - - diff --git a/docs/examples/1.0.0/console-cli/examples/databases/create-index.md b/docs/examples/1.0.0/console-cli/examples/databases/create-index.md deleted file mode 100644 index 27c8dfecf5..0000000000 --- a/docs/examples/1.0.0/console-cli/examples/databases/create-index.md +++ /dev/null @@ -1,7 +0,0 @@ -appwrite databases createIndex \ - --databaseId [DATABASE_ID] \ - --collectionId [COLLECTION_ID] \ - --key '' \ - --type key \ - --attributes one two three \ - diff --git a/docs/examples/1.0.0/console-cli/examples/databases/create-integer-attribute.md b/docs/examples/1.0.0/console-cli/examples/databases/create-integer-attribute.md deleted file mode 100644 index 76b5aad455..0000000000 --- a/docs/examples/1.0.0/console-cli/examples/databases/create-integer-attribute.md +++ /dev/null @@ -1,9 +0,0 @@ -appwrite databases createIntegerAttribute \ - --databaseId [DATABASE_ID] \ - --collectionId [COLLECTION_ID] \ - --key '' \ - --required false \ - - - - diff --git a/docs/examples/1.0.0/console-cli/examples/databases/create-ip-attribute.md b/docs/examples/1.0.0/console-cli/examples/databases/create-ip-attribute.md deleted file mode 100644 index c9281dd316..0000000000 --- a/docs/examples/1.0.0/console-cli/examples/databases/create-ip-attribute.md +++ /dev/null @@ -1,7 +0,0 @@ -appwrite databases createIpAttribute \ - --databaseId [DATABASE_ID] \ - --collectionId [COLLECTION_ID] \ - --key '' \ - --required false \ - - diff --git a/docs/examples/1.0.0/console-cli/examples/databases/create-string-attribute.md b/docs/examples/1.0.0/console-cli/examples/databases/create-string-attribute.md deleted file mode 100644 index 790aa97edc..0000000000 --- a/docs/examples/1.0.0/console-cli/examples/databases/create-string-attribute.md +++ /dev/null @@ -1,8 +0,0 @@ -appwrite databases createStringAttribute \ - --databaseId [DATABASE_ID] \ - --collectionId [COLLECTION_ID] \ - --key '' \ - --size 1 \ - --required false \ - - diff --git a/docs/examples/1.0.0/console-cli/examples/databases/create-url-attribute.md b/docs/examples/1.0.0/console-cli/examples/databases/create-url-attribute.md deleted file mode 100644 index d204de0c1d..0000000000 --- a/docs/examples/1.0.0/console-cli/examples/databases/create-url-attribute.md +++ /dev/null @@ -1,7 +0,0 @@ -appwrite databases createUrlAttribute \ - --databaseId [DATABASE_ID] \ - --collectionId [COLLECTION_ID] \ - --key '' \ - --required false \ - - diff --git a/docs/examples/1.0.0/console-cli/examples/databases/create.md b/docs/examples/1.0.0/console-cli/examples/databases/create.md deleted file mode 100644 index 02b1484bd0..0000000000 --- a/docs/examples/1.0.0/console-cli/examples/databases/create.md +++ /dev/null @@ -1,3 +0,0 @@ -appwrite databases create \ - --databaseId [DATABASE_ID] \ - --name [NAME] diff --git a/docs/examples/1.0.0/console-cli/examples/databases/delete-attribute.md b/docs/examples/1.0.0/console-cli/examples/databases/delete-attribute.md deleted file mode 100644 index 3db88fbfba..0000000000 --- a/docs/examples/1.0.0/console-cli/examples/databases/delete-attribute.md +++ /dev/null @@ -1,4 +0,0 @@ -appwrite databases deleteAttribute \ - --databaseId [DATABASE_ID] \ - --collectionId [COLLECTION_ID] \ - --key '' diff --git a/docs/examples/1.0.0/console-cli/examples/databases/delete-collection.md b/docs/examples/1.0.0/console-cli/examples/databases/delete-collection.md deleted file mode 100644 index f1941d4bf0..0000000000 --- a/docs/examples/1.0.0/console-cli/examples/databases/delete-collection.md +++ /dev/null @@ -1,3 +0,0 @@ -appwrite databases deleteCollection \ - --databaseId [DATABASE_ID] \ - --collectionId [COLLECTION_ID] diff --git a/docs/examples/1.0.0/console-cli/examples/databases/delete-document.md b/docs/examples/1.0.0/console-cli/examples/databases/delete-document.md deleted file mode 100644 index 9dc46f7dc6..0000000000 --- a/docs/examples/1.0.0/console-cli/examples/databases/delete-document.md +++ /dev/null @@ -1,4 +0,0 @@ -appwrite databases deleteDocument \ - --databaseId [DATABASE_ID] \ - --collectionId [COLLECTION_ID] \ - --documentId [DOCUMENT_ID] diff --git a/docs/examples/1.0.0/console-cli/examples/databases/delete-index.md b/docs/examples/1.0.0/console-cli/examples/databases/delete-index.md deleted file mode 100644 index 8e7194febf..0000000000 --- a/docs/examples/1.0.0/console-cli/examples/databases/delete-index.md +++ /dev/null @@ -1,4 +0,0 @@ -appwrite databases deleteIndex \ - --databaseId [DATABASE_ID] \ - --collectionId [COLLECTION_ID] \ - --key '' diff --git a/docs/examples/1.0.0/console-cli/examples/databases/delete.md b/docs/examples/1.0.0/console-cli/examples/databases/delete.md deleted file mode 100644 index 851cc8deb2..0000000000 --- a/docs/examples/1.0.0/console-cli/examples/databases/delete.md +++ /dev/null @@ -1,2 +0,0 @@ -appwrite databases delete \ - --databaseId [DATABASE_ID] diff --git a/docs/examples/1.0.0/console-cli/examples/databases/get-attribute.md b/docs/examples/1.0.0/console-cli/examples/databases/get-attribute.md deleted file mode 100644 index 3dbb2c44fe..0000000000 --- a/docs/examples/1.0.0/console-cli/examples/databases/get-attribute.md +++ /dev/null @@ -1,4 +0,0 @@ -appwrite databases getAttribute \ - --databaseId [DATABASE_ID] \ - --collectionId [COLLECTION_ID] \ - --key '' diff --git a/docs/examples/1.0.0/console-cli/examples/databases/get-collection-usage.md b/docs/examples/1.0.0/console-cli/examples/databases/get-collection-usage.md deleted file mode 100644 index de8f78665a..0000000000 --- a/docs/examples/1.0.0/console-cli/examples/databases/get-collection-usage.md +++ /dev/null @@ -1,4 +0,0 @@ -appwrite databases getCollectionUsage \ - --databaseId [DATABASE_ID] \ - --collectionId [COLLECTION_ID] \ - diff --git a/docs/examples/1.0.0/console-cli/examples/databases/get-collection.md b/docs/examples/1.0.0/console-cli/examples/databases/get-collection.md deleted file mode 100644 index a4f08fbd45..0000000000 --- a/docs/examples/1.0.0/console-cli/examples/databases/get-collection.md +++ /dev/null @@ -1,3 +0,0 @@ -appwrite databases getCollection \ - --databaseId [DATABASE_ID] \ - --collectionId [COLLECTION_ID] diff --git a/docs/examples/1.0.0/console-cli/examples/databases/get-database-usage.md b/docs/examples/1.0.0/console-cli/examples/databases/get-database-usage.md deleted file mode 100644 index e4d3e4df3a..0000000000 --- a/docs/examples/1.0.0/console-cli/examples/databases/get-database-usage.md +++ /dev/null @@ -1,3 +0,0 @@ -appwrite databases getDatabaseUsage \ - --databaseId [DATABASE_ID] \ - diff --git a/docs/examples/1.0.0/console-cli/examples/databases/get-document.md b/docs/examples/1.0.0/console-cli/examples/databases/get-document.md deleted file mode 100644 index 8142c31bcd..0000000000 --- a/docs/examples/1.0.0/console-cli/examples/databases/get-document.md +++ /dev/null @@ -1,4 +0,0 @@ -appwrite databases getDocument \ - --databaseId [DATABASE_ID] \ - --collectionId [COLLECTION_ID] \ - --documentId [DOCUMENT_ID] diff --git a/docs/examples/1.0.0/console-cli/examples/databases/get-index.md b/docs/examples/1.0.0/console-cli/examples/databases/get-index.md deleted file mode 100644 index b7537897ac..0000000000 --- a/docs/examples/1.0.0/console-cli/examples/databases/get-index.md +++ /dev/null @@ -1,4 +0,0 @@ -appwrite databases getIndex \ - --databaseId [DATABASE_ID] \ - --collectionId [COLLECTION_ID] \ - --key '' diff --git a/docs/examples/1.0.0/console-cli/examples/databases/get-usage.md b/docs/examples/1.0.0/console-cli/examples/databases/get-usage.md deleted file mode 100644 index 53c85fc849..0000000000 --- a/docs/examples/1.0.0/console-cli/examples/databases/get-usage.md +++ /dev/null @@ -1,2 +0,0 @@ -appwrite databases getUsage \ - diff --git a/docs/examples/1.0.0/console-cli/examples/databases/get.md b/docs/examples/1.0.0/console-cli/examples/databases/get.md deleted file mode 100644 index feb9a3c859..0000000000 --- a/docs/examples/1.0.0/console-cli/examples/databases/get.md +++ /dev/null @@ -1,2 +0,0 @@ -appwrite databases get \ - --databaseId [DATABASE_ID] diff --git a/docs/examples/1.0.0/console-cli/examples/databases/list-attributes.md b/docs/examples/1.0.0/console-cli/examples/databases/list-attributes.md deleted file mode 100644 index 69d4690251..0000000000 --- a/docs/examples/1.0.0/console-cli/examples/databases/list-attributes.md +++ /dev/null @@ -1,3 +0,0 @@ -appwrite databases listAttributes \ - --databaseId [DATABASE_ID] \ - --collectionId [COLLECTION_ID] diff --git a/docs/examples/1.0.0/console-cli/examples/databases/list-collection-logs.md b/docs/examples/1.0.0/console-cli/examples/databases/list-collection-logs.md deleted file mode 100644 index fa2f062797..0000000000 --- a/docs/examples/1.0.0/console-cli/examples/databases/list-collection-logs.md +++ /dev/null @@ -1,4 +0,0 @@ -appwrite databases listCollectionLogs \ - --databaseId [DATABASE_ID] \ - --collectionId [COLLECTION_ID] \ - diff --git a/docs/examples/1.0.0/console-cli/examples/databases/list-collections.md b/docs/examples/1.0.0/console-cli/examples/databases/list-collections.md deleted file mode 100644 index 6517ebbc16..0000000000 --- a/docs/examples/1.0.0/console-cli/examples/databases/list-collections.md +++ /dev/null @@ -1,4 +0,0 @@ -appwrite databases listCollections \ - --databaseId [DATABASE_ID] \ - - diff --git a/docs/examples/1.0.0/console-cli/examples/databases/list-document-logs.md b/docs/examples/1.0.0/console-cli/examples/databases/list-document-logs.md deleted file mode 100644 index 0ab0125d0d..0000000000 --- a/docs/examples/1.0.0/console-cli/examples/databases/list-document-logs.md +++ /dev/null @@ -1,5 +0,0 @@ -appwrite databases listDocumentLogs \ - --databaseId [DATABASE_ID] \ - --collectionId [COLLECTION_ID] \ - --documentId [DOCUMENT_ID] \ - diff --git a/docs/examples/1.0.0/console-cli/examples/databases/list-documents.md b/docs/examples/1.0.0/console-cli/examples/databases/list-documents.md deleted file mode 100644 index 08dcbdf584..0000000000 --- a/docs/examples/1.0.0/console-cli/examples/databases/list-documents.md +++ /dev/null @@ -1,4 +0,0 @@ -appwrite databases listDocuments \ - --databaseId [DATABASE_ID] \ - --collectionId [COLLECTION_ID] \ - diff --git a/docs/examples/1.0.0/console-cli/examples/databases/list-indexes.md b/docs/examples/1.0.0/console-cli/examples/databases/list-indexes.md deleted file mode 100644 index 4be6715864..0000000000 --- a/docs/examples/1.0.0/console-cli/examples/databases/list-indexes.md +++ /dev/null @@ -1,3 +0,0 @@ -appwrite databases listIndexes \ - --databaseId [DATABASE_ID] \ - --collectionId [COLLECTION_ID] diff --git a/docs/examples/1.0.0/console-cli/examples/databases/list-logs.md b/docs/examples/1.0.0/console-cli/examples/databases/list-logs.md deleted file mode 100644 index f1c44f1f74..0000000000 --- a/docs/examples/1.0.0/console-cli/examples/databases/list-logs.md +++ /dev/null @@ -1,3 +0,0 @@ -appwrite databases listLogs \ - --databaseId [DATABASE_ID] \ - diff --git a/docs/examples/1.0.0/console-cli/examples/databases/list.md b/docs/examples/1.0.0/console-cli/examples/databases/list.md deleted file mode 100644 index e723bc32ec..0000000000 --- a/docs/examples/1.0.0/console-cli/examples/databases/list.md +++ /dev/null @@ -1,3 +0,0 @@ -appwrite databases list \ - - diff --git a/docs/examples/1.0.0/console-cli/examples/databases/update-collection.md b/docs/examples/1.0.0/console-cli/examples/databases/update-collection.md deleted file mode 100644 index 027d7cc830..0000000000 --- a/docs/examples/1.0.0/console-cli/examples/databases/update-collection.md +++ /dev/null @@ -1,7 +0,0 @@ -appwrite databases updateCollection \ - --databaseId [DATABASE_ID] \ - --collectionId [COLLECTION_ID] \ - --name [NAME] \ - - - diff --git a/docs/examples/1.0.0/console-cli/examples/databases/update-document.md b/docs/examples/1.0.0/console-cli/examples/databases/update-document.md deleted file mode 100644 index d281fe2efe..0000000000 --- a/docs/examples/1.0.0/console-cli/examples/databases/update-document.md +++ /dev/null @@ -1,6 +0,0 @@ -appwrite databases updateDocument \ - --databaseId [DATABASE_ID] \ - --collectionId [COLLECTION_ID] \ - --documentId [DOCUMENT_ID] \ - - diff --git a/docs/examples/1.0.0/console-cli/examples/databases/update.md b/docs/examples/1.0.0/console-cli/examples/databases/update.md deleted file mode 100644 index ab60c89f8f..0000000000 --- a/docs/examples/1.0.0/console-cli/examples/databases/update.md +++ /dev/null @@ -1,3 +0,0 @@ -appwrite databases update \ - --databaseId [DATABASE_ID] \ - --name [NAME] diff --git a/docs/examples/1.0.0/console-cli/examples/functions/create-deployment.md b/docs/examples/1.0.0/console-cli/examples/functions/create-deployment.md deleted file mode 100644 index 91e31739ba..0000000000 --- a/docs/examples/1.0.0/console-cli/examples/functions/create-deployment.md +++ /dev/null @@ -1,5 +0,0 @@ -appwrite functions createDeployment \ - --functionId [FUNCTION_ID] \ - --entrypoint [ENTRYPOINT] \ - --code 'path/to/file.png' \ - --activate false diff --git a/docs/examples/1.0.0/console-cli/examples/functions/create-execution.md b/docs/examples/1.0.0/console-cli/examples/functions/create-execution.md deleted file mode 100644 index adcb3cde08..0000000000 --- a/docs/examples/1.0.0/console-cli/examples/functions/create-execution.md +++ /dev/null @@ -1,4 +0,0 @@ -appwrite functions createExecution \ - --functionId [FUNCTION_ID] \ - - diff --git a/docs/examples/1.0.0/console-cli/examples/functions/create-variable.md b/docs/examples/1.0.0/console-cli/examples/functions/create-variable.md deleted file mode 100644 index 79b559fa6e..0000000000 --- a/docs/examples/1.0.0/console-cli/examples/functions/create-variable.md +++ /dev/null @@ -1,4 +0,0 @@ -appwrite functions createVariable \ - --functionId [FUNCTION_ID] \ - --key [KEY] \ - --value [VALUE] diff --git a/docs/examples/1.0.0/console-cli/examples/functions/delete-deployment.md b/docs/examples/1.0.0/console-cli/examples/functions/delete-deployment.md deleted file mode 100644 index 2033b846ce..0000000000 --- a/docs/examples/1.0.0/console-cli/examples/functions/delete-deployment.md +++ /dev/null @@ -1,3 +0,0 @@ -appwrite functions deleteDeployment \ - --functionId [FUNCTION_ID] \ - --deploymentId [DEPLOYMENT_ID] diff --git a/docs/examples/1.0.0/console-cli/examples/functions/delete-variable.md b/docs/examples/1.0.0/console-cli/examples/functions/delete-variable.md deleted file mode 100644 index cb556644ca..0000000000 --- a/docs/examples/1.0.0/console-cli/examples/functions/delete-variable.md +++ /dev/null @@ -1,3 +0,0 @@ -appwrite functions deleteVariable \ - --functionId [FUNCTION_ID] \ - --variableId [VARIABLE_ID] diff --git a/docs/examples/1.0.0/console-cli/examples/functions/delete.md b/docs/examples/1.0.0/console-cli/examples/functions/delete.md deleted file mode 100644 index b3ce304016..0000000000 --- a/docs/examples/1.0.0/console-cli/examples/functions/delete.md +++ /dev/null @@ -1,2 +0,0 @@ -appwrite functions delete \ - --functionId [FUNCTION_ID] diff --git a/docs/examples/1.0.0/console-cli/examples/functions/get-deployment.md b/docs/examples/1.0.0/console-cli/examples/functions/get-deployment.md deleted file mode 100644 index 668bcde4fe..0000000000 --- a/docs/examples/1.0.0/console-cli/examples/functions/get-deployment.md +++ /dev/null @@ -1,3 +0,0 @@ -appwrite functions getDeployment \ - --functionId [FUNCTION_ID] \ - --deploymentId [DEPLOYMENT_ID] diff --git a/docs/examples/1.0.0/console-cli/examples/functions/get-execution.md b/docs/examples/1.0.0/console-cli/examples/functions/get-execution.md deleted file mode 100644 index b6a974766d..0000000000 --- a/docs/examples/1.0.0/console-cli/examples/functions/get-execution.md +++ /dev/null @@ -1,3 +0,0 @@ -appwrite functions getExecution \ - --functionId [FUNCTION_ID] \ - --executionId [EXECUTION_ID] diff --git a/docs/examples/1.0.0/console-cli/examples/functions/get-function-usage.md b/docs/examples/1.0.0/console-cli/examples/functions/get-function-usage.md deleted file mode 100644 index 71129c386f..0000000000 --- a/docs/examples/1.0.0/console-cli/examples/functions/get-function-usage.md +++ /dev/null @@ -1,3 +0,0 @@ -appwrite functions getFunctionUsage \ - --functionId [FUNCTION_ID] \ - diff --git a/docs/examples/1.0.0/console-cli/examples/functions/get-usage.md b/docs/examples/1.0.0/console-cli/examples/functions/get-usage.md deleted file mode 100644 index a3fe7c38de..0000000000 --- a/docs/examples/1.0.0/console-cli/examples/functions/get-usage.md +++ /dev/null @@ -1,2 +0,0 @@ -appwrite functions getUsage \ - diff --git a/docs/examples/1.0.0/console-cli/examples/functions/get-variable.md b/docs/examples/1.0.0/console-cli/examples/functions/get-variable.md deleted file mode 100644 index 8a8bd4832e..0000000000 --- a/docs/examples/1.0.0/console-cli/examples/functions/get-variable.md +++ /dev/null @@ -1,3 +0,0 @@ -appwrite functions getVariable \ - --functionId [FUNCTION_ID] \ - --variableId [VARIABLE_ID] diff --git a/docs/examples/1.0.0/console-cli/examples/functions/get.md b/docs/examples/1.0.0/console-cli/examples/functions/get.md deleted file mode 100644 index 0332c4a6aa..0000000000 --- a/docs/examples/1.0.0/console-cli/examples/functions/get.md +++ /dev/null @@ -1,2 +0,0 @@ -appwrite functions get \ - --functionId [FUNCTION_ID] diff --git a/docs/examples/1.0.0/console-cli/examples/functions/list-deployments.md b/docs/examples/1.0.0/console-cli/examples/functions/list-deployments.md deleted file mode 100644 index 5ffd5b909f..0000000000 --- a/docs/examples/1.0.0/console-cli/examples/functions/list-deployments.md +++ /dev/null @@ -1,4 +0,0 @@ -appwrite functions listDeployments \ - --functionId [FUNCTION_ID] \ - - diff --git a/docs/examples/1.0.0/console-cli/examples/functions/list-executions.md b/docs/examples/1.0.0/console-cli/examples/functions/list-executions.md deleted file mode 100644 index 894cb04426..0000000000 --- a/docs/examples/1.0.0/console-cli/examples/functions/list-executions.md +++ /dev/null @@ -1,4 +0,0 @@ -appwrite functions listExecutions \ - --functionId [FUNCTION_ID] \ - - diff --git a/docs/examples/1.0.0/console-cli/examples/functions/list-runtimes.md b/docs/examples/1.0.0/console-cli/examples/functions/list-runtimes.md deleted file mode 100644 index 15dc019c44..0000000000 --- a/docs/examples/1.0.0/console-cli/examples/functions/list-runtimes.md +++ /dev/null @@ -1 +0,0 @@ -appwrite functions listRuntimes diff --git a/docs/examples/1.0.0/console-cli/examples/functions/list.md b/docs/examples/1.0.0/console-cli/examples/functions/list.md deleted file mode 100644 index 3b7551266e..0000000000 --- a/docs/examples/1.0.0/console-cli/examples/functions/list.md +++ /dev/null @@ -1,3 +0,0 @@ -appwrite functions list \ - - diff --git a/docs/examples/1.0.0/console-cli/examples/functions/retry-build.md b/docs/examples/1.0.0/console-cli/examples/functions/retry-build.md deleted file mode 100644 index bd226b77b1..0000000000 --- a/docs/examples/1.0.0/console-cli/examples/functions/retry-build.md +++ /dev/null @@ -1,4 +0,0 @@ -appwrite functions retryBuild \ - --functionId [FUNCTION_ID] \ - --deploymentId [DEPLOYMENT_ID] \ - --buildId [BUILD_ID] diff --git a/docs/examples/1.0.0/console-cli/examples/functions/update-deployment.md b/docs/examples/1.0.0/console-cli/examples/functions/update-deployment.md deleted file mode 100644 index 7276b3e780..0000000000 --- a/docs/examples/1.0.0/console-cli/examples/functions/update-deployment.md +++ /dev/null @@ -1,3 +0,0 @@ -appwrite functions updateDeployment \ - --functionId [FUNCTION_ID] \ - --deploymentId [DEPLOYMENT_ID] diff --git a/docs/examples/1.0.0/console-cli/examples/functions/update-variable.md b/docs/examples/1.0.0/console-cli/examples/functions/update-variable.md deleted file mode 100644 index 56e9ebeb00..0000000000 --- a/docs/examples/1.0.0/console-cli/examples/functions/update-variable.md +++ /dev/null @@ -1,5 +0,0 @@ -appwrite functions updateVariable \ - --functionId [FUNCTION_ID] \ - --variableId [VARIABLE_ID] \ - --key [KEY] \ - diff --git a/docs/examples/1.0.0/console-cli/examples/health/get-antivirus.md b/docs/examples/1.0.0/console-cli/examples/health/get-antivirus.md deleted file mode 100644 index 96dd7e78b2..0000000000 --- a/docs/examples/1.0.0/console-cli/examples/health/get-antivirus.md +++ /dev/null @@ -1 +0,0 @@ -appwrite health getAntivirus diff --git a/docs/examples/1.0.0/console-cli/examples/health/get-cache.md b/docs/examples/1.0.0/console-cli/examples/health/get-cache.md deleted file mode 100644 index ad1111ccf0..0000000000 --- a/docs/examples/1.0.0/console-cli/examples/health/get-cache.md +++ /dev/null @@ -1 +0,0 @@ -appwrite health getCache diff --git a/docs/examples/1.0.0/console-cli/examples/health/get-d-b.md b/docs/examples/1.0.0/console-cli/examples/health/get-d-b.md deleted file mode 100644 index b0ea2d3eac..0000000000 --- a/docs/examples/1.0.0/console-cli/examples/health/get-d-b.md +++ /dev/null @@ -1 +0,0 @@ -appwrite health getDB diff --git a/docs/examples/1.0.0/console-cli/examples/health/get-queue-certificates.md b/docs/examples/1.0.0/console-cli/examples/health/get-queue-certificates.md deleted file mode 100644 index 7cae239389..0000000000 --- a/docs/examples/1.0.0/console-cli/examples/health/get-queue-certificates.md +++ /dev/null @@ -1 +0,0 @@ -appwrite health getQueueCertificates diff --git a/docs/examples/1.0.0/console-cli/examples/health/get-queue-functions.md b/docs/examples/1.0.0/console-cli/examples/health/get-queue-functions.md deleted file mode 100644 index 9edfddac62..0000000000 --- a/docs/examples/1.0.0/console-cli/examples/health/get-queue-functions.md +++ /dev/null @@ -1 +0,0 @@ -appwrite health getQueueFunctions diff --git a/docs/examples/1.0.0/console-cli/examples/health/get-queue-logs.md b/docs/examples/1.0.0/console-cli/examples/health/get-queue-logs.md deleted file mode 100644 index 9a0974934b..0000000000 --- a/docs/examples/1.0.0/console-cli/examples/health/get-queue-logs.md +++ /dev/null @@ -1 +0,0 @@ -appwrite health getQueueLogs diff --git a/docs/examples/1.0.0/console-cli/examples/health/get-queue-webhooks.md b/docs/examples/1.0.0/console-cli/examples/health/get-queue-webhooks.md deleted file mode 100644 index f38eaa4e77..0000000000 --- a/docs/examples/1.0.0/console-cli/examples/health/get-queue-webhooks.md +++ /dev/null @@ -1 +0,0 @@ -appwrite health getQueueWebhooks diff --git a/docs/examples/1.0.0/console-cli/examples/health/get-storage-local.md b/docs/examples/1.0.0/console-cli/examples/health/get-storage-local.md deleted file mode 100644 index b5df39fae0..0000000000 --- a/docs/examples/1.0.0/console-cli/examples/health/get-storage-local.md +++ /dev/null @@ -1 +0,0 @@ -appwrite health getStorageLocal diff --git a/docs/examples/1.0.0/console-cli/examples/health/get-time.md b/docs/examples/1.0.0/console-cli/examples/health/get-time.md deleted file mode 100644 index 067e5daf9e..0000000000 --- a/docs/examples/1.0.0/console-cli/examples/health/get-time.md +++ /dev/null @@ -1 +0,0 @@ -appwrite health getTime diff --git a/docs/examples/1.0.0/console-cli/examples/health/get.md b/docs/examples/1.0.0/console-cli/examples/health/get.md deleted file mode 100644 index 94c08e5aa3..0000000000 --- a/docs/examples/1.0.0/console-cli/examples/health/get.md +++ /dev/null @@ -1 +0,0 @@ -appwrite health get diff --git a/docs/examples/1.0.0/console-cli/examples/locale/get-continents.md b/docs/examples/1.0.0/console-cli/examples/locale/get-continents.md deleted file mode 100644 index ff7f1aea0d..0000000000 --- a/docs/examples/1.0.0/console-cli/examples/locale/get-continents.md +++ /dev/null @@ -1 +0,0 @@ -appwrite locale getContinents diff --git a/docs/examples/1.0.0/console-cli/examples/locale/get-countries-e-u.md b/docs/examples/1.0.0/console-cli/examples/locale/get-countries-e-u.md deleted file mode 100644 index 8ecd92fb10..0000000000 --- a/docs/examples/1.0.0/console-cli/examples/locale/get-countries-e-u.md +++ /dev/null @@ -1 +0,0 @@ -appwrite locale getCountriesEU diff --git a/docs/examples/1.0.0/console-cli/examples/locale/get-countries-phones.md b/docs/examples/1.0.0/console-cli/examples/locale/get-countries-phones.md deleted file mode 100644 index 6be84104d4..0000000000 --- a/docs/examples/1.0.0/console-cli/examples/locale/get-countries-phones.md +++ /dev/null @@ -1 +0,0 @@ -appwrite locale getCountriesPhones diff --git a/docs/examples/1.0.0/console-cli/examples/locale/get-countries.md b/docs/examples/1.0.0/console-cli/examples/locale/get-countries.md deleted file mode 100644 index f2a4a4dc28..0000000000 --- a/docs/examples/1.0.0/console-cli/examples/locale/get-countries.md +++ /dev/null @@ -1 +0,0 @@ -appwrite locale getCountries diff --git a/docs/examples/1.0.0/console-cli/examples/locale/get-currencies.md b/docs/examples/1.0.0/console-cli/examples/locale/get-currencies.md deleted file mode 100644 index b43f11f507..0000000000 --- a/docs/examples/1.0.0/console-cli/examples/locale/get-currencies.md +++ /dev/null @@ -1 +0,0 @@ -appwrite locale getCurrencies diff --git a/docs/examples/1.0.0/console-cli/examples/locale/get-languages.md b/docs/examples/1.0.0/console-cli/examples/locale/get-languages.md deleted file mode 100644 index 86ab7134b9..0000000000 --- a/docs/examples/1.0.0/console-cli/examples/locale/get-languages.md +++ /dev/null @@ -1 +0,0 @@ -appwrite locale getLanguages diff --git a/docs/examples/1.0.0/console-cli/examples/locale/get.md b/docs/examples/1.0.0/console-cli/examples/locale/get.md deleted file mode 100644 index 2002a06c20..0000000000 --- a/docs/examples/1.0.0/console-cli/examples/locale/get.md +++ /dev/null @@ -1 +0,0 @@ -appwrite locale get diff --git a/docs/examples/1.0.0/console-cli/examples/projects/create-domain.md b/docs/examples/1.0.0/console-cli/examples/projects/create-domain.md deleted file mode 100644 index 6ae89ccf27..0000000000 --- a/docs/examples/1.0.0/console-cli/examples/projects/create-domain.md +++ /dev/null @@ -1,3 +0,0 @@ -appwrite projects createDomain \ - --projectId [PROJECT_ID] \ - --domain '' diff --git a/docs/examples/1.0.0/console-cli/examples/projects/create-key.md b/docs/examples/1.0.0/console-cli/examples/projects/create-key.md deleted file mode 100644 index 14112865c5..0000000000 --- a/docs/examples/1.0.0/console-cli/examples/projects/create-key.md +++ /dev/null @@ -1,5 +0,0 @@ -appwrite projects createKey \ - --projectId [PROJECT_ID] \ - --name [NAME] \ - --scopes one two three \ - diff --git a/docs/examples/1.0.0/console-cli/examples/projects/create-platform.md b/docs/examples/1.0.0/console-cli/examples/projects/create-platform.md deleted file mode 100644 index 1374f510e2..0000000000 --- a/docs/examples/1.0.0/console-cli/examples/projects/create-platform.md +++ /dev/null @@ -1,7 +0,0 @@ -appwrite projects createPlatform \ - --projectId [PROJECT_ID] \ - --type web \ - --name [NAME] \ - - - diff --git a/docs/examples/1.0.0/console-cli/examples/projects/create-webhook.md b/docs/examples/1.0.0/console-cli/examples/projects/create-webhook.md deleted file mode 100644 index 2eaacd167f..0000000000 --- a/docs/examples/1.0.0/console-cli/examples/projects/create-webhook.md +++ /dev/null @@ -1,8 +0,0 @@ -appwrite projects createWebhook \ - --projectId [PROJECT_ID] \ - --name [NAME] \ - --events one two three \ - --url https://example.com \ - --security false \ - - diff --git a/docs/examples/1.0.0/console-cli/examples/projects/create.md b/docs/examples/1.0.0/console-cli/examples/projects/create.md deleted file mode 100644 index 3638e11b10..0000000000 --- a/docs/examples/1.0.0/console-cli/examples/projects/create.md +++ /dev/null @@ -1,13 +0,0 @@ -appwrite projects create \ - --projectId [PROJECT_ID] \ - --name [NAME] \ - --teamId [TEAM_ID] \ - - - - - - - - - diff --git a/docs/examples/1.0.0/console-cli/examples/projects/delete-domain.md b/docs/examples/1.0.0/console-cli/examples/projects/delete-domain.md deleted file mode 100644 index c4690086e1..0000000000 --- a/docs/examples/1.0.0/console-cli/examples/projects/delete-domain.md +++ /dev/null @@ -1,3 +0,0 @@ -appwrite projects deleteDomain \ - --projectId [PROJECT_ID] \ - --domainId [DOMAIN_ID] diff --git a/docs/examples/1.0.0/console-cli/examples/projects/delete-key.md b/docs/examples/1.0.0/console-cli/examples/projects/delete-key.md deleted file mode 100644 index 48f97cf529..0000000000 --- a/docs/examples/1.0.0/console-cli/examples/projects/delete-key.md +++ /dev/null @@ -1,3 +0,0 @@ -appwrite projects deleteKey \ - --projectId [PROJECT_ID] \ - --keyId [KEY_ID] diff --git a/docs/examples/1.0.0/console-cli/examples/projects/delete-platform.md b/docs/examples/1.0.0/console-cli/examples/projects/delete-platform.md deleted file mode 100644 index 9e14cb5b69..0000000000 --- a/docs/examples/1.0.0/console-cli/examples/projects/delete-platform.md +++ /dev/null @@ -1,3 +0,0 @@ -appwrite projects deletePlatform \ - --projectId [PROJECT_ID] \ - --platformId [PLATFORM_ID] diff --git a/docs/examples/1.0.0/console-cli/examples/projects/delete-webhook.md b/docs/examples/1.0.0/console-cli/examples/projects/delete-webhook.md deleted file mode 100644 index 1235e737c4..0000000000 --- a/docs/examples/1.0.0/console-cli/examples/projects/delete-webhook.md +++ /dev/null @@ -1,3 +0,0 @@ -appwrite projects deleteWebhook \ - --projectId [PROJECT_ID] \ - --webhookId [WEBHOOK_ID] diff --git a/docs/examples/1.0.0/console-cli/examples/projects/delete.md b/docs/examples/1.0.0/console-cli/examples/projects/delete.md deleted file mode 100644 index 99a21b1127..0000000000 --- a/docs/examples/1.0.0/console-cli/examples/projects/delete.md +++ /dev/null @@ -1,3 +0,0 @@ -appwrite projects delete \ - --projectId [PROJECT_ID] \ - --password password diff --git a/docs/examples/1.0.0/console-cli/examples/projects/get-domain.md b/docs/examples/1.0.0/console-cli/examples/projects/get-domain.md deleted file mode 100644 index 367679aa4e..0000000000 --- a/docs/examples/1.0.0/console-cli/examples/projects/get-domain.md +++ /dev/null @@ -1,3 +0,0 @@ -appwrite projects getDomain \ - --projectId [PROJECT_ID] \ - --domainId [DOMAIN_ID] diff --git a/docs/examples/1.0.0/console-cli/examples/projects/get-key.md b/docs/examples/1.0.0/console-cli/examples/projects/get-key.md deleted file mode 100644 index 75548d21b3..0000000000 --- a/docs/examples/1.0.0/console-cli/examples/projects/get-key.md +++ /dev/null @@ -1,3 +0,0 @@ -appwrite projects getKey \ - --projectId [PROJECT_ID] \ - --keyId [KEY_ID] diff --git a/docs/examples/1.0.0/console-cli/examples/projects/get-platform.md b/docs/examples/1.0.0/console-cli/examples/projects/get-platform.md deleted file mode 100644 index 97432f00a2..0000000000 --- a/docs/examples/1.0.0/console-cli/examples/projects/get-platform.md +++ /dev/null @@ -1,3 +0,0 @@ -appwrite projects getPlatform \ - --projectId [PROJECT_ID] \ - --platformId [PLATFORM_ID] diff --git a/docs/examples/1.0.0/console-cli/examples/projects/get-usage.md b/docs/examples/1.0.0/console-cli/examples/projects/get-usage.md deleted file mode 100644 index a10e474c14..0000000000 --- a/docs/examples/1.0.0/console-cli/examples/projects/get-usage.md +++ /dev/null @@ -1,3 +0,0 @@ -appwrite projects getUsage \ - --projectId [PROJECT_ID] \ - diff --git a/docs/examples/1.0.0/console-cli/examples/projects/get-webhook.md b/docs/examples/1.0.0/console-cli/examples/projects/get-webhook.md deleted file mode 100644 index b51a78c247..0000000000 --- a/docs/examples/1.0.0/console-cli/examples/projects/get-webhook.md +++ /dev/null @@ -1,3 +0,0 @@ -appwrite projects getWebhook \ - --projectId [PROJECT_ID] \ - --webhookId [WEBHOOK_ID] diff --git a/docs/examples/1.0.0/console-cli/examples/projects/get.md b/docs/examples/1.0.0/console-cli/examples/projects/get.md deleted file mode 100644 index b0589ea3e7..0000000000 --- a/docs/examples/1.0.0/console-cli/examples/projects/get.md +++ /dev/null @@ -1,2 +0,0 @@ -appwrite projects get \ - --projectId [PROJECT_ID] diff --git a/docs/examples/1.0.0/console-cli/examples/projects/list-domains.md b/docs/examples/1.0.0/console-cli/examples/projects/list-domains.md deleted file mode 100644 index 29677137bc..0000000000 --- a/docs/examples/1.0.0/console-cli/examples/projects/list-domains.md +++ /dev/null @@ -1,2 +0,0 @@ -appwrite projects listDomains \ - --projectId [PROJECT_ID] diff --git a/docs/examples/1.0.0/console-cli/examples/projects/list-keys.md b/docs/examples/1.0.0/console-cli/examples/projects/list-keys.md deleted file mode 100644 index aba2fab9e1..0000000000 --- a/docs/examples/1.0.0/console-cli/examples/projects/list-keys.md +++ /dev/null @@ -1,2 +0,0 @@ -appwrite projects listKeys \ - --projectId [PROJECT_ID] diff --git a/docs/examples/1.0.0/console-cli/examples/projects/list-platforms.md b/docs/examples/1.0.0/console-cli/examples/projects/list-platforms.md deleted file mode 100644 index cd7ae3760f..0000000000 --- a/docs/examples/1.0.0/console-cli/examples/projects/list-platforms.md +++ /dev/null @@ -1,2 +0,0 @@ -appwrite projects listPlatforms \ - --projectId [PROJECT_ID] diff --git a/docs/examples/1.0.0/console-cli/examples/projects/list-webhooks.md b/docs/examples/1.0.0/console-cli/examples/projects/list-webhooks.md deleted file mode 100644 index cda3f1e5c8..0000000000 --- a/docs/examples/1.0.0/console-cli/examples/projects/list-webhooks.md +++ /dev/null @@ -1,2 +0,0 @@ -appwrite projects listWebhooks \ - --projectId [PROJECT_ID] diff --git a/docs/examples/1.0.0/console-cli/examples/projects/list.md b/docs/examples/1.0.0/console-cli/examples/projects/list.md deleted file mode 100644 index 0d3dd7a539..0000000000 --- a/docs/examples/1.0.0/console-cli/examples/projects/list.md +++ /dev/null @@ -1,3 +0,0 @@ -appwrite projects list \ - - diff --git a/docs/examples/1.0.0/console-cli/examples/projects/update-auth-limit.md b/docs/examples/1.0.0/console-cli/examples/projects/update-auth-limit.md deleted file mode 100644 index 0f59c9600c..0000000000 --- a/docs/examples/1.0.0/console-cli/examples/projects/update-auth-limit.md +++ /dev/null @@ -1,3 +0,0 @@ -appwrite projects updateAuthLimit \ - --projectId [PROJECT_ID] \ - --limit 0 diff --git a/docs/examples/1.0.0/console-cli/examples/projects/update-auth-status.md b/docs/examples/1.0.0/console-cli/examples/projects/update-auth-status.md deleted file mode 100644 index c4348c1b09..0000000000 --- a/docs/examples/1.0.0/console-cli/examples/projects/update-auth-status.md +++ /dev/null @@ -1,4 +0,0 @@ -appwrite projects updateAuthStatus \ - --projectId [PROJECT_ID] \ - --method email-password \ - --status false diff --git a/docs/examples/1.0.0/console-cli/examples/projects/update-domain-verification.md b/docs/examples/1.0.0/console-cli/examples/projects/update-domain-verification.md deleted file mode 100644 index bb07cdba78..0000000000 --- a/docs/examples/1.0.0/console-cli/examples/projects/update-domain-verification.md +++ /dev/null @@ -1,3 +0,0 @@ -appwrite projects updateDomainVerification \ - --projectId [PROJECT_ID] \ - --domainId [DOMAIN_ID] diff --git a/docs/examples/1.0.0/console-cli/examples/projects/update-key.md b/docs/examples/1.0.0/console-cli/examples/projects/update-key.md deleted file mode 100644 index 97a004b5a2..0000000000 --- a/docs/examples/1.0.0/console-cli/examples/projects/update-key.md +++ /dev/null @@ -1,6 +0,0 @@ -appwrite projects updateKey \ - --projectId [PROJECT_ID] \ - --keyId [KEY_ID] \ - --name [NAME] \ - --scopes one two three \ - diff --git a/docs/examples/1.0.0/console-cli/examples/projects/update-o-auth2.md b/docs/examples/1.0.0/console-cli/examples/projects/update-o-auth2.md deleted file mode 100644 index bf9dea665a..0000000000 --- a/docs/examples/1.0.0/console-cli/examples/projects/update-o-auth2.md +++ /dev/null @@ -1,5 +0,0 @@ -appwrite projects updateOAuth2 \ - --projectId [PROJECT_ID] \ - --provider amazon \ - - diff --git a/docs/examples/1.0.0/console-cli/examples/projects/update-platform.md b/docs/examples/1.0.0/console-cli/examples/projects/update-platform.md deleted file mode 100644 index 77268a4ee7..0000000000 --- a/docs/examples/1.0.0/console-cli/examples/projects/update-platform.md +++ /dev/null @@ -1,7 +0,0 @@ -appwrite projects updatePlatform \ - --projectId [PROJECT_ID] \ - --platformId [PLATFORM_ID] \ - --name [NAME] \ - - - diff --git a/docs/examples/1.0.0/console-cli/examples/projects/update-service-status.md b/docs/examples/1.0.0/console-cli/examples/projects/update-service-status.md deleted file mode 100644 index 4cfd9f9f3c..0000000000 --- a/docs/examples/1.0.0/console-cli/examples/projects/update-service-status.md +++ /dev/null @@ -1,4 +0,0 @@ -appwrite projects updateServiceStatus \ - --projectId [PROJECT_ID] \ - --service account \ - --status false diff --git a/docs/examples/1.0.0/console-cli/examples/projects/update-webhook-signature.md b/docs/examples/1.0.0/console-cli/examples/projects/update-webhook-signature.md deleted file mode 100644 index 1040b491e8..0000000000 --- a/docs/examples/1.0.0/console-cli/examples/projects/update-webhook-signature.md +++ /dev/null @@ -1,3 +0,0 @@ -appwrite projects updateWebhookSignature \ - --projectId [PROJECT_ID] \ - --webhookId [WEBHOOK_ID] diff --git a/docs/examples/1.0.0/console-cli/examples/projects/update-webhook.md b/docs/examples/1.0.0/console-cli/examples/projects/update-webhook.md deleted file mode 100644 index 98517cbfa8..0000000000 --- a/docs/examples/1.0.0/console-cli/examples/projects/update-webhook.md +++ /dev/null @@ -1,9 +0,0 @@ -appwrite projects updateWebhook \ - --projectId [PROJECT_ID] \ - --webhookId [WEBHOOK_ID] \ - --name [NAME] \ - --events one two three \ - --url https://example.com \ - --security false \ - - diff --git a/docs/examples/1.0.0/console-cli/examples/projects/update.md b/docs/examples/1.0.0/console-cli/examples/projects/update.md deleted file mode 100644 index 83e99a1a8a..0000000000 --- a/docs/examples/1.0.0/console-cli/examples/projects/update.md +++ /dev/null @@ -1,12 +0,0 @@ -appwrite projects update \ - --projectId [PROJECT_ID] \ - --name [NAME] \ - - - - - - - - - diff --git a/docs/examples/1.0.0/console-cli/examples/storage/create-bucket.md b/docs/examples/1.0.0/console-cli/examples/storage/create-bucket.md deleted file mode 100644 index 25666885f7..0000000000 --- a/docs/examples/1.0.0/console-cli/examples/storage/create-bucket.md +++ /dev/null @@ -1,11 +0,0 @@ -appwrite storage createBucket \ - --bucketId [BUCKET_ID] \ - --name [NAME] \ - - - - - - - - diff --git a/docs/examples/1.0.0/console-cli/examples/storage/create-file.md b/docs/examples/1.0.0/console-cli/examples/storage/create-file.md deleted file mode 100644 index e13b8d0e98..0000000000 --- a/docs/examples/1.0.0/console-cli/examples/storage/create-file.md +++ /dev/null @@ -1,5 +0,0 @@ -appwrite storage createFile \ - --bucketId [BUCKET_ID] \ - --fileId [FILE_ID] \ - --file 'path/to/file.png' \ - diff --git a/docs/examples/1.0.0/console-cli/examples/storage/delete-bucket.md b/docs/examples/1.0.0/console-cli/examples/storage/delete-bucket.md deleted file mode 100644 index 178a6a4b3a..0000000000 --- a/docs/examples/1.0.0/console-cli/examples/storage/delete-bucket.md +++ /dev/null @@ -1,2 +0,0 @@ -appwrite storage deleteBucket \ - --bucketId [BUCKET_ID] diff --git a/docs/examples/1.0.0/console-cli/examples/storage/delete-file.md b/docs/examples/1.0.0/console-cli/examples/storage/delete-file.md deleted file mode 100644 index 0275f87172..0000000000 --- a/docs/examples/1.0.0/console-cli/examples/storage/delete-file.md +++ /dev/null @@ -1,3 +0,0 @@ -appwrite storage deleteFile \ - --bucketId [BUCKET_ID] \ - --fileId [FILE_ID] diff --git a/docs/examples/1.0.0/console-cli/examples/storage/get-bucket-usage.md b/docs/examples/1.0.0/console-cli/examples/storage/get-bucket-usage.md deleted file mode 100644 index 930575e2e9..0000000000 --- a/docs/examples/1.0.0/console-cli/examples/storage/get-bucket-usage.md +++ /dev/null @@ -1,3 +0,0 @@ -appwrite storage getBucketUsage \ - --bucketId [BUCKET_ID] \ - diff --git a/docs/examples/1.0.0/console-cli/examples/storage/get-bucket.md b/docs/examples/1.0.0/console-cli/examples/storage/get-bucket.md deleted file mode 100644 index 76479be7d6..0000000000 --- a/docs/examples/1.0.0/console-cli/examples/storage/get-bucket.md +++ /dev/null @@ -1,2 +0,0 @@ -appwrite storage getBucket \ - --bucketId [BUCKET_ID] diff --git a/docs/examples/1.0.0/console-cli/examples/storage/get-file-download.md b/docs/examples/1.0.0/console-cli/examples/storage/get-file-download.md deleted file mode 100644 index 637c7db1da..0000000000 --- a/docs/examples/1.0.0/console-cli/examples/storage/get-file-download.md +++ /dev/null @@ -1,3 +0,0 @@ -appwrite storage getFileDownload \ - --bucketId [BUCKET_ID] \ - --fileId [FILE_ID] diff --git a/docs/examples/1.0.0/console-cli/examples/storage/get-file-preview.md b/docs/examples/1.0.0/console-cli/examples/storage/get-file-preview.md deleted file mode 100644 index 309088506b..0000000000 --- a/docs/examples/1.0.0/console-cli/examples/storage/get-file-preview.md +++ /dev/null @@ -1,14 +0,0 @@ -appwrite storage getFilePreview \ - --bucketId [BUCKET_ID] \ - --fileId [FILE_ID] \ - - - - - - - - - - - diff --git a/docs/examples/1.0.0/console-cli/examples/storage/get-file-view.md b/docs/examples/1.0.0/console-cli/examples/storage/get-file-view.md deleted file mode 100644 index a8500f3597..0000000000 --- a/docs/examples/1.0.0/console-cli/examples/storage/get-file-view.md +++ /dev/null @@ -1,3 +0,0 @@ -appwrite storage getFileView \ - --bucketId [BUCKET_ID] \ - --fileId [FILE_ID] diff --git a/docs/examples/1.0.0/console-cli/examples/storage/get-file.md b/docs/examples/1.0.0/console-cli/examples/storage/get-file.md deleted file mode 100644 index f556ef1d5c..0000000000 --- a/docs/examples/1.0.0/console-cli/examples/storage/get-file.md +++ /dev/null @@ -1,3 +0,0 @@ -appwrite storage getFile \ - --bucketId [BUCKET_ID] \ - --fileId [FILE_ID] diff --git a/docs/examples/1.0.0/console-cli/examples/storage/get-usage.md b/docs/examples/1.0.0/console-cli/examples/storage/get-usage.md deleted file mode 100644 index 29466e02f0..0000000000 --- a/docs/examples/1.0.0/console-cli/examples/storage/get-usage.md +++ /dev/null @@ -1,2 +0,0 @@ -appwrite storage getUsage \ - diff --git a/docs/examples/1.0.0/console-cli/examples/storage/list-buckets.md b/docs/examples/1.0.0/console-cli/examples/storage/list-buckets.md deleted file mode 100644 index a5cad1988f..0000000000 --- a/docs/examples/1.0.0/console-cli/examples/storage/list-buckets.md +++ /dev/null @@ -1,3 +0,0 @@ -appwrite storage listBuckets \ - - diff --git a/docs/examples/1.0.0/console-cli/examples/storage/list-files.md b/docs/examples/1.0.0/console-cli/examples/storage/list-files.md deleted file mode 100644 index 062781feaf..0000000000 --- a/docs/examples/1.0.0/console-cli/examples/storage/list-files.md +++ /dev/null @@ -1,4 +0,0 @@ -appwrite storage listFiles \ - --bucketId [BUCKET_ID] \ - - diff --git a/docs/examples/1.0.0/console-cli/examples/storage/update-bucket.md b/docs/examples/1.0.0/console-cli/examples/storage/update-bucket.md deleted file mode 100644 index 96132f4551..0000000000 --- a/docs/examples/1.0.0/console-cli/examples/storage/update-bucket.md +++ /dev/null @@ -1,11 +0,0 @@ -appwrite storage updateBucket \ - --bucketId [BUCKET_ID] \ - --name [NAME] \ - - - - - - - - diff --git a/docs/examples/1.0.0/console-cli/examples/storage/update-file.md b/docs/examples/1.0.0/console-cli/examples/storage/update-file.md deleted file mode 100644 index 295cb65743..0000000000 --- a/docs/examples/1.0.0/console-cli/examples/storage/update-file.md +++ /dev/null @@ -1,4 +0,0 @@ -appwrite storage updateFile \ - --bucketId [BUCKET_ID] \ - --fileId [FILE_ID] \ - diff --git a/docs/examples/1.0.0/console-cli/examples/teams/create-membership.md b/docs/examples/1.0.0/console-cli/examples/teams/create-membership.md deleted file mode 100644 index 351213c078..0000000000 --- a/docs/examples/1.0.0/console-cli/examples/teams/create-membership.md +++ /dev/null @@ -1,6 +0,0 @@ -appwrite teams createMembership \ - --teamId [TEAM_ID] \ - --email email@example.com \ - --roles one two three \ - --url https://example.com \ - diff --git a/docs/examples/1.0.0/console-cli/examples/teams/create.md b/docs/examples/1.0.0/console-cli/examples/teams/create.md deleted file mode 100644 index 3704d02d0b..0000000000 --- a/docs/examples/1.0.0/console-cli/examples/teams/create.md +++ /dev/null @@ -1,4 +0,0 @@ -appwrite teams create \ - --teamId [TEAM_ID] \ - --name [NAME] \ - diff --git a/docs/examples/1.0.0/console-cli/examples/teams/delete-membership.md b/docs/examples/1.0.0/console-cli/examples/teams/delete-membership.md deleted file mode 100644 index 6aaaf8902b..0000000000 --- a/docs/examples/1.0.0/console-cli/examples/teams/delete-membership.md +++ /dev/null @@ -1,3 +0,0 @@ -appwrite teams deleteMembership \ - --teamId [TEAM_ID] \ - --membershipId [MEMBERSHIP_ID] diff --git a/docs/examples/1.0.0/console-cli/examples/teams/delete.md b/docs/examples/1.0.0/console-cli/examples/teams/delete.md deleted file mode 100644 index 0a4d554b1b..0000000000 --- a/docs/examples/1.0.0/console-cli/examples/teams/delete.md +++ /dev/null @@ -1,2 +0,0 @@ -appwrite teams delete \ - --teamId [TEAM_ID] diff --git a/docs/examples/1.0.0/console-cli/examples/teams/get-membership.md b/docs/examples/1.0.0/console-cli/examples/teams/get-membership.md deleted file mode 100644 index 25d11863b9..0000000000 --- a/docs/examples/1.0.0/console-cli/examples/teams/get-membership.md +++ /dev/null @@ -1,3 +0,0 @@ -appwrite teams getMembership \ - --teamId [TEAM_ID] \ - --membershipId [MEMBERSHIP_ID] diff --git a/docs/examples/1.0.0/console-cli/examples/teams/get-memberships.md b/docs/examples/1.0.0/console-cli/examples/teams/get-memberships.md deleted file mode 100644 index 56c72e4983..0000000000 --- a/docs/examples/1.0.0/console-cli/examples/teams/get-memberships.md +++ /dev/null @@ -1,4 +0,0 @@ -appwrite teams getMemberships \ - --teamId [TEAM_ID] \ - - diff --git a/docs/examples/1.0.0/console-cli/examples/teams/get.md b/docs/examples/1.0.0/console-cli/examples/teams/get.md deleted file mode 100644 index 111aff623b..0000000000 --- a/docs/examples/1.0.0/console-cli/examples/teams/get.md +++ /dev/null @@ -1,2 +0,0 @@ -appwrite teams get \ - --teamId [TEAM_ID] diff --git a/docs/examples/1.0.0/console-cli/examples/teams/list-logs.md b/docs/examples/1.0.0/console-cli/examples/teams/list-logs.md deleted file mode 100644 index 81e09b93c3..0000000000 --- a/docs/examples/1.0.0/console-cli/examples/teams/list-logs.md +++ /dev/null @@ -1,3 +0,0 @@ -appwrite teams listLogs \ - --teamId [TEAM_ID] \ - diff --git a/docs/examples/1.0.0/console-cli/examples/teams/list.md b/docs/examples/1.0.0/console-cli/examples/teams/list.md deleted file mode 100644 index dfffc4d4dd..0000000000 --- a/docs/examples/1.0.0/console-cli/examples/teams/list.md +++ /dev/null @@ -1,3 +0,0 @@ -appwrite teams list \ - - diff --git a/docs/examples/1.0.0/console-cli/examples/teams/update-membership-roles.md b/docs/examples/1.0.0/console-cli/examples/teams/update-membership-roles.md deleted file mode 100644 index c6684d2f65..0000000000 --- a/docs/examples/1.0.0/console-cli/examples/teams/update-membership-roles.md +++ /dev/null @@ -1,4 +0,0 @@ -appwrite teams updateMembershipRoles \ - --teamId [TEAM_ID] \ - --membershipId [MEMBERSHIP_ID] \ - --roles one two three diff --git a/docs/examples/1.0.0/console-cli/examples/teams/update-membership-status.md b/docs/examples/1.0.0/console-cli/examples/teams/update-membership-status.md deleted file mode 100644 index 0f3efc413a..0000000000 --- a/docs/examples/1.0.0/console-cli/examples/teams/update-membership-status.md +++ /dev/null @@ -1,5 +0,0 @@ -appwrite teams updateMembershipStatus \ - --teamId [TEAM_ID] \ - --membershipId [MEMBERSHIP_ID] \ - --userId [USER_ID] \ - --secret [SECRET] diff --git a/docs/examples/1.0.0/console-cli/examples/teams/update.md b/docs/examples/1.0.0/console-cli/examples/teams/update.md deleted file mode 100644 index 4298ea519a..0000000000 --- a/docs/examples/1.0.0/console-cli/examples/teams/update.md +++ /dev/null @@ -1,3 +0,0 @@ -appwrite teams update \ - --teamId [TEAM_ID] \ - --name [NAME] diff --git a/docs/examples/1.0.0/console-cli/examples/users/create-argon2user.md b/docs/examples/1.0.0/console-cli/examples/users/create-argon2user.md deleted file mode 100644 index e215603b23..0000000000 --- a/docs/examples/1.0.0/console-cli/examples/users/create-argon2user.md +++ /dev/null @@ -1,5 +0,0 @@ -appwrite users createArgon2User \ - --userId [USER_ID] \ - --email email@example.com \ - --password password \ - diff --git a/docs/examples/1.0.0/console-cli/examples/users/create-bcrypt-user.md b/docs/examples/1.0.0/console-cli/examples/users/create-bcrypt-user.md deleted file mode 100644 index b4f121266b..0000000000 --- a/docs/examples/1.0.0/console-cli/examples/users/create-bcrypt-user.md +++ /dev/null @@ -1,5 +0,0 @@ -appwrite users createBcryptUser \ - --userId [USER_ID] \ - --email email@example.com \ - --password password \ - diff --git a/docs/examples/1.0.0/console-cli/examples/users/create-m-d5user.md b/docs/examples/1.0.0/console-cli/examples/users/create-m-d5user.md deleted file mode 100644 index 4bb8cb4531..0000000000 --- a/docs/examples/1.0.0/console-cli/examples/users/create-m-d5user.md +++ /dev/null @@ -1,5 +0,0 @@ -appwrite users createMD5User \ - --userId [USER_ID] \ - --email email@example.com \ - --password password \ - diff --git a/docs/examples/1.0.0/console-cli/examples/users/create-p-h-pass-user.md b/docs/examples/1.0.0/console-cli/examples/users/create-p-h-pass-user.md deleted file mode 100644 index c0ebd7b0ec..0000000000 --- a/docs/examples/1.0.0/console-cli/examples/users/create-p-h-pass-user.md +++ /dev/null @@ -1,5 +0,0 @@ -appwrite users createPHPassUser \ - --userId [USER_ID] \ - --email email@example.com \ - --password password \ - diff --git a/docs/examples/1.0.0/console-cli/examples/users/create-s-h-a-user.md b/docs/examples/1.0.0/console-cli/examples/users/create-s-h-a-user.md deleted file mode 100644 index 3aae965b68..0000000000 --- a/docs/examples/1.0.0/console-cli/examples/users/create-s-h-a-user.md +++ /dev/null @@ -1,6 +0,0 @@ -appwrite users createSHAUser \ - --userId [USER_ID] \ - --email email@example.com \ - --password password \ - - diff --git a/docs/examples/1.0.0/console-cli/examples/users/create-scrypt-modified-user.md b/docs/examples/1.0.0/console-cli/examples/users/create-scrypt-modified-user.md deleted file mode 100644 index 73b62b8424..0000000000 --- a/docs/examples/1.0.0/console-cli/examples/users/create-scrypt-modified-user.md +++ /dev/null @@ -1,8 +0,0 @@ -appwrite users createScryptModifiedUser \ - --userId [USER_ID] \ - --email email@example.com \ - --password password \ - --passwordSalt [PASSWORD_SALT] \ - --passwordSaltSeparator [PASSWORD_SALT_SEPARATOR] \ - --passwordSignerKey [PASSWORD_SIGNER_KEY] \ - diff --git a/docs/examples/1.0.0/console-cli/examples/users/create-scrypt-user.md b/docs/examples/1.0.0/console-cli/examples/users/create-scrypt-user.md deleted file mode 100644 index 595231ed11..0000000000 --- a/docs/examples/1.0.0/console-cli/examples/users/create-scrypt-user.md +++ /dev/null @@ -1,10 +0,0 @@ -appwrite users createScryptUser \ - --userId [USER_ID] \ - --email email@example.com \ - --password password \ - --passwordSalt [PASSWORD_SALT] \ - --passwordCpu null \ - --passwordMemory null \ - --passwordParallel null \ - --passwordLength null \ - diff --git a/docs/examples/1.0.0/console-cli/examples/users/create.md b/docs/examples/1.0.0/console-cli/examples/users/create.md deleted file mode 100644 index c8a0d67003..0000000000 --- a/docs/examples/1.0.0/console-cli/examples/users/create.md +++ /dev/null @@ -1,6 +0,0 @@ -appwrite users create \ - --userId [USER_ID] \ - - - - diff --git a/docs/examples/1.0.0/console-cli/examples/users/delete-session.md b/docs/examples/1.0.0/console-cli/examples/users/delete-session.md deleted file mode 100644 index e4b7632cf7..0000000000 --- a/docs/examples/1.0.0/console-cli/examples/users/delete-session.md +++ /dev/null @@ -1,3 +0,0 @@ -appwrite users deleteSession \ - --userId [USER_ID] \ - --sessionId [SESSION_ID] diff --git a/docs/examples/1.0.0/console-cli/examples/users/delete-sessions.md b/docs/examples/1.0.0/console-cli/examples/users/delete-sessions.md deleted file mode 100644 index 16c2c3a070..0000000000 --- a/docs/examples/1.0.0/console-cli/examples/users/delete-sessions.md +++ /dev/null @@ -1,2 +0,0 @@ -appwrite users deleteSessions \ - --userId [USER_ID] diff --git a/docs/examples/1.0.0/console-cli/examples/users/delete.md b/docs/examples/1.0.0/console-cli/examples/users/delete.md deleted file mode 100644 index 9c24060965..0000000000 --- a/docs/examples/1.0.0/console-cli/examples/users/delete.md +++ /dev/null @@ -1,2 +0,0 @@ -appwrite users delete \ - --userId [USER_ID] diff --git a/docs/examples/1.0.0/console-cli/examples/users/get-logs.md b/docs/examples/1.0.0/console-cli/examples/users/get-logs.md deleted file mode 100644 index 30a641a1dc..0000000000 --- a/docs/examples/1.0.0/console-cli/examples/users/get-logs.md +++ /dev/null @@ -1,3 +0,0 @@ -appwrite users getLogs \ - --userId [USER_ID] \ - diff --git a/docs/examples/1.0.0/console-cli/examples/users/get-memberships.md b/docs/examples/1.0.0/console-cli/examples/users/get-memberships.md deleted file mode 100644 index 7375de23c2..0000000000 --- a/docs/examples/1.0.0/console-cli/examples/users/get-memberships.md +++ /dev/null @@ -1,2 +0,0 @@ -appwrite users getMemberships \ - --userId [USER_ID] diff --git a/docs/examples/1.0.0/console-cli/examples/users/get-prefs.md b/docs/examples/1.0.0/console-cli/examples/users/get-prefs.md deleted file mode 100644 index 1aa1b1e332..0000000000 --- a/docs/examples/1.0.0/console-cli/examples/users/get-prefs.md +++ /dev/null @@ -1,2 +0,0 @@ -appwrite users getPrefs \ - --userId [USER_ID] diff --git a/docs/examples/1.0.0/console-cli/examples/users/get-sessions.md b/docs/examples/1.0.0/console-cli/examples/users/get-sessions.md deleted file mode 100644 index 432b35cd2d..0000000000 --- a/docs/examples/1.0.0/console-cli/examples/users/get-sessions.md +++ /dev/null @@ -1,2 +0,0 @@ -appwrite users getSessions \ - --userId [USER_ID] diff --git a/docs/examples/1.0.0/console-cli/examples/users/get-usage.md b/docs/examples/1.0.0/console-cli/examples/users/get-usage.md deleted file mode 100644 index 860cdc0c42..0000000000 --- a/docs/examples/1.0.0/console-cli/examples/users/get-usage.md +++ /dev/null @@ -1,3 +0,0 @@ -appwrite users getUsage \ - - diff --git a/docs/examples/1.0.0/console-cli/examples/users/get.md b/docs/examples/1.0.0/console-cli/examples/users/get.md deleted file mode 100644 index 95f44afecf..0000000000 --- a/docs/examples/1.0.0/console-cli/examples/users/get.md +++ /dev/null @@ -1,2 +0,0 @@ -appwrite users get \ - --userId [USER_ID] diff --git a/docs/examples/1.0.0/console-cli/examples/users/list.md b/docs/examples/1.0.0/console-cli/examples/users/list.md deleted file mode 100644 index e5fdb9e5c5..0000000000 --- a/docs/examples/1.0.0/console-cli/examples/users/list.md +++ /dev/null @@ -1,3 +0,0 @@ -appwrite users list \ - - diff --git a/docs/examples/1.0.0/console-cli/examples/users/update-email-verification.md b/docs/examples/1.0.0/console-cli/examples/users/update-email-verification.md deleted file mode 100644 index ab87d52212..0000000000 --- a/docs/examples/1.0.0/console-cli/examples/users/update-email-verification.md +++ /dev/null @@ -1,3 +0,0 @@ -appwrite users updateEmailVerification \ - --userId [USER_ID] \ - --emailVerification false diff --git a/docs/examples/1.0.0/console-cli/examples/users/update-email.md b/docs/examples/1.0.0/console-cli/examples/users/update-email.md deleted file mode 100644 index be8bb11607..0000000000 --- a/docs/examples/1.0.0/console-cli/examples/users/update-email.md +++ /dev/null @@ -1,3 +0,0 @@ -appwrite users updateEmail \ - --userId [USER_ID] \ - --email email@example.com diff --git a/docs/examples/1.0.0/console-cli/examples/users/update-name.md b/docs/examples/1.0.0/console-cli/examples/users/update-name.md deleted file mode 100644 index ce9cad511b..0000000000 --- a/docs/examples/1.0.0/console-cli/examples/users/update-name.md +++ /dev/null @@ -1,3 +0,0 @@ -appwrite users updateName \ - --userId [USER_ID] \ - --name [NAME] diff --git a/docs/examples/1.0.0/console-cli/examples/users/update-password.md b/docs/examples/1.0.0/console-cli/examples/users/update-password.md deleted file mode 100644 index 1678467102..0000000000 --- a/docs/examples/1.0.0/console-cli/examples/users/update-password.md +++ /dev/null @@ -1,3 +0,0 @@ -appwrite users updatePassword \ - --userId [USER_ID] \ - --password password diff --git a/docs/examples/1.0.0/console-cli/examples/users/update-phone-verification.md b/docs/examples/1.0.0/console-cli/examples/users/update-phone-verification.md deleted file mode 100644 index 4cea770bd0..0000000000 --- a/docs/examples/1.0.0/console-cli/examples/users/update-phone-verification.md +++ /dev/null @@ -1,3 +0,0 @@ -appwrite users updatePhoneVerification \ - --userId [USER_ID] \ - --phoneVerification false diff --git a/docs/examples/1.0.0/console-cli/examples/users/update-phone.md b/docs/examples/1.0.0/console-cli/examples/users/update-phone.md deleted file mode 100644 index 047dbe98b1..0000000000 --- a/docs/examples/1.0.0/console-cli/examples/users/update-phone.md +++ /dev/null @@ -1,3 +0,0 @@ -appwrite users updatePhone \ - --userId [USER_ID] \ - --number '' diff --git a/docs/examples/1.0.0/console-cli/examples/users/update-prefs.md b/docs/examples/1.0.0/console-cli/examples/users/update-prefs.md deleted file mode 100644 index cc4a7422ac..0000000000 --- a/docs/examples/1.0.0/console-cli/examples/users/update-prefs.md +++ /dev/null @@ -1,3 +0,0 @@ -appwrite users updatePrefs \ - --userId [USER_ID] \ - --prefs '{ "key": "value" }' diff --git a/docs/examples/1.0.0/console-cli/examples/users/update-status.md b/docs/examples/1.0.0/console-cli/examples/users/update-status.md deleted file mode 100644 index 6bc10ee5de..0000000000 --- a/docs/examples/1.0.0/console-cli/examples/users/update-status.md +++ /dev/null @@ -1,3 +0,0 @@ -appwrite users updateStatus \ - --userId [USER_ID] \ - --status false diff --git a/docs/examples/1.0.0/console-web/examples/account/create-anonymous-session.md b/docs/examples/1.0.0/console-web/examples/account/create-anonymous-session.md deleted file mode 100644 index a1ff484477..0000000000 --- a/docs/examples/1.0.0/console-web/examples/account/create-anonymous-session.md +++ /dev/null @@ -1,18 +0,0 @@ -import { Client, Account } from "appwrite"; - -const client = new Client(); - -const account = new Account(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID -; - -const promise = account.createAnonymousSession(); - -promise.then(function (response) { - console.log(response); // Success -}, function (error) { - console.log(error); // Failure -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/console-web/examples/account/create-email-session.md b/docs/examples/1.0.0/console-web/examples/account/create-email-session.md deleted file mode 100644 index 43a0aa25a0..0000000000 --- a/docs/examples/1.0.0/console-web/examples/account/create-email-session.md +++ /dev/null @@ -1,18 +0,0 @@ -import { Client, Account } from "appwrite"; - -const client = new Client(); - -const account = new Account(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID -; - -const promise = account.createEmailSession('email@example.com', 'password'); - -promise.then(function (response) { - console.log(response); // Success -}, function (error) { - console.log(error); // Failure -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/console-web/examples/account/create-j-w-t.md b/docs/examples/1.0.0/console-web/examples/account/create-j-w-t.md deleted file mode 100644 index 3b5c7ed679..0000000000 --- a/docs/examples/1.0.0/console-web/examples/account/create-j-w-t.md +++ /dev/null @@ -1,18 +0,0 @@ -import { Client, Account } from "appwrite"; - -const client = new Client(); - -const account = new Account(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID -; - -const promise = account.createJWT(); - -promise.then(function (response) { - console.log(response); // Success -}, function (error) { - console.log(error); // Failure -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/console-web/examples/account/create-magic-u-r-l-session.md b/docs/examples/1.0.0/console-web/examples/account/create-magic-u-r-l-session.md deleted file mode 100644 index 9339d6742c..0000000000 --- a/docs/examples/1.0.0/console-web/examples/account/create-magic-u-r-l-session.md +++ /dev/null @@ -1,18 +0,0 @@ -import { Client, Account } from "appwrite"; - -const client = new Client(); - -const account = new Account(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID -; - -const promise = account.createMagicURLSession('[USER_ID]', 'email@example.com'); - -promise.then(function (response) { - console.log(response); // Success -}, function (error) { - console.log(error); // Failure -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/console-web/examples/account/create-o-auth2session.md b/docs/examples/1.0.0/console-web/examples/account/create-o-auth2session.md deleted file mode 100644 index 25e67b15ec..0000000000 --- a/docs/examples/1.0.0/console-web/examples/account/create-o-auth2session.md +++ /dev/null @@ -1,14 +0,0 @@ -import { Client, Account } from "appwrite"; - -const client = new Client(); - -const account = new Account(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID -; - -// Go to OAuth provider login page -account.createOAuth2Session('amazon'); - diff --git a/docs/examples/1.0.0/console-web/examples/account/create-phone-session.md b/docs/examples/1.0.0/console-web/examples/account/create-phone-session.md deleted file mode 100644 index 465dbe4e49..0000000000 --- a/docs/examples/1.0.0/console-web/examples/account/create-phone-session.md +++ /dev/null @@ -1,18 +0,0 @@ -import { Client, Account } from "appwrite"; - -const client = new Client(); - -const account = new Account(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID -; - -const promise = account.createPhoneSession('[USER_ID]', ''); - -promise.then(function (response) { - console.log(response); // Success -}, function (error) { - console.log(error); // Failure -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/console-web/examples/account/create-phone-verification.md b/docs/examples/1.0.0/console-web/examples/account/create-phone-verification.md deleted file mode 100644 index f325a9210f..0000000000 --- a/docs/examples/1.0.0/console-web/examples/account/create-phone-verification.md +++ /dev/null @@ -1,18 +0,0 @@ -import { Client, Account } from "appwrite"; - -const client = new Client(); - -const account = new Account(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID -; - -const promise = account.createPhoneVerification(); - -promise.then(function (response) { - console.log(response); // Success -}, function (error) { - console.log(error); // Failure -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/console-web/examples/account/create-recovery.md b/docs/examples/1.0.0/console-web/examples/account/create-recovery.md deleted file mode 100644 index 4f737edf3d..0000000000 --- a/docs/examples/1.0.0/console-web/examples/account/create-recovery.md +++ /dev/null @@ -1,18 +0,0 @@ -import { Client, Account } from "appwrite"; - -const client = new Client(); - -const account = new Account(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID -; - -const promise = account.createRecovery('email@example.com', 'https://example.com'); - -promise.then(function (response) { - console.log(response); // Success -}, function (error) { - console.log(error); // Failure -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/console-web/examples/account/create-verification.md b/docs/examples/1.0.0/console-web/examples/account/create-verification.md deleted file mode 100644 index 0e7162c8cf..0000000000 --- a/docs/examples/1.0.0/console-web/examples/account/create-verification.md +++ /dev/null @@ -1,18 +0,0 @@ -import { Client, Account } from "appwrite"; - -const client = new Client(); - -const account = new Account(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID -; - -const promise = account.createVerification('https://example.com'); - -promise.then(function (response) { - console.log(response); // Success -}, function (error) { - console.log(error); // Failure -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/console-web/examples/account/create.md b/docs/examples/1.0.0/console-web/examples/account/create.md deleted file mode 100644 index 5b275bd1ba..0000000000 --- a/docs/examples/1.0.0/console-web/examples/account/create.md +++ /dev/null @@ -1,18 +0,0 @@ -import { Client, Account } from "appwrite"; - -const client = new Client(); - -const account = new Account(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID -; - -const promise = account.create('[USER_ID]', 'email@example.com', 'password'); - -promise.then(function (response) { - console.log(response); // Success -}, function (error) { - console.log(error); // Failure -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/console-web/examples/account/delete-session.md b/docs/examples/1.0.0/console-web/examples/account/delete-session.md deleted file mode 100644 index a23a1f25e5..0000000000 --- a/docs/examples/1.0.0/console-web/examples/account/delete-session.md +++ /dev/null @@ -1,18 +0,0 @@ -import { Client, Account } from "appwrite"; - -const client = new Client(); - -const account = new Account(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID -; - -const promise = account.deleteSession('[SESSION_ID]'); - -promise.then(function (response) { - console.log(response); // Success -}, function (error) { - console.log(error); // Failure -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/console-web/examples/account/delete-sessions.md b/docs/examples/1.0.0/console-web/examples/account/delete-sessions.md deleted file mode 100644 index 58495385f1..0000000000 --- a/docs/examples/1.0.0/console-web/examples/account/delete-sessions.md +++ /dev/null @@ -1,18 +0,0 @@ -import { Client, Account } from "appwrite"; - -const client = new Client(); - -const account = new Account(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID -; - -const promise = account.deleteSessions(); - -promise.then(function (response) { - console.log(response); // Success -}, function (error) { - console.log(error); // Failure -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/console-web/examples/account/get-logs.md b/docs/examples/1.0.0/console-web/examples/account/get-logs.md deleted file mode 100644 index 934a4c251f..0000000000 --- a/docs/examples/1.0.0/console-web/examples/account/get-logs.md +++ /dev/null @@ -1,18 +0,0 @@ -import { Client, Account } from "appwrite"; - -const client = new Client(); - -const account = new Account(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID -; - -const promise = account.getLogs(); - -promise.then(function (response) { - console.log(response); // Success -}, function (error) { - console.log(error); // Failure -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/console-web/examples/account/get-prefs.md b/docs/examples/1.0.0/console-web/examples/account/get-prefs.md deleted file mode 100644 index a355c68ee0..0000000000 --- a/docs/examples/1.0.0/console-web/examples/account/get-prefs.md +++ /dev/null @@ -1,18 +0,0 @@ -import { Client, Account } from "appwrite"; - -const client = new Client(); - -const account = new Account(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID -; - -const promise = account.getPrefs(); - -promise.then(function (response) { - console.log(response); // Success -}, function (error) { - console.log(error); // Failure -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/console-web/examples/account/get-session.md b/docs/examples/1.0.0/console-web/examples/account/get-session.md deleted file mode 100644 index dd0c08633e..0000000000 --- a/docs/examples/1.0.0/console-web/examples/account/get-session.md +++ /dev/null @@ -1,18 +0,0 @@ -import { Client, Account } from "appwrite"; - -const client = new Client(); - -const account = new Account(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID -; - -const promise = account.getSession('[SESSION_ID]'); - -promise.then(function (response) { - console.log(response); // Success -}, function (error) { - console.log(error); // Failure -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/console-web/examples/account/get-sessions.md b/docs/examples/1.0.0/console-web/examples/account/get-sessions.md deleted file mode 100644 index ce3bc6130e..0000000000 --- a/docs/examples/1.0.0/console-web/examples/account/get-sessions.md +++ /dev/null @@ -1,18 +0,0 @@ -import { Client, Account } from "appwrite"; - -const client = new Client(); - -const account = new Account(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID -; - -const promise = account.getSessions(); - -promise.then(function (response) { - console.log(response); // Success -}, function (error) { - console.log(error); // Failure -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/console-web/examples/account/get.md b/docs/examples/1.0.0/console-web/examples/account/get.md deleted file mode 100644 index fd26ad70dc..0000000000 --- a/docs/examples/1.0.0/console-web/examples/account/get.md +++ /dev/null @@ -1,18 +0,0 @@ -import { Client, Account } from "appwrite"; - -const client = new Client(); - -const account = new Account(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID -; - -const promise = account.get(); - -promise.then(function (response) { - console.log(response); // Success -}, function (error) { - console.log(error); // Failure -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/console-web/examples/account/update-email.md b/docs/examples/1.0.0/console-web/examples/account/update-email.md deleted file mode 100644 index 6e3d603801..0000000000 --- a/docs/examples/1.0.0/console-web/examples/account/update-email.md +++ /dev/null @@ -1,18 +0,0 @@ -import { Client, Account } from "appwrite"; - -const client = new Client(); - -const account = new Account(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID -; - -const promise = account.updateEmail('email@example.com', 'password'); - -promise.then(function (response) { - console.log(response); // Success -}, function (error) { - console.log(error); // Failure -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/console-web/examples/account/update-magic-u-r-l-session.md b/docs/examples/1.0.0/console-web/examples/account/update-magic-u-r-l-session.md deleted file mode 100644 index 1934263b69..0000000000 --- a/docs/examples/1.0.0/console-web/examples/account/update-magic-u-r-l-session.md +++ /dev/null @@ -1,18 +0,0 @@ -import { Client, Account } from "appwrite"; - -const client = new Client(); - -const account = new Account(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID -; - -const promise = account.updateMagicURLSession('[USER_ID]', '[SECRET]'); - -promise.then(function (response) { - console.log(response); // Success -}, function (error) { - console.log(error); // Failure -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/console-web/examples/account/update-name.md b/docs/examples/1.0.0/console-web/examples/account/update-name.md deleted file mode 100644 index 24a27f1363..0000000000 --- a/docs/examples/1.0.0/console-web/examples/account/update-name.md +++ /dev/null @@ -1,18 +0,0 @@ -import { Client, Account } from "appwrite"; - -const client = new Client(); - -const account = new Account(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID -; - -const promise = account.updateName('[NAME]'); - -promise.then(function (response) { - console.log(response); // Success -}, function (error) { - console.log(error); // Failure -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/console-web/examples/account/update-password.md b/docs/examples/1.0.0/console-web/examples/account/update-password.md deleted file mode 100644 index 5ace968e6b..0000000000 --- a/docs/examples/1.0.0/console-web/examples/account/update-password.md +++ /dev/null @@ -1,18 +0,0 @@ -import { Client, Account } from "appwrite"; - -const client = new Client(); - -const account = new Account(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID -; - -const promise = account.updatePassword('password'); - -promise.then(function (response) { - console.log(response); // Success -}, function (error) { - console.log(error); // Failure -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/console-web/examples/account/update-phone-session.md b/docs/examples/1.0.0/console-web/examples/account/update-phone-session.md deleted file mode 100644 index 8ad2051057..0000000000 --- a/docs/examples/1.0.0/console-web/examples/account/update-phone-session.md +++ /dev/null @@ -1,18 +0,0 @@ -import { Client, Account } from "appwrite"; - -const client = new Client(); - -const account = new Account(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID -; - -const promise = account.updatePhoneSession('[USER_ID]', '[SECRET]'); - -promise.then(function (response) { - console.log(response); // Success -}, function (error) { - console.log(error); // Failure -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/console-web/examples/account/update-phone-verification.md b/docs/examples/1.0.0/console-web/examples/account/update-phone-verification.md deleted file mode 100644 index b96f3bea21..0000000000 --- a/docs/examples/1.0.0/console-web/examples/account/update-phone-verification.md +++ /dev/null @@ -1,18 +0,0 @@ -import { Client, Account } from "appwrite"; - -const client = new Client(); - -const account = new Account(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID -; - -const promise = account.updatePhoneVerification('[USER_ID]', '[SECRET]'); - -promise.then(function (response) { - console.log(response); // Success -}, function (error) { - console.log(error); // Failure -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/console-web/examples/account/update-phone.md b/docs/examples/1.0.0/console-web/examples/account/update-phone.md deleted file mode 100644 index 852ab16538..0000000000 --- a/docs/examples/1.0.0/console-web/examples/account/update-phone.md +++ /dev/null @@ -1,18 +0,0 @@ -import { Client, Account } from "appwrite"; - -const client = new Client(); - -const account = new Account(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID -; - -const promise = account.updatePhone('', 'password'); - -promise.then(function (response) { - console.log(response); // Success -}, function (error) { - console.log(error); // Failure -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/console-web/examples/account/update-prefs.md b/docs/examples/1.0.0/console-web/examples/account/update-prefs.md deleted file mode 100644 index 4948631a27..0000000000 --- a/docs/examples/1.0.0/console-web/examples/account/update-prefs.md +++ /dev/null @@ -1,18 +0,0 @@ -import { Client, Account } from "appwrite"; - -const client = new Client(); - -const account = new Account(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID -; - -const promise = account.updatePrefs({}); - -promise.then(function (response) { - console.log(response); // Success -}, function (error) { - console.log(error); // Failure -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/console-web/examples/account/update-recovery.md b/docs/examples/1.0.0/console-web/examples/account/update-recovery.md deleted file mode 100644 index 85915f1ab9..0000000000 --- a/docs/examples/1.0.0/console-web/examples/account/update-recovery.md +++ /dev/null @@ -1,18 +0,0 @@ -import { Client, Account } from "appwrite"; - -const client = new Client(); - -const account = new Account(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID -; - -const promise = account.updateRecovery('[USER_ID]', '[SECRET]', 'password', 'password'); - -promise.then(function (response) { - console.log(response); // Success -}, function (error) { - console.log(error); // Failure -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/console-web/examples/account/update-session.md b/docs/examples/1.0.0/console-web/examples/account/update-session.md deleted file mode 100644 index 70fe5faa11..0000000000 --- a/docs/examples/1.0.0/console-web/examples/account/update-session.md +++ /dev/null @@ -1,18 +0,0 @@ -import { Client, Account } from "appwrite"; - -const client = new Client(); - -const account = new Account(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID -; - -const promise = account.updateSession('[SESSION_ID]'); - -promise.then(function (response) { - console.log(response); // Success -}, function (error) { - console.log(error); // Failure -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/console-web/examples/account/update-status.md b/docs/examples/1.0.0/console-web/examples/account/update-status.md deleted file mode 100644 index a7c7817338..0000000000 --- a/docs/examples/1.0.0/console-web/examples/account/update-status.md +++ /dev/null @@ -1,18 +0,0 @@ -import { Client, Account } from "appwrite"; - -const client = new Client(); - -const account = new Account(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID -; - -const promise = account.updateStatus(); - -promise.then(function (response) { - console.log(response); // Success -}, function (error) { - console.log(error); // Failure -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/console-web/examples/account/update-verification.md b/docs/examples/1.0.0/console-web/examples/account/update-verification.md deleted file mode 100644 index 27d5cbc2f7..0000000000 --- a/docs/examples/1.0.0/console-web/examples/account/update-verification.md +++ /dev/null @@ -1,18 +0,0 @@ -import { Client, Account } from "appwrite"; - -const client = new Client(); - -const account = new Account(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID -; - -const promise = account.updateVerification('[USER_ID]', '[SECRET]'); - -promise.then(function (response) { - console.log(response); // Success -}, function (error) { - console.log(error); // Failure -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/console-web/examples/avatars/get-browser.md b/docs/examples/1.0.0/console-web/examples/avatars/get-browser.md deleted file mode 100644 index 20480ce124..0000000000 --- a/docs/examples/1.0.0/console-web/examples/avatars/get-browser.md +++ /dev/null @@ -1,14 +0,0 @@ -import { Client, Avatars } from "appwrite"; - -const client = new Client(); - -const avatars = new Avatars(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID -; - -const result = avatars.getBrowser('aa'); - -console.log(result); // Resource URL \ No newline at end of file diff --git a/docs/examples/1.0.0/console-web/examples/avatars/get-credit-card.md b/docs/examples/1.0.0/console-web/examples/avatars/get-credit-card.md deleted file mode 100644 index cdbc4a0067..0000000000 --- a/docs/examples/1.0.0/console-web/examples/avatars/get-credit-card.md +++ /dev/null @@ -1,14 +0,0 @@ -import { Client, Avatars } from "appwrite"; - -const client = new Client(); - -const avatars = new Avatars(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID -; - -const result = avatars.getCreditCard('amex'); - -console.log(result); // Resource URL \ No newline at end of file diff --git a/docs/examples/1.0.0/console-web/examples/avatars/get-favicon.md b/docs/examples/1.0.0/console-web/examples/avatars/get-favicon.md deleted file mode 100644 index f8db5c378c..0000000000 --- a/docs/examples/1.0.0/console-web/examples/avatars/get-favicon.md +++ /dev/null @@ -1,14 +0,0 @@ -import { Client, Avatars } from "appwrite"; - -const client = new Client(); - -const avatars = new Avatars(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID -; - -const result = avatars.getFavicon('https://example.com'); - -console.log(result); // Resource URL \ No newline at end of file diff --git a/docs/examples/1.0.0/console-web/examples/avatars/get-flag.md b/docs/examples/1.0.0/console-web/examples/avatars/get-flag.md deleted file mode 100644 index e609fb299d..0000000000 --- a/docs/examples/1.0.0/console-web/examples/avatars/get-flag.md +++ /dev/null @@ -1,14 +0,0 @@ -import { Client, Avatars } from "appwrite"; - -const client = new Client(); - -const avatars = new Avatars(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID -; - -const result = avatars.getFlag('af'); - -console.log(result); // Resource URL \ No newline at end of file diff --git a/docs/examples/1.0.0/console-web/examples/avatars/get-image.md b/docs/examples/1.0.0/console-web/examples/avatars/get-image.md deleted file mode 100644 index 468f6a3c54..0000000000 --- a/docs/examples/1.0.0/console-web/examples/avatars/get-image.md +++ /dev/null @@ -1,14 +0,0 @@ -import { Client, Avatars } from "appwrite"; - -const client = new Client(); - -const avatars = new Avatars(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID -; - -const result = avatars.getImage('https://example.com'); - -console.log(result); // Resource URL \ No newline at end of file diff --git a/docs/examples/1.0.0/console-web/examples/avatars/get-initials.md b/docs/examples/1.0.0/console-web/examples/avatars/get-initials.md deleted file mode 100644 index d061813297..0000000000 --- a/docs/examples/1.0.0/console-web/examples/avatars/get-initials.md +++ /dev/null @@ -1,14 +0,0 @@ -import { Client, Avatars } from "appwrite"; - -const client = new Client(); - -const avatars = new Avatars(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID -; - -const result = avatars.getInitials(); - -console.log(result); // Resource URL \ No newline at end of file diff --git a/docs/examples/1.0.0/console-web/examples/avatars/get-q-r.md b/docs/examples/1.0.0/console-web/examples/avatars/get-q-r.md deleted file mode 100644 index 86fed127e9..0000000000 --- a/docs/examples/1.0.0/console-web/examples/avatars/get-q-r.md +++ /dev/null @@ -1,14 +0,0 @@ -import { Client, Avatars } from "appwrite"; - -const client = new Client(); - -const avatars = new Avatars(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID -; - -const result = avatars.getQR('[TEXT]'); - -console.log(result); // Resource URL \ No newline at end of file diff --git a/docs/examples/1.0.0/console-web/examples/databases/create-boolean-attribute.md b/docs/examples/1.0.0/console-web/examples/databases/create-boolean-attribute.md deleted file mode 100644 index b8a2143814..0000000000 --- a/docs/examples/1.0.0/console-web/examples/databases/create-boolean-attribute.md +++ /dev/null @@ -1,18 +0,0 @@ -import { Client, Databases } from "appwrite"; - -const client = new Client(); - -const databases = new Databases(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID -; - -const promise = databases.createBooleanAttribute('[DATABASE_ID]', '[COLLECTION_ID]', '', false); - -promise.then(function (response) { - console.log(response); // Success -}, function (error) { - console.log(error); // Failure -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/console-web/examples/databases/create-collection.md b/docs/examples/1.0.0/console-web/examples/databases/create-collection.md deleted file mode 100644 index d5367d03bc..0000000000 --- a/docs/examples/1.0.0/console-web/examples/databases/create-collection.md +++ /dev/null @@ -1,18 +0,0 @@ -import { Client, Databases } from "appwrite"; - -const client = new Client(); - -const databases = new Databases(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID -; - -const promise = databases.createCollection('[DATABASE_ID]', '[COLLECTION_ID]', '[NAME]'); - -promise.then(function (response) { - console.log(response); // Success -}, function (error) { - console.log(error); // Failure -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/console-web/examples/databases/create-datetime-attribute.md b/docs/examples/1.0.0/console-web/examples/databases/create-datetime-attribute.md deleted file mode 100644 index a3921bbf2b..0000000000 --- a/docs/examples/1.0.0/console-web/examples/databases/create-datetime-attribute.md +++ /dev/null @@ -1,18 +0,0 @@ -import { Client, Databases } from "appwrite"; - -const client = new Client(); - -const databases = new Databases(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID -; - -const promise = databases.createDatetimeAttribute('[DATABASE_ID]', '[COLLECTION_ID]', '', false); - -promise.then(function (response) { - console.log(response); // Success -}, function (error) { - console.log(error); // Failure -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/console-web/examples/databases/create-document.md b/docs/examples/1.0.0/console-web/examples/databases/create-document.md deleted file mode 100644 index 5b8d89ad47..0000000000 --- a/docs/examples/1.0.0/console-web/examples/databases/create-document.md +++ /dev/null @@ -1,18 +0,0 @@ -import { Client, Databases } from "appwrite"; - -const client = new Client(); - -const databases = new Databases(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID -; - -const promise = databases.createDocument('[DATABASE_ID]', '[COLLECTION_ID]', '[DOCUMENT_ID]', {}); - -promise.then(function (response) { - console.log(response); // Success -}, function (error) { - console.log(error); // Failure -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/console-web/examples/databases/create-email-attribute.md b/docs/examples/1.0.0/console-web/examples/databases/create-email-attribute.md deleted file mode 100644 index 50557c0742..0000000000 --- a/docs/examples/1.0.0/console-web/examples/databases/create-email-attribute.md +++ /dev/null @@ -1,18 +0,0 @@ -import { Client, Databases } from "appwrite"; - -const client = new Client(); - -const databases = new Databases(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID -; - -const promise = databases.createEmailAttribute('[DATABASE_ID]', '[COLLECTION_ID]', '', false); - -promise.then(function (response) { - console.log(response); // Success -}, function (error) { - console.log(error); // Failure -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/console-web/examples/databases/create-enum-attribute.md b/docs/examples/1.0.0/console-web/examples/databases/create-enum-attribute.md deleted file mode 100644 index 92e8fae071..0000000000 --- a/docs/examples/1.0.0/console-web/examples/databases/create-enum-attribute.md +++ /dev/null @@ -1,18 +0,0 @@ -import { Client, Databases } from "appwrite"; - -const client = new Client(); - -const databases = new Databases(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID -; - -const promise = databases.createEnumAttribute('[DATABASE_ID]', '[COLLECTION_ID]', '', [], false); - -promise.then(function (response) { - console.log(response); // Success -}, function (error) { - console.log(error); // Failure -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/console-web/examples/databases/create-float-attribute.md b/docs/examples/1.0.0/console-web/examples/databases/create-float-attribute.md deleted file mode 100644 index 4c4159f625..0000000000 --- a/docs/examples/1.0.0/console-web/examples/databases/create-float-attribute.md +++ /dev/null @@ -1,18 +0,0 @@ -import { Client, Databases } from "appwrite"; - -const client = new Client(); - -const databases = new Databases(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID -; - -const promise = databases.createFloatAttribute('[DATABASE_ID]', '[COLLECTION_ID]', '', false); - -promise.then(function (response) { - console.log(response); // Success -}, function (error) { - console.log(error); // Failure -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/console-web/examples/databases/create-index.md b/docs/examples/1.0.0/console-web/examples/databases/create-index.md deleted file mode 100644 index b706ae69e5..0000000000 --- a/docs/examples/1.0.0/console-web/examples/databases/create-index.md +++ /dev/null @@ -1,18 +0,0 @@ -import { Client, Databases } from "appwrite"; - -const client = new Client(); - -const databases = new Databases(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID -; - -const promise = databases.createIndex('[DATABASE_ID]', '[COLLECTION_ID]', '', 'key', []); - -promise.then(function (response) { - console.log(response); // Success -}, function (error) { - console.log(error); // Failure -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/console-web/examples/databases/create-integer-attribute.md b/docs/examples/1.0.0/console-web/examples/databases/create-integer-attribute.md deleted file mode 100644 index 534a61d29b..0000000000 --- a/docs/examples/1.0.0/console-web/examples/databases/create-integer-attribute.md +++ /dev/null @@ -1,18 +0,0 @@ -import { Client, Databases } from "appwrite"; - -const client = new Client(); - -const databases = new Databases(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID -; - -const promise = databases.createIntegerAttribute('[DATABASE_ID]', '[COLLECTION_ID]', '', false); - -promise.then(function (response) { - console.log(response); // Success -}, function (error) { - console.log(error); // Failure -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/console-web/examples/databases/create-ip-attribute.md b/docs/examples/1.0.0/console-web/examples/databases/create-ip-attribute.md deleted file mode 100644 index 9ef9ad780c..0000000000 --- a/docs/examples/1.0.0/console-web/examples/databases/create-ip-attribute.md +++ /dev/null @@ -1,18 +0,0 @@ -import { Client, Databases } from "appwrite"; - -const client = new Client(); - -const databases = new Databases(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID -; - -const promise = databases.createIpAttribute('[DATABASE_ID]', '[COLLECTION_ID]', '', false); - -promise.then(function (response) { - console.log(response); // Success -}, function (error) { - console.log(error); // Failure -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/console-web/examples/databases/create-string-attribute.md b/docs/examples/1.0.0/console-web/examples/databases/create-string-attribute.md deleted file mode 100644 index 1553ea92f1..0000000000 --- a/docs/examples/1.0.0/console-web/examples/databases/create-string-attribute.md +++ /dev/null @@ -1,18 +0,0 @@ -import { Client, Databases } from "appwrite"; - -const client = new Client(); - -const databases = new Databases(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID -; - -const promise = databases.createStringAttribute('[DATABASE_ID]', '[COLLECTION_ID]', '', 1, false); - -promise.then(function (response) { - console.log(response); // Success -}, function (error) { - console.log(error); // Failure -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/console-web/examples/databases/create-url-attribute.md b/docs/examples/1.0.0/console-web/examples/databases/create-url-attribute.md deleted file mode 100644 index 8e75affb69..0000000000 --- a/docs/examples/1.0.0/console-web/examples/databases/create-url-attribute.md +++ /dev/null @@ -1,18 +0,0 @@ -import { Client, Databases } from "appwrite"; - -const client = new Client(); - -const databases = new Databases(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID -; - -const promise = databases.createUrlAttribute('[DATABASE_ID]', '[COLLECTION_ID]', '', false); - -promise.then(function (response) { - console.log(response); // Success -}, function (error) { - console.log(error); // Failure -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/console-web/examples/databases/create.md b/docs/examples/1.0.0/console-web/examples/databases/create.md deleted file mode 100644 index 7936a85aa5..0000000000 --- a/docs/examples/1.0.0/console-web/examples/databases/create.md +++ /dev/null @@ -1,18 +0,0 @@ -import { Client, Databases } from "appwrite"; - -const client = new Client(); - -const databases = new Databases(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID -; - -const promise = databases.create('[DATABASE_ID]', '[NAME]'); - -promise.then(function (response) { - console.log(response); // Success -}, function (error) { - console.log(error); // Failure -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/console-web/examples/databases/delete-attribute.md b/docs/examples/1.0.0/console-web/examples/databases/delete-attribute.md deleted file mode 100644 index 8a2ec9b4e5..0000000000 --- a/docs/examples/1.0.0/console-web/examples/databases/delete-attribute.md +++ /dev/null @@ -1,18 +0,0 @@ -import { Client, Databases } from "appwrite"; - -const client = new Client(); - -const databases = new Databases(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID -; - -const promise = databases.deleteAttribute('[DATABASE_ID]', '[COLLECTION_ID]', ''); - -promise.then(function (response) { - console.log(response); // Success -}, function (error) { - console.log(error); // Failure -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/console-web/examples/databases/delete-collection.md b/docs/examples/1.0.0/console-web/examples/databases/delete-collection.md deleted file mode 100644 index 724ae217cf..0000000000 --- a/docs/examples/1.0.0/console-web/examples/databases/delete-collection.md +++ /dev/null @@ -1,18 +0,0 @@ -import { Client, Databases } from "appwrite"; - -const client = new Client(); - -const databases = new Databases(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID -; - -const promise = databases.deleteCollection('[DATABASE_ID]', '[COLLECTION_ID]'); - -promise.then(function (response) { - console.log(response); // Success -}, function (error) { - console.log(error); // Failure -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/console-web/examples/databases/delete-document.md b/docs/examples/1.0.0/console-web/examples/databases/delete-document.md deleted file mode 100644 index e201280445..0000000000 --- a/docs/examples/1.0.0/console-web/examples/databases/delete-document.md +++ /dev/null @@ -1,18 +0,0 @@ -import { Client, Databases } from "appwrite"; - -const client = new Client(); - -const databases = new Databases(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID -; - -const promise = databases.deleteDocument('[DATABASE_ID]', '[COLLECTION_ID]', '[DOCUMENT_ID]'); - -promise.then(function (response) { - console.log(response); // Success -}, function (error) { - console.log(error); // Failure -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/console-web/examples/databases/delete-index.md b/docs/examples/1.0.0/console-web/examples/databases/delete-index.md deleted file mode 100644 index ecd0b48009..0000000000 --- a/docs/examples/1.0.0/console-web/examples/databases/delete-index.md +++ /dev/null @@ -1,18 +0,0 @@ -import { Client, Databases } from "appwrite"; - -const client = new Client(); - -const databases = new Databases(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID -; - -const promise = databases.deleteIndex('[DATABASE_ID]', '[COLLECTION_ID]', ''); - -promise.then(function (response) { - console.log(response); // Success -}, function (error) { - console.log(error); // Failure -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/console-web/examples/databases/delete.md b/docs/examples/1.0.0/console-web/examples/databases/delete.md deleted file mode 100644 index a625395209..0000000000 --- a/docs/examples/1.0.0/console-web/examples/databases/delete.md +++ /dev/null @@ -1,18 +0,0 @@ -import { Client, Databases } from "appwrite"; - -const client = new Client(); - -const databases = new Databases(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID -; - -const promise = databases.delete('[DATABASE_ID]'); - -promise.then(function (response) { - console.log(response); // Success -}, function (error) { - console.log(error); // Failure -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/console-web/examples/databases/get-attribute.md b/docs/examples/1.0.0/console-web/examples/databases/get-attribute.md deleted file mode 100644 index de4352449d..0000000000 --- a/docs/examples/1.0.0/console-web/examples/databases/get-attribute.md +++ /dev/null @@ -1,18 +0,0 @@ -import { Client, Databases } from "appwrite"; - -const client = new Client(); - -const databases = new Databases(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID -; - -const promise = databases.getAttribute('[DATABASE_ID]', '[COLLECTION_ID]', ''); - -promise.then(function (response) { - console.log(response); // Success -}, function (error) { - console.log(error); // Failure -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/console-web/examples/databases/get-collection-usage.md b/docs/examples/1.0.0/console-web/examples/databases/get-collection-usage.md deleted file mode 100644 index 67fc1702de..0000000000 --- a/docs/examples/1.0.0/console-web/examples/databases/get-collection-usage.md +++ /dev/null @@ -1,18 +0,0 @@ -import { Client, Databases } from "appwrite"; - -const client = new Client(); - -const databases = new Databases(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID -; - -const promise = databases.getCollectionUsage('[DATABASE_ID]', '[COLLECTION_ID]'); - -promise.then(function (response) { - console.log(response); // Success -}, function (error) { - console.log(error); // Failure -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/console-web/examples/databases/get-collection.md b/docs/examples/1.0.0/console-web/examples/databases/get-collection.md deleted file mode 100644 index ec069bc3bb..0000000000 --- a/docs/examples/1.0.0/console-web/examples/databases/get-collection.md +++ /dev/null @@ -1,18 +0,0 @@ -import { Client, Databases } from "appwrite"; - -const client = new Client(); - -const databases = new Databases(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID -; - -const promise = databases.getCollection('[DATABASE_ID]', '[COLLECTION_ID]'); - -promise.then(function (response) { - console.log(response); // Success -}, function (error) { - console.log(error); // Failure -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/console-web/examples/databases/get-database-usage.md b/docs/examples/1.0.0/console-web/examples/databases/get-database-usage.md deleted file mode 100644 index d9cbedcdbb..0000000000 --- a/docs/examples/1.0.0/console-web/examples/databases/get-database-usage.md +++ /dev/null @@ -1,18 +0,0 @@ -import { Client, Databases } from "appwrite"; - -const client = new Client(); - -const databases = new Databases(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID -; - -const promise = databases.getDatabaseUsage('[DATABASE_ID]'); - -promise.then(function (response) { - console.log(response); // Success -}, function (error) { - console.log(error); // Failure -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/console-web/examples/databases/get-document.md b/docs/examples/1.0.0/console-web/examples/databases/get-document.md deleted file mode 100644 index 89314e880a..0000000000 --- a/docs/examples/1.0.0/console-web/examples/databases/get-document.md +++ /dev/null @@ -1,18 +0,0 @@ -import { Client, Databases } from "appwrite"; - -const client = new Client(); - -const databases = new Databases(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID -; - -const promise = databases.getDocument('[DATABASE_ID]', '[COLLECTION_ID]', '[DOCUMENT_ID]'); - -promise.then(function (response) { - console.log(response); // Success -}, function (error) { - console.log(error); // Failure -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/console-web/examples/databases/get-index.md b/docs/examples/1.0.0/console-web/examples/databases/get-index.md deleted file mode 100644 index ccb19134ef..0000000000 --- a/docs/examples/1.0.0/console-web/examples/databases/get-index.md +++ /dev/null @@ -1,18 +0,0 @@ -import { Client, Databases } from "appwrite"; - -const client = new Client(); - -const databases = new Databases(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID -; - -const promise = databases.getIndex('[DATABASE_ID]', '[COLLECTION_ID]', ''); - -promise.then(function (response) { - console.log(response); // Success -}, function (error) { - console.log(error); // Failure -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/console-web/examples/databases/get-usage.md b/docs/examples/1.0.0/console-web/examples/databases/get-usage.md deleted file mode 100644 index 9408c58613..0000000000 --- a/docs/examples/1.0.0/console-web/examples/databases/get-usage.md +++ /dev/null @@ -1,18 +0,0 @@ -import { Client, Databases } from "appwrite"; - -const client = new Client(); - -const databases = new Databases(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID -; - -const promise = databases.getUsage(); - -promise.then(function (response) { - console.log(response); // Success -}, function (error) { - console.log(error); // Failure -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/console-web/examples/databases/get.md b/docs/examples/1.0.0/console-web/examples/databases/get.md deleted file mode 100644 index 0f376138c5..0000000000 --- a/docs/examples/1.0.0/console-web/examples/databases/get.md +++ /dev/null @@ -1,18 +0,0 @@ -import { Client, Databases } from "appwrite"; - -const client = new Client(); - -const databases = new Databases(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID -; - -const promise = databases.get('[DATABASE_ID]'); - -promise.then(function (response) { - console.log(response); // Success -}, function (error) { - console.log(error); // Failure -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/console-web/examples/databases/list-attributes.md b/docs/examples/1.0.0/console-web/examples/databases/list-attributes.md deleted file mode 100644 index 22f0df4830..0000000000 --- a/docs/examples/1.0.0/console-web/examples/databases/list-attributes.md +++ /dev/null @@ -1,18 +0,0 @@ -import { Client, Databases } from "appwrite"; - -const client = new Client(); - -const databases = new Databases(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID -; - -const promise = databases.listAttributes('[DATABASE_ID]', '[COLLECTION_ID]'); - -promise.then(function (response) { - console.log(response); // Success -}, function (error) { - console.log(error); // Failure -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/console-web/examples/databases/list-collection-logs.md b/docs/examples/1.0.0/console-web/examples/databases/list-collection-logs.md deleted file mode 100644 index d8cf623af1..0000000000 --- a/docs/examples/1.0.0/console-web/examples/databases/list-collection-logs.md +++ /dev/null @@ -1,18 +0,0 @@ -import { Client, Databases } from "appwrite"; - -const client = new Client(); - -const databases = new Databases(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID -; - -const promise = databases.listCollectionLogs('[DATABASE_ID]', '[COLLECTION_ID]'); - -promise.then(function (response) { - console.log(response); // Success -}, function (error) { - console.log(error); // Failure -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/console-web/examples/databases/list-collections.md b/docs/examples/1.0.0/console-web/examples/databases/list-collections.md deleted file mode 100644 index 5f757022de..0000000000 --- a/docs/examples/1.0.0/console-web/examples/databases/list-collections.md +++ /dev/null @@ -1,18 +0,0 @@ -import { Client, Databases } from "appwrite"; - -const client = new Client(); - -const databases = new Databases(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID -; - -const promise = databases.listCollections('[DATABASE_ID]'); - -promise.then(function (response) { - console.log(response); // Success -}, function (error) { - console.log(error); // Failure -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/console-web/examples/databases/list-document-logs.md b/docs/examples/1.0.0/console-web/examples/databases/list-document-logs.md deleted file mode 100644 index 220fb282d5..0000000000 --- a/docs/examples/1.0.0/console-web/examples/databases/list-document-logs.md +++ /dev/null @@ -1,18 +0,0 @@ -import { Client, Databases } from "appwrite"; - -const client = new Client(); - -const databases = new Databases(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID -; - -const promise = databases.listDocumentLogs('[DATABASE_ID]', '[COLLECTION_ID]', '[DOCUMENT_ID]'); - -promise.then(function (response) { - console.log(response); // Success -}, function (error) { - console.log(error); // Failure -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/console-web/examples/databases/list-documents.md b/docs/examples/1.0.0/console-web/examples/databases/list-documents.md deleted file mode 100644 index a4afd21031..0000000000 --- a/docs/examples/1.0.0/console-web/examples/databases/list-documents.md +++ /dev/null @@ -1,18 +0,0 @@ -import { Client, Databases } from "appwrite"; - -const client = new Client(); - -const databases = new Databases(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID -; - -const promise = databases.listDocuments('[DATABASE_ID]', '[COLLECTION_ID]'); - -promise.then(function (response) { - console.log(response); // Success -}, function (error) { - console.log(error); // Failure -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/console-web/examples/databases/list-indexes.md b/docs/examples/1.0.0/console-web/examples/databases/list-indexes.md deleted file mode 100644 index 33dfdd3f7d..0000000000 --- a/docs/examples/1.0.0/console-web/examples/databases/list-indexes.md +++ /dev/null @@ -1,18 +0,0 @@ -import { Client, Databases } from "appwrite"; - -const client = new Client(); - -const databases = new Databases(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID -; - -const promise = databases.listIndexes('[DATABASE_ID]', '[COLLECTION_ID]'); - -promise.then(function (response) { - console.log(response); // Success -}, function (error) { - console.log(error); // Failure -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/console-web/examples/databases/list-logs.md b/docs/examples/1.0.0/console-web/examples/databases/list-logs.md deleted file mode 100644 index e9af3195af..0000000000 --- a/docs/examples/1.0.0/console-web/examples/databases/list-logs.md +++ /dev/null @@ -1,18 +0,0 @@ -import { Client, Databases } from "appwrite"; - -const client = new Client(); - -const databases = new Databases(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID -; - -const promise = databases.listLogs('[DATABASE_ID]'); - -promise.then(function (response) { - console.log(response); // Success -}, function (error) { - console.log(error); // Failure -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/console-web/examples/databases/list.md b/docs/examples/1.0.0/console-web/examples/databases/list.md deleted file mode 100644 index 44a0fd9436..0000000000 --- a/docs/examples/1.0.0/console-web/examples/databases/list.md +++ /dev/null @@ -1,18 +0,0 @@ -import { Client, Databases } from "appwrite"; - -const client = new Client(); - -const databases = new Databases(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID -; - -const promise = databases.list(); - -promise.then(function (response) { - console.log(response); // Success -}, function (error) { - console.log(error); // Failure -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/console-web/examples/databases/update-collection.md b/docs/examples/1.0.0/console-web/examples/databases/update-collection.md deleted file mode 100644 index a46583f436..0000000000 --- a/docs/examples/1.0.0/console-web/examples/databases/update-collection.md +++ /dev/null @@ -1,18 +0,0 @@ -import { Client, Databases } from "appwrite"; - -const client = new Client(); - -const databases = new Databases(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID -; - -const promise = databases.updateCollection('[DATABASE_ID]', '[COLLECTION_ID]', '[NAME]'); - -promise.then(function (response) { - console.log(response); // Success -}, function (error) { - console.log(error); // Failure -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/console-web/examples/databases/update-document.md b/docs/examples/1.0.0/console-web/examples/databases/update-document.md deleted file mode 100644 index 2d59a8ad85..0000000000 --- a/docs/examples/1.0.0/console-web/examples/databases/update-document.md +++ /dev/null @@ -1,18 +0,0 @@ -import { Client, Databases } from "appwrite"; - -const client = new Client(); - -const databases = new Databases(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID -; - -const promise = databases.updateDocument('[DATABASE_ID]', '[COLLECTION_ID]', '[DOCUMENT_ID]'); - -promise.then(function (response) { - console.log(response); // Success -}, function (error) { - console.log(error); // Failure -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/console-web/examples/databases/update.md b/docs/examples/1.0.0/console-web/examples/databases/update.md deleted file mode 100644 index 3bb577d50b..0000000000 --- a/docs/examples/1.0.0/console-web/examples/databases/update.md +++ /dev/null @@ -1,18 +0,0 @@ -import { Client, Databases } from "appwrite"; - -const client = new Client(); - -const databases = new Databases(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID -; - -const promise = databases.update('[DATABASE_ID]', '[NAME]'); - -promise.then(function (response) { - console.log(response); // Success -}, function (error) { - console.log(error); // Failure -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/console-web/examples/functions/create-deployment.md b/docs/examples/1.0.0/console-web/examples/functions/create-deployment.md deleted file mode 100644 index 57687bc535..0000000000 --- a/docs/examples/1.0.0/console-web/examples/functions/create-deployment.md +++ /dev/null @@ -1,18 +0,0 @@ -import { Client, Functions } from "appwrite"; - -const client = new Client(); - -const functions = new Functions(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID -; - -const promise = functions.createDeployment('[FUNCTION_ID]', '[ENTRYPOINT]', document.getElementById('uploader').files[0], false); - -promise.then(function (response) { - console.log(response); // Success -}, function (error) { - console.log(error); // Failure -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/console-web/examples/functions/create-execution.md b/docs/examples/1.0.0/console-web/examples/functions/create-execution.md deleted file mode 100644 index 2b64bc9f7b..0000000000 --- a/docs/examples/1.0.0/console-web/examples/functions/create-execution.md +++ /dev/null @@ -1,18 +0,0 @@ -import { Client, Functions } from "appwrite"; - -const client = new Client(); - -const functions = new Functions(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID -; - -const promise = functions.createExecution('[FUNCTION_ID]'); - -promise.then(function (response) { - console.log(response); // Success -}, function (error) { - console.log(error); // Failure -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/console-web/examples/functions/create-variable.md b/docs/examples/1.0.0/console-web/examples/functions/create-variable.md deleted file mode 100644 index 972830719e..0000000000 --- a/docs/examples/1.0.0/console-web/examples/functions/create-variable.md +++ /dev/null @@ -1,18 +0,0 @@ -import { Client, Functions } from "appwrite"; - -const client = new Client(); - -const functions = new Functions(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID -; - -const promise = functions.createVariable('[FUNCTION_ID]', '[KEY]', '[VALUE]'); - -promise.then(function (response) { - console.log(response); // Success -}, function (error) { - console.log(error); // Failure -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/console-web/examples/functions/create.md b/docs/examples/1.0.0/console-web/examples/functions/create.md deleted file mode 100644 index 4fe6fec973..0000000000 --- a/docs/examples/1.0.0/console-web/examples/functions/create.md +++ /dev/null @@ -1,18 +0,0 @@ -import { Client, Functions } from "appwrite"; - -const client = new Client(); - -const functions = new Functions(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID -; - -const promise = functions.create('[FUNCTION_ID]', '[NAME]', ["any"], 'node-14.5'); - -promise.then(function (response) { - console.log(response); // Success -}, function (error) { - console.log(error); // Failure -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/console-web/examples/functions/delete-deployment.md b/docs/examples/1.0.0/console-web/examples/functions/delete-deployment.md deleted file mode 100644 index 8f2c646401..0000000000 --- a/docs/examples/1.0.0/console-web/examples/functions/delete-deployment.md +++ /dev/null @@ -1,18 +0,0 @@ -import { Client, Functions } from "appwrite"; - -const client = new Client(); - -const functions = new Functions(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID -; - -const promise = functions.deleteDeployment('[FUNCTION_ID]', '[DEPLOYMENT_ID]'); - -promise.then(function (response) { - console.log(response); // Success -}, function (error) { - console.log(error); // Failure -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/console-web/examples/functions/delete-variable.md b/docs/examples/1.0.0/console-web/examples/functions/delete-variable.md deleted file mode 100644 index 5cb80d2106..0000000000 --- a/docs/examples/1.0.0/console-web/examples/functions/delete-variable.md +++ /dev/null @@ -1,18 +0,0 @@ -import { Client, Functions } from "appwrite"; - -const client = new Client(); - -const functions = new Functions(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID -; - -const promise = functions.deleteVariable('[FUNCTION_ID]', '[VARIABLE_ID]'); - -promise.then(function (response) { - console.log(response); // Success -}, function (error) { - console.log(error); // Failure -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/console-web/examples/functions/delete.md b/docs/examples/1.0.0/console-web/examples/functions/delete.md deleted file mode 100644 index 4ac987df81..0000000000 --- a/docs/examples/1.0.0/console-web/examples/functions/delete.md +++ /dev/null @@ -1,18 +0,0 @@ -import { Client, Functions } from "appwrite"; - -const client = new Client(); - -const functions = new Functions(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID -; - -const promise = functions.delete('[FUNCTION_ID]'); - -promise.then(function (response) { - console.log(response); // Success -}, function (error) { - console.log(error); // Failure -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/console-web/examples/functions/get-deployment.md b/docs/examples/1.0.0/console-web/examples/functions/get-deployment.md deleted file mode 100644 index a07fb7e844..0000000000 --- a/docs/examples/1.0.0/console-web/examples/functions/get-deployment.md +++ /dev/null @@ -1,18 +0,0 @@ -import { Client, Functions } from "appwrite"; - -const client = new Client(); - -const functions = new Functions(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID -; - -const promise = functions.getDeployment('[FUNCTION_ID]', '[DEPLOYMENT_ID]'); - -promise.then(function (response) { - console.log(response); // Success -}, function (error) { - console.log(error); // Failure -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/console-web/examples/functions/get-execution.md b/docs/examples/1.0.0/console-web/examples/functions/get-execution.md deleted file mode 100644 index f5046a08c4..0000000000 --- a/docs/examples/1.0.0/console-web/examples/functions/get-execution.md +++ /dev/null @@ -1,18 +0,0 @@ -import { Client, Functions } from "appwrite"; - -const client = new Client(); - -const functions = new Functions(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID -; - -const promise = functions.getExecution('[FUNCTION_ID]', '[EXECUTION_ID]'); - -promise.then(function (response) { - console.log(response); // Success -}, function (error) { - console.log(error); // Failure -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/console-web/examples/functions/get-function-usage.md b/docs/examples/1.0.0/console-web/examples/functions/get-function-usage.md deleted file mode 100644 index f9d416319f..0000000000 --- a/docs/examples/1.0.0/console-web/examples/functions/get-function-usage.md +++ /dev/null @@ -1,18 +0,0 @@ -import { Client, Functions } from "appwrite"; - -const client = new Client(); - -const functions = new Functions(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID -; - -const promise = functions.getFunctionUsage('[FUNCTION_ID]'); - -promise.then(function (response) { - console.log(response); // Success -}, function (error) { - console.log(error); // Failure -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/console-web/examples/functions/get-usage.md b/docs/examples/1.0.0/console-web/examples/functions/get-usage.md deleted file mode 100644 index d183a45f19..0000000000 --- a/docs/examples/1.0.0/console-web/examples/functions/get-usage.md +++ /dev/null @@ -1,18 +0,0 @@ -import { Client, Functions } from "appwrite"; - -const client = new Client(); - -const functions = new Functions(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID -; - -const promise = functions.getUsage(); - -promise.then(function (response) { - console.log(response); // Success -}, function (error) { - console.log(error); // Failure -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/console-web/examples/functions/get-variable.md b/docs/examples/1.0.0/console-web/examples/functions/get-variable.md deleted file mode 100644 index cca9639434..0000000000 --- a/docs/examples/1.0.0/console-web/examples/functions/get-variable.md +++ /dev/null @@ -1,18 +0,0 @@ -import { Client, Functions } from "appwrite"; - -const client = new Client(); - -const functions = new Functions(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID -; - -const promise = functions.getVariable('[FUNCTION_ID]', '[VARIABLE_ID]'); - -promise.then(function (response) { - console.log(response); // Success -}, function (error) { - console.log(error); // Failure -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/console-web/examples/functions/get.md b/docs/examples/1.0.0/console-web/examples/functions/get.md deleted file mode 100644 index b6e32b5171..0000000000 --- a/docs/examples/1.0.0/console-web/examples/functions/get.md +++ /dev/null @@ -1,18 +0,0 @@ -import { Client, Functions } from "appwrite"; - -const client = new Client(); - -const functions = new Functions(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID -; - -const promise = functions.get('[FUNCTION_ID]'); - -promise.then(function (response) { - console.log(response); // Success -}, function (error) { - console.log(error); // Failure -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/console-web/examples/functions/list-deployments.md b/docs/examples/1.0.0/console-web/examples/functions/list-deployments.md deleted file mode 100644 index 843dd07a61..0000000000 --- a/docs/examples/1.0.0/console-web/examples/functions/list-deployments.md +++ /dev/null @@ -1,18 +0,0 @@ -import { Client, Functions } from "appwrite"; - -const client = new Client(); - -const functions = new Functions(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID -; - -const promise = functions.listDeployments('[FUNCTION_ID]'); - -promise.then(function (response) { - console.log(response); // Success -}, function (error) { - console.log(error); // Failure -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/console-web/examples/functions/list-executions.md b/docs/examples/1.0.0/console-web/examples/functions/list-executions.md deleted file mode 100644 index 99186a95de..0000000000 --- a/docs/examples/1.0.0/console-web/examples/functions/list-executions.md +++ /dev/null @@ -1,18 +0,0 @@ -import { Client, Functions } from "appwrite"; - -const client = new Client(); - -const functions = new Functions(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID -; - -const promise = functions.listExecutions('[FUNCTION_ID]'); - -promise.then(function (response) { - console.log(response); // Success -}, function (error) { - console.log(error); // Failure -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/console-web/examples/functions/list-runtimes.md b/docs/examples/1.0.0/console-web/examples/functions/list-runtimes.md deleted file mode 100644 index d5e1f6630e..0000000000 --- a/docs/examples/1.0.0/console-web/examples/functions/list-runtimes.md +++ /dev/null @@ -1,18 +0,0 @@ -import { Client, Functions } from "appwrite"; - -const client = new Client(); - -const functions = new Functions(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID -; - -const promise = functions.listRuntimes(); - -promise.then(function (response) { - console.log(response); // Success -}, function (error) { - console.log(error); // Failure -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/console-web/examples/functions/list-variables.md b/docs/examples/1.0.0/console-web/examples/functions/list-variables.md deleted file mode 100644 index 9461ce60f0..0000000000 --- a/docs/examples/1.0.0/console-web/examples/functions/list-variables.md +++ /dev/null @@ -1,18 +0,0 @@ -import { Client, Functions } from "appwrite"; - -const client = new Client(); - -const functions = new Functions(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID -; - -const promise = functions.listVariables('[FUNCTION_ID]'); - -promise.then(function (response) { - console.log(response); // Success -}, function (error) { - console.log(error); // Failure -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/console-web/examples/functions/list.md b/docs/examples/1.0.0/console-web/examples/functions/list.md deleted file mode 100644 index 730a90fff6..0000000000 --- a/docs/examples/1.0.0/console-web/examples/functions/list.md +++ /dev/null @@ -1,18 +0,0 @@ -import { Client, Functions } from "appwrite"; - -const client = new Client(); - -const functions = new Functions(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID -; - -const promise = functions.list(); - -promise.then(function (response) { - console.log(response); // Success -}, function (error) { - console.log(error); // Failure -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/console-web/examples/functions/retry-build.md b/docs/examples/1.0.0/console-web/examples/functions/retry-build.md deleted file mode 100644 index 1ef690a227..0000000000 --- a/docs/examples/1.0.0/console-web/examples/functions/retry-build.md +++ /dev/null @@ -1,18 +0,0 @@ -import { Client, Functions } from "appwrite"; - -const client = new Client(); - -const functions = new Functions(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID -; - -const promise = functions.retryBuild('[FUNCTION_ID]', '[DEPLOYMENT_ID]', '[BUILD_ID]'); - -promise.then(function (response) { - console.log(response); // Success -}, function (error) { - console.log(error); // Failure -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/console-web/examples/functions/update-deployment.md b/docs/examples/1.0.0/console-web/examples/functions/update-deployment.md deleted file mode 100644 index b231ae593e..0000000000 --- a/docs/examples/1.0.0/console-web/examples/functions/update-deployment.md +++ /dev/null @@ -1,18 +0,0 @@ -import { Client, Functions } from "appwrite"; - -const client = new Client(); - -const functions = new Functions(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID -; - -const promise = functions.updateDeployment('[FUNCTION_ID]', '[DEPLOYMENT_ID]'); - -promise.then(function (response) { - console.log(response); // Success -}, function (error) { - console.log(error); // Failure -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/console-web/examples/functions/update-variable.md b/docs/examples/1.0.0/console-web/examples/functions/update-variable.md deleted file mode 100644 index b3f0439644..0000000000 --- a/docs/examples/1.0.0/console-web/examples/functions/update-variable.md +++ /dev/null @@ -1,18 +0,0 @@ -import { Client, Functions } from "appwrite"; - -const client = new Client(); - -const functions = new Functions(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID -; - -const promise = functions.updateVariable('[FUNCTION_ID]', '[VARIABLE_ID]', '[KEY]'); - -promise.then(function (response) { - console.log(response); // Success -}, function (error) { - console.log(error); // Failure -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/console-web/examples/functions/update.md b/docs/examples/1.0.0/console-web/examples/functions/update.md deleted file mode 100644 index c025fc73a7..0000000000 --- a/docs/examples/1.0.0/console-web/examples/functions/update.md +++ /dev/null @@ -1,18 +0,0 @@ -import { Client, Functions } from "appwrite"; - -const client = new Client(); - -const functions = new Functions(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID -; - -const promise = functions.update('[FUNCTION_ID]', '[NAME]', ["any"]); - -promise.then(function (response) { - console.log(response); // Success -}, function (error) { - console.log(error); // Failure -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/console-web/examples/health/get-antivirus.md b/docs/examples/1.0.0/console-web/examples/health/get-antivirus.md deleted file mode 100644 index 0b14fa8acf..0000000000 --- a/docs/examples/1.0.0/console-web/examples/health/get-antivirus.md +++ /dev/null @@ -1,18 +0,0 @@ -import { Client, Health } from "appwrite"; - -const client = new Client(); - -const health = new Health(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID -; - -const promise = health.getAntivirus(); - -promise.then(function (response) { - console.log(response); // Success -}, function (error) { - console.log(error); // Failure -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/console-web/examples/health/get-cache.md b/docs/examples/1.0.0/console-web/examples/health/get-cache.md deleted file mode 100644 index a754f9be93..0000000000 --- a/docs/examples/1.0.0/console-web/examples/health/get-cache.md +++ /dev/null @@ -1,18 +0,0 @@ -import { Client, Health } from "appwrite"; - -const client = new Client(); - -const health = new Health(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID -; - -const promise = health.getCache(); - -promise.then(function (response) { - console.log(response); // Success -}, function (error) { - console.log(error); // Failure -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/console-web/examples/health/get-d-b.md b/docs/examples/1.0.0/console-web/examples/health/get-d-b.md deleted file mode 100644 index 86ff4a7d84..0000000000 --- a/docs/examples/1.0.0/console-web/examples/health/get-d-b.md +++ /dev/null @@ -1,18 +0,0 @@ -import { Client, Health } from "appwrite"; - -const client = new Client(); - -const health = new Health(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID -; - -const promise = health.getDB(); - -promise.then(function (response) { - console.log(response); // Success -}, function (error) { - console.log(error); // Failure -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/console-web/examples/health/get-queue-certificates.md b/docs/examples/1.0.0/console-web/examples/health/get-queue-certificates.md deleted file mode 100644 index 2b4dc05c37..0000000000 --- a/docs/examples/1.0.0/console-web/examples/health/get-queue-certificates.md +++ /dev/null @@ -1,18 +0,0 @@ -import { Client, Health } from "appwrite"; - -const client = new Client(); - -const health = new Health(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID -; - -const promise = health.getQueueCertificates(); - -promise.then(function (response) { - console.log(response); // Success -}, function (error) { - console.log(error); // Failure -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/console-web/examples/health/get-queue-functions.md b/docs/examples/1.0.0/console-web/examples/health/get-queue-functions.md deleted file mode 100644 index 9d6f3b7f7d..0000000000 --- a/docs/examples/1.0.0/console-web/examples/health/get-queue-functions.md +++ /dev/null @@ -1,18 +0,0 @@ -import { Client, Health } from "appwrite"; - -const client = new Client(); - -const health = new Health(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID -; - -const promise = health.getQueueFunctions(); - -promise.then(function (response) { - console.log(response); // Success -}, function (error) { - console.log(error); // Failure -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/console-web/examples/health/get-queue-logs.md b/docs/examples/1.0.0/console-web/examples/health/get-queue-logs.md deleted file mode 100644 index 010e603f92..0000000000 --- a/docs/examples/1.0.0/console-web/examples/health/get-queue-logs.md +++ /dev/null @@ -1,18 +0,0 @@ -import { Client, Health } from "appwrite"; - -const client = new Client(); - -const health = new Health(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID -; - -const promise = health.getQueueLogs(); - -promise.then(function (response) { - console.log(response); // Success -}, function (error) { - console.log(error); // Failure -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/console-web/examples/health/get-queue-webhooks.md b/docs/examples/1.0.0/console-web/examples/health/get-queue-webhooks.md deleted file mode 100644 index 2687863f12..0000000000 --- a/docs/examples/1.0.0/console-web/examples/health/get-queue-webhooks.md +++ /dev/null @@ -1,18 +0,0 @@ -import { Client, Health } from "appwrite"; - -const client = new Client(); - -const health = new Health(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID -; - -const promise = health.getQueueWebhooks(); - -promise.then(function (response) { - console.log(response); // Success -}, function (error) { - console.log(error); // Failure -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/console-web/examples/health/get-storage-local.md b/docs/examples/1.0.0/console-web/examples/health/get-storage-local.md deleted file mode 100644 index b11daa2fec..0000000000 --- a/docs/examples/1.0.0/console-web/examples/health/get-storage-local.md +++ /dev/null @@ -1,18 +0,0 @@ -import { Client, Health } from "appwrite"; - -const client = new Client(); - -const health = new Health(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID -; - -const promise = health.getStorageLocal(); - -promise.then(function (response) { - console.log(response); // Success -}, function (error) { - console.log(error); // Failure -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/console-web/examples/health/get-time.md b/docs/examples/1.0.0/console-web/examples/health/get-time.md deleted file mode 100644 index 1f617e13a2..0000000000 --- a/docs/examples/1.0.0/console-web/examples/health/get-time.md +++ /dev/null @@ -1,18 +0,0 @@ -import { Client, Health } from "appwrite"; - -const client = new Client(); - -const health = new Health(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID -; - -const promise = health.getTime(); - -promise.then(function (response) { - console.log(response); // Success -}, function (error) { - console.log(error); // Failure -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/console-web/examples/health/get.md b/docs/examples/1.0.0/console-web/examples/health/get.md deleted file mode 100644 index b1d6be4509..0000000000 --- a/docs/examples/1.0.0/console-web/examples/health/get.md +++ /dev/null @@ -1,18 +0,0 @@ -import { Client, Health } from "appwrite"; - -const client = new Client(); - -const health = new Health(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID -; - -const promise = health.get(); - -promise.then(function (response) { - console.log(response); // Success -}, function (error) { - console.log(error); // Failure -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/console-web/examples/locale/get-continents.md b/docs/examples/1.0.0/console-web/examples/locale/get-continents.md deleted file mode 100644 index 9717181464..0000000000 --- a/docs/examples/1.0.0/console-web/examples/locale/get-continents.md +++ /dev/null @@ -1,18 +0,0 @@ -import { Client, Locale } from "appwrite"; - -const client = new Client(); - -const locale = new Locale(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID -; - -const promise = locale.getContinents(); - -promise.then(function (response) { - console.log(response); // Success -}, function (error) { - console.log(error); // Failure -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/console-web/examples/locale/get-countries-e-u.md b/docs/examples/1.0.0/console-web/examples/locale/get-countries-e-u.md deleted file mode 100644 index 0439449721..0000000000 --- a/docs/examples/1.0.0/console-web/examples/locale/get-countries-e-u.md +++ /dev/null @@ -1,18 +0,0 @@ -import { Client, Locale } from "appwrite"; - -const client = new Client(); - -const locale = new Locale(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID -; - -const promise = locale.getCountriesEU(); - -promise.then(function (response) { - console.log(response); // Success -}, function (error) { - console.log(error); // Failure -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/console-web/examples/locale/get-countries-phones.md b/docs/examples/1.0.0/console-web/examples/locale/get-countries-phones.md deleted file mode 100644 index 26f104c5ac..0000000000 --- a/docs/examples/1.0.0/console-web/examples/locale/get-countries-phones.md +++ /dev/null @@ -1,18 +0,0 @@ -import { Client, Locale } from "appwrite"; - -const client = new Client(); - -const locale = new Locale(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID -; - -const promise = locale.getCountriesPhones(); - -promise.then(function (response) { - console.log(response); // Success -}, function (error) { - console.log(error); // Failure -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/console-web/examples/locale/get-countries.md b/docs/examples/1.0.0/console-web/examples/locale/get-countries.md deleted file mode 100644 index ce80e526a4..0000000000 --- a/docs/examples/1.0.0/console-web/examples/locale/get-countries.md +++ /dev/null @@ -1,18 +0,0 @@ -import { Client, Locale } from "appwrite"; - -const client = new Client(); - -const locale = new Locale(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID -; - -const promise = locale.getCountries(); - -promise.then(function (response) { - console.log(response); // Success -}, function (error) { - console.log(error); // Failure -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/console-web/examples/locale/get-currencies.md b/docs/examples/1.0.0/console-web/examples/locale/get-currencies.md deleted file mode 100644 index 14259a2453..0000000000 --- a/docs/examples/1.0.0/console-web/examples/locale/get-currencies.md +++ /dev/null @@ -1,18 +0,0 @@ -import { Client, Locale } from "appwrite"; - -const client = new Client(); - -const locale = new Locale(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID -; - -const promise = locale.getCurrencies(); - -promise.then(function (response) { - console.log(response); // Success -}, function (error) { - console.log(error); // Failure -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/console-web/examples/locale/get-languages.md b/docs/examples/1.0.0/console-web/examples/locale/get-languages.md deleted file mode 100644 index 8866fb609b..0000000000 --- a/docs/examples/1.0.0/console-web/examples/locale/get-languages.md +++ /dev/null @@ -1,18 +0,0 @@ -import { Client, Locale } from "appwrite"; - -const client = new Client(); - -const locale = new Locale(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID -; - -const promise = locale.getLanguages(); - -promise.then(function (response) { - console.log(response); // Success -}, function (error) { - console.log(error); // Failure -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/console-web/examples/locale/get.md b/docs/examples/1.0.0/console-web/examples/locale/get.md deleted file mode 100644 index 634256c83e..0000000000 --- a/docs/examples/1.0.0/console-web/examples/locale/get.md +++ /dev/null @@ -1,18 +0,0 @@ -import { Client, Locale } from "appwrite"; - -const client = new Client(); - -const locale = new Locale(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID -; - -const promise = locale.get(); - -promise.then(function (response) { - console.log(response); // Success -}, function (error) { - console.log(error); // Failure -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/console-web/examples/projects/create-domain.md b/docs/examples/1.0.0/console-web/examples/projects/create-domain.md deleted file mode 100644 index 452a594c48..0000000000 --- a/docs/examples/1.0.0/console-web/examples/projects/create-domain.md +++ /dev/null @@ -1,18 +0,0 @@ -import { Client, Projects } from "appwrite"; - -const client = new Client(); - -const projects = new Projects(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID -; - -const promise = projects.createDomain('[PROJECT_ID]', ''); - -promise.then(function (response) { - console.log(response); // Success -}, function (error) { - console.log(error); // Failure -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/console-web/examples/projects/create-key.md b/docs/examples/1.0.0/console-web/examples/projects/create-key.md deleted file mode 100644 index 8bd57d54c6..0000000000 --- a/docs/examples/1.0.0/console-web/examples/projects/create-key.md +++ /dev/null @@ -1,18 +0,0 @@ -import { Client, Projects } from "appwrite"; - -const client = new Client(); - -const projects = new Projects(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID -; - -const promise = projects.createKey('[PROJECT_ID]', '[NAME]', []); - -promise.then(function (response) { - console.log(response); // Success -}, function (error) { - console.log(error); // Failure -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/console-web/examples/projects/create-platform.md b/docs/examples/1.0.0/console-web/examples/projects/create-platform.md deleted file mode 100644 index c2c6a030b4..0000000000 --- a/docs/examples/1.0.0/console-web/examples/projects/create-platform.md +++ /dev/null @@ -1,18 +0,0 @@ -import { Client, Projects } from "appwrite"; - -const client = new Client(); - -const projects = new Projects(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID -; - -const promise = projects.createPlatform('[PROJECT_ID]', 'web', '[NAME]'); - -promise.then(function (response) { - console.log(response); // Success -}, function (error) { - console.log(error); // Failure -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/console-web/examples/projects/create-webhook.md b/docs/examples/1.0.0/console-web/examples/projects/create-webhook.md deleted file mode 100644 index 1469e6b30f..0000000000 --- a/docs/examples/1.0.0/console-web/examples/projects/create-webhook.md +++ /dev/null @@ -1,18 +0,0 @@ -import { Client, Projects } from "appwrite"; - -const client = new Client(); - -const projects = new Projects(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID -; - -const promise = projects.createWebhook('[PROJECT_ID]', '[NAME]', [], 'https://example.com', false); - -promise.then(function (response) { - console.log(response); // Success -}, function (error) { - console.log(error); // Failure -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/console-web/examples/projects/create.md b/docs/examples/1.0.0/console-web/examples/projects/create.md deleted file mode 100644 index 792515c35b..0000000000 --- a/docs/examples/1.0.0/console-web/examples/projects/create.md +++ /dev/null @@ -1,18 +0,0 @@ -import { Client, Projects } from "appwrite"; - -const client = new Client(); - -const projects = new Projects(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID -; - -const promise = projects.create('[PROJECT_ID]', '[NAME]', '[TEAM_ID]'); - -promise.then(function (response) { - console.log(response); // Success -}, function (error) { - console.log(error); // Failure -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/console-web/examples/projects/delete-domain.md b/docs/examples/1.0.0/console-web/examples/projects/delete-domain.md deleted file mode 100644 index 266d343ae1..0000000000 --- a/docs/examples/1.0.0/console-web/examples/projects/delete-domain.md +++ /dev/null @@ -1,18 +0,0 @@ -import { Client, Projects } from "appwrite"; - -const client = new Client(); - -const projects = new Projects(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID -; - -const promise = projects.deleteDomain('[PROJECT_ID]', '[DOMAIN_ID]'); - -promise.then(function (response) { - console.log(response); // Success -}, function (error) { - console.log(error); // Failure -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/console-web/examples/projects/delete-key.md b/docs/examples/1.0.0/console-web/examples/projects/delete-key.md deleted file mode 100644 index 0b227e7f1a..0000000000 --- a/docs/examples/1.0.0/console-web/examples/projects/delete-key.md +++ /dev/null @@ -1,18 +0,0 @@ -import { Client, Projects } from "appwrite"; - -const client = new Client(); - -const projects = new Projects(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID -; - -const promise = projects.deleteKey('[PROJECT_ID]', '[KEY_ID]'); - -promise.then(function (response) { - console.log(response); // Success -}, function (error) { - console.log(error); // Failure -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/console-web/examples/projects/delete-platform.md b/docs/examples/1.0.0/console-web/examples/projects/delete-platform.md deleted file mode 100644 index 681362017c..0000000000 --- a/docs/examples/1.0.0/console-web/examples/projects/delete-platform.md +++ /dev/null @@ -1,18 +0,0 @@ -import { Client, Projects } from "appwrite"; - -const client = new Client(); - -const projects = new Projects(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID -; - -const promise = projects.deletePlatform('[PROJECT_ID]', '[PLATFORM_ID]'); - -promise.then(function (response) { - console.log(response); // Success -}, function (error) { - console.log(error); // Failure -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/console-web/examples/projects/delete-webhook.md b/docs/examples/1.0.0/console-web/examples/projects/delete-webhook.md deleted file mode 100644 index 3edbdadb07..0000000000 --- a/docs/examples/1.0.0/console-web/examples/projects/delete-webhook.md +++ /dev/null @@ -1,18 +0,0 @@ -import { Client, Projects } from "appwrite"; - -const client = new Client(); - -const projects = new Projects(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID -; - -const promise = projects.deleteWebhook('[PROJECT_ID]', '[WEBHOOK_ID]'); - -promise.then(function (response) { - console.log(response); // Success -}, function (error) { - console.log(error); // Failure -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/console-web/examples/projects/delete.md b/docs/examples/1.0.0/console-web/examples/projects/delete.md deleted file mode 100644 index 1e479709e9..0000000000 --- a/docs/examples/1.0.0/console-web/examples/projects/delete.md +++ /dev/null @@ -1,18 +0,0 @@ -import { Client, Projects } from "appwrite"; - -const client = new Client(); - -const projects = new Projects(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID -; - -const promise = projects.delete('[PROJECT_ID]', 'password'); - -promise.then(function (response) { - console.log(response); // Success -}, function (error) { - console.log(error); // Failure -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/console-web/examples/projects/get-domain.md b/docs/examples/1.0.0/console-web/examples/projects/get-domain.md deleted file mode 100644 index a90d5eec33..0000000000 --- a/docs/examples/1.0.0/console-web/examples/projects/get-domain.md +++ /dev/null @@ -1,18 +0,0 @@ -import { Client, Projects } from "appwrite"; - -const client = new Client(); - -const projects = new Projects(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID -; - -const promise = projects.getDomain('[PROJECT_ID]', '[DOMAIN_ID]'); - -promise.then(function (response) { - console.log(response); // Success -}, function (error) { - console.log(error); // Failure -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/console-web/examples/projects/get-key.md b/docs/examples/1.0.0/console-web/examples/projects/get-key.md deleted file mode 100644 index 59a4224f78..0000000000 --- a/docs/examples/1.0.0/console-web/examples/projects/get-key.md +++ /dev/null @@ -1,18 +0,0 @@ -import { Client, Projects } from "appwrite"; - -const client = new Client(); - -const projects = new Projects(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID -; - -const promise = projects.getKey('[PROJECT_ID]', '[KEY_ID]'); - -promise.then(function (response) { - console.log(response); // Success -}, function (error) { - console.log(error); // Failure -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/console-web/examples/projects/get-platform.md b/docs/examples/1.0.0/console-web/examples/projects/get-platform.md deleted file mode 100644 index 8eaea3371b..0000000000 --- a/docs/examples/1.0.0/console-web/examples/projects/get-platform.md +++ /dev/null @@ -1,18 +0,0 @@ -import { Client, Projects } from "appwrite"; - -const client = new Client(); - -const projects = new Projects(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID -; - -const promise = projects.getPlatform('[PROJECT_ID]', '[PLATFORM_ID]'); - -promise.then(function (response) { - console.log(response); // Success -}, function (error) { - console.log(error); // Failure -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/console-web/examples/projects/get-usage.md b/docs/examples/1.0.0/console-web/examples/projects/get-usage.md deleted file mode 100644 index be7ee4379e..0000000000 --- a/docs/examples/1.0.0/console-web/examples/projects/get-usage.md +++ /dev/null @@ -1,18 +0,0 @@ -import { Client, Projects } from "appwrite"; - -const client = new Client(); - -const projects = new Projects(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID -; - -const promise = projects.getUsage('[PROJECT_ID]'); - -promise.then(function (response) { - console.log(response); // Success -}, function (error) { - console.log(error); // Failure -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/console-web/examples/projects/get-webhook.md b/docs/examples/1.0.0/console-web/examples/projects/get-webhook.md deleted file mode 100644 index b636a797ee..0000000000 --- a/docs/examples/1.0.0/console-web/examples/projects/get-webhook.md +++ /dev/null @@ -1,18 +0,0 @@ -import { Client, Projects } from "appwrite"; - -const client = new Client(); - -const projects = new Projects(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID -; - -const promise = projects.getWebhook('[PROJECT_ID]', '[WEBHOOK_ID]'); - -promise.then(function (response) { - console.log(response); // Success -}, function (error) { - console.log(error); // Failure -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/console-web/examples/projects/get.md b/docs/examples/1.0.0/console-web/examples/projects/get.md deleted file mode 100644 index ac20f56023..0000000000 --- a/docs/examples/1.0.0/console-web/examples/projects/get.md +++ /dev/null @@ -1,18 +0,0 @@ -import { Client, Projects } from "appwrite"; - -const client = new Client(); - -const projects = new Projects(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID -; - -const promise = projects.get('[PROJECT_ID]'); - -promise.then(function (response) { - console.log(response); // Success -}, function (error) { - console.log(error); // Failure -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/console-web/examples/projects/list-domains.md b/docs/examples/1.0.0/console-web/examples/projects/list-domains.md deleted file mode 100644 index 2c4a7415d2..0000000000 --- a/docs/examples/1.0.0/console-web/examples/projects/list-domains.md +++ /dev/null @@ -1,18 +0,0 @@ -import { Client, Projects } from "appwrite"; - -const client = new Client(); - -const projects = new Projects(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID -; - -const promise = projects.listDomains('[PROJECT_ID]'); - -promise.then(function (response) { - console.log(response); // Success -}, function (error) { - console.log(error); // Failure -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/console-web/examples/projects/list-keys.md b/docs/examples/1.0.0/console-web/examples/projects/list-keys.md deleted file mode 100644 index 957531a892..0000000000 --- a/docs/examples/1.0.0/console-web/examples/projects/list-keys.md +++ /dev/null @@ -1,18 +0,0 @@ -import { Client, Projects } from "appwrite"; - -const client = new Client(); - -const projects = new Projects(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID -; - -const promise = projects.listKeys('[PROJECT_ID]'); - -promise.then(function (response) { - console.log(response); // Success -}, function (error) { - console.log(error); // Failure -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/console-web/examples/projects/list-platforms.md b/docs/examples/1.0.0/console-web/examples/projects/list-platforms.md deleted file mode 100644 index 100be04115..0000000000 --- a/docs/examples/1.0.0/console-web/examples/projects/list-platforms.md +++ /dev/null @@ -1,18 +0,0 @@ -import { Client, Projects } from "appwrite"; - -const client = new Client(); - -const projects = new Projects(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID -; - -const promise = projects.listPlatforms('[PROJECT_ID]'); - -promise.then(function (response) { - console.log(response); // Success -}, function (error) { - console.log(error); // Failure -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/console-web/examples/projects/list-webhooks.md b/docs/examples/1.0.0/console-web/examples/projects/list-webhooks.md deleted file mode 100644 index 093b9e91f7..0000000000 --- a/docs/examples/1.0.0/console-web/examples/projects/list-webhooks.md +++ /dev/null @@ -1,18 +0,0 @@ -import { Client, Projects } from "appwrite"; - -const client = new Client(); - -const projects = new Projects(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID -; - -const promise = projects.listWebhooks('[PROJECT_ID]'); - -promise.then(function (response) { - console.log(response); // Success -}, function (error) { - console.log(error); // Failure -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/console-web/examples/projects/list.md b/docs/examples/1.0.0/console-web/examples/projects/list.md deleted file mode 100644 index a576843401..0000000000 --- a/docs/examples/1.0.0/console-web/examples/projects/list.md +++ /dev/null @@ -1,18 +0,0 @@ -import { Client, Projects } from "appwrite"; - -const client = new Client(); - -const projects = new Projects(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID -; - -const promise = projects.list(); - -promise.then(function (response) { - console.log(response); // Success -}, function (error) { - console.log(error); // Failure -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/console-web/examples/projects/update-auth-limit.md b/docs/examples/1.0.0/console-web/examples/projects/update-auth-limit.md deleted file mode 100644 index 7cc850ad2e..0000000000 --- a/docs/examples/1.0.0/console-web/examples/projects/update-auth-limit.md +++ /dev/null @@ -1,18 +0,0 @@ -import { Client, Projects } from "appwrite"; - -const client = new Client(); - -const projects = new Projects(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID -; - -const promise = projects.updateAuthLimit('[PROJECT_ID]', 0); - -promise.then(function (response) { - console.log(response); // Success -}, function (error) { - console.log(error); // Failure -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/console-web/examples/projects/update-auth-status.md b/docs/examples/1.0.0/console-web/examples/projects/update-auth-status.md deleted file mode 100644 index 400d5a4f7b..0000000000 --- a/docs/examples/1.0.0/console-web/examples/projects/update-auth-status.md +++ /dev/null @@ -1,18 +0,0 @@ -import { Client, Projects } from "appwrite"; - -const client = new Client(); - -const projects = new Projects(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID -; - -const promise = projects.updateAuthStatus('[PROJECT_ID]', 'email-password', false); - -promise.then(function (response) { - console.log(response); // Success -}, function (error) { - console.log(error); // Failure -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/console-web/examples/projects/update-domain-verification.md b/docs/examples/1.0.0/console-web/examples/projects/update-domain-verification.md deleted file mode 100644 index c632ad10fb..0000000000 --- a/docs/examples/1.0.0/console-web/examples/projects/update-domain-verification.md +++ /dev/null @@ -1,18 +0,0 @@ -import { Client, Projects } from "appwrite"; - -const client = new Client(); - -const projects = new Projects(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID -; - -const promise = projects.updateDomainVerification('[PROJECT_ID]', '[DOMAIN_ID]'); - -promise.then(function (response) { - console.log(response); // Success -}, function (error) { - console.log(error); // Failure -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/console-web/examples/projects/update-key.md b/docs/examples/1.0.0/console-web/examples/projects/update-key.md deleted file mode 100644 index 627bf6c38b..0000000000 --- a/docs/examples/1.0.0/console-web/examples/projects/update-key.md +++ /dev/null @@ -1,18 +0,0 @@ -import { Client, Projects } from "appwrite"; - -const client = new Client(); - -const projects = new Projects(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID -; - -const promise = projects.updateKey('[PROJECT_ID]', '[KEY_ID]', '[NAME]', []); - -promise.then(function (response) { - console.log(response); // Success -}, function (error) { - console.log(error); // Failure -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/console-web/examples/projects/update-o-auth2.md b/docs/examples/1.0.0/console-web/examples/projects/update-o-auth2.md deleted file mode 100644 index df22de53d3..0000000000 --- a/docs/examples/1.0.0/console-web/examples/projects/update-o-auth2.md +++ /dev/null @@ -1,18 +0,0 @@ -import { Client, Projects } from "appwrite"; - -const client = new Client(); - -const projects = new Projects(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID -; - -const promise = projects.updateOAuth2('[PROJECT_ID]', 'amazon'); - -promise.then(function (response) { - console.log(response); // Success -}, function (error) { - console.log(error); // Failure -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/console-web/examples/projects/update-platform.md b/docs/examples/1.0.0/console-web/examples/projects/update-platform.md deleted file mode 100644 index 0d6b91999e..0000000000 --- a/docs/examples/1.0.0/console-web/examples/projects/update-platform.md +++ /dev/null @@ -1,18 +0,0 @@ -import { Client, Projects } from "appwrite"; - -const client = new Client(); - -const projects = new Projects(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID -; - -const promise = projects.updatePlatform('[PROJECT_ID]', '[PLATFORM_ID]', '[NAME]'); - -promise.then(function (response) { - console.log(response); // Success -}, function (error) { - console.log(error); // Failure -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/console-web/examples/projects/update-service-status.md b/docs/examples/1.0.0/console-web/examples/projects/update-service-status.md deleted file mode 100644 index ae95091908..0000000000 --- a/docs/examples/1.0.0/console-web/examples/projects/update-service-status.md +++ /dev/null @@ -1,18 +0,0 @@ -import { Client, Projects } from "appwrite"; - -const client = new Client(); - -const projects = new Projects(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID -; - -const promise = projects.updateServiceStatus('[PROJECT_ID]', 'account', false); - -promise.then(function (response) { - console.log(response); // Success -}, function (error) { - console.log(error); // Failure -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/console-web/examples/projects/update-webhook-signature.md b/docs/examples/1.0.0/console-web/examples/projects/update-webhook-signature.md deleted file mode 100644 index 3545f9a50a..0000000000 --- a/docs/examples/1.0.0/console-web/examples/projects/update-webhook-signature.md +++ /dev/null @@ -1,18 +0,0 @@ -import { Client, Projects } from "appwrite"; - -const client = new Client(); - -const projects = new Projects(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID -; - -const promise = projects.updateWebhookSignature('[PROJECT_ID]', '[WEBHOOK_ID]'); - -promise.then(function (response) { - console.log(response); // Success -}, function (error) { - console.log(error); // Failure -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/console-web/examples/projects/update-webhook.md b/docs/examples/1.0.0/console-web/examples/projects/update-webhook.md deleted file mode 100644 index 45ecb8b02d..0000000000 --- a/docs/examples/1.0.0/console-web/examples/projects/update-webhook.md +++ /dev/null @@ -1,18 +0,0 @@ -import { Client, Projects } from "appwrite"; - -const client = new Client(); - -const projects = new Projects(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID -; - -const promise = projects.updateWebhook('[PROJECT_ID]', '[WEBHOOK_ID]', '[NAME]', [], 'https://example.com', false); - -promise.then(function (response) { - console.log(response); // Success -}, function (error) { - console.log(error); // Failure -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/console-web/examples/projects/update.md b/docs/examples/1.0.0/console-web/examples/projects/update.md deleted file mode 100644 index 661eb11920..0000000000 --- a/docs/examples/1.0.0/console-web/examples/projects/update.md +++ /dev/null @@ -1,18 +0,0 @@ -import { Client, Projects } from "appwrite"; - -const client = new Client(); - -const projects = new Projects(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID -; - -const promise = projects.update('[PROJECT_ID]', '[NAME]'); - -promise.then(function (response) { - console.log(response); // Success -}, function (error) { - console.log(error); // Failure -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/console-web/examples/storage/create-bucket.md b/docs/examples/1.0.0/console-web/examples/storage/create-bucket.md deleted file mode 100644 index e2c8bb3c5d..0000000000 --- a/docs/examples/1.0.0/console-web/examples/storage/create-bucket.md +++ /dev/null @@ -1,18 +0,0 @@ -import { Client, Storage } from "appwrite"; - -const client = new Client(); - -const storage = new Storage(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID -; - -const promise = storage.createBucket('[BUCKET_ID]', '[NAME]'); - -promise.then(function (response) { - console.log(response); // Success -}, function (error) { - console.log(error); // Failure -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/console-web/examples/storage/create-file.md b/docs/examples/1.0.0/console-web/examples/storage/create-file.md deleted file mode 100644 index 10992d2b89..0000000000 --- a/docs/examples/1.0.0/console-web/examples/storage/create-file.md +++ /dev/null @@ -1,18 +0,0 @@ -import { Client, Storage } from "appwrite"; - -const client = new Client(); - -const storage = new Storage(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID -; - -const promise = storage.createFile('[BUCKET_ID]', '[FILE_ID]', document.getElementById('uploader').files[0]); - -promise.then(function (response) { - console.log(response); // Success -}, function (error) { - console.log(error); // Failure -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/console-web/examples/storage/delete-bucket.md b/docs/examples/1.0.0/console-web/examples/storage/delete-bucket.md deleted file mode 100644 index a8580f9a08..0000000000 --- a/docs/examples/1.0.0/console-web/examples/storage/delete-bucket.md +++ /dev/null @@ -1,18 +0,0 @@ -import { Client, Storage } from "appwrite"; - -const client = new Client(); - -const storage = new Storage(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID -; - -const promise = storage.deleteBucket('[BUCKET_ID]'); - -promise.then(function (response) { - console.log(response); // Success -}, function (error) { - console.log(error); // Failure -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/console-web/examples/storage/delete-file.md b/docs/examples/1.0.0/console-web/examples/storage/delete-file.md deleted file mode 100644 index 4512a8c1ce..0000000000 --- a/docs/examples/1.0.0/console-web/examples/storage/delete-file.md +++ /dev/null @@ -1,18 +0,0 @@ -import { Client, Storage } from "appwrite"; - -const client = new Client(); - -const storage = new Storage(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID -; - -const promise = storage.deleteFile('[BUCKET_ID]', '[FILE_ID]'); - -promise.then(function (response) { - console.log(response); // Success -}, function (error) { - console.log(error); // Failure -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/console-web/examples/storage/get-bucket-usage.md b/docs/examples/1.0.0/console-web/examples/storage/get-bucket-usage.md deleted file mode 100644 index 61ef7fa956..0000000000 --- a/docs/examples/1.0.0/console-web/examples/storage/get-bucket-usage.md +++ /dev/null @@ -1,18 +0,0 @@ -import { Client, Storage } from "appwrite"; - -const client = new Client(); - -const storage = new Storage(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID -; - -const promise = storage.getBucketUsage('[BUCKET_ID]'); - -promise.then(function (response) { - console.log(response); // Success -}, function (error) { - console.log(error); // Failure -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/console-web/examples/storage/get-bucket.md b/docs/examples/1.0.0/console-web/examples/storage/get-bucket.md deleted file mode 100644 index 3ffd9f3b42..0000000000 --- a/docs/examples/1.0.0/console-web/examples/storage/get-bucket.md +++ /dev/null @@ -1,18 +0,0 @@ -import { Client, Storage } from "appwrite"; - -const client = new Client(); - -const storage = new Storage(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID -; - -const promise = storage.getBucket('[BUCKET_ID]'); - -promise.then(function (response) { - console.log(response); // Success -}, function (error) { - console.log(error); // Failure -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/console-web/examples/storage/get-file-download.md b/docs/examples/1.0.0/console-web/examples/storage/get-file-download.md deleted file mode 100644 index 17c06600b3..0000000000 --- a/docs/examples/1.0.0/console-web/examples/storage/get-file-download.md +++ /dev/null @@ -1,14 +0,0 @@ -import { Client, Storage } from "appwrite"; - -const client = new Client(); - -const storage = new Storage(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID -; - -const result = storage.getFileDownload('[BUCKET_ID]', '[FILE_ID]'); - -console.log(result); // Resource URL \ No newline at end of file diff --git a/docs/examples/1.0.0/console-web/examples/storage/get-file-preview.md b/docs/examples/1.0.0/console-web/examples/storage/get-file-preview.md deleted file mode 100644 index 52866d108a..0000000000 --- a/docs/examples/1.0.0/console-web/examples/storage/get-file-preview.md +++ /dev/null @@ -1,14 +0,0 @@ -import { Client, Storage } from "appwrite"; - -const client = new Client(); - -const storage = new Storage(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID -; - -const result = storage.getFilePreview('[BUCKET_ID]', '[FILE_ID]'); - -console.log(result); // Resource URL \ No newline at end of file diff --git a/docs/examples/1.0.0/console-web/examples/storage/get-file-view.md b/docs/examples/1.0.0/console-web/examples/storage/get-file-view.md deleted file mode 100644 index 7bb6c67d51..0000000000 --- a/docs/examples/1.0.0/console-web/examples/storage/get-file-view.md +++ /dev/null @@ -1,14 +0,0 @@ -import { Client, Storage } from "appwrite"; - -const client = new Client(); - -const storage = new Storage(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID -; - -const result = storage.getFileView('[BUCKET_ID]', '[FILE_ID]'); - -console.log(result); // Resource URL \ No newline at end of file diff --git a/docs/examples/1.0.0/console-web/examples/storage/get-file.md b/docs/examples/1.0.0/console-web/examples/storage/get-file.md deleted file mode 100644 index 3263865c73..0000000000 --- a/docs/examples/1.0.0/console-web/examples/storage/get-file.md +++ /dev/null @@ -1,18 +0,0 @@ -import { Client, Storage } from "appwrite"; - -const client = new Client(); - -const storage = new Storage(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID -; - -const promise = storage.getFile('[BUCKET_ID]', '[FILE_ID]'); - -promise.then(function (response) { - console.log(response); // Success -}, function (error) { - console.log(error); // Failure -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/console-web/examples/storage/get-usage.md b/docs/examples/1.0.0/console-web/examples/storage/get-usage.md deleted file mode 100644 index a5ce5853e9..0000000000 --- a/docs/examples/1.0.0/console-web/examples/storage/get-usage.md +++ /dev/null @@ -1,18 +0,0 @@ -import { Client, Storage } from "appwrite"; - -const client = new Client(); - -const storage = new Storage(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID -; - -const promise = storage.getUsage(); - -promise.then(function (response) { - console.log(response); // Success -}, function (error) { - console.log(error); // Failure -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/console-web/examples/storage/list-buckets.md b/docs/examples/1.0.0/console-web/examples/storage/list-buckets.md deleted file mode 100644 index 4f916c1536..0000000000 --- a/docs/examples/1.0.0/console-web/examples/storage/list-buckets.md +++ /dev/null @@ -1,18 +0,0 @@ -import { Client, Storage } from "appwrite"; - -const client = new Client(); - -const storage = new Storage(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID -; - -const promise = storage.listBuckets(); - -promise.then(function (response) { - console.log(response); // Success -}, function (error) { - console.log(error); // Failure -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/console-web/examples/storage/list-files.md b/docs/examples/1.0.0/console-web/examples/storage/list-files.md deleted file mode 100644 index 92d75742a5..0000000000 --- a/docs/examples/1.0.0/console-web/examples/storage/list-files.md +++ /dev/null @@ -1,18 +0,0 @@ -import { Client, Storage } from "appwrite"; - -const client = new Client(); - -const storage = new Storage(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID -; - -const promise = storage.listFiles('[BUCKET_ID]'); - -promise.then(function (response) { - console.log(response); // Success -}, function (error) { - console.log(error); // Failure -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/console-web/examples/storage/update-bucket.md b/docs/examples/1.0.0/console-web/examples/storage/update-bucket.md deleted file mode 100644 index c0b6b41fab..0000000000 --- a/docs/examples/1.0.0/console-web/examples/storage/update-bucket.md +++ /dev/null @@ -1,18 +0,0 @@ -import { Client, Storage } from "appwrite"; - -const client = new Client(); - -const storage = new Storage(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID -; - -const promise = storage.updateBucket('[BUCKET_ID]', '[NAME]'); - -promise.then(function (response) { - console.log(response); // Success -}, function (error) { - console.log(error); // Failure -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/console-web/examples/storage/update-file.md b/docs/examples/1.0.0/console-web/examples/storage/update-file.md deleted file mode 100644 index 1313e30cff..0000000000 --- a/docs/examples/1.0.0/console-web/examples/storage/update-file.md +++ /dev/null @@ -1,18 +0,0 @@ -import { Client, Storage } from "appwrite"; - -const client = new Client(); - -const storage = new Storage(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID -; - -const promise = storage.updateFile('[BUCKET_ID]', '[FILE_ID]'); - -promise.then(function (response) { - console.log(response); // Success -}, function (error) { - console.log(error); // Failure -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/console-web/examples/teams/create-membership.md b/docs/examples/1.0.0/console-web/examples/teams/create-membership.md deleted file mode 100644 index 6cb7d87b7f..0000000000 --- a/docs/examples/1.0.0/console-web/examples/teams/create-membership.md +++ /dev/null @@ -1,18 +0,0 @@ -import { Client, Teams } from "appwrite"; - -const client = new Client(); - -const teams = new Teams(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID -; - -const promise = teams.createMembership('[TEAM_ID]', 'email@example.com', [], 'https://example.com'); - -promise.then(function (response) { - console.log(response); // Success -}, function (error) { - console.log(error); // Failure -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/console-web/examples/teams/create.md b/docs/examples/1.0.0/console-web/examples/teams/create.md deleted file mode 100644 index 2c40c9017d..0000000000 --- a/docs/examples/1.0.0/console-web/examples/teams/create.md +++ /dev/null @@ -1,18 +0,0 @@ -import { Client, Teams } from "appwrite"; - -const client = new Client(); - -const teams = new Teams(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID -; - -const promise = teams.create('[TEAM_ID]', '[NAME]'); - -promise.then(function (response) { - console.log(response); // Success -}, function (error) { - console.log(error); // Failure -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/console-web/examples/teams/delete-membership.md b/docs/examples/1.0.0/console-web/examples/teams/delete-membership.md deleted file mode 100644 index 828674a86f..0000000000 --- a/docs/examples/1.0.0/console-web/examples/teams/delete-membership.md +++ /dev/null @@ -1,18 +0,0 @@ -import { Client, Teams } from "appwrite"; - -const client = new Client(); - -const teams = new Teams(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID -; - -const promise = teams.deleteMembership('[TEAM_ID]', '[MEMBERSHIP_ID]'); - -promise.then(function (response) { - console.log(response); // Success -}, function (error) { - console.log(error); // Failure -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/console-web/examples/teams/delete.md b/docs/examples/1.0.0/console-web/examples/teams/delete.md deleted file mode 100644 index b9b79ed1b7..0000000000 --- a/docs/examples/1.0.0/console-web/examples/teams/delete.md +++ /dev/null @@ -1,18 +0,0 @@ -import { Client, Teams } from "appwrite"; - -const client = new Client(); - -const teams = new Teams(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID -; - -const promise = teams.delete('[TEAM_ID]'); - -promise.then(function (response) { - console.log(response); // Success -}, function (error) { - console.log(error); // Failure -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/console-web/examples/teams/get-membership.md b/docs/examples/1.0.0/console-web/examples/teams/get-membership.md deleted file mode 100644 index cce63e7fba..0000000000 --- a/docs/examples/1.0.0/console-web/examples/teams/get-membership.md +++ /dev/null @@ -1,18 +0,0 @@ -import { Client, Teams } from "appwrite"; - -const client = new Client(); - -const teams = new Teams(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID -; - -const promise = teams.getMembership('[TEAM_ID]', '[MEMBERSHIP_ID]'); - -promise.then(function (response) { - console.log(response); // Success -}, function (error) { - console.log(error); // Failure -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/console-web/examples/teams/get-memberships.md b/docs/examples/1.0.0/console-web/examples/teams/get-memberships.md deleted file mode 100644 index 41c1df2867..0000000000 --- a/docs/examples/1.0.0/console-web/examples/teams/get-memberships.md +++ /dev/null @@ -1,18 +0,0 @@ -import { Client, Teams } from "appwrite"; - -const client = new Client(); - -const teams = new Teams(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID -; - -const promise = teams.getMemberships('[TEAM_ID]'); - -promise.then(function (response) { - console.log(response); // Success -}, function (error) { - console.log(error); // Failure -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/console-web/examples/teams/get.md b/docs/examples/1.0.0/console-web/examples/teams/get.md deleted file mode 100644 index 3a7185319a..0000000000 --- a/docs/examples/1.0.0/console-web/examples/teams/get.md +++ /dev/null @@ -1,18 +0,0 @@ -import { Client, Teams } from "appwrite"; - -const client = new Client(); - -const teams = new Teams(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID -; - -const promise = teams.get('[TEAM_ID]'); - -promise.then(function (response) { - console.log(response); // Success -}, function (error) { - console.log(error); // Failure -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/console-web/examples/teams/list-logs.md b/docs/examples/1.0.0/console-web/examples/teams/list-logs.md deleted file mode 100644 index f5120d5b21..0000000000 --- a/docs/examples/1.0.0/console-web/examples/teams/list-logs.md +++ /dev/null @@ -1,18 +0,0 @@ -import { Client, Teams } from "appwrite"; - -const client = new Client(); - -const teams = new Teams(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID -; - -const promise = teams.listLogs('[TEAM_ID]'); - -promise.then(function (response) { - console.log(response); // Success -}, function (error) { - console.log(error); // Failure -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/console-web/examples/teams/list.md b/docs/examples/1.0.0/console-web/examples/teams/list.md deleted file mode 100644 index 1aea267038..0000000000 --- a/docs/examples/1.0.0/console-web/examples/teams/list.md +++ /dev/null @@ -1,18 +0,0 @@ -import { Client, Teams } from "appwrite"; - -const client = new Client(); - -const teams = new Teams(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID -; - -const promise = teams.list(); - -promise.then(function (response) { - console.log(response); // Success -}, function (error) { - console.log(error); // Failure -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/console-web/examples/teams/update-membership-roles.md b/docs/examples/1.0.0/console-web/examples/teams/update-membership-roles.md deleted file mode 100644 index ca76ead1d6..0000000000 --- a/docs/examples/1.0.0/console-web/examples/teams/update-membership-roles.md +++ /dev/null @@ -1,18 +0,0 @@ -import { Client, Teams } from "appwrite"; - -const client = new Client(); - -const teams = new Teams(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID -; - -const promise = teams.updateMembershipRoles('[TEAM_ID]', '[MEMBERSHIP_ID]', []); - -promise.then(function (response) { - console.log(response); // Success -}, function (error) { - console.log(error); // Failure -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/console-web/examples/teams/update-membership-status.md b/docs/examples/1.0.0/console-web/examples/teams/update-membership-status.md deleted file mode 100644 index 4a29cdc116..0000000000 --- a/docs/examples/1.0.0/console-web/examples/teams/update-membership-status.md +++ /dev/null @@ -1,18 +0,0 @@ -import { Client, Teams } from "appwrite"; - -const client = new Client(); - -const teams = new Teams(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID -; - -const promise = teams.updateMembershipStatus('[TEAM_ID]', '[MEMBERSHIP_ID]', '[USER_ID]', '[SECRET]'); - -promise.then(function (response) { - console.log(response); // Success -}, function (error) { - console.log(error); // Failure -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/console-web/examples/teams/update.md b/docs/examples/1.0.0/console-web/examples/teams/update.md deleted file mode 100644 index a59cc80000..0000000000 --- a/docs/examples/1.0.0/console-web/examples/teams/update.md +++ /dev/null @@ -1,18 +0,0 @@ -import { Client, Teams } from "appwrite"; - -const client = new Client(); - -const teams = new Teams(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID -; - -const promise = teams.update('[TEAM_ID]', '[NAME]'); - -promise.then(function (response) { - console.log(response); // Success -}, function (error) { - console.log(error); // Failure -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/console-web/examples/users/create-argon2user.md b/docs/examples/1.0.0/console-web/examples/users/create-argon2user.md deleted file mode 100644 index e63f9cc083..0000000000 --- a/docs/examples/1.0.0/console-web/examples/users/create-argon2user.md +++ /dev/null @@ -1,18 +0,0 @@ -import { Client, Users } from "appwrite"; - -const client = new Client(); - -const users = new Users(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID -; - -const promise = users.createArgon2User('[USER_ID]', 'email@example.com', 'password'); - -promise.then(function (response) { - console.log(response); // Success -}, function (error) { - console.log(error); // Failure -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/console-web/examples/users/create-bcrypt-user.md b/docs/examples/1.0.0/console-web/examples/users/create-bcrypt-user.md deleted file mode 100644 index 615ebcd8db..0000000000 --- a/docs/examples/1.0.0/console-web/examples/users/create-bcrypt-user.md +++ /dev/null @@ -1,18 +0,0 @@ -import { Client, Users } from "appwrite"; - -const client = new Client(); - -const users = new Users(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID -; - -const promise = users.createBcryptUser('[USER_ID]', 'email@example.com', 'password'); - -promise.then(function (response) { - console.log(response); // Success -}, function (error) { - console.log(error); // Failure -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/console-web/examples/users/create-m-d5user.md b/docs/examples/1.0.0/console-web/examples/users/create-m-d5user.md deleted file mode 100644 index 75778f0c66..0000000000 --- a/docs/examples/1.0.0/console-web/examples/users/create-m-d5user.md +++ /dev/null @@ -1,18 +0,0 @@ -import { Client, Users } from "appwrite"; - -const client = new Client(); - -const users = new Users(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID -; - -const promise = users.createMD5User('[USER_ID]', 'email@example.com', 'password'); - -promise.then(function (response) { - console.log(response); // Success -}, function (error) { - console.log(error); // Failure -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/console-web/examples/users/create-p-h-pass-user.md b/docs/examples/1.0.0/console-web/examples/users/create-p-h-pass-user.md deleted file mode 100644 index 054ae92691..0000000000 --- a/docs/examples/1.0.0/console-web/examples/users/create-p-h-pass-user.md +++ /dev/null @@ -1,18 +0,0 @@ -import { Client, Users } from "appwrite"; - -const client = new Client(); - -const users = new Users(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID -; - -const promise = users.createPHPassUser('[USER_ID]', 'email@example.com', 'password'); - -promise.then(function (response) { - console.log(response); // Success -}, function (error) { - console.log(error); // Failure -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/console-web/examples/users/create-s-h-a-user.md b/docs/examples/1.0.0/console-web/examples/users/create-s-h-a-user.md deleted file mode 100644 index 1213596592..0000000000 --- a/docs/examples/1.0.0/console-web/examples/users/create-s-h-a-user.md +++ /dev/null @@ -1,18 +0,0 @@ -import { Client, Users } from "appwrite"; - -const client = new Client(); - -const users = new Users(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID -; - -const promise = users.createSHAUser('[USER_ID]', 'email@example.com', 'password'); - -promise.then(function (response) { - console.log(response); // Success -}, function (error) { - console.log(error); // Failure -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/console-web/examples/users/create-scrypt-modified-user.md b/docs/examples/1.0.0/console-web/examples/users/create-scrypt-modified-user.md deleted file mode 100644 index de022f1aa1..0000000000 --- a/docs/examples/1.0.0/console-web/examples/users/create-scrypt-modified-user.md +++ /dev/null @@ -1,18 +0,0 @@ -import { Client, Users } from "appwrite"; - -const client = new Client(); - -const users = new Users(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID -; - -const promise = users.createScryptModifiedUser('[USER_ID]', 'email@example.com', 'password', '[PASSWORD_SALT]', '[PASSWORD_SALT_SEPARATOR]', '[PASSWORD_SIGNER_KEY]'); - -promise.then(function (response) { - console.log(response); // Success -}, function (error) { - console.log(error); // Failure -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/console-web/examples/users/create-scrypt-user.md b/docs/examples/1.0.0/console-web/examples/users/create-scrypt-user.md deleted file mode 100644 index a6050acfcb..0000000000 --- a/docs/examples/1.0.0/console-web/examples/users/create-scrypt-user.md +++ /dev/null @@ -1,18 +0,0 @@ -import { Client, Users } from "appwrite"; - -const client = new Client(); - -const users = new Users(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID -; - -const promise = users.createScryptUser('[USER_ID]', 'email@example.com', 'password', '[PASSWORD_SALT]', null, null, null, null); - -promise.then(function (response) { - console.log(response); // Success -}, function (error) { - console.log(error); // Failure -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/console-web/examples/users/create.md b/docs/examples/1.0.0/console-web/examples/users/create.md deleted file mode 100644 index 7c9644702c..0000000000 --- a/docs/examples/1.0.0/console-web/examples/users/create.md +++ /dev/null @@ -1,18 +0,0 @@ -import { Client, Users } from "appwrite"; - -const client = new Client(); - -const users = new Users(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID -; - -const promise = users.create('[USER_ID]'); - -promise.then(function (response) { - console.log(response); // Success -}, function (error) { - console.log(error); // Failure -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/console-web/examples/users/delete-session.md b/docs/examples/1.0.0/console-web/examples/users/delete-session.md deleted file mode 100644 index 90f0f301ff..0000000000 --- a/docs/examples/1.0.0/console-web/examples/users/delete-session.md +++ /dev/null @@ -1,18 +0,0 @@ -import { Client, Users } from "appwrite"; - -const client = new Client(); - -const users = new Users(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID -; - -const promise = users.deleteSession('[USER_ID]', '[SESSION_ID]'); - -promise.then(function (response) { - console.log(response); // Success -}, function (error) { - console.log(error); // Failure -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/console-web/examples/users/delete-sessions.md b/docs/examples/1.0.0/console-web/examples/users/delete-sessions.md deleted file mode 100644 index 3df8c7bdb6..0000000000 --- a/docs/examples/1.0.0/console-web/examples/users/delete-sessions.md +++ /dev/null @@ -1,18 +0,0 @@ -import { Client, Users } from "appwrite"; - -const client = new Client(); - -const users = new Users(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID -; - -const promise = users.deleteSessions('[USER_ID]'); - -promise.then(function (response) { - console.log(response); // Success -}, function (error) { - console.log(error); // Failure -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/console-web/examples/users/delete.md b/docs/examples/1.0.0/console-web/examples/users/delete.md deleted file mode 100644 index f7c21f3d55..0000000000 --- a/docs/examples/1.0.0/console-web/examples/users/delete.md +++ /dev/null @@ -1,18 +0,0 @@ -import { Client, Users } from "appwrite"; - -const client = new Client(); - -const users = new Users(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID -; - -const promise = users.delete('[USER_ID]'); - -promise.then(function (response) { - console.log(response); // Success -}, function (error) { - console.log(error); // Failure -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/console-web/examples/users/get-logs.md b/docs/examples/1.0.0/console-web/examples/users/get-logs.md deleted file mode 100644 index c75e8bdf89..0000000000 --- a/docs/examples/1.0.0/console-web/examples/users/get-logs.md +++ /dev/null @@ -1,18 +0,0 @@ -import { Client, Users } from "appwrite"; - -const client = new Client(); - -const users = new Users(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID -; - -const promise = users.getLogs('[USER_ID]'); - -promise.then(function (response) { - console.log(response); // Success -}, function (error) { - console.log(error); // Failure -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/console-web/examples/users/get-memberships.md b/docs/examples/1.0.0/console-web/examples/users/get-memberships.md deleted file mode 100644 index 33571733b0..0000000000 --- a/docs/examples/1.0.0/console-web/examples/users/get-memberships.md +++ /dev/null @@ -1,18 +0,0 @@ -import { Client, Users } from "appwrite"; - -const client = new Client(); - -const users = new Users(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID -; - -const promise = users.getMemberships('[USER_ID]'); - -promise.then(function (response) { - console.log(response); // Success -}, function (error) { - console.log(error); // Failure -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/console-web/examples/users/get-prefs.md b/docs/examples/1.0.0/console-web/examples/users/get-prefs.md deleted file mode 100644 index 959c68c7c0..0000000000 --- a/docs/examples/1.0.0/console-web/examples/users/get-prefs.md +++ /dev/null @@ -1,18 +0,0 @@ -import { Client, Users } from "appwrite"; - -const client = new Client(); - -const users = new Users(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID -; - -const promise = users.getPrefs('[USER_ID]'); - -promise.then(function (response) { - console.log(response); // Success -}, function (error) { - console.log(error); // Failure -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/console-web/examples/users/get-sessions.md b/docs/examples/1.0.0/console-web/examples/users/get-sessions.md deleted file mode 100644 index f68b21277b..0000000000 --- a/docs/examples/1.0.0/console-web/examples/users/get-sessions.md +++ /dev/null @@ -1,18 +0,0 @@ -import { Client, Users } from "appwrite"; - -const client = new Client(); - -const users = new Users(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID -; - -const promise = users.getSessions('[USER_ID]'); - -promise.then(function (response) { - console.log(response); // Success -}, function (error) { - console.log(error); // Failure -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/console-web/examples/users/get-usage.md b/docs/examples/1.0.0/console-web/examples/users/get-usage.md deleted file mode 100644 index cca80da32d..0000000000 --- a/docs/examples/1.0.0/console-web/examples/users/get-usage.md +++ /dev/null @@ -1,18 +0,0 @@ -import { Client, Users } from "appwrite"; - -const client = new Client(); - -const users = new Users(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID -; - -const promise = users.getUsage(); - -promise.then(function (response) { - console.log(response); // Success -}, function (error) { - console.log(error); // Failure -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/console-web/examples/users/get.md b/docs/examples/1.0.0/console-web/examples/users/get.md deleted file mode 100644 index 500263dad6..0000000000 --- a/docs/examples/1.0.0/console-web/examples/users/get.md +++ /dev/null @@ -1,18 +0,0 @@ -import { Client, Users } from "appwrite"; - -const client = new Client(); - -const users = new Users(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID -; - -const promise = users.get('[USER_ID]'); - -promise.then(function (response) { - console.log(response); // Success -}, function (error) { - console.log(error); // Failure -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/console-web/examples/users/list.md b/docs/examples/1.0.0/console-web/examples/users/list.md deleted file mode 100644 index 49838da24d..0000000000 --- a/docs/examples/1.0.0/console-web/examples/users/list.md +++ /dev/null @@ -1,18 +0,0 @@ -import { Client, Users } from "appwrite"; - -const client = new Client(); - -const users = new Users(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID -; - -const promise = users.list(); - -promise.then(function (response) { - console.log(response); // Success -}, function (error) { - console.log(error); // Failure -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/console-web/examples/users/update-email-verification.md b/docs/examples/1.0.0/console-web/examples/users/update-email-verification.md deleted file mode 100644 index 2abfff8244..0000000000 --- a/docs/examples/1.0.0/console-web/examples/users/update-email-verification.md +++ /dev/null @@ -1,18 +0,0 @@ -import { Client, Users } from "appwrite"; - -const client = new Client(); - -const users = new Users(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID -; - -const promise = users.updateEmailVerification('[USER_ID]', false); - -promise.then(function (response) { - console.log(response); // Success -}, function (error) { - console.log(error); // Failure -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/console-web/examples/users/update-email.md b/docs/examples/1.0.0/console-web/examples/users/update-email.md deleted file mode 100644 index c0427ac6af..0000000000 --- a/docs/examples/1.0.0/console-web/examples/users/update-email.md +++ /dev/null @@ -1,18 +0,0 @@ -import { Client, Users } from "appwrite"; - -const client = new Client(); - -const users = new Users(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID -; - -const promise = users.updateEmail('[USER_ID]', 'email@example.com'); - -promise.then(function (response) { - console.log(response); // Success -}, function (error) { - console.log(error); // Failure -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/console-web/examples/users/update-name.md b/docs/examples/1.0.0/console-web/examples/users/update-name.md deleted file mode 100644 index ed13672a5c..0000000000 --- a/docs/examples/1.0.0/console-web/examples/users/update-name.md +++ /dev/null @@ -1,18 +0,0 @@ -import { Client, Users } from "appwrite"; - -const client = new Client(); - -const users = new Users(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID -; - -const promise = users.updateName('[USER_ID]', '[NAME]'); - -promise.then(function (response) { - console.log(response); // Success -}, function (error) { - console.log(error); // Failure -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/console-web/examples/users/update-password.md b/docs/examples/1.0.0/console-web/examples/users/update-password.md deleted file mode 100644 index e13d9bcafa..0000000000 --- a/docs/examples/1.0.0/console-web/examples/users/update-password.md +++ /dev/null @@ -1,18 +0,0 @@ -import { Client, Users } from "appwrite"; - -const client = new Client(); - -const users = new Users(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID -; - -const promise = users.updatePassword('[USER_ID]', 'password'); - -promise.then(function (response) { - console.log(response); // Success -}, function (error) { - console.log(error); // Failure -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/console-web/examples/users/update-phone-verification.md b/docs/examples/1.0.0/console-web/examples/users/update-phone-verification.md deleted file mode 100644 index 63edc56cab..0000000000 --- a/docs/examples/1.0.0/console-web/examples/users/update-phone-verification.md +++ /dev/null @@ -1,18 +0,0 @@ -import { Client, Users } from "appwrite"; - -const client = new Client(); - -const users = new Users(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID -; - -const promise = users.updatePhoneVerification('[USER_ID]', false); - -promise.then(function (response) { - console.log(response); // Success -}, function (error) { - console.log(error); // Failure -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/console-web/examples/users/update-phone.md b/docs/examples/1.0.0/console-web/examples/users/update-phone.md deleted file mode 100644 index 593570d73b..0000000000 --- a/docs/examples/1.0.0/console-web/examples/users/update-phone.md +++ /dev/null @@ -1,18 +0,0 @@ -import { Client, Users } from "appwrite"; - -const client = new Client(); - -const users = new Users(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID -; - -const promise = users.updatePhone('[USER_ID]', ''); - -promise.then(function (response) { - console.log(response); // Success -}, function (error) { - console.log(error); // Failure -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/console-web/examples/users/update-prefs.md b/docs/examples/1.0.0/console-web/examples/users/update-prefs.md deleted file mode 100644 index d1d0a8b1ec..0000000000 --- a/docs/examples/1.0.0/console-web/examples/users/update-prefs.md +++ /dev/null @@ -1,18 +0,0 @@ -import { Client, Users } from "appwrite"; - -const client = new Client(); - -const users = new Users(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID -; - -const promise = users.updatePrefs('[USER_ID]', {}); - -promise.then(function (response) { - console.log(response); // Success -}, function (error) { - console.log(error); // Failure -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/console-web/examples/users/update-status.md b/docs/examples/1.0.0/console-web/examples/users/update-status.md deleted file mode 100644 index 189cbca6d4..0000000000 --- a/docs/examples/1.0.0/console-web/examples/users/update-status.md +++ /dev/null @@ -1,18 +0,0 @@ -import { Client, Users } from "appwrite"; - -const client = new Client(); - -const users = new Users(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID -; - -const promise = users.updateStatus('[USER_ID]', false); - -promise.then(function (response) { - console.log(response); // Success -}, function (error) { - console.log(error); // Failure -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-dart/examples/account/create-phone-verification.md b/docs/examples/1.0.0/server-dart/examples/account/create-phone-verification.md deleted file mode 100644 index de0389f798..0000000000 --- a/docs/examples/1.0.0/server-dart/examples/account/create-phone-verification.md +++ /dev/null @@ -1,21 +0,0 @@ -import 'package:dart_appwrite/dart_appwrite.dart'; - -void main() { // Init SDK - Client client = Client(); - Account account = Account(client); - - client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setJWT('eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ...') // Your secret JSON Web Token - ; - - Future result = account.createPhoneVerification(); - - result - .then((response) { - print(response); - }).catchError((error) { - print(error.response); - }); -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-dart/examples/account/create-recovery.md b/docs/examples/1.0.0/server-dart/examples/account/create-recovery.md deleted file mode 100644 index 1d6c7fca9e..0000000000 --- a/docs/examples/1.0.0/server-dart/examples/account/create-recovery.md +++ /dev/null @@ -1,24 +0,0 @@ -import 'package:dart_appwrite/dart_appwrite.dart'; - -void main() { // Init SDK - Client client = Client(); - Account account = Account(client); - - client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setJWT('eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ...') // Your secret JSON Web Token - ; - - Future result = account.createRecovery( - email: 'email@example.com', - url: 'https://example.com', - ); - - result - .then((response) { - print(response); - }).catchError((error) { - print(error.response); - }); -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-dart/examples/account/create-verification.md b/docs/examples/1.0.0/server-dart/examples/account/create-verification.md deleted file mode 100644 index a46c1cf519..0000000000 --- a/docs/examples/1.0.0/server-dart/examples/account/create-verification.md +++ /dev/null @@ -1,23 +0,0 @@ -import 'package:dart_appwrite/dart_appwrite.dart'; - -void main() { // Init SDK - Client client = Client(); - Account account = Account(client); - - client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setJWT('eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ...') // Your secret JSON Web Token - ; - - Future result = account.createVerification( - url: 'https://example.com', - ); - - result - .then((response) { - print(response); - }).catchError((error) { - print(error.response); - }); -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-dart/examples/account/delete-session.md b/docs/examples/1.0.0/server-dart/examples/account/delete-session.md deleted file mode 100644 index 7e2c59b629..0000000000 --- a/docs/examples/1.0.0/server-dart/examples/account/delete-session.md +++ /dev/null @@ -1,23 +0,0 @@ -import 'package:dart_appwrite/dart_appwrite.dart'; - -void main() { // Init SDK - Client client = Client(); - Account account = Account(client); - - client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setJWT('eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ...') // Your secret JSON Web Token - ; - - Future result = account.deleteSession( - sessionId: '[SESSION_ID]', - ); - - result - .then((response) { - print(response); - }).catchError((error) { - print(error.response); - }); -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-dart/examples/account/delete-sessions.md b/docs/examples/1.0.0/server-dart/examples/account/delete-sessions.md deleted file mode 100644 index 8647d09fa7..0000000000 --- a/docs/examples/1.0.0/server-dart/examples/account/delete-sessions.md +++ /dev/null @@ -1,21 +0,0 @@ -import 'package:dart_appwrite/dart_appwrite.dart'; - -void main() { // Init SDK - Client client = Client(); - Account account = Account(client); - - client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setJWT('eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ...') // Your secret JSON Web Token - ; - - Future result = account.deleteSessions(); - - result - .then((response) { - print(response); - }).catchError((error) { - print(error.response); - }); -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-dart/examples/account/get-logs.md b/docs/examples/1.0.0/server-dart/examples/account/get-logs.md deleted file mode 100644 index 27b579c725..0000000000 --- a/docs/examples/1.0.0/server-dart/examples/account/get-logs.md +++ /dev/null @@ -1,22 +0,0 @@ -import 'package:dart_appwrite/dart_appwrite.dart'; - -void main() { // Init SDK - Client client = Client(); - Account account = Account(client); - - client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setJWT('eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ...') // Your secret JSON Web Token - ; - - Future result = account.getLogs( - ); - - result - .then((response) { - print(response); - }).catchError((error) { - print(error.response); - }); -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-dart/examples/account/get-prefs.md b/docs/examples/1.0.0/server-dart/examples/account/get-prefs.md deleted file mode 100644 index 911e868115..0000000000 --- a/docs/examples/1.0.0/server-dart/examples/account/get-prefs.md +++ /dev/null @@ -1,21 +0,0 @@ -import 'package:dart_appwrite/dart_appwrite.dart'; - -void main() { // Init SDK - Client client = Client(); - Account account = Account(client); - - client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setJWT('eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ...') // Your secret JSON Web Token - ; - - Future result = account.getPrefs(); - - result - .then((response) { - print(response); - }).catchError((error) { - print(error.response); - }); -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-dart/examples/account/get-session.md b/docs/examples/1.0.0/server-dart/examples/account/get-session.md deleted file mode 100644 index ef78a5291d..0000000000 --- a/docs/examples/1.0.0/server-dart/examples/account/get-session.md +++ /dev/null @@ -1,23 +0,0 @@ -import 'package:dart_appwrite/dart_appwrite.dart'; - -void main() { // Init SDK - Client client = Client(); - Account account = Account(client); - - client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setJWT('eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ...') // Your secret JSON Web Token - ; - - Future result = account.getSession( - sessionId: '[SESSION_ID]', - ); - - result - .then((response) { - print(response); - }).catchError((error) { - print(error.response); - }); -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-dart/examples/account/get-sessions.md b/docs/examples/1.0.0/server-dart/examples/account/get-sessions.md deleted file mode 100644 index 40051a967d..0000000000 --- a/docs/examples/1.0.0/server-dart/examples/account/get-sessions.md +++ /dev/null @@ -1,21 +0,0 @@ -import 'package:dart_appwrite/dart_appwrite.dart'; - -void main() { // Init SDK - Client client = Client(); - Account account = Account(client); - - client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setJWT('eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ...') // Your secret JSON Web Token - ; - - Future result = account.getSessions(); - - result - .then((response) { - print(response); - }).catchError((error) { - print(error.response); - }); -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-dart/examples/account/get.md b/docs/examples/1.0.0/server-dart/examples/account/get.md deleted file mode 100644 index 040dad642f..0000000000 --- a/docs/examples/1.0.0/server-dart/examples/account/get.md +++ /dev/null @@ -1,21 +0,0 @@ -import 'package:dart_appwrite/dart_appwrite.dart'; - -void main() { // Init SDK - Client client = Client(); - Account account = Account(client); - - client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setJWT('eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ...') // Your secret JSON Web Token - ; - - Future result = account.get(); - - result - .then((response) { - print(response); - }).catchError((error) { - print(error.response); - }); -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-dart/examples/account/update-email.md b/docs/examples/1.0.0/server-dart/examples/account/update-email.md deleted file mode 100644 index 85b5950bc5..0000000000 --- a/docs/examples/1.0.0/server-dart/examples/account/update-email.md +++ /dev/null @@ -1,24 +0,0 @@ -import 'package:dart_appwrite/dart_appwrite.dart'; - -void main() { // Init SDK - Client client = Client(); - Account account = Account(client); - - client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setJWT('eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ...') // Your secret JSON Web Token - ; - - Future result = account.updateEmail( - email: 'email@example.com', - password: 'password', - ); - - result - .then((response) { - print(response); - }).catchError((error) { - print(error.response); - }); -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-dart/examples/account/update-name.md b/docs/examples/1.0.0/server-dart/examples/account/update-name.md deleted file mode 100644 index 026206d169..0000000000 --- a/docs/examples/1.0.0/server-dart/examples/account/update-name.md +++ /dev/null @@ -1,23 +0,0 @@ -import 'package:dart_appwrite/dart_appwrite.dart'; - -void main() { // Init SDK - Client client = Client(); - Account account = Account(client); - - client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setJWT('eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ...') // Your secret JSON Web Token - ; - - Future result = account.updateName( - name: '[NAME]', - ); - - result - .then((response) { - print(response); - }).catchError((error) { - print(error.response); - }); -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-dart/examples/account/update-password.md b/docs/examples/1.0.0/server-dart/examples/account/update-password.md deleted file mode 100644 index dec459c686..0000000000 --- a/docs/examples/1.0.0/server-dart/examples/account/update-password.md +++ /dev/null @@ -1,23 +0,0 @@ -import 'package:dart_appwrite/dart_appwrite.dart'; - -void main() { // Init SDK - Client client = Client(); - Account account = Account(client); - - client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setJWT('eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ...') // Your secret JSON Web Token - ; - - Future result = account.updatePassword( - password: 'password', - ); - - result - .then((response) { - print(response); - }).catchError((error) { - print(error.response); - }); -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-dart/examples/account/update-phone-verification.md b/docs/examples/1.0.0/server-dart/examples/account/update-phone-verification.md deleted file mode 100644 index 257cc9b4fc..0000000000 --- a/docs/examples/1.0.0/server-dart/examples/account/update-phone-verification.md +++ /dev/null @@ -1,24 +0,0 @@ -import 'package:dart_appwrite/dart_appwrite.dart'; - -void main() { // Init SDK - Client client = Client(); - Account account = Account(client); - - client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setJWT('eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ...') // Your secret JSON Web Token - ; - - Future result = account.updatePhoneVerification( - userId: '[USER_ID]', - secret: '[SECRET]', - ); - - result - .then((response) { - print(response); - }).catchError((error) { - print(error.response); - }); -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-dart/examples/account/update-phone.md b/docs/examples/1.0.0/server-dart/examples/account/update-phone.md deleted file mode 100644 index b3ed2306f0..0000000000 --- a/docs/examples/1.0.0/server-dart/examples/account/update-phone.md +++ /dev/null @@ -1,24 +0,0 @@ -import 'package:dart_appwrite/dart_appwrite.dart'; - -void main() { // Init SDK - Client client = Client(); - Account account = Account(client); - - client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setJWT('eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ...') // Your secret JSON Web Token - ; - - Future result = account.updatePhone( - phone: '', - password: 'password', - ); - - result - .then((response) { - print(response); - }).catchError((error) { - print(error.response); - }); -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-dart/examples/account/update-prefs.md b/docs/examples/1.0.0/server-dart/examples/account/update-prefs.md deleted file mode 100644 index 8bcb83e7db..0000000000 --- a/docs/examples/1.0.0/server-dart/examples/account/update-prefs.md +++ /dev/null @@ -1,23 +0,0 @@ -import 'package:dart_appwrite/dart_appwrite.dart'; - -void main() { // Init SDK - Client client = Client(); - Account account = Account(client); - - client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setJWT('eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ...') // Your secret JSON Web Token - ; - - Future result = account.updatePrefs( - prefs: {}, - ); - - result - .then((response) { - print(response); - }).catchError((error) { - print(error.response); - }); -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-dart/examples/account/update-recovery.md b/docs/examples/1.0.0/server-dart/examples/account/update-recovery.md deleted file mode 100644 index 5840fbec70..0000000000 --- a/docs/examples/1.0.0/server-dart/examples/account/update-recovery.md +++ /dev/null @@ -1,26 +0,0 @@ -import 'package:dart_appwrite/dart_appwrite.dart'; - -void main() { // Init SDK - Client client = Client(); - Account account = Account(client); - - client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setJWT('eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ...') // Your secret JSON Web Token - ; - - Future result = account.updateRecovery( - userId: '[USER_ID]', - secret: '[SECRET]', - password: 'password', - passwordAgain: 'password', - ); - - result - .then((response) { - print(response); - }).catchError((error) { - print(error.response); - }); -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-dart/examples/account/update-session.md b/docs/examples/1.0.0/server-dart/examples/account/update-session.md deleted file mode 100644 index c689dda9f0..0000000000 --- a/docs/examples/1.0.0/server-dart/examples/account/update-session.md +++ /dev/null @@ -1,23 +0,0 @@ -import 'package:dart_appwrite/dart_appwrite.dart'; - -void main() { // Init SDK - Client client = Client(); - Account account = Account(client); - - client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setJWT('eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ...') // Your secret JSON Web Token - ; - - Future result = account.updateSession( - sessionId: '[SESSION_ID]', - ); - - result - .then((response) { - print(response); - }).catchError((error) { - print(error.response); - }); -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-dart/examples/account/update-status.md b/docs/examples/1.0.0/server-dart/examples/account/update-status.md deleted file mode 100644 index 025ef77771..0000000000 --- a/docs/examples/1.0.0/server-dart/examples/account/update-status.md +++ /dev/null @@ -1,21 +0,0 @@ -import 'package:dart_appwrite/dart_appwrite.dart'; - -void main() { // Init SDK - Client client = Client(); - Account account = Account(client); - - client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setJWT('eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ...') // Your secret JSON Web Token - ; - - Future result = account.updateStatus(); - - result - .then((response) { - print(response); - }).catchError((error) { - print(error.response); - }); -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-dart/examples/account/update-verification.md b/docs/examples/1.0.0/server-dart/examples/account/update-verification.md deleted file mode 100644 index c970793640..0000000000 --- a/docs/examples/1.0.0/server-dart/examples/account/update-verification.md +++ /dev/null @@ -1,24 +0,0 @@ -import 'package:dart_appwrite/dart_appwrite.dart'; - -void main() { // Init SDK - Client client = Client(); - Account account = Account(client); - - client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setJWT('eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ...') // Your secret JSON Web Token - ; - - Future result = account.updateVerification( - userId: '[USER_ID]', - secret: '[SECRET]', - ); - - result - .then((response) { - print(response); - }).catchError((error) { - print(error.response); - }); -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-dart/examples/avatars/get-browser.md b/docs/examples/1.0.0/server-dart/examples/avatars/get-browser.md deleted file mode 100644 index c924ae43c8..0000000000 --- a/docs/examples/1.0.0/server-dart/examples/avatars/get-browser.md +++ /dev/null @@ -1,23 +0,0 @@ -import 'package:dart_appwrite/dart_appwrite.dart'; - -void main() { // Init SDK - Client client = Client(); - Avatars avatars = Avatars(client); - - client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key - ; - - Future result = avatars.getBrowser( - code: 'aa', - ); - - result - .then((response) { - print(response); - }).catchError((error) { - print(error.response); - }); -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-dart/examples/avatars/get-credit-card.md b/docs/examples/1.0.0/server-dart/examples/avatars/get-credit-card.md deleted file mode 100644 index 5d01d690dd..0000000000 --- a/docs/examples/1.0.0/server-dart/examples/avatars/get-credit-card.md +++ /dev/null @@ -1,23 +0,0 @@ -import 'package:dart_appwrite/dart_appwrite.dart'; - -void main() { // Init SDK - Client client = Client(); - Avatars avatars = Avatars(client); - - client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key - ; - - Future result = avatars.getCreditCard( - code: 'amex', - ); - - result - .then((response) { - print(response); - }).catchError((error) { - print(error.response); - }); -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-dart/examples/avatars/get-favicon.md b/docs/examples/1.0.0/server-dart/examples/avatars/get-favicon.md deleted file mode 100644 index 3308f5c59a..0000000000 --- a/docs/examples/1.0.0/server-dart/examples/avatars/get-favicon.md +++ /dev/null @@ -1,23 +0,0 @@ -import 'package:dart_appwrite/dart_appwrite.dart'; - -void main() { // Init SDK - Client client = Client(); - Avatars avatars = Avatars(client); - - client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key - ; - - Future result = avatars.getFavicon( - url: 'https://example.com', - ); - - result - .then((response) { - print(response); - }).catchError((error) { - print(error.response); - }); -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-dart/examples/avatars/get-flag.md b/docs/examples/1.0.0/server-dart/examples/avatars/get-flag.md deleted file mode 100644 index 5da4aaf219..0000000000 --- a/docs/examples/1.0.0/server-dart/examples/avatars/get-flag.md +++ /dev/null @@ -1,23 +0,0 @@ -import 'package:dart_appwrite/dart_appwrite.dart'; - -void main() { // Init SDK - Client client = Client(); - Avatars avatars = Avatars(client); - - client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key - ; - - Future result = avatars.getFlag( - code: 'af', - ); - - result - .then((response) { - print(response); - }).catchError((error) { - print(error.response); - }); -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-dart/examples/avatars/get-image.md b/docs/examples/1.0.0/server-dart/examples/avatars/get-image.md deleted file mode 100644 index 196c6dedb5..0000000000 --- a/docs/examples/1.0.0/server-dart/examples/avatars/get-image.md +++ /dev/null @@ -1,23 +0,0 @@ -import 'package:dart_appwrite/dart_appwrite.dart'; - -void main() { // Init SDK - Client client = Client(); - Avatars avatars = Avatars(client); - - client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key - ; - - Future result = avatars.getImage( - url: 'https://example.com', - ); - - result - .then((response) { - print(response); - }).catchError((error) { - print(error.response); - }); -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-dart/examples/avatars/get-initials.md b/docs/examples/1.0.0/server-dart/examples/avatars/get-initials.md deleted file mode 100644 index c40a54b712..0000000000 --- a/docs/examples/1.0.0/server-dart/examples/avatars/get-initials.md +++ /dev/null @@ -1,22 +0,0 @@ -import 'package:dart_appwrite/dart_appwrite.dart'; - -void main() { // Init SDK - Client client = Client(); - Avatars avatars = Avatars(client); - - client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key - ; - - Future result = avatars.getInitials( - ); - - result - .then((response) { - print(response); - }).catchError((error) { - print(error.response); - }); -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-dart/examples/avatars/get-q-r.md b/docs/examples/1.0.0/server-dart/examples/avatars/get-q-r.md deleted file mode 100644 index bef31b345f..0000000000 --- a/docs/examples/1.0.0/server-dart/examples/avatars/get-q-r.md +++ /dev/null @@ -1,23 +0,0 @@ -import 'package:dart_appwrite/dart_appwrite.dart'; - -void main() { // Init SDK - Client client = Client(); - Avatars avatars = Avatars(client); - - client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key - ; - - Future result = avatars.getQR( - text: '[TEXT]', - ); - - result - .then((response) { - print(response); - }).catchError((error) { - print(error.response); - }); -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-dart/examples/databases/create-boolean-attribute.md b/docs/examples/1.0.0/server-dart/examples/databases/create-boolean-attribute.md deleted file mode 100644 index fd1223d3a9..0000000000 --- a/docs/examples/1.0.0/server-dart/examples/databases/create-boolean-attribute.md +++ /dev/null @@ -1,26 +0,0 @@ -import 'package:dart_appwrite/dart_appwrite.dart'; - -void main() { // Init SDK - Client client = Client(); - Databases databases = Databases(client); - - client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key - ; - - Future result = databases.createBooleanAttribute( - databaseId: '[DATABASE_ID]', - collectionId: '[COLLECTION_ID]', - key: '', - xrequired: false, - ); - - result - .then((response) { - print(response); - }).catchError((error) { - print(error.response); - }); -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-dart/examples/databases/create-collection.md b/docs/examples/1.0.0/server-dart/examples/databases/create-collection.md deleted file mode 100644 index 5783e595b1..0000000000 --- a/docs/examples/1.0.0/server-dart/examples/databases/create-collection.md +++ /dev/null @@ -1,25 +0,0 @@ -import 'package:dart_appwrite/dart_appwrite.dart'; - -void main() { // Init SDK - Client client = Client(); - Databases databases = Databases(client); - - client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key - ; - - Future result = databases.createCollection( - databaseId: '[DATABASE_ID]', - collectionId: '[COLLECTION_ID]', - name: '[NAME]', - ); - - result - .then((response) { - print(response); - }).catchError((error) { - print(error.response); - }); -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-dart/examples/databases/create-datetime-attribute.md b/docs/examples/1.0.0/server-dart/examples/databases/create-datetime-attribute.md deleted file mode 100644 index da3cf104ce..0000000000 --- a/docs/examples/1.0.0/server-dart/examples/databases/create-datetime-attribute.md +++ /dev/null @@ -1,26 +0,0 @@ -import 'package:dart_appwrite/dart_appwrite.dart'; - -void main() { // Init SDK - Client client = Client(); - Databases databases = Databases(client); - - client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key - ; - - Future result = databases.createDatetimeAttribute( - databaseId: '[DATABASE_ID]', - collectionId: '[COLLECTION_ID]', - key: '', - xrequired: false, - ); - - result - .then((response) { - print(response); - }).catchError((error) { - print(error.response); - }); -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-dart/examples/databases/create-document.md b/docs/examples/1.0.0/server-dart/examples/databases/create-document.md deleted file mode 100644 index 6d88d9c7e0..0000000000 --- a/docs/examples/1.0.0/server-dart/examples/databases/create-document.md +++ /dev/null @@ -1,26 +0,0 @@ -import 'package:dart_appwrite/dart_appwrite.dart'; - -void main() { // Init SDK - Client client = Client(); - Databases databases = Databases(client); - - client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key - ; - - Future result = databases.createDocument( - databaseId: '[DATABASE_ID]', - collectionId: '[COLLECTION_ID]', - documentId: '[DOCUMENT_ID]', - data: {}, - ); - - result - .then((response) { - print(response); - }).catchError((error) { - print(error.response); - }); -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-dart/examples/databases/create-email-attribute.md b/docs/examples/1.0.0/server-dart/examples/databases/create-email-attribute.md deleted file mode 100644 index d3443b57bb..0000000000 --- a/docs/examples/1.0.0/server-dart/examples/databases/create-email-attribute.md +++ /dev/null @@ -1,26 +0,0 @@ -import 'package:dart_appwrite/dart_appwrite.dart'; - -void main() { // Init SDK - Client client = Client(); - Databases databases = Databases(client); - - client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key - ; - - Future result = databases.createEmailAttribute( - databaseId: '[DATABASE_ID]', - collectionId: '[COLLECTION_ID]', - key: '', - xrequired: false, - ); - - result - .then((response) { - print(response); - }).catchError((error) { - print(error.response); - }); -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-dart/examples/databases/create-enum-attribute.md b/docs/examples/1.0.0/server-dart/examples/databases/create-enum-attribute.md deleted file mode 100644 index da413a1d92..0000000000 --- a/docs/examples/1.0.0/server-dart/examples/databases/create-enum-attribute.md +++ /dev/null @@ -1,27 +0,0 @@ -import 'package:dart_appwrite/dart_appwrite.dart'; - -void main() { // Init SDK - Client client = Client(); - Databases databases = Databases(client); - - client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key - ; - - Future result = databases.createEnumAttribute( - databaseId: '[DATABASE_ID]', - collectionId: '[COLLECTION_ID]', - key: '', - elements: [], - xrequired: false, - ); - - result - .then((response) { - print(response); - }).catchError((error) { - print(error.response); - }); -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-dart/examples/databases/create-float-attribute.md b/docs/examples/1.0.0/server-dart/examples/databases/create-float-attribute.md deleted file mode 100644 index c2d6ad4a15..0000000000 --- a/docs/examples/1.0.0/server-dart/examples/databases/create-float-attribute.md +++ /dev/null @@ -1,26 +0,0 @@ -import 'package:dart_appwrite/dart_appwrite.dart'; - -void main() { // Init SDK - Client client = Client(); - Databases databases = Databases(client); - - client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key - ; - - Future result = databases.createFloatAttribute( - databaseId: '[DATABASE_ID]', - collectionId: '[COLLECTION_ID]', - key: '', - xrequired: false, - ); - - result - .then((response) { - print(response); - }).catchError((error) { - print(error.response); - }); -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-dart/examples/databases/create-index.md b/docs/examples/1.0.0/server-dart/examples/databases/create-index.md deleted file mode 100644 index e0d04e776f..0000000000 --- a/docs/examples/1.0.0/server-dart/examples/databases/create-index.md +++ /dev/null @@ -1,27 +0,0 @@ -import 'package:dart_appwrite/dart_appwrite.dart'; - -void main() { // Init SDK - Client client = Client(); - Databases databases = Databases(client); - - client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key - ; - - Future result = databases.createIndex( - databaseId: '[DATABASE_ID]', - collectionId: '[COLLECTION_ID]', - key: '', - type: 'key', - attributes: [], - ); - - result - .then((response) { - print(response); - }).catchError((error) { - print(error.response); - }); -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-dart/examples/databases/create-integer-attribute.md b/docs/examples/1.0.0/server-dart/examples/databases/create-integer-attribute.md deleted file mode 100644 index 701ed4eee3..0000000000 --- a/docs/examples/1.0.0/server-dart/examples/databases/create-integer-attribute.md +++ /dev/null @@ -1,26 +0,0 @@ -import 'package:dart_appwrite/dart_appwrite.dart'; - -void main() { // Init SDK - Client client = Client(); - Databases databases = Databases(client); - - client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key - ; - - Future result = databases.createIntegerAttribute( - databaseId: '[DATABASE_ID]', - collectionId: '[COLLECTION_ID]', - key: '', - xrequired: false, - ); - - result - .then((response) { - print(response); - }).catchError((error) { - print(error.response); - }); -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-dart/examples/databases/create-ip-attribute.md b/docs/examples/1.0.0/server-dart/examples/databases/create-ip-attribute.md deleted file mode 100644 index 925a5d5d1b..0000000000 --- a/docs/examples/1.0.0/server-dart/examples/databases/create-ip-attribute.md +++ /dev/null @@ -1,26 +0,0 @@ -import 'package:dart_appwrite/dart_appwrite.dart'; - -void main() { // Init SDK - Client client = Client(); - Databases databases = Databases(client); - - client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key - ; - - Future result = databases.createIpAttribute( - databaseId: '[DATABASE_ID]', - collectionId: '[COLLECTION_ID]', - key: '', - xrequired: false, - ); - - result - .then((response) { - print(response); - }).catchError((error) { - print(error.response); - }); -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-dart/examples/databases/create-string-attribute.md b/docs/examples/1.0.0/server-dart/examples/databases/create-string-attribute.md deleted file mode 100644 index 8178ece328..0000000000 --- a/docs/examples/1.0.0/server-dart/examples/databases/create-string-attribute.md +++ /dev/null @@ -1,27 +0,0 @@ -import 'package:dart_appwrite/dart_appwrite.dart'; - -void main() { // Init SDK - Client client = Client(); - Databases databases = Databases(client); - - client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key - ; - - Future result = databases.createStringAttribute( - databaseId: '[DATABASE_ID]', - collectionId: '[COLLECTION_ID]', - key: '', - size: 1, - xrequired: false, - ); - - result - .then((response) { - print(response); - }).catchError((error) { - print(error.response); - }); -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-dart/examples/databases/create-url-attribute.md b/docs/examples/1.0.0/server-dart/examples/databases/create-url-attribute.md deleted file mode 100644 index 8c117cbf17..0000000000 --- a/docs/examples/1.0.0/server-dart/examples/databases/create-url-attribute.md +++ /dev/null @@ -1,26 +0,0 @@ -import 'package:dart_appwrite/dart_appwrite.dart'; - -void main() { // Init SDK - Client client = Client(); - Databases databases = Databases(client); - - client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key - ; - - Future result = databases.createUrlAttribute( - databaseId: '[DATABASE_ID]', - collectionId: '[COLLECTION_ID]', - key: '', - xrequired: false, - ); - - result - .then((response) { - print(response); - }).catchError((error) { - print(error.response); - }); -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-dart/examples/databases/create.md b/docs/examples/1.0.0/server-dart/examples/databases/create.md deleted file mode 100644 index 7c9cc537e7..0000000000 --- a/docs/examples/1.0.0/server-dart/examples/databases/create.md +++ /dev/null @@ -1,24 +0,0 @@ -import 'package:dart_appwrite/dart_appwrite.dart'; - -void main() { // Init SDK - Client client = Client(); - Databases databases = Databases(client); - - client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key - ; - - Future result = databases.create( - databaseId: '[DATABASE_ID]', - name: '[NAME]', - ); - - result - .then((response) { - print(response); - }).catchError((error) { - print(error.response); - }); -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-dart/examples/databases/delete-attribute.md b/docs/examples/1.0.0/server-dart/examples/databases/delete-attribute.md deleted file mode 100644 index 113f80da73..0000000000 --- a/docs/examples/1.0.0/server-dart/examples/databases/delete-attribute.md +++ /dev/null @@ -1,25 +0,0 @@ -import 'package:dart_appwrite/dart_appwrite.dart'; - -void main() { // Init SDK - Client client = Client(); - Databases databases = Databases(client); - - client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key - ; - - Future result = databases.deleteAttribute( - databaseId: '[DATABASE_ID]', - collectionId: '[COLLECTION_ID]', - key: '', - ); - - result - .then((response) { - print(response); - }).catchError((error) { - print(error.response); - }); -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-dart/examples/databases/delete-collection.md b/docs/examples/1.0.0/server-dart/examples/databases/delete-collection.md deleted file mode 100644 index 05425529c9..0000000000 --- a/docs/examples/1.0.0/server-dart/examples/databases/delete-collection.md +++ /dev/null @@ -1,24 +0,0 @@ -import 'package:dart_appwrite/dart_appwrite.dart'; - -void main() { // Init SDK - Client client = Client(); - Databases databases = Databases(client); - - client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key - ; - - Future result = databases.deleteCollection( - databaseId: '[DATABASE_ID]', - collectionId: '[COLLECTION_ID]', - ); - - result - .then((response) { - print(response); - }).catchError((error) { - print(error.response); - }); -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-dart/examples/databases/delete-document.md b/docs/examples/1.0.0/server-dart/examples/databases/delete-document.md deleted file mode 100644 index 5985c9333b..0000000000 --- a/docs/examples/1.0.0/server-dart/examples/databases/delete-document.md +++ /dev/null @@ -1,25 +0,0 @@ -import 'package:dart_appwrite/dart_appwrite.dart'; - -void main() { // Init SDK - Client client = Client(); - Databases databases = Databases(client); - - client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key - ; - - Future result = databases.deleteDocument( - databaseId: '[DATABASE_ID]', - collectionId: '[COLLECTION_ID]', - documentId: '[DOCUMENT_ID]', - ); - - result - .then((response) { - print(response); - }).catchError((error) { - print(error.response); - }); -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-dart/examples/databases/delete-index.md b/docs/examples/1.0.0/server-dart/examples/databases/delete-index.md deleted file mode 100644 index 8efc981d38..0000000000 --- a/docs/examples/1.0.0/server-dart/examples/databases/delete-index.md +++ /dev/null @@ -1,25 +0,0 @@ -import 'package:dart_appwrite/dart_appwrite.dart'; - -void main() { // Init SDK - Client client = Client(); - Databases databases = Databases(client); - - client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key - ; - - Future result = databases.deleteIndex( - databaseId: '[DATABASE_ID]', - collectionId: '[COLLECTION_ID]', - key: '', - ); - - result - .then((response) { - print(response); - }).catchError((error) { - print(error.response); - }); -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-dart/examples/databases/delete.md b/docs/examples/1.0.0/server-dart/examples/databases/delete.md deleted file mode 100644 index 78f70bbc5e..0000000000 --- a/docs/examples/1.0.0/server-dart/examples/databases/delete.md +++ /dev/null @@ -1,23 +0,0 @@ -import 'package:dart_appwrite/dart_appwrite.dart'; - -void main() { // Init SDK - Client client = Client(); - Databases databases = Databases(client); - - client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key - ; - - Future result = databases.delete( - databaseId: '[DATABASE_ID]', - ); - - result - .then((response) { - print(response); - }).catchError((error) { - print(error.response); - }); -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-dart/examples/databases/get-attribute.md b/docs/examples/1.0.0/server-dart/examples/databases/get-attribute.md deleted file mode 100644 index 32bb095536..0000000000 --- a/docs/examples/1.0.0/server-dart/examples/databases/get-attribute.md +++ /dev/null @@ -1,25 +0,0 @@ -import 'package:dart_appwrite/dart_appwrite.dart'; - -void main() { // Init SDK - Client client = Client(); - Databases databases = Databases(client); - - client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key - ; - - Future result = databases.getAttribute( - databaseId: '[DATABASE_ID]', - collectionId: '[COLLECTION_ID]', - key: '', - ); - - result - .then((response) { - print(response); - }).catchError((error) { - print(error.response); - }); -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-dart/examples/databases/get-collection.md b/docs/examples/1.0.0/server-dart/examples/databases/get-collection.md deleted file mode 100644 index 33b7913e8c..0000000000 --- a/docs/examples/1.0.0/server-dart/examples/databases/get-collection.md +++ /dev/null @@ -1,24 +0,0 @@ -import 'package:dart_appwrite/dart_appwrite.dart'; - -void main() { // Init SDK - Client client = Client(); - Databases databases = Databases(client); - - client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key - ; - - Future result = databases.getCollection( - databaseId: '[DATABASE_ID]', - collectionId: '[COLLECTION_ID]', - ); - - result - .then((response) { - print(response); - }).catchError((error) { - print(error.response); - }); -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-dart/examples/databases/get-document.md b/docs/examples/1.0.0/server-dart/examples/databases/get-document.md deleted file mode 100644 index 58fde41713..0000000000 --- a/docs/examples/1.0.0/server-dart/examples/databases/get-document.md +++ /dev/null @@ -1,25 +0,0 @@ -import 'package:dart_appwrite/dart_appwrite.dart'; - -void main() { // Init SDK - Client client = Client(); - Databases databases = Databases(client); - - client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key - ; - - Future result = databases.getDocument( - databaseId: '[DATABASE_ID]', - collectionId: '[COLLECTION_ID]', - documentId: '[DOCUMENT_ID]', - ); - - result - .then((response) { - print(response); - }).catchError((error) { - print(error.response); - }); -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-dart/examples/databases/get-index.md b/docs/examples/1.0.0/server-dart/examples/databases/get-index.md deleted file mode 100644 index 64b03c4898..0000000000 --- a/docs/examples/1.0.0/server-dart/examples/databases/get-index.md +++ /dev/null @@ -1,25 +0,0 @@ -import 'package:dart_appwrite/dart_appwrite.dart'; - -void main() { // Init SDK - Client client = Client(); - Databases databases = Databases(client); - - client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key - ; - - Future result = databases.getIndex( - databaseId: '[DATABASE_ID]', - collectionId: '[COLLECTION_ID]', - key: '', - ); - - result - .then((response) { - print(response); - }).catchError((error) { - print(error.response); - }); -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-dart/examples/databases/get.md b/docs/examples/1.0.0/server-dart/examples/databases/get.md deleted file mode 100644 index c85a5c7000..0000000000 --- a/docs/examples/1.0.0/server-dart/examples/databases/get.md +++ /dev/null @@ -1,23 +0,0 @@ -import 'package:dart_appwrite/dart_appwrite.dart'; - -void main() { // Init SDK - Client client = Client(); - Databases databases = Databases(client); - - client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key - ; - - Future result = databases.get( - databaseId: '[DATABASE_ID]', - ); - - result - .then((response) { - print(response); - }).catchError((error) { - print(error.response); - }); -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-dart/examples/databases/list-attributes.md b/docs/examples/1.0.0/server-dart/examples/databases/list-attributes.md deleted file mode 100644 index c13a9d70eb..0000000000 --- a/docs/examples/1.0.0/server-dart/examples/databases/list-attributes.md +++ /dev/null @@ -1,24 +0,0 @@ -import 'package:dart_appwrite/dart_appwrite.dart'; - -void main() { // Init SDK - Client client = Client(); - Databases databases = Databases(client); - - client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key - ; - - Future result = databases.listAttributes( - databaseId: '[DATABASE_ID]', - collectionId: '[COLLECTION_ID]', - ); - - result - .then((response) { - print(response); - }).catchError((error) { - print(error.response); - }); -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-dart/examples/databases/list-collections.md b/docs/examples/1.0.0/server-dart/examples/databases/list-collections.md deleted file mode 100644 index 098a327228..0000000000 --- a/docs/examples/1.0.0/server-dart/examples/databases/list-collections.md +++ /dev/null @@ -1,23 +0,0 @@ -import 'package:dart_appwrite/dart_appwrite.dart'; - -void main() { // Init SDK - Client client = Client(); - Databases databases = Databases(client); - - client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key - ; - - Future result = databases.listCollections( - databaseId: '[DATABASE_ID]', - ); - - result - .then((response) { - print(response); - }).catchError((error) { - print(error.response); - }); -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-dart/examples/databases/list-documents.md b/docs/examples/1.0.0/server-dart/examples/databases/list-documents.md deleted file mode 100644 index ba10a9847b..0000000000 --- a/docs/examples/1.0.0/server-dart/examples/databases/list-documents.md +++ /dev/null @@ -1,24 +0,0 @@ -import 'package:dart_appwrite/dart_appwrite.dart'; - -void main() { // Init SDK - Client client = Client(); - Databases databases = Databases(client); - - client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key - ; - - Future result = databases.listDocuments( - databaseId: '[DATABASE_ID]', - collectionId: '[COLLECTION_ID]', - ); - - result - .then((response) { - print(response); - }).catchError((error) { - print(error.response); - }); -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-dart/examples/databases/list-indexes.md b/docs/examples/1.0.0/server-dart/examples/databases/list-indexes.md deleted file mode 100644 index bc957cad7e..0000000000 --- a/docs/examples/1.0.0/server-dart/examples/databases/list-indexes.md +++ /dev/null @@ -1,24 +0,0 @@ -import 'package:dart_appwrite/dart_appwrite.dart'; - -void main() { // Init SDK - Client client = Client(); - Databases databases = Databases(client); - - client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key - ; - - Future result = databases.listIndexes( - databaseId: '[DATABASE_ID]', - collectionId: '[COLLECTION_ID]', - ); - - result - .then((response) { - print(response); - }).catchError((error) { - print(error.response); - }); -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-dart/examples/databases/list.md b/docs/examples/1.0.0/server-dart/examples/databases/list.md deleted file mode 100644 index 6b10334957..0000000000 --- a/docs/examples/1.0.0/server-dart/examples/databases/list.md +++ /dev/null @@ -1,22 +0,0 @@ -import 'package:dart_appwrite/dart_appwrite.dart'; - -void main() { // Init SDK - Client client = Client(); - Databases databases = Databases(client); - - client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key - ; - - Future result = databases.list( - ); - - result - .then((response) { - print(response); - }).catchError((error) { - print(error.response); - }); -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-dart/examples/databases/update-collection.md b/docs/examples/1.0.0/server-dart/examples/databases/update-collection.md deleted file mode 100644 index 515c4fe776..0000000000 --- a/docs/examples/1.0.0/server-dart/examples/databases/update-collection.md +++ /dev/null @@ -1,25 +0,0 @@ -import 'package:dart_appwrite/dart_appwrite.dart'; - -void main() { // Init SDK - Client client = Client(); - Databases databases = Databases(client); - - client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key - ; - - Future result = databases.updateCollection( - databaseId: '[DATABASE_ID]', - collectionId: '[COLLECTION_ID]', - name: '[NAME]', - ); - - result - .then((response) { - print(response); - }).catchError((error) { - print(error.response); - }); -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-dart/examples/databases/update-document.md b/docs/examples/1.0.0/server-dart/examples/databases/update-document.md deleted file mode 100644 index 41e1bff16b..0000000000 --- a/docs/examples/1.0.0/server-dart/examples/databases/update-document.md +++ /dev/null @@ -1,25 +0,0 @@ -import 'package:dart_appwrite/dart_appwrite.dart'; - -void main() { // Init SDK - Client client = Client(); - Databases databases = Databases(client); - - client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key - ; - - Future result = databases.updateDocument( - databaseId: '[DATABASE_ID]', - collectionId: '[COLLECTION_ID]', - documentId: '[DOCUMENT_ID]', - ); - - result - .then((response) { - print(response); - }).catchError((error) { - print(error.response); - }); -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-dart/examples/databases/update.md b/docs/examples/1.0.0/server-dart/examples/databases/update.md deleted file mode 100644 index 080d88a1a0..0000000000 --- a/docs/examples/1.0.0/server-dart/examples/databases/update.md +++ /dev/null @@ -1,24 +0,0 @@ -import 'package:dart_appwrite/dart_appwrite.dart'; - -void main() { // Init SDK - Client client = Client(); - Databases databases = Databases(client); - - client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key - ; - - Future result = databases.update( - databaseId: '[DATABASE_ID]', - name: '[NAME]', - ); - - result - .then((response) { - print(response); - }).catchError((error) { - print(error.response); - }); -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-dart/examples/functions/create-deployment.md b/docs/examples/1.0.0/server-dart/examples/functions/create-deployment.md deleted file mode 100644 index a407622ffc..0000000000 --- a/docs/examples/1.0.0/server-dart/examples/functions/create-deployment.md +++ /dev/null @@ -1,26 +0,0 @@ -import 'package:dart_appwrite/dart_appwrite.dart'; - -void main() { // Init SDK - Client client = Client(); - Functions functions = Functions(client); - - client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key - ; - - Future result = functions.createDeployment( - functionId: '[FUNCTION_ID]', - entrypoint: '[ENTRYPOINT]', - code: InputFile(path: './path-to-files/image.jpg', filename: 'image.jpg'), - activate: false, - ); - - result - .then((response) { - print(response); - }).catchError((error) { - print(error.response); - }); -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-dart/examples/functions/create-execution.md b/docs/examples/1.0.0/server-dart/examples/functions/create-execution.md deleted file mode 100644 index 572b54ffd5..0000000000 --- a/docs/examples/1.0.0/server-dart/examples/functions/create-execution.md +++ /dev/null @@ -1,23 +0,0 @@ -import 'package:dart_appwrite/dart_appwrite.dart'; - -void main() { // Init SDK - Client client = Client(); - Functions functions = Functions(client); - - client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key - ; - - Future result = functions.createExecution( - functionId: '[FUNCTION_ID]', - ); - - result - .then((response) { - print(response); - }).catchError((error) { - print(error.response); - }); -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-dart/examples/functions/create-variable.md b/docs/examples/1.0.0/server-dart/examples/functions/create-variable.md deleted file mode 100644 index c4d300f4c8..0000000000 --- a/docs/examples/1.0.0/server-dart/examples/functions/create-variable.md +++ /dev/null @@ -1,25 +0,0 @@ -import 'package:dart_appwrite/dart_appwrite.dart'; - -void main() { // Init SDK - Client client = Client(); - Functions functions = Functions(client); - - client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key - ; - - Future result = functions.createVariable( - functionId: '[FUNCTION_ID]', - key: '[KEY]', - value: '[VALUE]', - ); - - result - .then((response) { - print(response); - }).catchError((error) { - print(error.response); - }); -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-dart/examples/functions/create.md b/docs/examples/1.0.0/server-dart/examples/functions/create.md deleted file mode 100644 index b550e00cd9..0000000000 --- a/docs/examples/1.0.0/server-dart/examples/functions/create.md +++ /dev/null @@ -1,26 +0,0 @@ -import 'package:dart_appwrite/dart_appwrite.dart'; - -void main() { // Init SDK - Client client = Client(); - Functions functions = Functions(client); - - client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key - ; - - Future result = functions.create( - functionId: '[FUNCTION_ID]', - name: '[NAME]', - execute: ["any"], - runtime: 'node-14.5', - ); - - result - .then((response) { - print(response); - }).catchError((error) { - print(error.response); - }); -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-dart/examples/functions/delete-deployment.md b/docs/examples/1.0.0/server-dart/examples/functions/delete-deployment.md deleted file mode 100644 index 495b5b6c25..0000000000 --- a/docs/examples/1.0.0/server-dart/examples/functions/delete-deployment.md +++ /dev/null @@ -1,24 +0,0 @@ -import 'package:dart_appwrite/dart_appwrite.dart'; - -void main() { // Init SDK - Client client = Client(); - Functions functions = Functions(client); - - client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key - ; - - Future result = functions.deleteDeployment( - functionId: '[FUNCTION_ID]', - deploymentId: '[DEPLOYMENT_ID]', - ); - - result - .then((response) { - print(response); - }).catchError((error) { - print(error.response); - }); -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-dart/examples/functions/delete-variable.md b/docs/examples/1.0.0/server-dart/examples/functions/delete-variable.md deleted file mode 100644 index 235468740e..0000000000 --- a/docs/examples/1.0.0/server-dart/examples/functions/delete-variable.md +++ /dev/null @@ -1,24 +0,0 @@ -import 'package:dart_appwrite/dart_appwrite.dart'; - -void main() { // Init SDK - Client client = Client(); - Functions functions = Functions(client); - - client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key - ; - - Future result = functions.deleteVariable( - functionId: '[FUNCTION_ID]', - variableId: '[VARIABLE_ID]', - ); - - result - .then((response) { - print(response); - }).catchError((error) { - print(error.response); - }); -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-dart/examples/functions/delete.md b/docs/examples/1.0.0/server-dart/examples/functions/delete.md deleted file mode 100644 index 36694658cd..0000000000 --- a/docs/examples/1.0.0/server-dart/examples/functions/delete.md +++ /dev/null @@ -1,23 +0,0 @@ -import 'package:dart_appwrite/dart_appwrite.dart'; - -void main() { // Init SDK - Client client = Client(); - Functions functions = Functions(client); - - client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key - ; - - Future result = functions.delete( - functionId: '[FUNCTION_ID]', - ); - - result - .then((response) { - print(response); - }).catchError((error) { - print(error.response); - }); -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-dart/examples/functions/get-deployment.md b/docs/examples/1.0.0/server-dart/examples/functions/get-deployment.md deleted file mode 100644 index 7e529df767..0000000000 --- a/docs/examples/1.0.0/server-dart/examples/functions/get-deployment.md +++ /dev/null @@ -1,24 +0,0 @@ -import 'package:dart_appwrite/dart_appwrite.dart'; - -void main() { // Init SDK - Client client = Client(); - Functions functions = Functions(client); - - client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key - ; - - Future result = functions.getDeployment( - functionId: '[FUNCTION_ID]', - deploymentId: '[DEPLOYMENT_ID]', - ); - - result - .then((response) { - print(response); - }).catchError((error) { - print(error.response); - }); -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-dart/examples/functions/get-execution.md b/docs/examples/1.0.0/server-dart/examples/functions/get-execution.md deleted file mode 100644 index 7854e7f7c4..0000000000 --- a/docs/examples/1.0.0/server-dart/examples/functions/get-execution.md +++ /dev/null @@ -1,24 +0,0 @@ -import 'package:dart_appwrite/dart_appwrite.dart'; - -void main() { // Init SDK - Client client = Client(); - Functions functions = Functions(client); - - client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key - ; - - Future result = functions.getExecution( - functionId: '[FUNCTION_ID]', - executionId: '[EXECUTION_ID]', - ); - - result - .then((response) { - print(response); - }).catchError((error) { - print(error.response); - }); -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-dart/examples/functions/get-variable.md b/docs/examples/1.0.0/server-dart/examples/functions/get-variable.md deleted file mode 100644 index 29c9074561..0000000000 --- a/docs/examples/1.0.0/server-dart/examples/functions/get-variable.md +++ /dev/null @@ -1,24 +0,0 @@ -import 'package:dart_appwrite/dart_appwrite.dart'; - -void main() { // Init SDK - Client client = Client(); - Functions functions = Functions(client); - - client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key - ; - - Future result = functions.getVariable( - functionId: '[FUNCTION_ID]', - variableId: '[VARIABLE_ID]', - ); - - result - .then((response) { - print(response); - }).catchError((error) { - print(error.response); - }); -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-dart/examples/functions/get.md b/docs/examples/1.0.0/server-dart/examples/functions/get.md deleted file mode 100644 index 261ffef362..0000000000 --- a/docs/examples/1.0.0/server-dart/examples/functions/get.md +++ /dev/null @@ -1,23 +0,0 @@ -import 'package:dart_appwrite/dart_appwrite.dart'; - -void main() { // Init SDK - Client client = Client(); - Functions functions = Functions(client); - - client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key - ; - - Future result = functions.get( - functionId: '[FUNCTION_ID]', - ); - - result - .then((response) { - print(response); - }).catchError((error) { - print(error.response); - }); -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-dart/examples/functions/list-deployments.md b/docs/examples/1.0.0/server-dart/examples/functions/list-deployments.md deleted file mode 100644 index 071c1a7f5a..0000000000 --- a/docs/examples/1.0.0/server-dart/examples/functions/list-deployments.md +++ /dev/null @@ -1,23 +0,0 @@ -import 'package:dart_appwrite/dart_appwrite.dart'; - -void main() { // Init SDK - Client client = Client(); - Functions functions = Functions(client); - - client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key - ; - - Future result = functions.listDeployments( - functionId: '[FUNCTION_ID]', - ); - - result - .then((response) { - print(response); - }).catchError((error) { - print(error.response); - }); -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-dart/examples/functions/list-executions.md b/docs/examples/1.0.0/server-dart/examples/functions/list-executions.md deleted file mode 100644 index a0af0d161e..0000000000 --- a/docs/examples/1.0.0/server-dart/examples/functions/list-executions.md +++ /dev/null @@ -1,23 +0,0 @@ -import 'package:dart_appwrite/dart_appwrite.dart'; - -void main() { // Init SDK - Client client = Client(); - Functions functions = Functions(client); - - client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key - ; - - Future result = functions.listExecutions( - functionId: '[FUNCTION_ID]', - ); - - result - .then((response) { - print(response); - }).catchError((error) { - print(error.response); - }); -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-dart/examples/functions/list-runtimes.md b/docs/examples/1.0.0/server-dart/examples/functions/list-runtimes.md deleted file mode 100644 index da474ff727..0000000000 --- a/docs/examples/1.0.0/server-dart/examples/functions/list-runtimes.md +++ /dev/null @@ -1,21 +0,0 @@ -import 'package:dart_appwrite/dart_appwrite.dart'; - -void main() { // Init SDK - Client client = Client(); - Functions functions = Functions(client); - - client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key - ; - - Future result = functions.listRuntimes(); - - result - .then((response) { - print(response); - }).catchError((error) { - print(error.response); - }); -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-dart/examples/functions/list-variables.md b/docs/examples/1.0.0/server-dart/examples/functions/list-variables.md deleted file mode 100644 index dc14c9328b..0000000000 --- a/docs/examples/1.0.0/server-dart/examples/functions/list-variables.md +++ /dev/null @@ -1,23 +0,0 @@ -import 'package:dart_appwrite/dart_appwrite.dart'; - -void main() { // Init SDK - Client client = Client(); - Functions functions = Functions(client); - - client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key - ; - - Future result = functions.listVariables( - functionId: '[FUNCTION_ID]', - ); - - result - .then((response) { - print(response); - }).catchError((error) { - print(error.response); - }); -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-dart/examples/functions/list.md b/docs/examples/1.0.0/server-dart/examples/functions/list.md deleted file mode 100644 index a530d00fbb..0000000000 --- a/docs/examples/1.0.0/server-dart/examples/functions/list.md +++ /dev/null @@ -1,22 +0,0 @@ -import 'package:dart_appwrite/dart_appwrite.dart'; - -void main() { // Init SDK - Client client = Client(); - Functions functions = Functions(client); - - client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key - ; - - Future result = functions.list( - ); - - result - .then((response) { - print(response); - }).catchError((error) { - print(error.response); - }); -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-dart/examples/functions/retry-build.md b/docs/examples/1.0.0/server-dart/examples/functions/retry-build.md deleted file mode 100644 index 2312208584..0000000000 --- a/docs/examples/1.0.0/server-dart/examples/functions/retry-build.md +++ /dev/null @@ -1,25 +0,0 @@ -import 'package:dart_appwrite/dart_appwrite.dart'; - -void main() { // Init SDK - Client client = Client(); - Functions functions = Functions(client); - - client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key - ; - - Future result = functions.retryBuild( - functionId: '[FUNCTION_ID]', - deploymentId: '[DEPLOYMENT_ID]', - buildId: '[BUILD_ID]', - ); - - result - .then((response) { - print(response); - }).catchError((error) { - print(error.response); - }); -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-dart/examples/functions/update-deployment.md b/docs/examples/1.0.0/server-dart/examples/functions/update-deployment.md deleted file mode 100644 index 633b626560..0000000000 --- a/docs/examples/1.0.0/server-dart/examples/functions/update-deployment.md +++ /dev/null @@ -1,24 +0,0 @@ -import 'package:dart_appwrite/dart_appwrite.dart'; - -void main() { // Init SDK - Client client = Client(); - Functions functions = Functions(client); - - client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key - ; - - Future result = functions.updateDeployment( - functionId: '[FUNCTION_ID]', - deploymentId: '[DEPLOYMENT_ID]', - ); - - result - .then((response) { - print(response); - }).catchError((error) { - print(error.response); - }); -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-dart/examples/functions/update-variable.md b/docs/examples/1.0.0/server-dart/examples/functions/update-variable.md deleted file mode 100644 index eeeeaf12e8..0000000000 --- a/docs/examples/1.0.0/server-dart/examples/functions/update-variable.md +++ /dev/null @@ -1,25 +0,0 @@ -import 'package:dart_appwrite/dart_appwrite.dart'; - -void main() { // Init SDK - Client client = Client(); - Functions functions = Functions(client); - - client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key - ; - - Future result = functions.updateVariable( - functionId: '[FUNCTION_ID]', - variableId: '[VARIABLE_ID]', - key: '[KEY]', - ); - - result - .then((response) { - print(response); - }).catchError((error) { - print(error.response); - }); -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-dart/examples/functions/update.md b/docs/examples/1.0.0/server-dart/examples/functions/update.md deleted file mode 100644 index 6d89935ba2..0000000000 --- a/docs/examples/1.0.0/server-dart/examples/functions/update.md +++ /dev/null @@ -1,25 +0,0 @@ -import 'package:dart_appwrite/dart_appwrite.dart'; - -void main() { // Init SDK - Client client = Client(); - Functions functions = Functions(client); - - client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key - ; - - Future result = functions.update( - functionId: '[FUNCTION_ID]', - name: '[NAME]', - execute: ["any"], - ); - - result - .then((response) { - print(response); - }).catchError((error) { - print(error.response); - }); -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-dart/examples/health/get-antivirus.md b/docs/examples/1.0.0/server-dart/examples/health/get-antivirus.md deleted file mode 100644 index 974a29bd1f..0000000000 --- a/docs/examples/1.0.0/server-dart/examples/health/get-antivirus.md +++ /dev/null @@ -1,21 +0,0 @@ -import 'package:dart_appwrite/dart_appwrite.dart'; - -void main() { // Init SDK - Client client = Client(); - Health health = Health(client); - - client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key - ; - - Future result = health.getAntivirus(); - - result - .then((response) { - print(response); - }).catchError((error) { - print(error.response); - }); -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-dart/examples/health/get-cache.md b/docs/examples/1.0.0/server-dart/examples/health/get-cache.md deleted file mode 100644 index 322939d74e..0000000000 --- a/docs/examples/1.0.0/server-dart/examples/health/get-cache.md +++ /dev/null @@ -1,21 +0,0 @@ -import 'package:dart_appwrite/dart_appwrite.dart'; - -void main() { // Init SDK - Client client = Client(); - Health health = Health(client); - - client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key - ; - - Future result = health.getCache(); - - result - .then((response) { - print(response); - }).catchError((error) { - print(error.response); - }); -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-dart/examples/health/get-d-b.md b/docs/examples/1.0.0/server-dart/examples/health/get-d-b.md deleted file mode 100644 index e3447550eb..0000000000 --- a/docs/examples/1.0.0/server-dart/examples/health/get-d-b.md +++ /dev/null @@ -1,21 +0,0 @@ -import 'package:dart_appwrite/dart_appwrite.dart'; - -void main() { // Init SDK - Client client = Client(); - Health health = Health(client); - - client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key - ; - - Future result = health.getDB(); - - result - .then((response) { - print(response); - }).catchError((error) { - print(error.response); - }); -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-dart/examples/health/get-queue-certificates.md b/docs/examples/1.0.0/server-dart/examples/health/get-queue-certificates.md deleted file mode 100644 index 7c605154a6..0000000000 --- a/docs/examples/1.0.0/server-dart/examples/health/get-queue-certificates.md +++ /dev/null @@ -1,21 +0,0 @@ -import 'package:dart_appwrite/dart_appwrite.dart'; - -void main() { // Init SDK - Client client = Client(); - Health health = Health(client); - - client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key - ; - - Future result = health.getQueueCertificates(); - - result - .then((response) { - print(response); - }).catchError((error) { - print(error.response); - }); -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-dart/examples/health/get-queue-functions.md b/docs/examples/1.0.0/server-dart/examples/health/get-queue-functions.md deleted file mode 100644 index c06cda9185..0000000000 --- a/docs/examples/1.0.0/server-dart/examples/health/get-queue-functions.md +++ /dev/null @@ -1,21 +0,0 @@ -import 'package:dart_appwrite/dart_appwrite.dart'; - -void main() { // Init SDK - Client client = Client(); - Health health = Health(client); - - client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key - ; - - Future result = health.getQueueFunctions(); - - result - .then((response) { - print(response); - }).catchError((error) { - print(error.response); - }); -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-dart/examples/health/get-queue-logs.md b/docs/examples/1.0.0/server-dart/examples/health/get-queue-logs.md deleted file mode 100644 index 807a04fb11..0000000000 --- a/docs/examples/1.0.0/server-dart/examples/health/get-queue-logs.md +++ /dev/null @@ -1,21 +0,0 @@ -import 'package:dart_appwrite/dart_appwrite.dart'; - -void main() { // Init SDK - Client client = Client(); - Health health = Health(client); - - client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key - ; - - Future result = health.getQueueLogs(); - - result - .then((response) { - print(response); - }).catchError((error) { - print(error.response); - }); -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-dart/examples/health/get-queue-webhooks.md b/docs/examples/1.0.0/server-dart/examples/health/get-queue-webhooks.md deleted file mode 100644 index 7c159ac8cd..0000000000 --- a/docs/examples/1.0.0/server-dart/examples/health/get-queue-webhooks.md +++ /dev/null @@ -1,21 +0,0 @@ -import 'package:dart_appwrite/dart_appwrite.dart'; - -void main() { // Init SDK - Client client = Client(); - Health health = Health(client); - - client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key - ; - - Future result = health.getQueueWebhooks(); - - result - .then((response) { - print(response); - }).catchError((error) { - print(error.response); - }); -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-dart/examples/health/get-storage-local.md b/docs/examples/1.0.0/server-dart/examples/health/get-storage-local.md deleted file mode 100644 index 7f172bf86c..0000000000 --- a/docs/examples/1.0.0/server-dart/examples/health/get-storage-local.md +++ /dev/null @@ -1,21 +0,0 @@ -import 'package:dart_appwrite/dart_appwrite.dart'; - -void main() { // Init SDK - Client client = Client(); - Health health = Health(client); - - client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key - ; - - Future result = health.getStorageLocal(); - - result - .then((response) { - print(response); - }).catchError((error) { - print(error.response); - }); -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-dart/examples/health/get-time.md b/docs/examples/1.0.0/server-dart/examples/health/get-time.md deleted file mode 100644 index 65861d3cc3..0000000000 --- a/docs/examples/1.0.0/server-dart/examples/health/get-time.md +++ /dev/null @@ -1,21 +0,0 @@ -import 'package:dart_appwrite/dart_appwrite.dart'; - -void main() { // Init SDK - Client client = Client(); - Health health = Health(client); - - client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key - ; - - Future result = health.getTime(); - - result - .then((response) { - print(response); - }).catchError((error) { - print(error.response); - }); -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-dart/examples/health/get.md b/docs/examples/1.0.0/server-dart/examples/health/get.md deleted file mode 100644 index 0c9d39218e..0000000000 --- a/docs/examples/1.0.0/server-dart/examples/health/get.md +++ /dev/null @@ -1,21 +0,0 @@ -import 'package:dart_appwrite/dart_appwrite.dart'; - -void main() { // Init SDK - Client client = Client(); - Health health = Health(client); - - client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key - ; - - Future result = health.get(); - - result - .then((response) { - print(response); - }).catchError((error) { - print(error.response); - }); -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-dart/examples/locale/get-continents.md b/docs/examples/1.0.0/server-dart/examples/locale/get-continents.md deleted file mode 100644 index 2daced78b6..0000000000 --- a/docs/examples/1.0.0/server-dart/examples/locale/get-continents.md +++ /dev/null @@ -1,21 +0,0 @@ -import 'package:dart_appwrite/dart_appwrite.dart'; - -void main() { // Init SDK - Client client = Client(); - Locale locale = Locale(client); - - client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key - ; - - Future result = locale.getContinents(); - - result - .then((response) { - print(response); - }).catchError((error) { - print(error.response); - }); -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-dart/examples/locale/get-countries-e-u.md b/docs/examples/1.0.0/server-dart/examples/locale/get-countries-e-u.md deleted file mode 100644 index 7b04a49487..0000000000 --- a/docs/examples/1.0.0/server-dart/examples/locale/get-countries-e-u.md +++ /dev/null @@ -1,21 +0,0 @@ -import 'package:dart_appwrite/dart_appwrite.dart'; - -void main() { // Init SDK - Client client = Client(); - Locale locale = Locale(client); - - client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key - ; - - Future result = locale.getCountriesEU(); - - result - .then((response) { - print(response); - }).catchError((error) { - print(error.response); - }); -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-dart/examples/locale/get-countries-phones.md b/docs/examples/1.0.0/server-dart/examples/locale/get-countries-phones.md deleted file mode 100644 index 57138a6b75..0000000000 --- a/docs/examples/1.0.0/server-dart/examples/locale/get-countries-phones.md +++ /dev/null @@ -1,21 +0,0 @@ -import 'package:dart_appwrite/dart_appwrite.dart'; - -void main() { // Init SDK - Client client = Client(); - Locale locale = Locale(client); - - client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key - ; - - Future result = locale.getCountriesPhones(); - - result - .then((response) { - print(response); - }).catchError((error) { - print(error.response); - }); -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-dart/examples/locale/get-countries.md b/docs/examples/1.0.0/server-dart/examples/locale/get-countries.md deleted file mode 100644 index 2bf758adca..0000000000 --- a/docs/examples/1.0.0/server-dart/examples/locale/get-countries.md +++ /dev/null @@ -1,21 +0,0 @@ -import 'package:dart_appwrite/dart_appwrite.dart'; - -void main() { // Init SDK - Client client = Client(); - Locale locale = Locale(client); - - client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key - ; - - Future result = locale.getCountries(); - - result - .then((response) { - print(response); - }).catchError((error) { - print(error.response); - }); -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-dart/examples/locale/get-currencies.md b/docs/examples/1.0.0/server-dart/examples/locale/get-currencies.md deleted file mode 100644 index c8a415de4c..0000000000 --- a/docs/examples/1.0.0/server-dart/examples/locale/get-currencies.md +++ /dev/null @@ -1,21 +0,0 @@ -import 'package:dart_appwrite/dart_appwrite.dart'; - -void main() { // Init SDK - Client client = Client(); - Locale locale = Locale(client); - - client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key - ; - - Future result = locale.getCurrencies(); - - result - .then((response) { - print(response); - }).catchError((error) { - print(error.response); - }); -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-dart/examples/locale/get-languages.md b/docs/examples/1.0.0/server-dart/examples/locale/get-languages.md deleted file mode 100644 index b9ae6655a3..0000000000 --- a/docs/examples/1.0.0/server-dart/examples/locale/get-languages.md +++ /dev/null @@ -1,21 +0,0 @@ -import 'package:dart_appwrite/dart_appwrite.dart'; - -void main() { // Init SDK - Client client = Client(); - Locale locale = Locale(client); - - client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key - ; - - Future result = locale.getLanguages(); - - result - .then((response) { - print(response); - }).catchError((error) { - print(error.response); - }); -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-dart/examples/locale/get.md b/docs/examples/1.0.0/server-dart/examples/locale/get.md deleted file mode 100644 index d290063060..0000000000 --- a/docs/examples/1.0.0/server-dart/examples/locale/get.md +++ /dev/null @@ -1,21 +0,0 @@ -import 'package:dart_appwrite/dart_appwrite.dart'; - -void main() { // Init SDK - Client client = Client(); - Locale locale = Locale(client); - - client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key - ; - - Future result = locale.get(); - - result - .then((response) { - print(response); - }).catchError((error) { - print(error.response); - }); -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-dart/examples/storage/create-bucket.md b/docs/examples/1.0.0/server-dart/examples/storage/create-bucket.md deleted file mode 100644 index 90882fe408..0000000000 --- a/docs/examples/1.0.0/server-dart/examples/storage/create-bucket.md +++ /dev/null @@ -1,24 +0,0 @@ -import 'package:dart_appwrite/dart_appwrite.dart'; - -void main() { // Init SDK - Client client = Client(); - Storage storage = Storage(client); - - client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key - ; - - Future result = storage.createBucket( - bucketId: '[BUCKET_ID]', - name: '[NAME]', - ); - - result - .then((response) { - print(response); - }).catchError((error) { - print(error.response); - }); -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-dart/examples/storage/create-file.md b/docs/examples/1.0.0/server-dart/examples/storage/create-file.md deleted file mode 100644 index ef596fcc49..0000000000 --- a/docs/examples/1.0.0/server-dart/examples/storage/create-file.md +++ /dev/null @@ -1,26 +0,0 @@ -import 'dart:io'; -import 'package:dart_appwrite/dart_appwrite.dart'; - -void main() { // Init SDK - Client client = Client(); - Storage storage = Storage(client); - - client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key - ; - - Future result = storage.createFile( - bucketId: '[BUCKET_ID]', - fileId: '[FILE_ID]', - file: InputFile(path: './path-to-files/image.jpg', filename: 'image.jpg'), - ); - - result - .then((response) { - print(response); - }).catchError((error) { - print(error.response); - }); -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-dart/examples/storage/delete-bucket.md b/docs/examples/1.0.0/server-dart/examples/storage/delete-bucket.md deleted file mode 100644 index 786084a158..0000000000 --- a/docs/examples/1.0.0/server-dart/examples/storage/delete-bucket.md +++ /dev/null @@ -1,23 +0,0 @@ -import 'package:dart_appwrite/dart_appwrite.dart'; - -void main() { // Init SDK - Client client = Client(); - Storage storage = Storage(client); - - client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key - ; - - Future result = storage.deleteBucket( - bucketId: '[BUCKET_ID]', - ); - - result - .then((response) { - print(response); - }).catchError((error) { - print(error.response); - }); -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-dart/examples/storage/delete-file.md b/docs/examples/1.0.0/server-dart/examples/storage/delete-file.md deleted file mode 100644 index 574532c12b..0000000000 --- a/docs/examples/1.0.0/server-dart/examples/storage/delete-file.md +++ /dev/null @@ -1,24 +0,0 @@ -import 'package:dart_appwrite/dart_appwrite.dart'; - -void main() { // Init SDK - Client client = Client(); - Storage storage = Storage(client); - - client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key - ; - - Future result = storage.deleteFile( - bucketId: '[BUCKET_ID]', - fileId: '[FILE_ID]', - ); - - result - .then((response) { - print(response); - }).catchError((error) { - print(error.response); - }); -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-dart/examples/storage/get-bucket.md b/docs/examples/1.0.0/server-dart/examples/storage/get-bucket.md deleted file mode 100644 index 22360826ef..0000000000 --- a/docs/examples/1.0.0/server-dart/examples/storage/get-bucket.md +++ /dev/null @@ -1,23 +0,0 @@ -import 'package:dart_appwrite/dart_appwrite.dart'; - -void main() { // Init SDK - Client client = Client(); - Storage storage = Storage(client); - - client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key - ; - - Future result = storage.getBucket( - bucketId: '[BUCKET_ID]', - ); - - result - .then((response) { - print(response); - }).catchError((error) { - print(error.response); - }); -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-dart/examples/storage/get-file-download.md b/docs/examples/1.0.0/server-dart/examples/storage/get-file-download.md deleted file mode 100644 index 6a87cafe83..0000000000 --- a/docs/examples/1.0.0/server-dart/examples/storage/get-file-download.md +++ /dev/null @@ -1,24 +0,0 @@ -import 'package:dart_appwrite/dart_appwrite.dart'; - -void main() { // Init SDK - Client client = Client(); - Storage storage = Storage(client); - - client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key - ; - - Future result = storage.getFileDownload( - bucketId: '[BUCKET_ID]', - fileId: '[FILE_ID]', - ); - - result - .then((response) { - print(response); - }).catchError((error) { - print(error.response); - }); -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-dart/examples/storage/get-file-preview.md b/docs/examples/1.0.0/server-dart/examples/storage/get-file-preview.md deleted file mode 100644 index f678eacb2a..0000000000 --- a/docs/examples/1.0.0/server-dart/examples/storage/get-file-preview.md +++ /dev/null @@ -1,24 +0,0 @@ -import 'package:dart_appwrite/dart_appwrite.dart'; - -void main() { // Init SDK - Client client = Client(); - Storage storage = Storage(client); - - client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key - ; - - Future result = storage.getFilePreview( - bucketId: '[BUCKET_ID]', - fileId: '[FILE_ID]', - ); - - result - .then((response) { - print(response); - }).catchError((error) { - print(error.response); - }); -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-dart/examples/storage/get-file-view.md b/docs/examples/1.0.0/server-dart/examples/storage/get-file-view.md deleted file mode 100644 index 2be352fef0..0000000000 --- a/docs/examples/1.0.0/server-dart/examples/storage/get-file-view.md +++ /dev/null @@ -1,24 +0,0 @@ -import 'package:dart_appwrite/dart_appwrite.dart'; - -void main() { // Init SDK - Client client = Client(); - Storage storage = Storage(client); - - client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key - ; - - Future result = storage.getFileView( - bucketId: '[BUCKET_ID]', - fileId: '[FILE_ID]', - ); - - result - .then((response) { - print(response); - }).catchError((error) { - print(error.response); - }); -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-dart/examples/storage/get-file.md b/docs/examples/1.0.0/server-dart/examples/storage/get-file.md deleted file mode 100644 index 7ecdcf9e53..0000000000 --- a/docs/examples/1.0.0/server-dart/examples/storage/get-file.md +++ /dev/null @@ -1,24 +0,0 @@ -import 'package:dart_appwrite/dart_appwrite.dart'; - -void main() { // Init SDK - Client client = Client(); - Storage storage = Storage(client); - - client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key - ; - - Future result = storage.getFile( - bucketId: '[BUCKET_ID]', - fileId: '[FILE_ID]', - ); - - result - .then((response) { - print(response); - }).catchError((error) { - print(error.response); - }); -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-dart/examples/storage/list-buckets.md b/docs/examples/1.0.0/server-dart/examples/storage/list-buckets.md deleted file mode 100644 index fa5607a825..0000000000 --- a/docs/examples/1.0.0/server-dart/examples/storage/list-buckets.md +++ /dev/null @@ -1,22 +0,0 @@ -import 'package:dart_appwrite/dart_appwrite.dart'; - -void main() { // Init SDK - Client client = Client(); - Storage storage = Storage(client); - - client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key - ; - - Future result = storage.listBuckets( - ); - - result - .then((response) { - print(response); - }).catchError((error) { - print(error.response); - }); -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-dart/examples/storage/list-files.md b/docs/examples/1.0.0/server-dart/examples/storage/list-files.md deleted file mode 100644 index 519a002ced..0000000000 --- a/docs/examples/1.0.0/server-dart/examples/storage/list-files.md +++ /dev/null @@ -1,23 +0,0 @@ -import 'package:dart_appwrite/dart_appwrite.dart'; - -void main() { // Init SDK - Client client = Client(); - Storage storage = Storage(client); - - client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key - ; - - Future result = storage.listFiles( - bucketId: '[BUCKET_ID]', - ); - - result - .then((response) { - print(response); - }).catchError((error) { - print(error.response); - }); -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-dart/examples/storage/update-bucket.md b/docs/examples/1.0.0/server-dart/examples/storage/update-bucket.md deleted file mode 100644 index 6352ff7c8c..0000000000 --- a/docs/examples/1.0.0/server-dart/examples/storage/update-bucket.md +++ /dev/null @@ -1,24 +0,0 @@ -import 'package:dart_appwrite/dart_appwrite.dart'; - -void main() { // Init SDK - Client client = Client(); - Storage storage = Storage(client); - - client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key - ; - - Future result = storage.updateBucket( - bucketId: '[BUCKET_ID]', - name: '[NAME]', - ); - - result - .then((response) { - print(response); - }).catchError((error) { - print(error.response); - }); -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-dart/examples/storage/update-file.md b/docs/examples/1.0.0/server-dart/examples/storage/update-file.md deleted file mode 100644 index 77d43afba3..0000000000 --- a/docs/examples/1.0.0/server-dart/examples/storage/update-file.md +++ /dev/null @@ -1,24 +0,0 @@ -import 'package:dart_appwrite/dart_appwrite.dart'; - -void main() { // Init SDK - Client client = Client(); - Storage storage = Storage(client); - - client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key - ; - - Future result = storage.updateFile( - bucketId: '[BUCKET_ID]', - fileId: '[FILE_ID]', - ); - - result - .then((response) { - print(response); - }).catchError((error) { - print(error.response); - }); -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-dart/examples/teams/create-membership.md b/docs/examples/1.0.0/server-dart/examples/teams/create-membership.md deleted file mode 100644 index e3923bd207..0000000000 --- a/docs/examples/1.0.0/server-dart/examples/teams/create-membership.md +++ /dev/null @@ -1,26 +0,0 @@ -import 'package:dart_appwrite/dart_appwrite.dart'; - -void main() { // Init SDK - Client client = Client(); - Teams teams = Teams(client); - - client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key - ; - - Future result = teams.createMembership( - teamId: '[TEAM_ID]', - email: 'email@example.com', - roles: [], - url: 'https://example.com', - ); - - result - .then((response) { - print(response); - }).catchError((error) { - print(error.response); - }); -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-dart/examples/teams/create.md b/docs/examples/1.0.0/server-dart/examples/teams/create.md deleted file mode 100644 index fd89a4814a..0000000000 --- a/docs/examples/1.0.0/server-dart/examples/teams/create.md +++ /dev/null @@ -1,24 +0,0 @@ -import 'package:dart_appwrite/dart_appwrite.dart'; - -void main() { // Init SDK - Client client = Client(); - Teams teams = Teams(client); - - client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key - ; - - Future result = teams.create( - teamId: '[TEAM_ID]', - name: '[NAME]', - ); - - result - .then((response) { - print(response); - }).catchError((error) { - print(error.response); - }); -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-dart/examples/teams/delete-membership.md b/docs/examples/1.0.0/server-dart/examples/teams/delete-membership.md deleted file mode 100644 index 28069ad04a..0000000000 --- a/docs/examples/1.0.0/server-dart/examples/teams/delete-membership.md +++ /dev/null @@ -1,24 +0,0 @@ -import 'package:dart_appwrite/dart_appwrite.dart'; - -void main() { // Init SDK - Client client = Client(); - Teams teams = Teams(client); - - client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key - ; - - Future result = teams.deleteMembership( - teamId: '[TEAM_ID]', - membershipId: '[MEMBERSHIP_ID]', - ); - - result - .then((response) { - print(response); - }).catchError((error) { - print(error.response); - }); -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-dart/examples/teams/delete.md b/docs/examples/1.0.0/server-dart/examples/teams/delete.md deleted file mode 100644 index a006e8f347..0000000000 --- a/docs/examples/1.0.0/server-dart/examples/teams/delete.md +++ /dev/null @@ -1,23 +0,0 @@ -import 'package:dart_appwrite/dart_appwrite.dart'; - -void main() { // Init SDK - Client client = Client(); - Teams teams = Teams(client); - - client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key - ; - - Future result = teams.delete( - teamId: '[TEAM_ID]', - ); - - result - .then((response) { - print(response); - }).catchError((error) { - print(error.response); - }); -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-dart/examples/teams/get-membership.md b/docs/examples/1.0.0/server-dart/examples/teams/get-membership.md deleted file mode 100644 index 1beceeb3d7..0000000000 --- a/docs/examples/1.0.0/server-dart/examples/teams/get-membership.md +++ /dev/null @@ -1,24 +0,0 @@ -import 'package:dart_appwrite/dart_appwrite.dart'; - -void main() { // Init SDK - Client client = Client(); - Teams teams = Teams(client); - - client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key - ; - - Future result = teams.getMembership( - teamId: '[TEAM_ID]', - membershipId: '[MEMBERSHIP_ID]', - ); - - result - .then((response) { - print(response); - }).catchError((error) { - print(error.response); - }); -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-dart/examples/teams/get-memberships.md b/docs/examples/1.0.0/server-dart/examples/teams/get-memberships.md deleted file mode 100644 index 3a12dc5c2b..0000000000 --- a/docs/examples/1.0.0/server-dart/examples/teams/get-memberships.md +++ /dev/null @@ -1,23 +0,0 @@ -import 'package:dart_appwrite/dart_appwrite.dart'; - -void main() { // Init SDK - Client client = Client(); - Teams teams = Teams(client); - - client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key - ; - - Future result = teams.getMemberships( - teamId: '[TEAM_ID]', - ); - - result - .then((response) { - print(response); - }).catchError((error) { - print(error.response); - }); -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-dart/examples/teams/get.md b/docs/examples/1.0.0/server-dart/examples/teams/get.md deleted file mode 100644 index a1bfe8e72c..0000000000 --- a/docs/examples/1.0.0/server-dart/examples/teams/get.md +++ /dev/null @@ -1,23 +0,0 @@ -import 'package:dart_appwrite/dart_appwrite.dart'; - -void main() { // Init SDK - Client client = Client(); - Teams teams = Teams(client); - - client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key - ; - - Future result = teams.get( - teamId: '[TEAM_ID]', - ); - - result - .then((response) { - print(response); - }).catchError((error) { - print(error.response); - }); -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-dart/examples/teams/list.md b/docs/examples/1.0.0/server-dart/examples/teams/list.md deleted file mode 100644 index d55e58e36e..0000000000 --- a/docs/examples/1.0.0/server-dart/examples/teams/list.md +++ /dev/null @@ -1,22 +0,0 @@ -import 'package:dart_appwrite/dart_appwrite.dart'; - -void main() { // Init SDK - Client client = Client(); - Teams teams = Teams(client); - - client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key - ; - - Future result = teams.list( - ); - - result - .then((response) { - print(response); - }).catchError((error) { - print(error.response); - }); -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-dart/examples/teams/update-membership-roles.md b/docs/examples/1.0.0/server-dart/examples/teams/update-membership-roles.md deleted file mode 100644 index e3488768b6..0000000000 --- a/docs/examples/1.0.0/server-dart/examples/teams/update-membership-roles.md +++ /dev/null @@ -1,25 +0,0 @@ -import 'package:dart_appwrite/dart_appwrite.dart'; - -void main() { // Init SDK - Client client = Client(); - Teams teams = Teams(client); - - client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key - ; - - Future result = teams.updateMembershipRoles( - teamId: '[TEAM_ID]', - membershipId: '[MEMBERSHIP_ID]', - roles: [], - ); - - result - .then((response) { - print(response); - }).catchError((error) { - print(error.response); - }); -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-dart/examples/teams/update-membership-status.md b/docs/examples/1.0.0/server-dart/examples/teams/update-membership-status.md deleted file mode 100644 index 2a3f1e101e..0000000000 --- a/docs/examples/1.0.0/server-dart/examples/teams/update-membership-status.md +++ /dev/null @@ -1,26 +0,0 @@ -import 'package:dart_appwrite/dart_appwrite.dart'; - -void main() { // Init SDK - Client client = Client(); - Teams teams = Teams(client); - - client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setJWT('eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ...') // Your secret JSON Web Token - ; - - Future result = teams.updateMembershipStatus( - teamId: '[TEAM_ID]', - membershipId: '[MEMBERSHIP_ID]', - userId: '[USER_ID]', - secret: '[SECRET]', - ); - - result - .then((response) { - print(response); - }).catchError((error) { - print(error.response); - }); -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-dart/examples/teams/update.md b/docs/examples/1.0.0/server-dart/examples/teams/update.md deleted file mode 100644 index 22af165502..0000000000 --- a/docs/examples/1.0.0/server-dart/examples/teams/update.md +++ /dev/null @@ -1,24 +0,0 @@ -import 'package:dart_appwrite/dart_appwrite.dart'; - -void main() { // Init SDK - Client client = Client(); - Teams teams = Teams(client); - - client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key - ; - - Future result = teams.update( - teamId: '[TEAM_ID]', - name: '[NAME]', - ); - - result - .then((response) { - print(response); - }).catchError((error) { - print(error.response); - }); -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-dart/examples/users/create-argon2user.md b/docs/examples/1.0.0/server-dart/examples/users/create-argon2user.md deleted file mode 100644 index f2ece2b269..0000000000 --- a/docs/examples/1.0.0/server-dart/examples/users/create-argon2user.md +++ /dev/null @@ -1,25 +0,0 @@ -import 'package:dart_appwrite/dart_appwrite.dart'; - -void main() { // Init SDK - Client client = Client(); - Users users = Users(client); - - client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key - ; - - Future result = users.createArgon2User( - userId: '[USER_ID]', - email: 'email@example.com', - password: 'password', - ); - - result - .then((response) { - print(response); - }).catchError((error) { - print(error.response); - }); -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-dart/examples/users/create-bcrypt-user.md b/docs/examples/1.0.0/server-dart/examples/users/create-bcrypt-user.md deleted file mode 100644 index b4951a94c4..0000000000 --- a/docs/examples/1.0.0/server-dart/examples/users/create-bcrypt-user.md +++ /dev/null @@ -1,25 +0,0 @@ -import 'package:dart_appwrite/dart_appwrite.dart'; - -void main() { // Init SDK - Client client = Client(); - Users users = Users(client); - - client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key - ; - - Future result = users.createBcryptUser( - userId: '[USER_ID]', - email: 'email@example.com', - password: 'password', - ); - - result - .then((response) { - print(response); - }).catchError((error) { - print(error.response); - }); -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-dart/examples/users/create-m-d5user.md b/docs/examples/1.0.0/server-dart/examples/users/create-m-d5user.md deleted file mode 100644 index 95f6e539f4..0000000000 --- a/docs/examples/1.0.0/server-dart/examples/users/create-m-d5user.md +++ /dev/null @@ -1,25 +0,0 @@ -import 'package:dart_appwrite/dart_appwrite.dart'; - -void main() { // Init SDK - Client client = Client(); - Users users = Users(client); - - client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key - ; - - Future result = users.createMD5User( - userId: '[USER_ID]', - email: 'email@example.com', - password: 'password', - ); - - result - .then((response) { - print(response); - }).catchError((error) { - print(error.response); - }); -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-dart/examples/users/create-p-h-pass-user.md b/docs/examples/1.0.0/server-dart/examples/users/create-p-h-pass-user.md deleted file mode 100644 index 9013ccc992..0000000000 --- a/docs/examples/1.0.0/server-dart/examples/users/create-p-h-pass-user.md +++ /dev/null @@ -1,25 +0,0 @@ -import 'package:dart_appwrite/dart_appwrite.dart'; - -void main() { // Init SDK - Client client = Client(); - Users users = Users(client); - - client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key - ; - - Future result = users.createPHPassUser( - userId: '[USER_ID]', - email: 'email@example.com', - password: 'password', - ); - - result - .then((response) { - print(response); - }).catchError((error) { - print(error.response); - }); -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-dart/examples/users/create-s-h-a-user.md b/docs/examples/1.0.0/server-dart/examples/users/create-s-h-a-user.md deleted file mode 100644 index 4488765055..0000000000 --- a/docs/examples/1.0.0/server-dart/examples/users/create-s-h-a-user.md +++ /dev/null @@ -1,25 +0,0 @@ -import 'package:dart_appwrite/dart_appwrite.dart'; - -void main() { // Init SDK - Client client = Client(); - Users users = Users(client); - - client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key - ; - - Future result = users.createSHAUser( - userId: '[USER_ID]', - email: 'email@example.com', - password: 'password', - ); - - result - .then((response) { - print(response); - }).catchError((error) { - print(error.response); - }); -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-dart/examples/users/create-scrypt-modified-user.md b/docs/examples/1.0.0/server-dart/examples/users/create-scrypt-modified-user.md deleted file mode 100644 index e1187488dc..0000000000 --- a/docs/examples/1.0.0/server-dart/examples/users/create-scrypt-modified-user.md +++ /dev/null @@ -1,28 +0,0 @@ -import 'package:dart_appwrite/dart_appwrite.dart'; - -void main() { // Init SDK - Client client = Client(); - Users users = Users(client); - - client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key - ; - - Future result = users.createScryptModifiedUser( - userId: '[USER_ID]', - email: 'email@example.com', - password: 'password', - passwordSalt: '[PASSWORD_SALT]', - passwordSaltSeparator: '[PASSWORD_SALT_SEPARATOR]', - passwordSignerKey: '[PASSWORD_SIGNER_KEY]', - ); - - result - .then((response) { - print(response); - }).catchError((error) { - print(error.response); - }); -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-dart/examples/users/create-scrypt-user.md b/docs/examples/1.0.0/server-dart/examples/users/create-scrypt-user.md deleted file mode 100644 index 01a11bbec5..0000000000 --- a/docs/examples/1.0.0/server-dart/examples/users/create-scrypt-user.md +++ /dev/null @@ -1,30 +0,0 @@ -import 'package:dart_appwrite/dart_appwrite.dart'; - -void main() { // Init SDK - Client client = Client(); - Users users = Users(client); - - client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key - ; - - Future result = users.createScryptUser( - userId: '[USER_ID]', - email: 'email@example.com', - password: 'password', - passwordSalt: '[PASSWORD_SALT]', - passwordCpu: 0, - passwordMemory: 0, - passwordParallel: 0, - passwordLength: 0, - ); - - result - .then((response) { - print(response); - }).catchError((error) { - print(error.response); - }); -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-dart/examples/users/create.md b/docs/examples/1.0.0/server-dart/examples/users/create.md deleted file mode 100644 index 6effead34e..0000000000 --- a/docs/examples/1.0.0/server-dart/examples/users/create.md +++ /dev/null @@ -1,23 +0,0 @@ -import 'package:dart_appwrite/dart_appwrite.dart'; - -void main() { // Init SDK - Client client = Client(); - Users users = Users(client); - - client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key - ; - - Future result = users.create( - userId: '[USER_ID]', - ); - - result - .then((response) { - print(response); - }).catchError((error) { - print(error.response); - }); -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-dart/examples/users/delete-session.md b/docs/examples/1.0.0/server-dart/examples/users/delete-session.md deleted file mode 100644 index eaa98c17b7..0000000000 --- a/docs/examples/1.0.0/server-dart/examples/users/delete-session.md +++ /dev/null @@ -1,24 +0,0 @@ -import 'package:dart_appwrite/dart_appwrite.dart'; - -void main() { // Init SDK - Client client = Client(); - Users users = Users(client); - - client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key - ; - - Future result = users.deleteSession( - userId: '[USER_ID]', - sessionId: '[SESSION_ID]', - ); - - result - .then((response) { - print(response); - }).catchError((error) { - print(error.response); - }); -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-dart/examples/users/delete-sessions.md b/docs/examples/1.0.0/server-dart/examples/users/delete-sessions.md deleted file mode 100644 index 8c889aad2b..0000000000 --- a/docs/examples/1.0.0/server-dart/examples/users/delete-sessions.md +++ /dev/null @@ -1,23 +0,0 @@ -import 'package:dart_appwrite/dart_appwrite.dart'; - -void main() { // Init SDK - Client client = Client(); - Users users = Users(client); - - client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key - ; - - Future result = users.deleteSessions( - userId: '[USER_ID]', - ); - - result - .then((response) { - print(response); - }).catchError((error) { - print(error.response); - }); -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-dart/examples/users/delete.md b/docs/examples/1.0.0/server-dart/examples/users/delete.md deleted file mode 100644 index b45f398b4a..0000000000 --- a/docs/examples/1.0.0/server-dart/examples/users/delete.md +++ /dev/null @@ -1,23 +0,0 @@ -import 'package:dart_appwrite/dart_appwrite.dart'; - -void main() { // Init SDK - Client client = Client(); - Users users = Users(client); - - client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key - ; - - Future result = users.delete( - userId: '[USER_ID]', - ); - - result - .then((response) { - print(response); - }).catchError((error) { - print(error.response); - }); -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-dart/examples/users/get-logs.md b/docs/examples/1.0.0/server-dart/examples/users/get-logs.md deleted file mode 100644 index 63eb6b5bcf..0000000000 --- a/docs/examples/1.0.0/server-dart/examples/users/get-logs.md +++ /dev/null @@ -1,23 +0,0 @@ -import 'package:dart_appwrite/dart_appwrite.dart'; - -void main() { // Init SDK - Client client = Client(); - Users users = Users(client); - - client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key - ; - - Future result = users.getLogs( - userId: '[USER_ID]', - ); - - result - .then((response) { - print(response); - }).catchError((error) { - print(error.response); - }); -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-dart/examples/users/get-memberships.md b/docs/examples/1.0.0/server-dart/examples/users/get-memberships.md deleted file mode 100644 index e5c60cdfbe..0000000000 --- a/docs/examples/1.0.0/server-dart/examples/users/get-memberships.md +++ /dev/null @@ -1,23 +0,0 @@ -import 'package:dart_appwrite/dart_appwrite.dart'; - -void main() { // Init SDK - Client client = Client(); - Users users = Users(client); - - client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key - ; - - Future result = users.getMemberships( - userId: '[USER_ID]', - ); - - result - .then((response) { - print(response); - }).catchError((error) { - print(error.response); - }); -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-dart/examples/users/get-prefs.md b/docs/examples/1.0.0/server-dart/examples/users/get-prefs.md deleted file mode 100644 index e5909422a3..0000000000 --- a/docs/examples/1.0.0/server-dart/examples/users/get-prefs.md +++ /dev/null @@ -1,23 +0,0 @@ -import 'package:dart_appwrite/dart_appwrite.dart'; - -void main() { // Init SDK - Client client = Client(); - Users users = Users(client); - - client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key - ; - - Future result = users.getPrefs( - userId: '[USER_ID]', - ); - - result - .then((response) { - print(response); - }).catchError((error) { - print(error.response); - }); -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-dart/examples/users/get-sessions.md b/docs/examples/1.0.0/server-dart/examples/users/get-sessions.md deleted file mode 100644 index ebe44c3eb9..0000000000 --- a/docs/examples/1.0.0/server-dart/examples/users/get-sessions.md +++ /dev/null @@ -1,23 +0,0 @@ -import 'package:dart_appwrite/dart_appwrite.dart'; - -void main() { // Init SDK - Client client = Client(); - Users users = Users(client); - - client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key - ; - - Future result = users.getSessions( - userId: '[USER_ID]', - ); - - result - .then((response) { - print(response); - }).catchError((error) { - print(error.response); - }); -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-dart/examples/users/get.md b/docs/examples/1.0.0/server-dart/examples/users/get.md deleted file mode 100644 index be582d52c5..0000000000 --- a/docs/examples/1.0.0/server-dart/examples/users/get.md +++ /dev/null @@ -1,23 +0,0 @@ -import 'package:dart_appwrite/dart_appwrite.dart'; - -void main() { // Init SDK - Client client = Client(); - Users users = Users(client); - - client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key - ; - - Future result = users.get( - userId: '[USER_ID]', - ); - - result - .then((response) { - print(response); - }).catchError((error) { - print(error.response); - }); -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-dart/examples/users/list.md b/docs/examples/1.0.0/server-dart/examples/users/list.md deleted file mode 100644 index e0ecf7adf3..0000000000 --- a/docs/examples/1.0.0/server-dart/examples/users/list.md +++ /dev/null @@ -1,22 +0,0 @@ -import 'package:dart_appwrite/dart_appwrite.dart'; - -void main() { // Init SDK - Client client = Client(); - Users users = Users(client); - - client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key - ; - - Future result = users.list( - ); - - result - .then((response) { - print(response); - }).catchError((error) { - print(error.response); - }); -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-dart/examples/users/update-email-verification.md b/docs/examples/1.0.0/server-dart/examples/users/update-email-verification.md deleted file mode 100644 index fbbe285910..0000000000 --- a/docs/examples/1.0.0/server-dart/examples/users/update-email-verification.md +++ /dev/null @@ -1,24 +0,0 @@ -import 'package:dart_appwrite/dart_appwrite.dart'; - -void main() { // Init SDK - Client client = Client(); - Users users = Users(client); - - client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key - ; - - Future result = users.updateEmailVerification( - userId: '[USER_ID]', - emailVerification: false, - ); - - result - .then((response) { - print(response); - }).catchError((error) { - print(error.response); - }); -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-dart/examples/users/update-email.md b/docs/examples/1.0.0/server-dart/examples/users/update-email.md deleted file mode 100644 index dc3e063ab8..0000000000 --- a/docs/examples/1.0.0/server-dart/examples/users/update-email.md +++ /dev/null @@ -1,24 +0,0 @@ -import 'package:dart_appwrite/dart_appwrite.dart'; - -void main() { // Init SDK - Client client = Client(); - Users users = Users(client); - - client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key - ; - - Future result = users.updateEmail( - userId: '[USER_ID]', - email: 'email@example.com', - ); - - result - .then((response) { - print(response); - }).catchError((error) { - print(error.response); - }); -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-dart/examples/users/update-name.md b/docs/examples/1.0.0/server-dart/examples/users/update-name.md deleted file mode 100644 index 192add919a..0000000000 --- a/docs/examples/1.0.0/server-dart/examples/users/update-name.md +++ /dev/null @@ -1,24 +0,0 @@ -import 'package:dart_appwrite/dart_appwrite.dart'; - -void main() { // Init SDK - Client client = Client(); - Users users = Users(client); - - client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key - ; - - Future result = users.updateName( - userId: '[USER_ID]', - name: '[NAME]', - ); - - result - .then((response) { - print(response); - }).catchError((error) { - print(error.response); - }); -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-dart/examples/users/update-password.md b/docs/examples/1.0.0/server-dart/examples/users/update-password.md deleted file mode 100644 index 44ead5980b..0000000000 --- a/docs/examples/1.0.0/server-dart/examples/users/update-password.md +++ /dev/null @@ -1,24 +0,0 @@ -import 'package:dart_appwrite/dart_appwrite.dart'; - -void main() { // Init SDK - Client client = Client(); - Users users = Users(client); - - client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key - ; - - Future result = users.updatePassword( - userId: '[USER_ID]', - password: 'password', - ); - - result - .then((response) { - print(response); - }).catchError((error) { - print(error.response); - }); -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-dart/examples/users/update-phone-verification.md b/docs/examples/1.0.0/server-dart/examples/users/update-phone-verification.md deleted file mode 100644 index 6993c0f3d9..0000000000 --- a/docs/examples/1.0.0/server-dart/examples/users/update-phone-verification.md +++ /dev/null @@ -1,24 +0,0 @@ -import 'package:dart_appwrite/dart_appwrite.dart'; - -void main() { // Init SDK - Client client = Client(); - Users users = Users(client); - - client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key - ; - - Future result = users.updatePhoneVerification( - userId: '[USER_ID]', - phoneVerification: false, - ); - - result - .then((response) { - print(response); - }).catchError((error) { - print(error.response); - }); -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-dart/examples/users/update-phone.md b/docs/examples/1.0.0/server-dart/examples/users/update-phone.md deleted file mode 100644 index 0bf9ceb108..0000000000 --- a/docs/examples/1.0.0/server-dart/examples/users/update-phone.md +++ /dev/null @@ -1,24 +0,0 @@ -import 'package:dart_appwrite/dart_appwrite.dart'; - -void main() { // Init SDK - Client client = Client(); - Users users = Users(client); - - client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key - ; - - Future result = users.updatePhone( - userId: '[USER_ID]', - number: '', - ); - - result - .then((response) { - print(response); - }).catchError((error) { - print(error.response); - }); -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-dart/examples/users/update-prefs.md b/docs/examples/1.0.0/server-dart/examples/users/update-prefs.md deleted file mode 100644 index d148e52f0b..0000000000 --- a/docs/examples/1.0.0/server-dart/examples/users/update-prefs.md +++ /dev/null @@ -1,24 +0,0 @@ -import 'package:dart_appwrite/dart_appwrite.dart'; - -void main() { // Init SDK - Client client = Client(); - Users users = Users(client); - - client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key - ; - - Future result = users.updatePrefs( - userId: '[USER_ID]', - prefs: {}, - ); - - result - .then((response) { - print(response); - }).catchError((error) { - print(error.response); - }); -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-dart/examples/users/update-status.md b/docs/examples/1.0.0/server-dart/examples/users/update-status.md deleted file mode 100644 index 4392188985..0000000000 --- a/docs/examples/1.0.0/server-dart/examples/users/update-status.md +++ /dev/null @@ -1,24 +0,0 @@ -import 'package:dart_appwrite/dart_appwrite.dart'; - -void main() { // Init SDK - Client client = Client(); - Users users = Users(client); - - client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key - ; - - Future result = users.updateStatus( - userId: '[USER_ID]', - status: false, - ); - - result - .then((response) { - print(response); - }).catchError((error) { - print(error.response); - }); -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-deno/examples/account/create-phone-verification.md b/docs/examples/1.0.0/server-deno/examples/account/create-phone-verification.md deleted file mode 100644 index a095d63900..0000000000 --- a/docs/examples/1.0.0/server-deno/examples/account/create-phone-verification.md +++ /dev/null @@ -1,21 +0,0 @@ -import * as sdk from "https://deno.land/x/appwrite/mod.ts"; - -// Init SDK -let client = new sdk.Client(); - -let account = new sdk.Account(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setJWT('eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ...') // Your secret JSON Web Token -; - - -let promise = account.createPhoneVerification(); - -promise.then(function (response) { - console.log(response); -}, function (error) { - console.log(error); -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-deno/examples/account/create-recovery.md b/docs/examples/1.0.0/server-deno/examples/account/create-recovery.md deleted file mode 100644 index 003dbdfec7..0000000000 --- a/docs/examples/1.0.0/server-deno/examples/account/create-recovery.md +++ /dev/null @@ -1,21 +0,0 @@ -import * as sdk from "https://deno.land/x/appwrite/mod.ts"; - -// Init SDK -let client = new sdk.Client(); - -let account = new sdk.Account(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setJWT('eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ...') // Your secret JSON Web Token -; - - -let promise = account.createRecovery('email@example.com', 'https://example.com'); - -promise.then(function (response) { - console.log(response); -}, function (error) { - console.log(error); -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-deno/examples/account/create-verification.md b/docs/examples/1.0.0/server-deno/examples/account/create-verification.md deleted file mode 100644 index 18dec9a9f0..0000000000 --- a/docs/examples/1.0.0/server-deno/examples/account/create-verification.md +++ /dev/null @@ -1,21 +0,0 @@ -import * as sdk from "https://deno.land/x/appwrite/mod.ts"; - -// Init SDK -let client = new sdk.Client(); - -let account = new sdk.Account(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setJWT('eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ...') // Your secret JSON Web Token -; - - -let promise = account.createVerification('https://example.com'); - -promise.then(function (response) { - console.log(response); -}, function (error) { - console.log(error); -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-deno/examples/account/delete-session.md b/docs/examples/1.0.0/server-deno/examples/account/delete-session.md deleted file mode 100644 index 6ff639935b..0000000000 --- a/docs/examples/1.0.0/server-deno/examples/account/delete-session.md +++ /dev/null @@ -1,21 +0,0 @@ -import * as sdk from "https://deno.land/x/appwrite/mod.ts"; - -// Init SDK -let client = new sdk.Client(); - -let account = new sdk.Account(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setJWT('eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ...') // Your secret JSON Web Token -; - - -let promise = account.deleteSession('[SESSION_ID]'); - -promise.then(function (response) { - console.log(response); -}, function (error) { - console.log(error); -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-deno/examples/account/delete-sessions.md b/docs/examples/1.0.0/server-deno/examples/account/delete-sessions.md deleted file mode 100644 index 453c7e418d..0000000000 --- a/docs/examples/1.0.0/server-deno/examples/account/delete-sessions.md +++ /dev/null @@ -1,21 +0,0 @@ -import * as sdk from "https://deno.land/x/appwrite/mod.ts"; - -// Init SDK -let client = new sdk.Client(); - -let account = new sdk.Account(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setJWT('eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ...') // Your secret JSON Web Token -; - - -let promise = account.deleteSessions(); - -promise.then(function (response) { - console.log(response); -}, function (error) { - console.log(error); -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-deno/examples/account/get-logs.md b/docs/examples/1.0.0/server-deno/examples/account/get-logs.md deleted file mode 100644 index 43d67078e2..0000000000 --- a/docs/examples/1.0.0/server-deno/examples/account/get-logs.md +++ /dev/null @@ -1,21 +0,0 @@ -import * as sdk from "https://deno.land/x/appwrite/mod.ts"; - -// Init SDK -let client = new sdk.Client(); - -let account = new sdk.Account(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setJWT('eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ...') // Your secret JSON Web Token -; - - -let promise = account.getLogs(); - -promise.then(function (response) { - console.log(response); -}, function (error) { - console.log(error); -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-deno/examples/account/get-prefs.md b/docs/examples/1.0.0/server-deno/examples/account/get-prefs.md deleted file mode 100644 index 537760c32e..0000000000 --- a/docs/examples/1.0.0/server-deno/examples/account/get-prefs.md +++ /dev/null @@ -1,21 +0,0 @@ -import * as sdk from "https://deno.land/x/appwrite/mod.ts"; - -// Init SDK -let client = new sdk.Client(); - -let account = new sdk.Account(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setJWT('eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ...') // Your secret JSON Web Token -; - - -let promise = account.getPrefs(); - -promise.then(function (response) { - console.log(response); -}, function (error) { - console.log(error); -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-deno/examples/account/get-session.md b/docs/examples/1.0.0/server-deno/examples/account/get-session.md deleted file mode 100644 index 46c7a5981d..0000000000 --- a/docs/examples/1.0.0/server-deno/examples/account/get-session.md +++ /dev/null @@ -1,21 +0,0 @@ -import * as sdk from "https://deno.land/x/appwrite/mod.ts"; - -// Init SDK -let client = new sdk.Client(); - -let account = new sdk.Account(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setJWT('eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ...') // Your secret JSON Web Token -; - - -let promise = account.getSession('[SESSION_ID]'); - -promise.then(function (response) { - console.log(response); -}, function (error) { - console.log(error); -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-deno/examples/account/get-sessions.md b/docs/examples/1.0.0/server-deno/examples/account/get-sessions.md deleted file mode 100644 index 486a153f0b..0000000000 --- a/docs/examples/1.0.0/server-deno/examples/account/get-sessions.md +++ /dev/null @@ -1,21 +0,0 @@ -import * as sdk from "https://deno.land/x/appwrite/mod.ts"; - -// Init SDK -let client = new sdk.Client(); - -let account = new sdk.Account(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setJWT('eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ...') // Your secret JSON Web Token -; - - -let promise = account.getSessions(); - -promise.then(function (response) { - console.log(response); -}, function (error) { - console.log(error); -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-deno/examples/account/get.md b/docs/examples/1.0.0/server-deno/examples/account/get.md deleted file mode 100644 index 35453cd3b2..0000000000 --- a/docs/examples/1.0.0/server-deno/examples/account/get.md +++ /dev/null @@ -1,21 +0,0 @@ -import * as sdk from "https://deno.land/x/appwrite/mod.ts"; - -// Init SDK -let client = new sdk.Client(); - -let account = new sdk.Account(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setJWT('eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ...') // Your secret JSON Web Token -; - - -let promise = account.get(); - -promise.then(function (response) { - console.log(response); -}, function (error) { - console.log(error); -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-deno/examples/account/update-email.md b/docs/examples/1.0.0/server-deno/examples/account/update-email.md deleted file mode 100644 index 12706c4313..0000000000 --- a/docs/examples/1.0.0/server-deno/examples/account/update-email.md +++ /dev/null @@ -1,21 +0,0 @@ -import * as sdk from "https://deno.land/x/appwrite/mod.ts"; - -// Init SDK -let client = new sdk.Client(); - -let account = new sdk.Account(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setJWT('eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ...') // Your secret JSON Web Token -; - - -let promise = account.updateEmail('email@example.com', 'password'); - -promise.then(function (response) { - console.log(response); -}, function (error) { - console.log(error); -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-deno/examples/account/update-name.md b/docs/examples/1.0.0/server-deno/examples/account/update-name.md deleted file mode 100644 index 2ee6aa4f87..0000000000 --- a/docs/examples/1.0.0/server-deno/examples/account/update-name.md +++ /dev/null @@ -1,21 +0,0 @@ -import * as sdk from "https://deno.land/x/appwrite/mod.ts"; - -// Init SDK -let client = new sdk.Client(); - -let account = new sdk.Account(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setJWT('eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ...') // Your secret JSON Web Token -; - - -let promise = account.updateName('[NAME]'); - -promise.then(function (response) { - console.log(response); -}, function (error) { - console.log(error); -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-deno/examples/account/update-password.md b/docs/examples/1.0.0/server-deno/examples/account/update-password.md deleted file mode 100644 index bf27df4dde..0000000000 --- a/docs/examples/1.0.0/server-deno/examples/account/update-password.md +++ /dev/null @@ -1,21 +0,0 @@ -import * as sdk from "https://deno.land/x/appwrite/mod.ts"; - -// Init SDK -let client = new sdk.Client(); - -let account = new sdk.Account(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setJWT('eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ...') // Your secret JSON Web Token -; - - -let promise = account.updatePassword('password'); - -promise.then(function (response) { - console.log(response); -}, function (error) { - console.log(error); -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-deno/examples/account/update-phone-verification.md b/docs/examples/1.0.0/server-deno/examples/account/update-phone-verification.md deleted file mode 100644 index 8f6a2648b3..0000000000 --- a/docs/examples/1.0.0/server-deno/examples/account/update-phone-verification.md +++ /dev/null @@ -1,21 +0,0 @@ -import * as sdk from "https://deno.land/x/appwrite/mod.ts"; - -// Init SDK -let client = new sdk.Client(); - -let account = new sdk.Account(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setJWT('eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ...') // Your secret JSON Web Token -; - - -let promise = account.updatePhoneVerification('[USER_ID]', '[SECRET]'); - -promise.then(function (response) { - console.log(response); -}, function (error) { - console.log(error); -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-deno/examples/account/update-phone.md b/docs/examples/1.0.0/server-deno/examples/account/update-phone.md deleted file mode 100644 index 1742000c2c..0000000000 --- a/docs/examples/1.0.0/server-deno/examples/account/update-phone.md +++ /dev/null @@ -1,21 +0,0 @@ -import * as sdk from "https://deno.land/x/appwrite/mod.ts"; - -// Init SDK -let client = new sdk.Client(); - -let account = new sdk.Account(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setJWT('eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ...') // Your secret JSON Web Token -; - - -let promise = account.updatePhone('', 'password'); - -promise.then(function (response) { - console.log(response); -}, function (error) { - console.log(error); -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-deno/examples/account/update-prefs.md b/docs/examples/1.0.0/server-deno/examples/account/update-prefs.md deleted file mode 100644 index f553593ae0..0000000000 --- a/docs/examples/1.0.0/server-deno/examples/account/update-prefs.md +++ /dev/null @@ -1,21 +0,0 @@ -import * as sdk from "https://deno.land/x/appwrite/mod.ts"; - -// Init SDK -let client = new sdk.Client(); - -let account = new sdk.Account(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setJWT('eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ...') // Your secret JSON Web Token -; - - -let promise = account.updatePrefs({}); - -promise.then(function (response) { - console.log(response); -}, function (error) { - console.log(error); -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-deno/examples/account/update-recovery.md b/docs/examples/1.0.0/server-deno/examples/account/update-recovery.md deleted file mode 100644 index 6d91d570c2..0000000000 --- a/docs/examples/1.0.0/server-deno/examples/account/update-recovery.md +++ /dev/null @@ -1,21 +0,0 @@ -import * as sdk from "https://deno.land/x/appwrite/mod.ts"; - -// Init SDK -let client = new sdk.Client(); - -let account = new sdk.Account(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setJWT('eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ...') // Your secret JSON Web Token -; - - -let promise = account.updateRecovery('[USER_ID]', '[SECRET]', 'password', 'password'); - -promise.then(function (response) { - console.log(response); -}, function (error) { - console.log(error); -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-deno/examples/account/update-session.md b/docs/examples/1.0.0/server-deno/examples/account/update-session.md deleted file mode 100644 index 36c3d1e250..0000000000 --- a/docs/examples/1.0.0/server-deno/examples/account/update-session.md +++ /dev/null @@ -1,21 +0,0 @@ -import * as sdk from "https://deno.land/x/appwrite/mod.ts"; - -// Init SDK -let client = new sdk.Client(); - -let account = new sdk.Account(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setJWT('eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ...') // Your secret JSON Web Token -; - - -let promise = account.updateSession('[SESSION_ID]'); - -promise.then(function (response) { - console.log(response); -}, function (error) { - console.log(error); -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-deno/examples/account/update-status.md b/docs/examples/1.0.0/server-deno/examples/account/update-status.md deleted file mode 100644 index 26585b6f7b..0000000000 --- a/docs/examples/1.0.0/server-deno/examples/account/update-status.md +++ /dev/null @@ -1,21 +0,0 @@ -import * as sdk from "https://deno.land/x/appwrite/mod.ts"; - -// Init SDK -let client = new sdk.Client(); - -let account = new sdk.Account(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setJWT('eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ...') // Your secret JSON Web Token -; - - -let promise = account.updateStatus(); - -promise.then(function (response) { - console.log(response); -}, function (error) { - console.log(error); -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-deno/examples/account/update-verification.md b/docs/examples/1.0.0/server-deno/examples/account/update-verification.md deleted file mode 100644 index 40ebcdd7c6..0000000000 --- a/docs/examples/1.0.0/server-deno/examples/account/update-verification.md +++ /dev/null @@ -1,21 +0,0 @@ -import * as sdk from "https://deno.land/x/appwrite/mod.ts"; - -// Init SDK -let client = new sdk.Client(); - -let account = new sdk.Account(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setJWT('eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ...') // Your secret JSON Web Token -; - - -let promise = account.updateVerification('[USER_ID]', '[SECRET]'); - -promise.then(function (response) { - console.log(response); -}, function (error) { - console.log(error); -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-deno/examples/avatars/get-browser.md b/docs/examples/1.0.0/server-deno/examples/avatars/get-browser.md deleted file mode 100644 index 3eb6ff845d..0000000000 --- a/docs/examples/1.0.0/server-deno/examples/avatars/get-browser.md +++ /dev/null @@ -1,21 +0,0 @@ -import * as sdk from "https://deno.land/x/appwrite/mod.ts"; - -// Init SDK -let client = new sdk.Client(); - -let avatars = new sdk.Avatars(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - - -let promise = avatars.getBrowser('aa'); - -promise.then(function (response) { - console.log(response); -}, function (error) { - console.log(error); -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-deno/examples/avatars/get-credit-card.md b/docs/examples/1.0.0/server-deno/examples/avatars/get-credit-card.md deleted file mode 100644 index 0a75b1665d..0000000000 --- a/docs/examples/1.0.0/server-deno/examples/avatars/get-credit-card.md +++ /dev/null @@ -1,21 +0,0 @@ -import * as sdk from "https://deno.land/x/appwrite/mod.ts"; - -// Init SDK -let client = new sdk.Client(); - -let avatars = new sdk.Avatars(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - - -let promise = avatars.getCreditCard('amex'); - -promise.then(function (response) { - console.log(response); -}, function (error) { - console.log(error); -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-deno/examples/avatars/get-favicon.md b/docs/examples/1.0.0/server-deno/examples/avatars/get-favicon.md deleted file mode 100644 index e132db2f5f..0000000000 --- a/docs/examples/1.0.0/server-deno/examples/avatars/get-favicon.md +++ /dev/null @@ -1,21 +0,0 @@ -import * as sdk from "https://deno.land/x/appwrite/mod.ts"; - -// Init SDK -let client = new sdk.Client(); - -let avatars = new sdk.Avatars(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - - -let promise = avatars.getFavicon('https://example.com'); - -promise.then(function (response) { - console.log(response); -}, function (error) { - console.log(error); -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-deno/examples/avatars/get-flag.md b/docs/examples/1.0.0/server-deno/examples/avatars/get-flag.md deleted file mode 100644 index 7455538cec..0000000000 --- a/docs/examples/1.0.0/server-deno/examples/avatars/get-flag.md +++ /dev/null @@ -1,21 +0,0 @@ -import * as sdk from "https://deno.land/x/appwrite/mod.ts"; - -// Init SDK -let client = new sdk.Client(); - -let avatars = new sdk.Avatars(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - - -let promise = avatars.getFlag('af'); - -promise.then(function (response) { - console.log(response); -}, function (error) { - console.log(error); -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-deno/examples/avatars/get-image.md b/docs/examples/1.0.0/server-deno/examples/avatars/get-image.md deleted file mode 100644 index e1d6f7d5f5..0000000000 --- a/docs/examples/1.0.0/server-deno/examples/avatars/get-image.md +++ /dev/null @@ -1,21 +0,0 @@ -import * as sdk from "https://deno.land/x/appwrite/mod.ts"; - -// Init SDK -let client = new sdk.Client(); - -let avatars = new sdk.Avatars(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - - -let promise = avatars.getImage('https://example.com'); - -promise.then(function (response) { - console.log(response); -}, function (error) { - console.log(error); -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-deno/examples/avatars/get-initials.md b/docs/examples/1.0.0/server-deno/examples/avatars/get-initials.md deleted file mode 100644 index 36e9b8fa94..0000000000 --- a/docs/examples/1.0.0/server-deno/examples/avatars/get-initials.md +++ /dev/null @@ -1,21 +0,0 @@ -import * as sdk from "https://deno.land/x/appwrite/mod.ts"; - -// Init SDK -let client = new sdk.Client(); - -let avatars = new sdk.Avatars(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - - -let promise = avatars.getInitials(); - -promise.then(function (response) { - console.log(response); -}, function (error) { - console.log(error); -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-deno/examples/avatars/get-q-r.md b/docs/examples/1.0.0/server-deno/examples/avatars/get-q-r.md deleted file mode 100644 index 23d6a60d90..0000000000 --- a/docs/examples/1.0.0/server-deno/examples/avatars/get-q-r.md +++ /dev/null @@ -1,21 +0,0 @@ -import * as sdk from "https://deno.land/x/appwrite/mod.ts"; - -// Init SDK -let client = new sdk.Client(); - -let avatars = new sdk.Avatars(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - - -let promise = avatars.getQR('[TEXT]'); - -promise.then(function (response) { - console.log(response); -}, function (error) { - console.log(error); -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-deno/examples/databases/create-boolean-attribute.md b/docs/examples/1.0.0/server-deno/examples/databases/create-boolean-attribute.md deleted file mode 100644 index 4c4862ecd8..0000000000 --- a/docs/examples/1.0.0/server-deno/examples/databases/create-boolean-attribute.md +++ /dev/null @@ -1,21 +0,0 @@ -import * as sdk from "https://deno.land/x/appwrite/mod.ts"; - -// Init SDK -let client = new sdk.Client(); - -let databases = new sdk.Databases(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - - -let promise = databases.createBooleanAttribute('[DATABASE_ID]', '[COLLECTION_ID]', '', false); - -promise.then(function (response) { - console.log(response); -}, function (error) { - console.log(error); -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-deno/examples/databases/create-collection.md b/docs/examples/1.0.0/server-deno/examples/databases/create-collection.md deleted file mode 100644 index d8d189b02f..0000000000 --- a/docs/examples/1.0.0/server-deno/examples/databases/create-collection.md +++ /dev/null @@ -1,21 +0,0 @@ -import * as sdk from "https://deno.land/x/appwrite/mod.ts"; - -// Init SDK -let client = new sdk.Client(); - -let databases = new sdk.Databases(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - - -let promise = databases.createCollection('[DATABASE_ID]', '[COLLECTION_ID]', '[NAME]'); - -promise.then(function (response) { - console.log(response); -}, function (error) { - console.log(error); -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-deno/examples/databases/create-datetime-attribute.md b/docs/examples/1.0.0/server-deno/examples/databases/create-datetime-attribute.md deleted file mode 100644 index 19f4c58b7d..0000000000 --- a/docs/examples/1.0.0/server-deno/examples/databases/create-datetime-attribute.md +++ /dev/null @@ -1,21 +0,0 @@ -import * as sdk from "https://deno.land/x/appwrite/mod.ts"; - -// Init SDK -let client = new sdk.Client(); - -let databases = new sdk.Databases(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - - -let promise = databases.createDatetimeAttribute('[DATABASE_ID]', '[COLLECTION_ID]', '', false); - -promise.then(function (response) { - console.log(response); -}, function (error) { - console.log(error); -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-deno/examples/databases/create-document.md b/docs/examples/1.0.0/server-deno/examples/databases/create-document.md deleted file mode 100644 index a0ca832861..0000000000 --- a/docs/examples/1.0.0/server-deno/examples/databases/create-document.md +++ /dev/null @@ -1,21 +0,0 @@ -import * as sdk from "https://deno.land/x/appwrite/mod.ts"; - -// Init SDK -let client = new sdk.Client(); - -let databases = new sdk.Databases(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - - -let promise = databases.createDocument('[DATABASE_ID]', '[COLLECTION_ID]', '[DOCUMENT_ID]', {}); - -promise.then(function (response) { - console.log(response); -}, function (error) { - console.log(error); -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-deno/examples/databases/create-email-attribute.md b/docs/examples/1.0.0/server-deno/examples/databases/create-email-attribute.md deleted file mode 100644 index b31244c5f1..0000000000 --- a/docs/examples/1.0.0/server-deno/examples/databases/create-email-attribute.md +++ /dev/null @@ -1,21 +0,0 @@ -import * as sdk from "https://deno.land/x/appwrite/mod.ts"; - -// Init SDK -let client = new sdk.Client(); - -let databases = new sdk.Databases(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - - -let promise = databases.createEmailAttribute('[DATABASE_ID]', '[COLLECTION_ID]', '', false); - -promise.then(function (response) { - console.log(response); -}, function (error) { - console.log(error); -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-deno/examples/databases/create-enum-attribute.md b/docs/examples/1.0.0/server-deno/examples/databases/create-enum-attribute.md deleted file mode 100644 index 6fdcdfa6e1..0000000000 --- a/docs/examples/1.0.0/server-deno/examples/databases/create-enum-attribute.md +++ /dev/null @@ -1,21 +0,0 @@ -import * as sdk from "https://deno.land/x/appwrite/mod.ts"; - -// Init SDK -let client = new sdk.Client(); - -let databases = new sdk.Databases(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - - -let promise = databases.createEnumAttribute('[DATABASE_ID]', '[COLLECTION_ID]', '', [], false); - -promise.then(function (response) { - console.log(response); -}, function (error) { - console.log(error); -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-deno/examples/databases/create-float-attribute.md b/docs/examples/1.0.0/server-deno/examples/databases/create-float-attribute.md deleted file mode 100644 index 78d4308bb5..0000000000 --- a/docs/examples/1.0.0/server-deno/examples/databases/create-float-attribute.md +++ /dev/null @@ -1,21 +0,0 @@ -import * as sdk from "https://deno.land/x/appwrite/mod.ts"; - -// Init SDK -let client = new sdk.Client(); - -let databases = new sdk.Databases(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - - -let promise = databases.createFloatAttribute('[DATABASE_ID]', '[COLLECTION_ID]', '', false); - -promise.then(function (response) { - console.log(response); -}, function (error) { - console.log(error); -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-deno/examples/databases/create-index.md b/docs/examples/1.0.0/server-deno/examples/databases/create-index.md deleted file mode 100644 index c87ad70178..0000000000 --- a/docs/examples/1.0.0/server-deno/examples/databases/create-index.md +++ /dev/null @@ -1,21 +0,0 @@ -import * as sdk from "https://deno.land/x/appwrite/mod.ts"; - -// Init SDK -let client = new sdk.Client(); - -let databases = new sdk.Databases(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - - -let promise = databases.createIndex('[DATABASE_ID]', '[COLLECTION_ID]', '', 'key', []); - -promise.then(function (response) { - console.log(response); -}, function (error) { - console.log(error); -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-deno/examples/databases/create-integer-attribute.md b/docs/examples/1.0.0/server-deno/examples/databases/create-integer-attribute.md deleted file mode 100644 index f962a4d140..0000000000 --- a/docs/examples/1.0.0/server-deno/examples/databases/create-integer-attribute.md +++ /dev/null @@ -1,21 +0,0 @@ -import * as sdk from "https://deno.land/x/appwrite/mod.ts"; - -// Init SDK -let client = new sdk.Client(); - -let databases = new sdk.Databases(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - - -let promise = databases.createIntegerAttribute('[DATABASE_ID]', '[COLLECTION_ID]', '', false); - -promise.then(function (response) { - console.log(response); -}, function (error) { - console.log(error); -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-deno/examples/databases/create-ip-attribute.md b/docs/examples/1.0.0/server-deno/examples/databases/create-ip-attribute.md deleted file mode 100644 index 72a1852da4..0000000000 --- a/docs/examples/1.0.0/server-deno/examples/databases/create-ip-attribute.md +++ /dev/null @@ -1,21 +0,0 @@ -import * as sdk from "https://deno.land/x/appwrite/mod.ts"; - -// Init SDK -let client = new sdk.Client(); - -let databases = new sdk.Databases(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - - -let promise = databases.createIpAttribute('[DATABASE_ID]', '[COLLECTION_ID]', '', false); - -promise.then(function (response) { - console.log(response); -}, function (error) { - console.log(error); -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-deno/examples/databases/create-string-attribute.md b/docs/examples/1.0.0/server-deno/examples/databases/create-string-attribute.md deleted file mode 100644 index f3803103b1..0000000000 --- a/docs/examples/1.0.0/server-deno/examples/databases/create-string-attribute.md +++ /dev/null @@ -1,21 +0,0 @@ -import * as sdk from "https://deno.land/x/appwrite/mod.ts"; - -// Init SDK -let client = new sdk.Client(); - -let databases = new sdk.Databases(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - - -let promise = databases.createStringAttribute('[DATABASE_ID]', '[COLLECTION_ID]', '', 1, false); - -promise.then(function (response) { - console.log(response); -}, function (error) { - console.log(error); -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-deno/examples/databases/create-url-attribute.md b/docs/examples/1.0.0/server-deno/examples/databases/create-url-attribute.md deleted file mode 100644 index f48040fc6a..0000000000 --- a/docs/examples/1.0.0/server-deno/examples/databases/create-url-attribute.md +++ /dev/null @@ -1,21 +0,0 @@ -import * as sdk from "https://deno.land/x/appwrite/mod.ts"; - -// Init SDK -let client = new sdk.Client(); - -let databases = new sdk.Databases(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - - -let promise = databases.createUrlAttribute('[DATABASE_ID]', '[COLLECTION_ID]', '', false); - -promise.then(function (response) { - console.log(response); -}, function (error) { - console.log(error); -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-deno/examples/databases/create.md b/docs/examples/1.0.0/server-deno/examples/databases/create.md deleted file mode 100644 index 62135543fc..0000000000 --- a/docs/examples/1.0.0/server-deno/examples/databases/create.md +++ /dev/null @@ -1,21 +0,0 @@ -import * as sdk from "https://deno.land/x/appwrite/mod.ts"; - -// Init SDK -let client = new sdk.Client(); - -let databases = new sdk.Databases(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - - -let promise = databases.create('[DATABASE_ID]', '[NAME]'); - -promise.then(function (response) { - console.log(response); -}, function (error) { - console.log(error); -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-deno/examples/databases/delete-attribute.md b/docs/examples/1.0.0/server-deno/examples/databases/delete-attribute.md deleted file mode 100644 index f88336a94f..0000000000 --- a/docs/examples/1.0.0/server-deno/examples/databases/delete-attribute.md +++ /dev/null @@ -1,21 +0,0 @@ -import * as sdk from "https://deno.land/x/appwrite/mod.ts"; - -// Init SDK -let client = new sdk.Client(); - -let databases = new sdk.Databases(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - - -let promise = databases.deleteAttribute('[DATABASE_ID]', '[COLLECTION_ID]', ''); - -promise.then(function (response) { - console.log(response); -}, function (error) { - console.log(error); -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-deno/examples/databases/delete-collection.md b/docs/examples/1.0.0/server-deno/examples/databases/delete-collection.md deleted file mode 100644 index d83cd3d7a3..0000000000 --- a/docs/examples/1.0.0/server-deno/examples/databases/delete-collection.md +++ /dev/null @@ -1,21 +0,0 @@ -import * as sdk from "https://deno.land/x/appwrite/mod.ts"; - -// Init SDK -let client = new sdk.Client(); - -let databases = new sdk.Databases(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - - -let promise = databases.deleteCollection('[DATABASE_ID]', '[COLLECTION_ID]'); - -promise.then(function (response) { - console.log(response); -}, function (error) { - console.log(error); -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-deno/examples/databases/delete-document.md b/docs/examples/1.0.0/server-deno/examples/databases/delete-document.md deleted file mode 100644 index f366f4c8cf..0000000000 --- a/docs/examples/1.0.0/server-deno/examples/databases/delete-document.md +++ /dev/null @@ -1,21 +0,0 @@ -import * as sdk from "https://deno.land/x/appwrite/mod.ts"; - -// Init SDK -let client = new sdk.Client(); - -let databases = new sdk.Databases(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - - -let promise = databases.deleteDocument('[DATABASE_ID]', '[COLLECTION_ID]', '[DOCUMENT_ID]'); - -promise.then(function (response) { - console.log(response); -}, function (error) { - console.log(error); -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-deno/examples/databases/delete-index.md b/docs/examples/1.0.0/server-deno/examples/databases/delete-index.md deleted file mode 100644 index 669531fd35..0000000000 --- a/docs/examples/1.0.0/server-deno/examples/databases/delete-index.md +++ /dev/null @@ -1,21 +0,0 @@ -import * as sdk from "https://deno.land/x/appwrite/mod.ts"; - -// Init SDK -let client = new sdk.Client(); - -let databases = new sdk.Databases(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - - -let promise = databases.deleteIndex('[DATABASE_ID]', '[COLLECTION_ID]', ''); - -promise.then(function (response) { - console.log(response); -}, function (error) { - console.log(error); -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-deno/examples/databases/delete.md b/docs/examples/1.0.0/server-deno/examples/databases/delete.md deleted file mode 100644 index d9f2c07ddd..0000000000 --- a/docs/examples/1.0.0/server-deno/examples/databases/delete.md +++ /dev/null @@ -1,21 +0,0 @@ -import * as sdk from "https://deno.land/x/appwrite/mod.ts"; - -// Init SDK -let client = new sdk.Client(); - -let databases = new sdk.Databases(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - - -let promise = databases.delete('[DATABASE_ID]'); - -promise.then(function (response) { - console.log(response); -}, function (error) { - console.log(error); -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-deno/examples/databases/get-attribute.md b/docs/examples/1.0.0/server-deno/examples/databases/get-attribute.md deleted file mode 100644 index 4b532e6330..0000000000 --- a/docs/examples/1.0.0/server-deno/examples/databases/get-attribute.md +++ /dev/null @@ -1,21 +0,0 @@ -import * as sdk from "https://deno.land/x/appwrite/mod.ts"; - -// Init SDK -let client = new sdk.Client(); - -let databases = new sdk.Databases(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - - -let promise = databases.getAttribute('[DATABASE_ID]', '[COLLECTION_ID]', ''); - -promise.then(function (response) { - console.log(response); -}, function (error) { - console.log(error); -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-deno/examples/databases/get-collection.md b/docs/examples/1.0.0/server-deno/examples/databases/get-collection.md deleted file mode 100644 index 4da660f49d..0000000000 --- a/docs/examples/1.0.0/server-deno/examples/databases/get-collection.md +++ /dev/null @@ -1,21 +0,0 @@ -import * as sdk from "https://deno.land/x/appwrite/mod.ts"; - -// Init SDK -let client = new sdk.Client(); - -let databases = new sdk.Databases(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - - -let promise = databases.getCollection('[DATABASE_ID]', '[COLLECTION_ID]'); - -promise.then(function (response) { - console.log(response); -}, function (error) { - console.log(error); -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-deno/examples/databases/get-document.md b/docs/examples/1.0.0/server-deno/examples/databases/get-document.md deleted file mode 100644 index 58bc75d063..0000000000 --- a/docs/examples/1.0.0/server-deno/examples/databases/get-document.md +++ /dev/null @@ -1,21 +0,0 @@ -import * as sdk from "https://deno.land/x/appwrite/mod.ts"; - -// Init SDK -let client = new sdk.Client(); - -let databases = new sdk.Databases(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - - -let promise = databases.getDocument('[DATABASE_ID]', '[COLLECTION_ID]', '[DOCUMENT_ID]'); - -promise.then(function (response) { - console.log(response); -}, function (error) { - console.log(error); -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-deno/examples/databases/get-index.md b/docs/examples/1.0.0/server-deno/examples/databases/get-index.md deleted file mode 100644 index 19382eb015..0000000000 --- a/docs/examples/1.0.0/server-deno/examples/databases/get-index.md +++ /dev/null @@ -1,21 +0,0 @@ -import * as sdk from "https://deno.land/x/appwrite/mod.ts"; - -// Init SDK -let client = new sdk.Client(); - -let databases = new sdk.Databases(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - - -let promise = databases.getIndex('[DATABASE_ID]', '[COLLECTION_ID]', ''); - -promise.then(function (response) { - console.log(response); -}, function (error) { - console.log(error); -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-deno/examples/databases/get.md b/docs/examples/1.0.0/server-deno/examples/databases/get.md deleted file mode 100644 index c88a0bdc9b..0000000000 --- a/docs/examples/1.0.0/server-deno/examples/databases/get.md +++ /dev/null @@ -1,21 +0,0 @@ -import * as sdk from "https://deno.land/x/appwrite/mod.ts"; - -// Init SDK -let client = new sdk.Client(); - -let databases = new sdk.Databases(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - - -let promise = databases.get('[DATABASE_ID]'); - -promise.then(function (response) { - console.log(response); -}, function (error) { - console.log(error); -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-deno/examples/databases/list-attributes.md b/docs/examples/1.0.0/server-deno/examples/databases/list-attributes.md deleted file mode 100644 index 88422a1002..0000000000 --- a/docs/examples/1.0.0/server-deno/examples/databases/list-attributes.md +++ /dev/null @@ -1,21 +0,0 @@ -import * as sdk from "https://deno.land/x/appwrite/mod.ts"; - -// Init SDK -let client = new sdk.Client(); - -let databases = new sdk.Databases(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - - -let promise = databases.listAttributes('[DATABASE_ID]', '[COLLECTION_ID]'); - -promise.then(function (response) { - console.log(response); -}, function (error) { - console.log(error); -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-deno/examples/databases/list-collections.md b/docs/examples/1.0.0/server-deno/examples/databases/list-collections.md deleted file mode 100644 index 401f571788..0000000000 --- a/docs/examples/1.0.0/server-deno/examples/databases/list-collections.md +++ /dev/null @@ -1,21 +0,0 @@ -import * as sdk from "https://deno.land/x/appwrite/mod.ts"; - -// Init SDK -let client = new sdk.Client(); - -let databases = new sdk.Databases(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - - -let promise = databases.listCollections('[DATABASE_ID]'); - -promise.then(function (response) { - console.log(response); -}, function (error) { - console.log(error); -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-deno/examples/databases/list-documents.md b/docs/examples/1.0.0/server-deno/examples/databases/list-documents.md deleted file mode 100644 index f657cdba7d..0000000000 --- a/docs/examples/1.0.0/server-deno/examples/databases/list-documents.md +++ /dev/null @@ -1,21 +0,0 @@ -import * as sdk from "https://deno.land/x/appwrite/mod.ts"; - -// Init SDK -let client = new sdk.Client(); - -let databases = new sdk.Databases(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - - -let promise = databases.listDocuments('[DATABASE_ID]', '[COLLECTION_ID]'); - -promise.then(function (response) { - console.log(response); -}, function (error) { - console.log(error); -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-deno/examples/databases/list-indexes.md b/docs/examples/1.0.0/server-deno/examples/databases/list-indexes.md deleted file mode 100644 index ed7812c9ef..0000000000 --- a/docs/examples/1.0.0/server-deno/examples/databases/list-indexes.md +++ /dev/null @@ -1,21 +0,0 @@ -import * as sdk from "https://deno.land/x/appwrite/mod.ts"; - -// Init SDK -let client = new sdk.Client(); - -let databases = new sdk.Databases(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - - -let promise = databases.listIndexes('[DATABASE_ID]', '[COLLECTION_ID]'); - -promise.then(function (response) { - console.log(response); -}, function (error) { - console.log(error); -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-deno/examples/databases/list.md b/docs/examples/1.0.0/server-deno/examples/databases/list.md deleted file mode 100644 index 7936c59a9f..0000000000 --- a/docs/examples/1.0.0/server-deno/examples/databases/list.md +++ /dev/null @@ -1,21 +0,0 @@ -import * as sdk from "https://deno.land/x/appwrite/mod.ts"; - -// Init SDK -let client = new sdk.Client(); - -let databases = new sdk.Databases(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - - -let promise = databases.list(); - -promise.then(function (response) { - console.log(response); -}, function (error) { - console.log(error); -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-deno/examples/databases/update-collection.md b/docs/examples/1.0.0/server-deno/examples/databases/update-collection.md deleted file mode 100644 index 3eb86812a7..0000000000 --- a/docs/examples/1.0.0/server-deno/examples/databases/update-collection.md +++ /dev/null @@ -1,21 +0,0 @@ -import * as sdk from "https://deno.land/x/appwrite/mod.ts"; - -// Init SDK -let client = new sdk.Client(); - -let databases = new sdk.Databases(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - - -let promise = databases.updateCollection('[DATABASE_ID]', '[COLLECTION_ID]', '[NAME]'); - -promise.then(function (response) { - console.log(response); -}, function (error) { - console.log(error); -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-deno/examples/databases/update-document.md b/docs/examples/1.0.0/server-deno/examples/databases/update-document.md deleted file mode 100644 index a5ea5f67f8..0000000000 --- a/docs/examples/1.0.0/server-deno/examples/databases/update-document.md +++ /dev/null @@ -1,21 +0,0 @@ -import * as sdk from "https://deno.land/x/appwrite/mod.ts"; - -// Init SDK -let client = new sdk.Client(); - -let databases = new sdk.Databases(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - - -let promise = databases.updateDocument('[DATABASE_ID]', '[COLLECTION_ID]', '[DOCUMENT_ID]'); - -promise.then(function (response) { - console.log(response); -}, function (error) { - console.log(error); -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-deno/examples/databases/update.md b/docs/examples/1.0.0/server-deno/examples/databases/update.md deleted file mode 100644 index b6bac17597..0000000000 --- a/docs/examples/1.0.0/server-deno/examples/databases/update.md +++ /dev/null @@ -1,21 +0,0 @@ -import * as sdk from "https://deno.land/x/appwrite/mod.ts"; - -// Init SDK -let client = new sdk.Client(); - -let databases = new sdk.Databases(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - - -let promise = databases.update('[DATABASE_ID]', '[NAME]'); - -promise.then(function (response) { - console.log(response); -}, function (error) { - console.log(error); -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-deno/examples/functions/create-deployment.md b/docs/examples/1.0.0/server-deno/examples/functions/create-deployment.md deleted file mode 100644 index 888c5312c5..0000000000 --- a/docs/examples/1.0.0/server-deno/examples/functions/create-deployment.md +++ /dev/null @@ -1,21 +0,0 @@ -import * as sdk from "https://deno.land/x/appwrite/mod.ts"; - -// Init SDK -let client = new sdk.Client(); - -let functions = new sdk.Functions(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - - -let promise = functions.createDeployment('[FUNCTION_ID]', '[ENTRYPOINT]', InputFile.fromPath('/path/to/file.png', 'file.png'), false); - -promise.then(function (response) { - console.log(response); -}, function (error) { - console.log(error); -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-deno/examples/functions/create-execution.md b/docs/examples/1.0.0/server-deno/examples/functions/create-execution.md deleted file mode 100644 index 0d52be69b6..0000000000 --- a/docs/examples/1.0.0/server-deno/examples/functions/create-execution.md +++ /dev/null @@ -1,21 +0,0 @@ -import * as sdk from "https://deno.land/x/appwrite/mod.ts"; - -// Init SDK -let client = new sdk.Client(); - -let functions = new sdk.Functions(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - - -let promise = functions.createExecution('[FUNCTION_ID]'); - -promise.then(function (response) { - console.log(response); -}, function (error) { - console.log(error); -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-deno/examples/functions/create-variable.md b/docs/examples/1.0.0/server-deno/examples/functions/create-variable.md deleted file mode 100644 index 190919e563..0000000000 --- a/docs/examples/1.0.0/server-deno/examples/functions/create-variable.md +++ /dev/null @@ -1,21 +0,0 @@ -import * as sdk from "https://deno.land/x/appwrite/mod.ts"; - -// Init SDK -let client = new sdk.Client(); - -let functions = new sdk.Functions(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - - -let promise = functions.createVariable('[FUNCTION_ID]', '[KEY]', '[VALUE]'); - -promise.then(function (response) { - console.log(response); -}, function (error) { - console.log(error); -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-deno/examples/functions/create.md b/docs/examples/1.0.0/server-deno/examples/functions/create.md deleted file mode 100644 index 75327edb41..0000000000 --- a/docs/examples/1.0.0/server-deno/examples/functions/create.md +++ /dev/null @@ -1,21 +0,0 @@ -import * as sdk from "https://deno.land/x/appwrite/mod.ts"; - -// Init SDK -let client = new sdk.Client(); - -let functions = new sdk.Functions(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - - -let promise = functions.create('[FUNCTION_ID]', '[NAME]', ["any"], 'node-14.5'); - -promise.then(function (response) { - console.log(response); -}, function (error) { - console.log(error); -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-deno/examples/functions/delete-deployment.md b/docs/examples/1.0.0/server-deno/examples/functions/delete-deployment.md deleted file mode 100644 index dbab698368..0000000000 --- a/docs/examples/1.0.0/server-deno/examples/functions/delete-deployment.md +++ /dev/null @@ -1,21 +0,0 @@ -import * as sdk from "https://deno.land/x/appwrite/mod.ts"; - -// Init SDK -let client = new sdk.Client(); - -let functions = new sdk.Functions(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - - -let promise = functions.deleteDeployment('[FUNCTION_ID]', '[DEPLOYMENT_ID]'); - -promise.then(function (response) { - console.log(response); -}, function (error) { - console.log(error); -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-deno/examples/functions/delete-variable.md b/docs/examples/1.0.0/server-deno/examples/functions/delete-variable.md deleted file mode 100644 index 123286ae7f..0000000000 --- a/docs/examples/1.0.0/server-deno/examples/functions/delete-variable.md +++ /dev/null @@ -1,21 +0,0 @@ -import * as sdk from "https://deno.land/x/appwrite/mod.ts"; - -// Init SDK -let client = new sdk.Client(); - -let functions = new sdk.Functions(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - - -let promise = functions.deleteVariable('[FUNCTION_ID]', '[VARIABLE_ID]'); - -promise.then(function (response) { - console.log(response); -}, function (error) { - console.log(error); -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-deno/examples/functions/delete.md b/docs/examples/1.0.0/server-deno/examples/functions/delete.md deleted file mode 100644 index f2e7947b63..0000000000 --- a/docs/examples/1.0.0/server-deno/examples/functions/delete.md +++ /dev/null @@ -1,21 +0,0 @@ -import * as sdk from "https://deno.land/x/appwrite/mod.ts"; - -// Init SDK -let client = new sdk.Client(); - -let functions = new sdk.Functions(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - - -let promise = functions.delete('[FUNCTION_ID]'); - -promise.then(function (response) { - console.log(response); -}, function (error) { - console.log(error); -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-deno/examples/functions/get-deployment.md b/docs/examples/1.0.0/server-deno/examples/functions/get-deployment.md deleted file mode 100644 index 146503bf55..0000000000 --- a/docs/examples/1.0.0/server-deno/examples/functions/get-deployment.md +++ /dev/null @@ -1,21 +0,0 @@ -import * as sdk from "https://deno.land/x/appwrite/mod.ts"; - -// Init SDK -let client = new sdk.Client(); - -let functions = new sdk.Functions(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - - -let promise = functions.getDeployment('[FUNCTION_ID]', '[DEPLOYMENT_ID]'); - -promise.then(function (response) { - console.log(response); -}, function (error) { - console.log(error); -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-deno/examples/functions/get-execution.md b/docs/examples/1.0.0/server-deno/examples/functions/get-execution.md deleted file mode 100644 index 6fe7289eb9..0000000000 --- a/docs/examples/1.0.0/server-deno/examples/functions/get-execution.md +++ /dev/null @@ -1,21 +0,0 @@ -import * as sdk from "https://deno.land/x/appwrite/mod.ts"; - -// Init SDK -let client = new sdk.Client(); - -let functions = new sdk.Functions(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - - -let promise = functions.getExecution('[FUNCTION_ID]', '[EXECUTION_ID]'); - -promise.then(function (response) { - console.log(response); -}, function (error) { - console.log(error); -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-deno/examples/functions/get-variable.md b/docs/examples/1.0.0/server-deno/examples/functions/get-variable.md deleted file mode 100644 index d437e303fb..0000000000 --- a/docs/examples/1.0.0/server-deno/examples/functions/get-variable.md +++ /dev/null @@ -1,21 +0,0 @@ -import * as sdk from "https://deno.land/x/appwrite/mod.ts"; - -// Init SDK -let client = new sdk.Client(); - -let functions = new sdk.Functions(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - - -let promise = functions.getVariable('[FUNCTION_ID]', '[VARIABLE_ID]'); - -promise.then(function (response) { - console.log(response); -}, function (error) { - console.log(error); -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-deno/examples/functions/get.md b/docs/examples/1.0.0/server-deno/examples/functions/get.md deleted file mode 100644 index b6972fc91d..0000000000 --- a/docs/examples/1.0.0/server-deno/examples/functions/get.md +++ /dev/null @@ -1,21 +0,0 @@ -import * as sdk from "https://deno.land/x/appwrite/mod.ts"; - -// Init SDK -let client = new sdk.Client(); - -let functions = new sdk.Functions(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - - -let promise = functions.get('[FUNCTION_ID]'); - -promise.then(function (response) { - console.log(response); -}, function (error) { - console.log(error); -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-deno/examples/functions/list-deployments.md b/docs/examples/1.0.0/server-deno/examples/functions/list-deployments.md deleted file mode 100644 index 82ea21c024..0000000000 --- a/docs/examples/1.0.0/server-deno/examples/functions/list-deployments.md +++ /dev/null @@ -1,21 +0,0 @@ -import * as sdk from "https://deno.land/x/appwrite/mod.ts"; - -// Init SDK -let client = new sdk.Client(); - -let functions = new sdk.Functions(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - - -let promise = functions.listDeployments('[FUNCTION_ID]'); - -promise.then(function (response) { - console.log(response); -}, function (error) { - console.log(error); -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-deno/examples/functions/list-executions.md b/docs/examples/1.0.0/server-deno/examples/functions/list-executions.md deleted file mode 100644 index 347f4b7fb1..0000000000 --- a/docs/examples/1.0.0/server-deno/examples/functions/list-executions.md +++ /dev/null @@ -1,21 +0,0 @@ -import * as sdk from "https://deno.land/x/appwrite/mod.ts"; - -// Init SDK -let client = new sdk.Client(); - -let functions = new sdk.Functions(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - - -let promise = functions.listExecutions('[FUNCTION_ID]'); - -promise.then(function (response) { - console.log(response); -}, function (error) { - console.log(error); -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-deno/examples/functions/list-runtimes.md b/docs/examples/1.0.0/server-deno/examples/functions/list-runtimes.md deleted file mode 100644 index 7ae999312a..0000000000 --- a/docs/examples/1.0.0/server-deno/examples/functions/list-runtimes.md +++ /dev/null @@ -1,21 +0,0 @@ -import * as sdk from "https://deno.land/x/appwrite/mod.ts"; - -// Init SDK -let client = new sdk.Client(); - -let functions = new sdk.Functions(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - - -let promise = functions.listRuntimes(); - -promise.then(function (response) { - console.log(response); -}, function (error) { - console.log(error); -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-deno/examples/functions/list-variables.md b/docs/examples/1.0.0/server-deno/examples/functions/list-variables.md deleted file mode 100644 index 5c3c724066..0000000000 --- a/docs/examples/1.0.0/server-deno/examples/functions/list-variables.md +++ /dev/null @@ -1,21 +0,0 @@ -import * as sdk from "https://deno.land/x/appwrite/mod.ts"; - -// Init SDK -let client = new sdk.Client(); - -let functions = new sdk.Functions(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - - -let promise = functions.listVariables('[FUNCTION_ID]'); - -promise.then(function (response) { - console.log(response); -}, function (error) { - console.log(error); -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-deno/examples/functions/list.md b/docs/examples/1.0.0/server-deno/examples/functions/list.md deleted file mode 100644 index 89d2a49a43..0000000000 --- a/docs/examples/1.0.0/server-deno/examples/functions/list.md +++ /dev/null @@ -1,21 +0,0 @@ -import * as sdk from "https://deno.land/x/appwrite/mod.ts"; - -// Init SDK -let client = new sdk.Client(); - -let functions = new sdk.Functions(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - - -let promise = functions.list(); - -promise.then(function (response) { - console.log(response); -}, function (error) { - console.log(error); -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-deno/examples/functions/retry-build.md b/docs/examples/1.0.0/server-deno/examples/functions/retry-build.md deleted file mode 100644 index 1130fade30..0000000000 --- a/docs/examples/1.0.0/server-deno/examples/functions/retry-build.md +++ /dev/null @@ -1,21 +0,0 @@ -import * as sdk from "https://deno.land/x/appwrite/mod.ts"; - -// Init SDK -let client = new sdk.Client(); - -let functions = new sdk.Functions(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - - -let promise = functions.retryBuild('[FUNCTION_ID]', '[DEPLOYMENT_ID]', '[BUILD_ID]'); - -promise.then(function (response) { - console.log(response); -}, function (error) { - console.log(error); -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-deno/examples/functions/update-deployment.md b/docs/examples/1.0.0/server-deno/examples/functions/update-deployment.md deleted file mode 100644 index f448107a36..0000000000 --- a/docs/examples/1.0.0/server-deno/examples/functions/update-deployment.md +++ /dev/null @@ -1,21 +0,0 @@ -import * as sdk from "https://deno.land/x/appwrite/mod.ts"; - -// Init SDK -let client = new sdk.Client(); - -let functions = new sdk.Functions(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - - -let promise = functions.updateDeployment('[FUNCTION_ID]', '[DEPLOYMENT_ID]'); - -promise.then(function (response) { - console.log(response); -}, function (error) { - console.log(error); -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-deno/examples/functions/update-variable.md b/docs/examples/1.0.0/server-deno/examples/functions/update-variable.md deleted file mode 100644 index cd11c0a1e8..0000000000 --- a/docs/examples/1.0.0/server-deno/examples/functions/update-variable.md +++ /dev/null @@ -1,21 +0,0 @@ -import * as sdk from "https://deno.land/x/appwrite/mod.ts"; - -// Init SDK -let client = new sdk.Client(); - -let functions = new sdk.Functions(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - - -let promise = functions.updateVariable('[FUNCTION_ID]', '[VARIABLE_ID]', '[KEY]'); - -promise.then(function (response) { - console.log(response); -}, function (error) { - console.log(error); -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-deno/examples/functions/update.md b/docs/examples/1.0.0/server-deno/examples/functions/update.md deleted file mode 100644 index fa2794448c..0000000000 --- a/docs/examples/1.0.0/server-deno/examples/functions/update.md +++ /dev/null @@ -1,21 +0,0 @@ -import * as sdk from "https://deno.land/x/appwrite/mod.ts"; - -// Init SDK -let client = new sdk.Client(); - -let functions = new sdk.Functions(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - - -let promise = functions.update('[FUNCTION_ID]', '[NAME]', ["any"]); - -promise.then(function (response) { - console.log(response); -}, function (error) { - console.log(error); -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-deno/examples/health/get-antivirus.md b/docs/examples/1.0.0/server-deno/examples/health/get-antivirus.md deleted file mode 100644 index 027b145d8f..0000000000 --- a/docs/examples/1.0.0/server-deno/examples/health/get-antivirus.md +++ /dev/null @@ -1,21 +0,0 @@ -import * as sdk from "https://deno.land/x/appwrite/mod.ts"; - -// Init SDK -let client = new sdk.Client(); - -let health = new sdk.Health(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - - -let promise = health.getAntivirus(); - -promise.then(function (response) { - console.log(response); -}, function (error) { - console.log(error); -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-deno/examples/health/get-cache.md b/docs/examples/1.0.0/server-deno/examples/health/get-cache.md deleted file mode 100644 index f3e17bda8e..0000000000 --- a/docs/examples/1.0.0/server-deno/examples/health/get-cache.md +++ /dev/null @@ -1,21 +0,0 @@ -import * as sdk from "https://deno.land/x/appwrite/mod.ts"; - -// Init SDK -let client = new sdk.Client(); - -let health = new sdk.Health(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - - -let promise = health.getCache(); - -promise.then(function (response) { - console.log(response); -}, function (error) { - console.log(error); -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-deno/examples/health/get-d-b.md b/docs/examples/1.0.0/server-deno/examples/health/get-d-b.md deleted file mode 100644 index f6ba94a496..0000000000 --- a/docs/examples/1.0.0/server-deno/examples/health/get-d-b.md +++ /dev/null @@ -1,21 +0,0 @@ -import * as sdk from "https://deno.land/x/appwrite/mod.ts"; - -// Init SDK -let client = new sdk.Client(); - -let health = new sdk.Health(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - - -let promise = health.getDB(); - -promise.then(function (response) { - console.log(response); -}, function (error) { - console.log(error); -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-deno/examples/health/get-queue-certificates.md b/docs/examples/1.0.0/server-deno/examples/health/get-queue-certificates.md deleted file mode 100644 index 9d2e325630..0000000000 --- a/docs/examples/1.0.0/server-deno/examples/health/get-queue-certificates.md +++ /dev/null @@ -1,21 +0,0 @@ -import * as sdk from "https://deno.land/x/appwrite/mod.ts"; - -// Init SDK -let client = new sdk.Client(); - -let health = new sdk.Health(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - - -let promise = health.getQueueCertificates(); - -promise.then(function (response) { - console.log(response); -}, function (error) { - console.log(error); -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-deno/examples/health/get-queue-functions.md b/docs/examples/1.0.0/server-deno/examples/health/get-queue-functions.md deleted file mode 100644 index c31869c55f..0000000000 --- a/docs/examples/1.0.0/server-deno/examples/health/get-queue-functions.md +++ /dev/null @@ -1,21 +0,0 @@ -import * as sdk from "https://deno.land/x/appwrite/mod.ts"; - -// Init SDK -let client = new sdk.Client(); - -let health = new sdk.Health(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - - -let promise = health.getQueueFunctions(); - -promise.then(function (response) { - console.log(response); -}, function (error) { - console.log(error); -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-deno/examples/health/get-queue-logs.md b/docs/examples/1.0.0/server-deno/examples/health/get-queue-logs.md deleted file mode 100644 index bb40c7a559..0000000000 --- a/docs/examples/1.0.0/server-deno/examples/health/get-queue-logs.md +++ /dev/null @@ -1,21 +0,0 @@ -import * as sdk from "https://deno.land/x/appwrite/mod.ts"; - -// Init SDK -let client = new sdk.Client(); - -let health = new sdk.Health(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - - -let promise = health.getQueueLogs(); - -promise.then(function (response) { - console.log(response); -}, function (error) { - console.log(error); -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-deno/examples/health/get-queue-webhooks.md b/docs/examples/1.0.0/server-deno/examples/health/get-queue-webhooks.md deleted file mode 100644 index ddd2735f49..0000000000 --- a/docs/examples/1.0.0/server-deno/examples/health/get-queue-webhooks.md +++ /dev/null @@ -1,21 +0,0 @@ -import * as sdk from "https://deno.land/x/appwrite/mod.ts"; - -// Init SDK -let client = new sdk.Client(); - -let health = new sdk.Health(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - - -let promise = health.getQueueWebhooks(); - -promise.then(function (response) { - console.log(response); -}, function (error) { - console.log(error); -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-deno/examples/health/get-storage-local.md b/docs/examples/1.0.0/server-deno/examples/health/get-storage-local.md deleted file mode 100644 index 76df5561d7..0000000000 --- a/docs/examples/1.0.0/server-deno/examples/health/get-storage-local.md +++ /dev/null @@ -1,21 +0,0 @@ -import * as sdk from "https://deno.land/x/appwrite/mod.ts"; - -// Init SDK -let client = new sdk.Client(); - -let health = new sdk.Health(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - - -let promise = health.getStorageLocal(); - -promise.then(function (response) { - console.log(response); -}, function (error) { - console.log(error); -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-deno/examples/health/get-time.md b/docs/examples/1.0.0/server-deno/examples/health/get-time.md deleted file mode 100644 index 17de3193cf..0000000000 --- a/docs/examples/1.0.0/server-deno/examples/health/get-time.md +++ /dev/null @@ -1,21 +0,0 @@ -import * as sdk from "https://deno.land/x/appwrite/mod.ts"; - -// Init SDK -let client = new sdk.Client(); - -let health = new sdk.Health(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - - -let promise = health.getTime(); - -promise.then(function (response) { - console.log(response); -}, function (error) { - console.log(error); -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-deno/examples/health/get.md b/docs/examples/1.0.0/server-deno/examples/health/get.md deleted file mode 100644 index ac94e75627..0000000000 --- a/docs/examples/1.0.0/server-deno/examples/health/get.md +++ /dev/null @@ -1,21 +0,0 @@ -import * as sdk from "https://deno.land/x/appwrite/mod.ts"; - -// Init SDK -let client = new sdk.Client(); - -let health = new sdk.Health(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - - -let promise = health.get(); - -promise.then(function (response) { - console.log(response); -}, function (error) { - console.log(error); -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-deno/examples/locale/get-continents.md b/docs/examples/1.0.0/server-deno/examples/locale/get-continents.md deleted file mode 100644 index 44c18b54f4..0000000000 --- a/docs/examples/1.0.0/server-deno/examples/locale/get-continents.md +++ /dev/null @@ -1,21 +0,0 @@ -import * as sdk from "https://deno.land/x/appwrite/mod.ts"; - -// Init SDK -let client = new sdk.Client(); - -let locale = new sdk.Locale(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - - -let promise = locale.getContinents(); - -promise.then(function (response) { - console.log(response); -}, function (error) { - console.log(error); -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-deno/examples/locale/get-countries-e-u.md b/docs/examples/1.0.0/server-deno/examples/locale/get-countries-e-u.md deleted file mode 100644 index f14e4353ff..0000000000 --- a/docs/examples/1.0.0/server-deno/examples/locale/get-countries-e-u.md +++ /dev/null @@ -1,21 +0,0 @@ -import * as sdk from "https://deno.land/x/appwrite/mod.ts"; - -// Init SDK -let client = new sdk.Client(); - -let locale = new sdk.Locale(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - - -let promise = locale.getCountriesEU(); - -promise.then(function (response) { - console.log(response); -}, function (error) { - console.log(error); -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-deno/examples/locale/get-countries-phones.md b/docs/examples/1.0.0/server-deno/examples/locale/get-countries-phones.md deleted file mode 100644 index b23eff3dac..0000000000 --- a/docs/examples/1.0.0/server-deno/examples/locale/get-countries-phones.md +++ /dev/null @@ -1,21 +0,0 @@ -import * as sdk from "https://deno.land/x/appwrite/mod.ts"; - -// Init SDK -let client = new sdk.Client(); - -let locale = new sdk.Locale(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - - -let promise = locale.getCountriesPhones(); - -promise.then(function (response) { - console.log(response); -}, function (error) { - console.log(error); -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-deno/examples/locale/get-countries.md b/docs/examples/1.0.0/server-deno/examples/locale/get-countries.md deleted file mode 100644 index 2f3facd7e8..0000000000 --- a/docs/examples/1.0.0/server-deno/examples/locale/get-countries.md +++ /dev/null @@ -1,21 +0,0 @@ -import * as sdk from "https://deno.land/x/appwrite/mod.ts"; - -// Init SDK -let client = new sdk.Client(); - -let locale = new sdk.Locale(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - - -let promise = locale.getCountries(); - -promise.then(function (response) { - console.log(response); -}, function (error) { - console.log(error); -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-deno/examples/locale/get-currencies.md b/docs/examples/1.0.0/server-deno/examples/locale/get-currencies.md deleted file mode 100644 index 34d4e233ee..0000000000 --- a/docs/examples/1.0.0/server-deno/examples/locale/get-currencies.md +++ /dev/null @@ -1,21 +0,0 @@ -import * as sdk from "https://deno.land/x/appwrite/mod.ts"; - -// Init SDK -let client = new sdk.Client(); - -let locale = new sdk.Locale(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - - -let promise = locale.getCurrencies(); - -promise.then(function (response) { - console.log(response); -}, function (error) { - console.log(error); -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-deno/examples/locale/get-languages.md b/docs/examples/1.0.0/server-deno/examples/locale/get-languages.md deleted file mode 100644 index 3fd5d8b8c2..0000000000 --- a/docs/examples/1.0.0/server-deno/examples/locale/get-languages.md +++ /dev/null @@ -1,21 +0,0 @@ -import * as sdk from "https://deno.land/x/appwrite/mod.ts"; - -// Init SDK -let client = new sdk.Client(); - -let locale = new sdk.Locale(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - - -let promise = locale.getLanguages(); - -promise.then(function (response) { - console.log(response); -}, function (error) { - console.log(error); -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-deno/examples/locale/get.md b/docs/examples/1.0.0/server-deno/examples/locale/get.md deleted file mode 100644 index 30ca9a22c7..0000000000 --- a/docs/examples/1.0.0/server-deno/examples/locale/get.md +++ /dev/null @@ -1,21 +0,0 @@ -import * as sdk from "https://deno.land/x/appwrite/mod.ts"; - -// Init SDK -let client = new sdk.Client(); - -let locale = new sdk.Locale(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - - -let promise = locale.get(); - -promise.then(function (response) { - console.log(response); -}, function (error) { - console.log(error); -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-deno/examples/storage/create-bucket.md b/docs/examples/1.0.0/server-deno/examples/storage/create-bucket.md deleted file mode 100644 index e24aa87523..0000000000 --- a/docs/examples/1.0.0/server-deno/examples/storage/create-bucket.md +++ /dev/null @@ -1,21 +0,0 @@ -import * as sdk from "https://deno.land/x/appwrite/mod.ts"; - -// Init SDK -let client = new sdk.Client(); - -let storage = new sdk.Storage(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - - -let promise = storage.createBucket('[BUCKET_ID]', '[NAME]'); - -promise.then(function (response) { - console.log(response); -}, function (error) { - console.log(error); -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-deno/examples/storage/create-file.md b/docs/examples/1.0.0/server-deno/examples/storage/create-file.md deleted file mode 100644 index 9864ec1e65..0000000000 --- a/docs/examples/1.0.0/server-deno/examples/storage/create-file.md +++ /dev/null @@ -1,21 +0,0 @@ -import * as sdk from "https://deno.land/x/appwrite/mod.ts"; - -// Init SDK -let client = new sdk.Client(); - -let storage = new sdk.Storage(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - - -let promise = storage.createFile('[BUCKET_ID]', '[FILE_ID]', InputFile.fromPath('/path/to/file.png', 'file.png')); - -promise.then(function (response) { - console.log(response); -}, function (error) { - console.log(error); -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-deno/examples/storage/delete-bucket.md b/docs/examples/1.0.0/server-deno/examples/storage/delete-bucket.md deleted file mode 100644 index 366c4e8973..0000000000 --- a/docs/examples/1.0.0/server-deno/examples/storage/delete-bucket.md +++ /dev/null @@ -1,21 +0,0 @@ -import * as sdk from "https://deno.land/x/appwrite/mod.ts"; - -// Init SDK -let client = new sdk.Client(); - -let storage = new sdk.Storage(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - - -let promise = storage.deleteBucket('[BUCKET_ID]'); - -promise.then(function (response) { - console.log(response); -}, function (error) { - console.log(error); -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-deno/examples/storage/delete-file.md b/docs/examples/1.0.0/server-deno/examples/storage/delete-file.md deleted file mode 100644 index 579920d9d0..0000000000 --- a/docs/examples/1.0.0/server-deno/examples/storage/delete-file.md +++ /dev/null @@ -1,21 +0,0 @@ -import * as sdk from "https://deno.land/x/appwrite/mod.ts"; - -// Init SDK -let client = new sdk.Client(); - -let storage = new sdk.Storage(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - - -let promise = storage.deleteFile('[BUCKET_ID]', '[FILE_ID]'); - -promise.then(function (response) { - console.log(response); -}, function (error) { - console.log(error); -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-deno/examples/storage/get-bucket.md b/docs/examples/1.0.0/server-deno/examples/storage/get-bucket.md deleted file mode 100644 index c45443866f..0000000000 --- a/docs/examples/1.0.0/server-deno/examples/storage/get-bucket.md +++ /dev/null @@ -1,21 +0,0 @@ -import * as sdk from "https://deno.land/x/appwrite/mod.ts"; - -// Init SDK -let client = new sdk.Client(); - -let storage = new sdk.Storage(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - - -let promise = storage.getBucket('[BUCKET_ID]'); - -promise.then(function (response) { - console.log(response); -}, function (error) { - console.log(error); -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-deno/examples/storage/get-file-download.md b/docs/examples/1.0.0/server-deno/examples/storage/get-file-download.md deleted file mode 100644 index 780dac4b49..0000000000 --- a/docs/examples/1.0.0/server-deno/examples/storage/get-file-download.md +++ /dev/null @@ -1,21 +0,0 @@ -import * as sdk from "https://deno.land/x/appwrite/mod.ts"; - -// Init SDK -let client = new sdk.Client(); - -let storage = new sdk.Storage(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - - -let promise = storage.getFileDownload('[BUCKET_ID]', '[FILE_ID]'); - -promise.then(function (response) { - console.log(response); -}, function (error) { - console.log(error); -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-deno/examples/storage/get-file-preview.md b/docs/examples/1.0.0/server-deno/examples/storage/get-file-preview.md deleted file mode 100644 index cc81db1b0f..0000000000 --- a/docs/examples/1.0.0/server-deno/examples/storage/get-file-preview.md +++ /dev/null @@ -1,21 +0,0 @@ -import * as sdk from "https://deno.land/x/appwrite/mod.ts"; - -// Init SDK -let client = new sdk.Client(); - -let storage = new sdk.Storage(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - - -let promise = storage.getFilePreview('[BUCKET_ID]', '[FILE_ID]'); - -promise.then(function (response) { - console.log(response); -}, function (error) { - console.log(error); -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-deno/examples/storage/get-file-view.md b/docs/examples/1.0.0/server-deno/examples/storage/get-file-view.md deleted file mode 100644 index 9dba58ad4f..0000000000 --- a/docs/examples/1.0.0/server-deno/examples/storage/get-file-view.md +++ /dev/null @@ -1,21 +0,0 @@ -import * as sdk from "https://deno.land/x/appwrite/mod.ts"; - -// Init SDK -let client = new sdk.Client(); - -let storage = new sdk.Storage(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - - -let promise = storage.getFileView('[BUCKET_ID]', '[FILE_ID]'); - -promise.then(function (response) { - console.log(response); -}, function (error) { - console.log(error); -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-deno/examples/storage/get-file.md b/docs/examples/1.0.0/server-deno/examples/storage/get-file.md deleted file mode 100644 index 5494fca02c..0000000000 --- a/docs/examples/1.0.0/server-deno/examples/storage/get-file.md +++ /dev/null @@ -1,21 +0,0 @@ -import * as sdk from "https://deno.land/x/appwrite/mod.ts"; - -// Init SDK -let client = new sdk.Client(); - -let storage = new sdk.Storage(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - - -let promise = storage.getFile('[BUCKET_ID]', '[FILE_ID]'); - -promise.then(function (response) { - console.log(response); -}, function (error) { - console.log(error); -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-deno/examples/storage/list-buckets.md b/docs/examples/1.0.0/server-deno/examples/storage/list-buckets.md deleted file mode 100644 index 51d9a3b9e2..0000000000 --- a/docs/examples/1.0.0/server-deno/examples/storage/list-buckets.md +++ /dev/null @@ -1,21 +0,0 @@ -import * as sdk from "https://deno.land/x/appwrite/mod.ts"; - -// Init SDK -let client = new sdk.Client(); - -let storage = new sdk.Storage(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - - -let promise = storage.listBuckets(); - -promise.then(function (response) { - console.log(response); -}, function (error) { - console.log(error); -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-deno/examples/storage/list-files.md b/docs/examples/1.0.0/server-deno/examples/storage/list-files.md deleted file mode 100644 index 110fba5a0c..0000000000 --- a/docs/examples/1.0.0/server-deno/examples/storage/list-files.md +++ /dev/null @@ -1,21 +0,0 @@ -import * as sdk from "https://deno.land/x/appwrite/mod.ts"; - -// Init SDK -let client = new sdk.Client(); - -let storage = new sdk.Storage(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - - -let promise = storage.listFiles('[BUCKET_ID]'); - -promise.then(function (response) { - console.log(response); -}, function (error) { - console.log(error); -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-deno/examples/storage/update-bucket.md b/docs/examples/1.0.0/server-deno/examples/storage/update-bucket.md deleted file mode 100644 index 5745fac53d..0000000000 --- a/docs/examples/1.0.0/server-deno/examples/storage/update-bucket.md +++ /dev/null @@ -1,21 +0,0 @@ -import * as sdk from "https://deno.land/x/appwrite/mod.ts"; - -// Init SDK -let client = new sdk.Client(); - -let storage = new sdk.Storage(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - - -let promise = storage.updateBucket('[BUCKET_ID]', '[NAME]'); - -promise.then(function (response) { - console.log(response); -}, function (error) { - console.log(error); -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-deno/examples/storage/update-file.md b/docs/examples/1.0.0/server-deno/examples/storage/update-file.md deleted file mode 100644 index e29feff777..0000000000 --- a/docs/examples/1.0.0/server-deno/examples/storage/update-file.md +++ /dev/null @@ -1,21 +0,0 @@ -import * as sdk from "https://deno.land/x/appwrite/mod.ts"; - -// Init SDK -let client = new sdk.Client(); - -let storage = new sdk.Storage(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - - -let promise = storage.updateFile('[BUCKET_ID]', '[FILE_ID]'); - -promise.then(function (response) { - console.log(response); -}, function (error) { - console.log(error); -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-deno/examples/teams/create-membership.md b/docs/examples/1.0.0/server-deno/examples/teams/create-membership.md deleted file mode 100644 index b85e811d65..0000000000 --- a/docs/examples/1.0.0/server-deno/examples/teams/create-membership.md +++ /dev/null @@ -1,21 +0,0 @@ -import * as sdk from "https://deno.land/x/appwrite/mod.ts"; - -// Init SDK -let client = new sdk.Client(); - -let teams = new sdk.Teams(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - - -let promise = teams.createMembership('[TEAM_ID]', 'email@example.com', [], 'https://example.com'); - -promise.then(function (response) { - console.log(response); -}, function (error) { - console.log(error); -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-deno/examples/teams/create.md b/docs/examples/1.0.0/server-deno/examples/teams/create.md deleted file mode 100644 index 728e649886..0000000000 --- a/docs/examples/1.0.0/server-deno/examples/teams/create.md +++ /dev/null @@ -1,21 +0,0 @@ -import * as sdk from "https://deno.land/x/appwrite/mod.ts"; - -// Init SDK -let client = new sdk.Client(); - -let teams = new sdk.Teams(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - - -let promise = teams.create('[TEAM_ID]', '[NAME]'); - -promise.then(function (response) { - console.log(response); -}, function (error) { - console.log(error); -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-deno/examples/teams/delete-membership.md b/docs/examples/1.0.0/server-deno/examples/teams/delete-membership.md deleted file mode 100644 index 94e60ae03a..0000000000 --- a/docs/examples/1.0.0/server-deno/examples/teams/delete-membership.md +++ /dev/null @@ -1,21 +0,0 @@ -import * as sdk from "https://deno.land/x/appwrite/mod.ts"; - -// Init SDK -let client = new sdk.Client(); - -let teams = new sdk.Teams(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - - -let promise = teams.deleteMembership('[TEAM_ID]', '[MEMBERSHIP_ID]'); - -promise.then(function (response) { - console.log(response); -}, function (error) { - console.log(error); -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-deno/examples/teams/delete.md b/docs/examples/1.0.0/server-deno/examples/teams/delete.md deleted file mode 100644 index 4b1e0bddfc..0000000000 --- a/docs/examples/1.0.0/server-deno/examples/teams/delete.md +++ /dev/null @@ -1,21 +0,0 @@ -import * as sdk from "https://deno.land/x/appwrite/mod.ts"; - -// Init SDK -let client = new sdk.Client(); - -let teams = new sdk.Teams(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - - -let promise = teams.delete('[TEAM_ID]'); - -promise.then(function (response) { - console.log(response); -}, function (error) { - console.log(error); -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-deno/examples/teams/get-membership.md b/docs/examples/1.0.0/server-deno/examples/teams/get-membership.md deleted file mode 100644 index db60e1976f..0000000000 --- a/docs/examples/1.0.0/server-deno/examples/teams/get-membership.md +++ /dev/null @@ -1,21 +0,0 @@ -import * as sdk from "https://deno.land/x/appwrite/mod.ts"; - -// Init SDK -let client = new sdk.Client(); - -let teams = new sdk.Teams(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - - -let promise = teams.getMembership('[TEAM_ID]', '[MEMBERSHIP_ID]'); - -promise.then(function (response) { - console.log(response); -}, function (error) { - console.log(error); -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-deno/examples/teams/get-memberships.md b/docs/examples/1.0.0/server-deno/examples/teams/get-memberships.md deleted file mode 100644 index 467101c956..0000000000 --- a/docs/examples/1.0.0/server-deno/examples/teams/get-memberships.md +++ /dev/null @@ -1,21 +0,0 @@ -import * as sdk from "https://deno.land/x/appwrite/mod.ts"; - -// Init SDK -let client = new sdk.Client(); - -let teams = new sdk.Teams(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - - -let promise = teams.getMemberships('[TEAM_ID]'); - -promise.then(function (response) { - console.log(response); -}, function (error) { - console.log(error); -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-deno/examples/teams/get.md b/docs/examples/1.0.0/server-deno/examples/teams/get.md deleted file mode 100644 index 435391a63a..0000000000 --- a/docs/examples/1.0.0/server-deno/examples/teams/get.md +++ /dev/null @@ -1,21 +0,0 @@ -import * as sdk from "https://deno.land/x/appwrite/mod.ts"; - -// Init SDK -let client = new sdk.Client(); - -let teams = new sdk.Teams(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - - -let promise = teams.get('[TEAM_ID]'); - -promise.then(function (response) { - console.log(response); -}, function (error) { - console.log(error); -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-deno/examples/teams/list.md b/docs/examples/1.0.0/server-deno/examples/teams/list.md deleted file mode 100644 index 6d00f6df54..0000000000 --- a/docs/examples/1.0.0/server-deno/examples/teams/list.md +++ /dev/null @@ -1,21 +0,0 @@ -import * as sdk from "https://deno.land/x/appwrite/mod.ts"; - -// Init SDK -let client = new sdk.Client(); - -let teams = new sdk.Teams(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - - -let promise = teams.list(); - -promise.then(function (response) { - console.log(response); -}, function (error) { - console.log(error); -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-deno/examples/teams/update-membership-roles.md b/docs/examples/1.0.0/server-deno/examples/teams/update-membership-roles.md deleted file mode 100644 index 3337aa0a3a..0000000000 --- a/docs/examples/1.0.0/server-deno/examples/teams/update-membership-roles.md +++ /dev/null @@ -1,21 +0,0 @@ -import * as sdk from "https://deno.land/x/appwrite/mod.ts"; - -// Init SDK -let client = new sdk.Client(); - -let teams = new sdk.Teams(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - - -let promise = teams.updateMembershipRoles('[TEAM_ID]', '[MEMBERSHIP_ID]', []); - -promise.then(function (response) { - console.log(response); -}, function (error) { - console.log(error); -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-deno/examples/teams/update-membership-status.md b/docs/examples/1.0.0/server-deno/examples/teams/update-membership-status.md deleted file mode 100644 index 784f1a0349..0000000000 --- a/docs/examples/1.0.0/server-deno/examples/teams/update-membership-status.md +++ /dev/null @@ -1,21 +0,0 @@ -import * as sdk from "https://deno.land/x/appwrite/mod.ts"; - -// Init SDK -let client = new sdk.Client(); - -let teams = new sdk.Teams(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setJWT('eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ...') // Your secret JSON Web Token -; - - -let promise = teams.updateMembershipStatus('[TEAM_ID]', '[MEMBERSHIP_ID]', '[USER_ID]', '[SECRET]'); - -promise.then(function (response) { - console.log(response); -}, function (error) { - console.log(error); -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-deno/examples/teams/update.md b/docs/examples/1.0.0/server-deno/examples/teams/update.md deleted file mode 100644 index 9d73002f5c..0000000000 --- a/docs/examples/1.0.0/server-deno/examples/teams/update.md +++ /dev/null @@ -1,21 +0,0 @@ -import * as sdk from "https://deno.land/x/appwrite/mod.ts"; - -// Init SDK -let client = new sdk.Client(); - -let teams = new sdk.Teams(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - - -let promise = teams.update('[TEAM_ID]', '[NAME]'); - -promise.then(function (response) { - console.log(response); -}, function (error) { - console.log(error); -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-deno/examples/users/create-argon2user.md b/docs/examples/1.0.0/server-deno/examples/users/create-argon2user.md deleted file mode 100644 index e52737a013..0000000000 --- a/docs/examples/1.0.0/server-deno/examples/users/create-argon2user.md +++ /dev/null @@ -1,21 +0,0 @@ -import * as sdk from "https://deno.land/x/appwrite/mod.ts"; - -// Init SDK -let client = new sdk.Client(); - -let users = new sdk.Users(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - - -let promise = users.createArgon2User('[USER_ID]', 'email@example.com', 'password'); - -promise.then(function (response) { - console.log(response); -}, function (error) { - console.log(error); -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-deno/examples/users/create-bcrypt-user.md b/docs/examples/1.0.0/server-deno/examples/users/create-bcrypt-user.md deleted file mode 100644 index 52a7f2c219..0000000000 --- a/docs/examples/1.0.0/server-deno/examples/users/create-bcrypt-user.md +++ /dev/null @@ -1,21 +0,0 @@ -import * as sdk from "https://deno.land/x/appwrite/mod.ts"; - -// Init SDK -let client = new sdk.Client(); - -let users = new sdk.Users(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - - -let promise = users.createBcryptUser('[USER_ID]', 'email@example.com', 'password'); - -promise.then(function (response) { - console.log(response); -}, function (error) { - console.log(error); -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-deno/examples/users/create-m-d5user.md b/docs/examples/1.0.0/server-deno/examples/users/create-m-d5user.md deleted file mode 100644 index 8d553f788a..0000000000 --- a/docs/examples/1.0.0/server-deno/examples/users/create-m-d5user.md +++ /dev/null @@ -1,21 +0,0 @@ -import * as sdk from "https://deno.land/x/appwrite/mod.ts"; - -// Init SDK -let client = new sdk.Client(); - -let users = new sdk.Users(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - - -let promise = users.createMD5User('[USER_ID]', 'email@example.com', 'password'); - -promise.then(function (response) { - console.log(response); -}, function (error) { - console.log(error); -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-deno/examples/users/create-p-h-pass-user.md b/docs/examples/1.0.0/server-deno/examples/users/create-p-h-pass-user.md deleted file mode 100644 index daf38f70e4..0000000000 --- a/docs/examples/1.0.0/server-deno/examples/users/create-p-h-pass-user.md +++ /dev/null @@ -1,21 +0,0 @@ -import * as sdk from "https://deno.land/x/appwrite/mod.ts"; - -// Init SDK -let client = new sdk.Client(); - -let users = new sdk.Users(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - - -let promise = users.createPHPassUser('[USER_ID]', 'email@example.com', 'password'); - -promise.then(function (response) { - console.log(response); -}, function (error) { - console.log(error); -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-deno/examples/users/create-s-h-a-user.md b/docs/examples/1.0.0/server-deno/examples/users/create-s-h-a-user.md deleted file mode 100644 index 7489e45838..0000000000 --- a/docs/examples/1.0.0/server-deno/examples/users/create-s-h-a-user.md +++ /dev/null @@ -1,21 +0,0 @@ -import * as sdk from "https://deno.land/x/appwrite/mod.ts"; - -// Init SDK -let client = new sdk.Client(); - -let users = new sdk.Users(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - - -let promise = users.createSHAUser('[USER_ID]', 'email@example.com', 'password'); - -promise.then(function (response) { - console.log(response); -}, function (error) { - console.log(error); -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-deno/examples/users/create-scrypt-modified-user.md b/docs/examples/1.0.0/server-deno/examples/users/create-scrypt-modified-user.md deleted file mode 100644 index 1b8095ec35..0000000000 --- a/docs/examples/1.0.0/server-deno/examples/users/create-scrypt-modified-user.md +++ /dev/null @@ -1,21 +0,0 @@ -import * as sdk from "https://deno.land/x/appwrite/mod.ts"; - -// Init SDK -let client = new sdk.Client(); - -let users = new sdk.Users(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - - -let promise = users.createScryptModifiedUser('[USER_ID]', 'email@example.com', 'password', '[PASSWORD_SALT]', '[PASSWORD_SALT_SEPARATOR]', '[PASSWORD_SIGNER_KEY]'); - -promise.then(function (response) { - console.log(response); -}, function (error) { - console.log(error); -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-deno/examples/users/create-scrypt-user.md b/docs/examples/1.0.0/server-deno/examples/users/create-scrypt-user.md deleted file mode 100644 index 71994f68d6..0000000000 --- a/docs/examples/1.0.0/server-deno/examples/users/create-scrypt-user.md +++ /dev/null @@ -1,21 +0,0 @@ -import * as sdk from "https://deno.land/x/appwrite/mod.ts"; - -// Init SDK -let client = new sdk.Client(); - -let users = new sdk.Users(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - - -let promise = users.createScryptUser('[USER_ID]', 'email@example.com', 'password', '[PASSWORD_SALT]', null, null, null, null); - -promise.then(function (response) { - console.log(response); -}, function (error) { - console.log(error); -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-deno/examples/users/create.md b/docs/examples/1.0.0/server-deno/examples/users/create.md deleted file mode 100644 index 144de69b6d..0000000000 --- a/docs/examples/1.0.0/server-deno/examples/users/create.md +++ /dev/null @@ -1,21 +0,0 @@ -import * as sdk from "https://deno.land/x/appwrite/mod.ts"; - -// Init SDK -let client = new sdk.Client(); - -let users = new sdk.Users(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - - -let promise = users.create('[USER_ID]'); - -promise.then(function (response) { - console.log(response); -}, function (error) { - console.log(error); -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-deno/examples/users/delete-session.md b/docs/examples/1.0.0/server-deno/examples/users/delete-session.md deleted file mode 100644 index e04024e5a2..0000000000 --- a/docs/examples/1.0.0/server-deno/examples/users/delete-session.md +++ /dev/null @@ -1,21 +0,0 @@ -import * as sdk from "https://deno.land/x/appwrite/mod.ts"; - -// Init SDK -let client = new sdk.Client(); - -let users = new sdk.Users(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - - -let promise = users.deleteSession('[USER_ID]', '[SESSION_ID]'); - -promise.then(function (response) { - console.log(response); -}, function (error) { - console.log(error); -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-deno/examples/users/delete-sessions.md b/docs/examples/1.0.0/server-deno/examples/users/delete-sessions.md deleted file mode 100644 index 89dec44e39..0000000000 --- a/docs/examples/1.0.0/server-deno/examples/users/delete-sessions.md +++ /dev/null @@ -1,21 +0,0 @@ -import * as sdk from "https://deno.land/x/appwrite/mod.ts"; - -// Init SDK -let client = new sdk.Client(); - -let users = new sdk.Users(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - - -let promise = users.deleteSessions('[USER_ID]'); - -promise.then(function (response) { - console.log(response); -}, function (error) { - console.log(error); -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-deno/examples/users/delete.md b/docs/examples/1.0.0/server-deno/examples/users/delete.md deleted file mode 100644 index 9de2296c4c..0000000000 --- a/docs/examples/1.0.0/server-deno/examples/users/delete.md +++ /dev/null @@ -1,21 +0,0 @@ -import * as sdk from "https://deno.land/x/appwrite/mod.ts"; - -// Init SDK -let client = new sdk.Client(); - -let users = new sdk.Users(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - - -let promise = users.delete('[USER_ID]'); - -promise.then(function (response) { - console.log(response); -}, function (error) { - console.log(error); -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-deno/examples/users/get-logs.md b/docs/examples/1.0.0/server-deno/examples/users/get-logs.md deleted file mode 100644 index 5770e84525..0000000000 --- a/docs/examples/1.0.0/server-deno/examples/users/get-logs.md +++ /dev/null @@ -1,21 +0,0 @@ -import * as sdk from "https://deno.land/x/appwrite/mod.ts"; - -// Init SDK -let client = new sdk.Client(); - -let users = new sdk.Users(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - - -let promise = users.getLogs('[USER_ID]'); - -promise.then(function (response) { - console.log(response); -}, function (error) { - console.log(error); -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-deno/examples/users/get-memberships.md b/docs/examples/1.0.0/server-deno/examples/users/get-memberships.md deleted file mode 100644 index cc3c1e109d..0000000000 --- a/docs/examples/1.0.0/server-deno/examples/users/get-memberships.md +++ /dev/null @@ -1,21 +0,0 @@ -import * as sdk from "https://deno.land/x/appwrite/mod.ts"; - -// Init SDK -let client = new sdk.Client(); - -let users = new sdk.Users(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - - -let promise = users.getMemberships('[USER_ID]'); - -promise.then(function (response) { - console.log(response); -}, function (error) { - console.log(error); -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-deno/examples/users/get-prefs.md b/docs/examples/1.0.0/server-deno/examples/users/get-prefs.md deleted file mode 100644 index 033c56f3db..0000000000 --- a/docs/examples/1.0.0/server-deno/examples/users/get-prefs.md +++ /dev/null @@ -1,21 +0,0 @@ -import * as sdk from "https://deno.land/x/appwrite/mod.ts"; - -// Init SDK -let client = new sdk.Client(); - -let users = new sdk.Users(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - - -let promise = users.getPrefs('[USER_ID]'); - -promise.then(function (response) { - console.log(response); -}, function (error) { - console.log(error); -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-deno/examples/users/get-sessions.md b/docs/examples/1.0.0/server-deno/examples/users/get-sessions.md deleted file mode 100644 index 15f0b53c5c..0000000000 --- a/docs/examples/1.0.0/server-deno/examples/users/get-sessions.md +++ /dev/null @@ -1,21 +0,0 @@ -import * as sdk from "https://deno.land/x/appwrite/mod.ts"; - -// Init SDK -let client = new sdk.Client(); - -let users = new sdk.Users(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - - -let promise = users.getSessions('[USER_ID]'); - -promise.then(function (response) { - console.log(response); -}, function (error) { - console.log(error); -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-deno/examples/users/get.md b/docs/examples/1.0.0/server-deno/examples/users/get.md deleted file mode 100644 index acee263e2f..0000000000 --- a/docs/examples/1.0.0/server-deno/examples/users/get.md +++ /dev/null @@ -1,21 +0,0 @@ -import * as sdk from "https://deno.land/x/appwrite/mod.ts"; - -// Init SDK -let client = new sdk.Client(); - -let users = new sdk.Users(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - - -let promise = users.get('[USER_ID]'); - -promise.then(function (response) { - console.log(response); -}, function (error) { - console.log(error); -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-deno/examples/users/list.md b/docs/examples/1.0.0/server-deno/examples/users/list.md deleted file mode 100644 index c986039946..0000000000 --- a/docs/examples/1.0.0/server-deno/examples/users/list.md +++ /dev/null @@ -1,21 +0,0 @@ -import * as sdk from "https://deno.land/x/appwrite/mod.ts"; - -// Init SDK -let client = new sdk.Client(); - -let users = new sdk.Users(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - - -let promise = users.list(); - -promise.then(function (response) { - console.log(response); -}, function (error) { - console.log(error); -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-deno/examples/users/update-email-verification.md b/docs/examples/1.0.0/server-deno/examples/users/update-email-verification.md deleted file mode 100644 index caf02ab3ac..0000000000 --- a/docs/examples/1.0.0/server-deno/examples/users/update-email-verification.md +++ /dev/null @@ -1,21 +0,0 @@ -import * as sdk from "https://deno.land/x/appwrite/mod.ts"; - -// Init SDK -let client = new sdk.Client(); - -let users = new sdk.Users(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - - -let promise = users.updateEmailVerification('[USER_ID]', false); - -promise.then(function (response) { - console.log(response); -}, function (error) { - console.log(error); -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-deno/examples/users/update-email.md b/docs/examples/1.0.0/server-deno/examples/users/update-email.md deleted file mode 100644 index 1000604764..0000000000 --- a/docs/examples/1.0.0/server-deno/examples/users/update-email.md +++ /dev/null @@ -1,21 +0,0 @@ -import * as sdk from "https://deno.land/x/appwrite/mod.ts"; - -// Init SDK -let client = new sdk.Client(); - -let users = new sdk.Users(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - - -let promise = users.updateEmail('[USER_ID]', 'email@example.com'); - -promise.then(function (response) { - console.log(response); -}, function (error) { - console.log(error); -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-deno/examples/users/update-name.md b/docs/examples/1.0.0/server-deno/examples/users/update-name.md deleted file mode 100644 index 5434047853..0000000000 --- a/docs/examples/1.0.0/server-deno/examples/users/update-name.md +++ /dev/null @@ -1,21 +0,0 @@ -import * as sdk from "https://deno.land/x/appwrite/mod.ts"; - -// Init SDK -let client = new sdk.Client(); - -let users = new sdk.Users(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - - -let promise = users.updateName('[USER_ID]', '[NAME]'); - -promise.then(function (response) { - console.log(response); -}, function (error) { - console.log(error); -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-deno/examples/users/update-password.md b/docs/examples/1.0.0/server-deno/examples/users/update-password.md deleted file mode 100644 index ac11596a08..0000000000 --- a/docs/examples/1.0.0/server-deno/examples/users/update-password.md +++ /dev/null @@ -1,21 +0,0 @@ -import * as sdk from "https://deno.land/x/appwrite/mod.ts"; - -// Init SDK -let client = new sdk.Client(); - -let users = new sdk.Users(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - - -let promise = users.updatePassword('[USER_ID]', 'password'); - -promise.then(function (response) { - console.log(response); -}, function (error) { - console.log(error); -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-deno/examples/users/update-phone-verification.md b/docs/examples/1.0.0/server-deno/examples/users/update-phone-verification.md deleted file mode 100644 index ecc8202bde..0000000000 --- a/docs/examples/1.0.0/server-deno/examples/users/update-phone-verification.md +++ /dev/null @@ -1,21 +0,0 @@ -import * as sdk from "https://deno.land/x/appwrite/mod.ts"; - -// Init SDK -let client = new sdk.Client(); - -let users = new sdk.Users(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - - -let promise = users.updatePhoneVerification('[USER_ID]', false); - -promise.then(function (response) { - console.log(response); -}, function (error) { - console.log(error); -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-deno/examples/users/update-phone.md b/docs/examples/1.0.0/server-deno/examples/users/update-phone.md deleted file mode 100644 index ce5d356d9a..0000000000 --- a/docs/examples/1.0.0/server-deno/examples/users/update-phone.md +++ /dev/null @@ -1,21 +0,0 @@ -import * as sdk from "https://deno.land/x/appwrite/mod.ts"; - -// Init SDK -let client = new sdk.Client(); - -let users = new sdk.Users(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - - -let promise = users.updatePhone('[USER_ID]', ''); - -promise.then(function (response) { - console.log(response); -}, function (error) { - console.log(error); -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-deno/examples/users/update-prefs.md b/docs/examples/1.0.0/server-deno/examples/users/update-prefs.md deleted file mode 100644 index 4e88ed567a..0000000000 --- a/docs/examples/1.0.0/server-deno/examples/users/update-prefs.md +++ /dev/null @@ -1,21 +0,0 @@ -import * as sdk from "https://deno.land/x/appwrite/mod.ts"; - -// Init SDK -let client = new sdk.Client(); - -let users = new sdk.Users(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - - -let promise = users.updatePrefs('[USER_ID]', {}); - -promise.then(function (response) { - console.log(response); -}, function (error) { - console.log(error); -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-deno/examples/users/update-status.md b/docs/examples/1.0.0/server-deno/examples/users/update-status.md deleted file mode 100644 index ec52d3715c..0000000000 --- a/docs/examples/1.0.0/server-deno/examples/users/update-status.md +++ /dev/null @@ -1,21 +0,0 @@ -import * as sdk from "https://deno.land/x/appwrite/mod.ts"; - -// Init SDK -let client = new sdk.Client(); - -let users = new sdk.Users(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - - -let promise = users.updateStatus('[USER_ID]', false); - -promise.then(function (response) { - console.log(response); -}, function (error) { - console.log(error); -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-kotlin/java/account/create-phone-verification.md b/docs/examples/1.0.0/server-kotlin/java/account/create-phone-verification.md deleted file mode 100644 index 08e28ee63e..0000000000 --- a/docs/examples/1.0.0/server-kotlin/java/account/create-phone-verification.md +++ /dev/null @@ -1,33 +0,0 @@ -import io.appwrite.Client -import io.appwrite.services.Account - -public void main() { - Client client = Client(context) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setJWT("eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ..."); // Your secret JSON Web Token - - Account account = new Account(client); - account.createPhoneVerification(new Continuation() { - @NotNull - @Override - public CoroutineContext getContext() { - return EmptyCoroutineContext.INSTANCE; - } - - @Override - public void resumeWith(@NotNull Object o) { - String json = ""; - try { - if (o instanceof Result.Failure) { - Result.Failure failure = (Result.Failure) o; - throw failure.exception; - } else { - Response response = (Response) o; - } - } catch (Throwable th) { - Log.e("ERROR", th.toString()); - } - } - }); -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-kotlin/java/account/create-recovery.md b/docs/examples/1.0.0/server-kotlin/java/account/create-recovery.md deleted file mode 100644 index 83fbe91a95..0000000000 --- a/docs/examples/1.0.0/server-kotlin/java/account/create-recovery.md +++ /dev/null @@ -1,37 +0,0 @@ -import io.appwrite.Client -import io.appwrite.services.Account - -public void main() { - Client client = Client(context) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setJWT("eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ..."); // Your secret JSON Web Token - - Account account = new Account(client); - account.createRecovery( - email = "email@example.com", - url = "https://example.com" - new Continuation() { - @NotNull - @Override - public CoroutineContext getContext() { - return EmptyCoroutineContext.INSTANCE; - } - - @Override - public void resumeWith(@NotNull Object o) { - String json = ""; - try { - if (o instanceof Result.Failure) { - Result.Failure failure = (Result.Failure) o; - throw failure.exception; - } else { - Response response = (Response) o; - } - } catch (Throwable th) { - Log.e("ERROR", th.toString()); - } - } - } - ); -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-kotlin/java/account/create-verification.md b/docs/examples/1.0.0/server-kotlin/java/account/create-verification.md deleted file mode 100644 index 2ca770e2e1..0000000000 --- a/docs/examples/1.0.0/server-kotlin/java/account/create-verification.md +++ /dev/null @@ -1,36 +0,0 @@ -import io.appwrite.Client -import io.appwrite.services.Account - -public void main() { - Client client = Client(context) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setJWT("eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ..."); // Your secret JSON Web Token - - Account account = new Account(client); - account.createVerification( - url = "https://example.com" - new Continuation() { - @NotNull - @Override - public CoroutineContext getContext() { - return EmptyCoroutineContext.INSTANCE; - } - - @Override - public void resumeWith(@NotNull Object o) { - String json = ""; - try { - if (o instanceof Result.Failure) { - Result.Failure failure = (Result.Failure) o; - throw failure.exception; - } else { - Response response = (Response) o; - } - } catch (Throwable th) { - Log.e("ERROR", th.toString()); - } - } - } - ); -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-kotlin/java/account/delete-session.md b/docs/examples/1.0.0/server-kotlin/java/account/delete-session.md deleted file mode 100644 index bb925a77e3..0000000000 --- a/docs/examples/1.0.0/server-kotlin/java/account/delete-session.md +++ /dev/null @@ -1,36 +0,0 @@ -import io.appwrite.Client -import io.appwrite.services.Account - -public void main() { - Client client = Client(context) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setJWT("eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ..."); // Your secret JSON Web Token - - Account account = new Account(client); - account.deleteSession( - sessionId = "[SESSION_ID]" - new Continuation() { - @NotNull - @Override - public CoroutineContext getContext() { - return EmptyCoroutineContext.INSTANCE; - } - - @Override - public void resumeWith(@NotNull Object o) { - String json = ""; - try { - if (o instanceof Result.Failure) { - Result.Failure failure = (Result.Failure) o; - throw failure.exception; - } else { - Response response = (Response) o; - } - } catch (Throwable th) { - Log.e("ERROR", th.toString()); - } - } - } - ); -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-kotlin/java/account/delete-sessions.md b/docs/examples/1.0.0/server-kotlin/java/account/delete-sessions.md deleted file mode 100644 index 4cda782b99..0000000000 --- a/docs/examples/1.0.0/server-kotlin/java/account/delete-sessions.md +++ /dev/null @@ -1,33 +0,0 @@ -import io.appwrite.Client -import io.appwrite.services.Account - -public void main() { - Client client = Client(context) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setJWT("eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ..."); // Your secret JSON Web Token - - Account account = new Account(client); - account.deleteSessions(new Continuation() { - @NotNull - @Override - public CoroutineContext getContext() { - return EmptyCoroutineContext.INSTANCE; - } - - @Override - public void resumeWith(@NotNull Object o) { - String json = ""; - try { - if (o instanceof Result.Failure) { - Result.Failure failure = (Result.Failure) o; - throw failure.exception; - } else { - Response response = (Response) o; - } - } catch (Throwable th) { - Log.e("ERROR", th.toString()); - } - } - }); -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-kotlin/java/account/get-logs.md b/docs/examples/1.0.0/server-kotlin/java/account/get-logs.md deleted file mode 100644 index 99bab4a886..0000000000 --- a/docs/examples/1.0.0/server-kotlin/java/account/get-logs.md +++ /dev/null @@ -1,35 +0,0 @@ -import io.appwrite.Client -import io.appwrite.services.Account - -public void main() { - Client client = Client(context) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setJWT("eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ..."); // Your secret JSON Web Token - - Account account = new Account(client); - account.getLogs( - new Continuation() { - @NotNull - @Override - public CoroutineContext getContext() { - return EmptyCoroutineContext.INSTANCE; - } - - @Override - public void resumeWith(@NotNull Object o) { - String json = ""; - try { - if (o instanceof Result.Failure) { - Result.Failure failure = (Result.Failure) o; - throw failure.exception; - } else { - Response response = (Response) o; - } - } catch (Throwable th) { - Log.e("ERROR", th.toString()); - } - } - } - ); -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-kotlin/java/account/get-prefs.md b/docs/examples/1.0.0/server-kotlin/java/account/get-prefs.md deleted file mode 100644 index 501e2d08c7..0000000000 --- a/docs/examples/1.0.0/server-kotlin/java/account/get-prefs.md +++ /dev/null @@ -1,33 +0,0 @@ -import io.appwrite.Client -import io.appwrite.services.Account - -public void main() { - Client client = Client(context) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setJWT("eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ..."); // Your secret JSON Web Token - - Account account = new Account(client); - account.getPrefs(new Continuation() { - @NotNull - @Override - public CoroutineContext getContext() { - return EmptyCoroutineContext.INSTANCE; - } - - @Override - public void resumeWith(@NotNull Object o) { - String json = ""; - try { - if (o instanceof Result.Failure) { - Result.Failure failure = (Result.Failure) o; - throw failure.exception; - } else { - Response response = (Response) o; - } - } catch (Throwable th) { - Log.e("ERROR", th.toString()); - } - } - }); -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-kotlin/java/account/get-session.md b/docs/examples/1.0.0/server-kotlin/java/account/get-session.md deleted file mode 100644 index 6f3e9e1a82..0000000000 --- a/docs/examples/1.0.0/server-kotlin/java/account/get-session.md +++ /dev/null @@ -1,36 +0,0 @@ -import io.appwrite.Client -import io.appwrite.services.Account - -public void main() { - Client client = Client(context) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setJWT("eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ..."); // Your secret JSON Web Token - - Account account = new Account(client); - account.getSession( - sessionId = "[SESSION_ID]" - new Continuation() { - @NotNull - @Override - public CoroutineContext getContext() { - return EmptyCoroutineContext.INSTANCE; - } - - @Override - public void resumeWith(@NotNull Object o) { - String json = ""; - try { - if (o instanceof Result.Failure) { - Result.Failure failure = (Result.Failure) o; - throw failure.exception; - } else { - Response response = (Response) o; - } - } catch (Throwable th) { - Log.e("ERROR", th.toString()); - } - } - } - ); -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-kotlin/java/account/get-sessions.md b/docs/examples/1.0.0/server-kotlin/java/account/get-sessions.md deleted file mode 100644 index 1f42599185..0000000000 --- a/docs/examples/1.0.0/server-kotlin/java/account/get-sessions.md +++ /dev/null @@ -1,33 +0,0 @@ -import io.appwrite.Client -import io.appwrite.services.Account - -public void main() { - Client client = Client(context) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setJWT("eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ..."); // Your secret JSON Web Token - - Account account = new Account(client); - account.getSessions(new Continuation() { - @NotNull - @Override - public CoroutineContext getContext() { - return EmptyCoroutineContext.INSTANCE; - } - - @Override - public void resumeWith(@NotNull Object o) { - String json = ""; - try { - if (o instanceof Result.Failure) { - Result.Failure failure = (Result.Failure) o; - throw failure.exception; - } else { - Response response = (Response) o; - } - } catch (Throwable th) { - Log.e("ERROR", th.toString()); - } - } - }); -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-kotlin/java/account/get.md b/docs/examples/1.0.0/server-kotlin/java/account/get.md deleted file mode 100644 index 2429a5d5d9..0000000000 --- a/docs/examples/1.0.0/server-kotlin/java/account/get.md +++ /dev/null @@ -1,33 +0,0 @@ -import io.appwrite.Client -import io.appwrite.services.Account - -public void main() { - Client client = Client(context) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setJWT("eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ..."); // Your secret JSON Web Token - - Account account = new Account(client); - account.get(new Continuation() { - @NotNull - @Override - public CoroutineContext getContext() { - return EmptyCoroutineContext.INSTANCE; - } - - @Override - public void resumeWith(@NotNull Object o) { - String json = ""; - try { - if (o instanceof Result.Failure) { - Result.Failure failure = (Result.Failure) o; - throw failure.exception; - } else { - Response response = (Response) o; - } - } catch (Throwable th) { - Log.e("ERROR", th.toString()); - } - } - }); -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-kotlin/java/account/update-email.md b/docs/examples/1.0.0/server-kotlin/java/account/update-email.md deleted file mode 100644 index 187fa22e2d..0000000000 --- a/docs/examples/1.0.0/server-kotlin/java/account/update-email.md +++ /dev/null @@ -1,37 +0,0 @@ -import io.appwrite.Client -import io.appwrite.services.Account - -public void main() { - Client client = Client(context) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setJWT("eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ..."); // Your secret JSON Web Token - - Account account = new Account(client); - account.updateEmail( - email = "email@example.com", - password = "password" - new Continuation() { - @NotNull - @Override - public CoroutineContext getContext() { - return EmptyCoroutineContext.INSTANCE; - } - - @Override - public void resumeWith(@NotNull Object o) { - String json = ""; - try { - if (o instanceof Result.Failure) { - Result.Failure failure = (Result.Failure) o; - throw failure.exception; - } else { - Response response = (Response) o; - } - } catch (Throwable th) { - Log.e("ERROR", th.toString()); - } - } - } - ); -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-kotlin/java/account/update-name.md b/docs/examples/1.0.0/server-kotlin/java/account/update-name.md deleted file mode 100644 index 6f15d10e41..0000000000 --- a/docs/examples/1.0.0/server-kotlin/java/account/update-name.md +++ /dev/null @@ -1,36 +0,0 @@ -import io.appwrite.Client -import io.appwrite.services.Account - -public void main() { - Client client = Client(context) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setJWT("eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ..."); // Your secret JSON Web Token - - Account account = new Account(client); - account.updateName( - name = "[NAME]" - new Continuation() { - @NotNull - @Override - public CoroutineContext getContext() { - return EmptyCoroutineContext.INSTANCE; - } - - @Override - public void resumeWith(@NotNull Object o) { - String json = ""; - try { - if (o instanceof Result.Failure) { - Result.Failure failure = (Result.Failure) o; - throw failure.exception; - } else { - Response response = (Response) o; - } - } catch (Throwable th) { - Log.e("ERROR", th.toString()); - } - } - } - ); -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-kotlin/java/account/update-password.md b/docs/examples/1.0.0/server-kotlin/java/account/update-password.md deleted file mode 100644 index 5058503b4c..0000000000 --- a/docs/examples/1.0.0/server-kotlin/java/account/update-password.md +++ /dev/null @@ -1,36 +0,0 @@ -import io.appwrite.Client -import io.appwrite.services.Account - -public void main() { - Client client = Client(context) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setJWT("eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ..."); // Your secret JSON Web Token - - Account account = new Account(client); - account.updatePassword( - password = "password", - new Continuation() { - @NotNull - @Override - public CoroutineContext getContext() { - return EmptyCoroutineContext.INSTANCE; - } - - @Override - public void resumeWith(@NotNull Object o) { - String json = ""; - try { - if (o instanceof Result.Failure) { - Result.Failure failure = (Result.Failure) o; - throw failure.exception; - } else { - Response response = (Response) o; - } - } catch (Throwable th) { - Log.e("ERROR", th.toString()); - } - } - } - ); -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-kotlin/java/account/update-phone-verification.md b/docs/examples/1.0.0/server-kotlin/java/account/update-phone-verification.md deleted file mode 100644 index d4716c1173..0000000000 --- a/docs/examples/1.0.0/server-kotlin/java/account/update-phone-verification.md +++ /dev/null @@ -1,37 +0,0 @@ -import io.appwrite.Client -import io.appwrite.services.Account - -public void main() { - Client client = Client(context) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setJWT("eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ..."); // Your secret JSON Web Token - - Account account = new Account(client); - account.updatePhoneVerification( - userId = "[USER_ID]", - secret = "[SECRET]" - new Continuation() { - @NotNull - @Override - public CoroutineContext getContext() { - return EmptyCoroutineContext.INSTANCE; - } - - @Override - public void resumeWith(@NotNull Object o) { - String json = ""; - try { - if (o instanceof Result.Failure) { - Result.Failure failure = (Result.Failure) o; - throw failure.exception; - } else { - Response response = (Response) o; - } - } catch (Throwable th) { - Log.e("ERROR", th.toString()); - } - } - } - ); -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-kotlin/java/account/update-phone.md b/docs/examples/1.0.0/server-kotlin/java/account/update-phone.md deleted file mode 100644 index 441f60730c..0000000000 --- a/docs/examples/1.0.0/server-kotlin/java/account/update-phone.md +++ /dev/null @@ -1,37 +0,0 @@ -import io.appwrite.Client -import io.appwrite.services.Account - -public void main() { - Client client = Client(context) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setJWT("eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ..."); // Your secret JSON Web Token - - Account account = new Account(client); - account.updatePhone( - phone = "", - password = "password" - new Continuation() { - @NotNull - @Override - public CoroutineContext getContext() { - return EmptyCoroutineContext.INSTANCE; - } - - @Override - public void resumeWith(@NotNull Object o) { - String json = ""; - try { - if (o instanceof Result.Failure) { - Result.Failure failure = (Result.Failure) o; - throw failure.exception; - } else { - Response response = (Response) o; - } - } catch (Throwable th) { - Log.e("ERROR", th.toString()); - } - } - } - ); -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-kotlin/java/account/update-prefs.md b/docs/examples/1.0.0/server-kotlin/java/account/update-prefs.md deleted file mode 100644 index ca085e904c..0000000000 --- a/docs/examples/1.0.0/server-kotlin/java/account/update-prefs.md +++ /dev/null @@ -1,36 +0,0 @@ -import io.appwrite.Client -import io.appwrite.services.Account - -public void main() { - Client client = Client(context) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setJWT("eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ..."); // Your secret JSON Web Token - - Account account = new Account(client); - account.updatePrefs( - prefs = mapOf( "a" to "b" ) - new Continuation() { - @NotNull - @Override - public CoroutineContext getContext() { - return EmptyCoroutineContext.INSTANCE; - } - - @Override - public void resumeWith(@NotNull Object o) { - String json = ""; - try { - if (o instanceof Result.Failure) { - Result.Failure failure = (Result.Failure) o; - throw failure.exception; - } else { - Response response = (Response) o; - } - } catch (Throwable th) { - Log.e("ERROR", th.toString()); - } - } - } - ); -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-kotlin/java/account/update-recovery.md b/docs/examples/1.0.0/server-kotlin/java/account/update-recovery.md deleted file mode 100644 index d2b79d3dc5..0000000000 --- a/docs/examples/1.0.0/server-kotlin/java/account/update-recovery.md +++ /dev/null @@ -1,39 +0,0 @@ -import io.appwrite.Client -import io.appwrite.services.Account - -public void main() { - Client client = Client(context) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setJWT("eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ..."); // Your secret JSON Web Token - - Account account = new Account(client); - account.updateRecovery( - userId = "[USER_ID]", - secret = "[SECRET]", - password = "password", - passwordAgain = "password" - new Continuation() { - @NotNull - @Override - public CoroutineContext getContext() { - return EmptyCoroutineContext.INSTANCE; - } - - @Override - public void resumeWith(@NotNull Object o) { - String json = ""; - try { - if (o instanceof Result.Failure) { - Result.Failure failure = (Result.Failure) o; - throw failure.exception; - } else { - Response response = (Response) o; - } - } catch (Throwable th) { - Log.e("ERROR", th.toString()); - } - } - } - ); -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-kotlin/java/account/update-session.md b/docs/examples/1.0.0/server-kotlin/java/account/update-session.md deleted file mode 100644 index 4e41fbb4e1..0000000000 --- a/docs/examples/1.0.0/server-kotlin/java/account/update-session.md +++ /dev/null @@ -1,36 +0,0 @@ -import io.appwrite.Client -import io.appwrite.services.Account - -public void main() { - Client client = Client(context) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setJWT("eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ..."); // Your secret JSON Web Token - - Account account = new Account(client); - account.updateSession( - sessionId = "[SESSION_ID]" - new Continuation() { - @NotNull - @Override - public CoroutineContext getContext() { - return EmptyCoroutineContext.INSTANCE; - } - - @Override - public void resumeWith(@NotNull Object o) { - String json = ""; - try { - if (o instanceof Result.Failure) { - Result.Failure failure = (Result.Failure) o; - throw failure.exception; - } else { - Response response = (Response) o; - } - } catch (Throwable th) { - Log.e("ERROR", th.toString()); - } - } - } - ); -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-kotlin/java/account/update-status.md b/docs/examples/1.0.0/server-kotlin/java/account/update-status.md deleted file mode 100644 index 6a8e86649f..0000000000 --- a/docs/examples/1.0.0/server-kotlin/java/account/update-status.md +++ /dev/null @@ -1,33 +0,0 @@ -import io.appwrite.Client -import io.appwrite.services.Account - -public void main() { - Client client = Client(context) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setJWT("eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ..."); // Your secret JSON Web Token - - Account account = new Account(client); - account.updateStatus(new Continuation() { - @NotNull - @Override - public CoroutineContext getContext() { - return EmptyCoroutineContext.INSTANCE; - } - - @Override - public void resumeWith(@NotNull Object o) { - String json = ""; - try { - if (o instanceof Result.Failure) { - Result.Failure failure = (Result.Failure) o; - throw failure.exception; - } else { - Response response = (Response) o; - } - } catch (Throwable th) { - Log.e("ERROR", th.toString()); - } - } - }); -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-kotlin/java/account/update-verification.md b/docs/examples/1.0.0/server-kotlin/java/account/update-verification.md deleted file mode 100644 index 0c0eb6c962..0000000000 --- a/docs/examples/1.0.0/server-kotlin/java/account/update-verification.md +++ /dev/null @@ -1,37 +0,0 @@ -import io.appwrite.Client -import io.appwrite.services.Account - -public void main() { - Client client = Client(context) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setJWT("eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ..."); // Your secret JSON Web Token - - Account account = new Account(client); - account.updateVerification( - userId = "[USER_ID]", - secret = "[SECRET]" - new Continuation() { - @NotNull - @Override - public CoroutineContext getContext() { - return EmptyCoroutineContext.INSTANCE; - } - - @Override - public void resumeWith(@NotNull Object o) { - String json = ""; - try { - if (o instanceof Result.Failure) { - Result.Failure failure = (Result.Failure) o; - throw failure.exception; - } else { - Response response = (Response) o; - } - } catch (Throwable th) { - Log.e("ERROR", th.toString()); - } - } - } - ); -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-kotlin/java/avatars/get-browser.md b/docs/examples/1.0.0/server-kotlin/java/avatars/get-browser.md deleted file mode 100644 index 3042e77002..0000000000 --- a/docs/examples/1.0.0/server-kotlin/java/avatars/get-browser.md +++ /dev/null @@ -1,36 +0,0 @@ -import io.appwrite.Client -import io.appwrite.services.Avatars - -public void main() { - Client client = Client(context) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2"); // Your secret API key - - Avatars avatars = new Avatars(client); - avatars.getBrowser( - code = "aa", - new Continuation() { - @NotNull - @Override - public CoroutineContext getContext() { - return EmptyCoroutineContext.INSTANCE; - } - - @Override - public void resumeWith(@NotNull Object o) { - String json = ""; - try { - if (o instanceof Result.Failure) { - Result.Failure failure = (Result.Failure) o; - throw failure.exception; - } else { - Response response = (Response) o; - } - } catch (Throwable th) { - Log.e("ERROR", th.toString()); - } - } - } - ); -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-kotlin/java/avatars/get-credit-card.md b/docs/examples/1.0.0/server-kotlin/java/avatars/get-credit-card.md deleted file mode 100644 index 956f6b76f3..0000000000 --- a/docs/examples/1.0.0/server-kotlin/java/avatars/get-credit-card.md +++ /dev/null @@ -1,36 +0,0 @@ -import io.appwrite.Client -import io.appwrite.services.Avatars - -public void main() { - Client client = Client(context) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2"); // Your secret API key - - Avatars avatars = new Avatars(client); - avatars.getCreditCard( - code = "amex", - new Continuation() { - @NotNull - @Override - public CoroutineContext getContext() { - return EmptyCoroutineContext.INSTANCE; - } - - @Override - public void resumeWith(@NotNull Object o) { - String json = ""; - try { - if (o instanceof Result.Failure) { - Result.Failure failure = (Result.Failure) o; - throw failure.exception; - } else { - Response response = (Response) o; - } - } catch (Throwable th) { - Log.e("ERROR", th.toString()); - } - } - } - ); -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-kotlin/java/avatars/get-favicon.md b/docs/examples/1.0.0/server-kotlin/java/avatars/get-favicon.md deleted file mode 100644 index 35b64fcc0b..0000000000 --- a/docs/examples/1.0.0/server-kotlin/java/avatars/get-favicon.md +++ /dev/null @@ -1,36 +0,0 @@ -import io.appwrite.Client -import io.appwrite.services.Avatars - -public void main() { - Client client = Client(context) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2"); // Your secret API key - - Avatars avatars = new Avatars(client); - avatars.getFavicon( - url = "https://example.com" - new Continuation() { - @NotNull - @Override - public CoroutineContext getContext() { - return EmptyCoroutineContext.INSTANCE; - } - - @Override - public void resumeWith(@NotNull Object o) { - String json = ""; - try { - if (o instanceof Result.Failure) { - Result.Failure failure = (Result.Failure) o; - throw failure.exception; - } else { - Response response = (Response) o; - } - } catch (Throwable th) { - Log.e("ERROR", th.toString()); - } - } - } - ); -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-kotlin/java/avatars/get-flag.md b/docs/examples/1.0.0/server-kotlin/java/avatars/get-flag.md deleted file mode 100644 index ccc90df1e6..0000000000 --- a/docs/examples/1.0.0/server-kotlin/java/avatars/get-flag.md +++ /dev/null @@ -1,36 +0,0 @@ -import io.appwrite.Client -import io.appwrite.services.Avatars - -public void main() { - Client client = Client(context) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2"); // Your secret API key - - Avatars avatars = new Avatars(client); - avatars.getFlag( - code = "af", - new Continuation() { - @NotNull - @Override - public CoroutineContext getContext() { - return EmptyCoroutineContext.INSTANCE; - } - - @Override - public void resumeWith(@NotNull Object o) { - String json = ""; - try { - if (o instanceof Result.Failure) { - Result.Failure failure = (Result.Failure) o; - throw failure.exception; - } else { - Response response = (Response) o; - } - } catch (Throwable th) { - Log.e("ERROR", th.toString()); - } - } - } - ); -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-kotlin/java/avatars/get-image.md b/docs/examples/1.0.0/server-kotlin/java/avatars/get-image.md deleted file mode 100644 index 357f6bf29c..0000000000 --- a/docs/examples/1.0.0/server-kotlin/java/avatars/get-image.md +++ /dev/null @@ -1,36 +0,0 @@ -import io.appwrite.Client -import io.appwrite.services.Avatars - -public void main() { - Client client = Client(context) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2"); // Your secret API key - - Avatars avatars = new Avatars(client); - avatars.getImage( - url = "https://example.com", - new Continuation() { - @NotNull - @Override - public CoroutineContext getContext() { - return EmptyCoroutineContext.INSTANCE; - } - - @Override - public void resumeWith(@NotNull Object o) { - String json = ""; - try { - if (o instanceof Result.Failure) { - Result.Failure failure = (Result.Failure) o; - throw failure.exception; - } else { - Response response = (Response) o; - } - } catch (Throwable th) { - Log.e("ERROR", th.toString()); - } - } - } - ); -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-kotlin/java/avatars/get-initials.md b/docs/examples/1.0.0/server-kotlin/java/avatars/get-initials.md deleted file mode 100644 index c6ef8ce8e7..0000000000 --- a/docs/examples/1.0.0/server-kotlin/java/avatars/get-initials.md +++ /dev/null @@ -1,35 +0,0 @@ -import io.appwrite.Client -import io.appwrite.services.Avatars - -public void main() { - Client client = Client(context) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2"); // Your secret API key - - Avatars avatars = new Avatars(client); - avatars.getInitials( - new Continuation() { - @NotNull - @Override - public CoroutineContext getContext() { - return EmptyCoroutineContext.INSTANCE; - } - - @Override - public void resumeWith(@NotNull Object o) { - String json = ""; - try { - if (o instanceof Result.Failure) { - Result.Failure failure = (Result.Failure) o; - throw failure.exception; - } else { - Response response = (Response) o; - } - } catch (Throwable th) { - Log.e("ERROR", th.toString()); - } - } - } - ); -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-kotlin/java/avatars/get-q-r.md b/docs/examples/1.0.0/server-kotlin/java/avatars/get-q-r.md deleted file mode 100644 index 07031b38ce..0000000000 --- a/docs/examples/1.0.0/server-kotlin/java/avatars/get-q-r.md +++ /dev/null @@ -1,36 +0,0 @@ -import io.appwrite.Client -import io.appwrite.services.Avatars - -public void main() { - Client client = Client(context) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2"); // Your secret API key - - Avatars avatars = new Avatars(client); - avatars.getQR( - text = "[TEXT]", - new Continuation() { - @NotNull - @Override - public CoroutineContext getContext() { - return EmptyCoroutineContext.INSTANCE; - } - - @Override - public void resumeWith(@NotNull Object o) { - String json = ""; - try { - if (o instanceof Result.Failure) { - Result.Failure failure = (Result.Failure) o; - throw failure.exception; - } else { - Response response = (Response) o; - } - } catch (Throwable th) { - Log.e("ERROR", th.toString()); - } - } - } - ); -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-kotlin/java/databases/create-boolean-attribute.md b/docs/examples/1.0.0/server-kotlin/java/databases/create-boolean-attribute.md deleted file mode 100644 index 008e47a493..0000000000 --- a/docs/examples/1.0.0/server-kotlin/java/databases/create-boolean-attribute.md +++ /dev/null @@ -1,39 +0,0 @@ -import io.appwrite.Client -import io.appwrite.services.Databases - -public void main() { - Client client = Client(context) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2"); // Your secret API key - - Databases databases = new Databases(client); - databases.createBooleanAttribute( - databaseId = "[DATABASE_ID]", - collectionId = "[COLLECTION_ID]", - key = "", - required = false, - new Continuation() { - @NotNull - @Override - public CoroutineContext getContext() { - return EmptyCoroutineContext.INSTANCE; - } - - @Override - public void resumeWith(@NotNull Object o) { - String json = ""; - try { - if (o instanceof Result.Failure) { - Result.Failure failure = (Result.Failure) o; - throw failure.exception; - } else { - Response response = (Response) o; - } - } catch (Throwable th) { - Log.e("ERROR", th.toString()); - } - } - } - ); -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-kotlin/java/databases/create-collection.md b/docs/examples/1.0.0/server-kotlin/java/databases/create-collection.md deleted file mode 100644 index 64b2eca6d0..0000000000 --- a/docs/examples/1.0.0/server-kotlin/java/databases/create-collection.md +++ /dev/null @@ -1,38 +0,0 @@ -import io.appwrite.Client -import io.appwrite.services.Databases - -public void main() { - Client client = Client(context) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2"); // Your secret API key - - Databases databases = new Databases(client); - databases.createCollection( - databaseId = "[DATABASE_ID]", - collectionId = "[COLLECTION_ID]", - name = "[NAME]", - new Continuation() { - @NotNull - @Override - public CoroutineContext getContext() { - return EmptyCoroutineContext.INSTANCE; - } - - @Override - public void resumeWith(@NotNull Object o) { - String json = ""; - try { - if (o instanceof Result.Failure) { - Result.Failure failure = (Result.Failure) o; - throw failure.exception; - } else { - Response response = (Response) o; - } - } catch (Throwable th) { - Log.e("ERROR", th.toString()); - } - } - } - ); -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-kotlin/java/databases/create-datetime-attribute.md b/docs/examples/1.0.0/server-kotlin/java/databases/create-datetime-attribute.md deleted file mode 100644 index 29d4f1d2ab..0000000000 --- a/docs/examples/1.0.0/server-kotlin/java/databases/create-datetime-attribute.md +++ /dev/null @@ -1,39 +0,0 @@ -import io.appwrite.Client -import io.appwrite.services.Databases - -public void main() { - Client client = Client(context) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2"); // Your secret API key - - Databases databases = new Databases(client); - databases.createDatetimeAttribute( - databaseId = "[DATABASE_ID]", - collectionId = "[COLLECTION_ID]", - key = "", - required = false, - new Continuation() { - @NotNull - @Override - public CoroutineContext getContext() { - return EmptyCoroutineContext.INSTANCE; - } - - @Override - public void resumeWith(@NotNull Object o) { - String json = ""; - try { - if (o instanceof Result.Failure) { - Result.Failure failure = (Result.Failure) o; - throw failure.exception; - } else { - Response response = (Response) o; - } - } catch (Throwable th) { - Log.e("ERROR", th.toString()); - } - } - } - ); -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-kotlin/java/databases/create-document.md b/docs/examples/1.0.0/server-kotlin/java/databases/create-document.md deleted file mode 100644 index 58819ea4a8..0000000000 --- a/docs/examples/1.0.0/server-kotlin/java/databases/create-document.md +++ /dev/null @@ -1,39 +0,0 @@ -import io.appwrite.Client -import io.appwrite.services.Databases - -public void main() { - Client client = Client(context) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2"); // Your secret API key - - Databases databases = new Databases(client); - databases.createDocument( - databaseId = "[DATABASE_ID]", - collectionId = "[COLLECTION_ID]", - documentId = "[DOCUMENT_ID]", - data = mapOf( "a" to "b" ), - new Continuation() { - @NotNull - @Override - public CoroutineContext getContext() { - return EmptyCoroutineContext.INSTANCE; - } - - @Override - public void resumeWith(@NotNull Object o) { - String json = ""; - try { - if (o instanceof Result.Failure) { - Result.Failure failure = (Result.Failure) o; - throw failure.exception; - } else { - Response response = (Response) o; - } - } catch (Throwable th) { - Log.e("ERROR", th.toString()); - } - } - } - ); -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-kotlin/java/databases/create-email-attribute.md b/docs/examples/1.0.0/server-kotlin/java/databases/create-email-attribute.md deleted file mode 100644 index 3c79d0bb84..0000000000 --- a/docs/examples/1.0.0/server-kotlin/java/databases/create-email-attribute.md +++ /dev/null @@ -1,39 +0,0 @@ -import io.appwrite.Client -import io.appwrite.services.Databases - -public void main() { - Client client = Client(context) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2"); // Your secret API key - - Databases databases = new Databases(client); - databases.createEmailAttribute( - databaseId = "[DATABASE_ID]", - collectionId = "[COLLECTION_ID]", - key = "", - required = false, - new Continuation() { - @NotNull - @Override - public CoroutineContext getContext() { - return EmptyCoroutineContext.INSTANCE; - } - - @Override - public void resumeWith(@NotNull Object o) { - String json = ""; - try { - if (o instanceof Result.Failure) { - Result.Failure failure = (Result.Failure) o; - throw failure.exception; - } else { - Response response = (Response) o; - } - } catch (Throwable th) { - Log.e("ERROR", th.toString()); - } - } - } - ); -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-kotlin/java/databases/create-enum-attribute.md b/docs/examples/1.0.0/server-kotlin/java/databases/create-enum-attribute.md deleted file mode 100644 index 4c58948fbb..0000000000 --- a/docs/examples/1.0.0/server-kotlin/java/databases/create-enum-attribute.md +++ /dev/null @@ -1,40 +0,0 @@ -import io.appwrite.Client -import io.appwrite.services.Databases - -public void main() { - Client client = Client(context) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2"); // Your secret API key - - Databases databases = new Databases(client); - databases.createEnumAttribute( - databaseId = "[DATABASE_ID]", - collectionId = "[COLLECTION_ID]", - key = "", - elements = listOf(), - required = false, - new Continuation() { - @NotNull - @Override - public CoroutineContext getContext() { - return EmptyCoroutineContext.INSTANCE; - } - - @Override - public void resumeWith(@NotNull Object o) { - String json = ""; - try { - if (o instanceof Result.Failure) { - Result.Failure failure = (Result.Failure) o; - throw failure.exception; - } else { - Response response = (Response) o; - } - } catch (Throwable th) { - Log.e("ERROR", th.toString()); - } - } - } - ); -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-kotlin/java/databases/create-float-attribute.md b/docs/examples/1.0.0/server-kotlin/java/databases/create-float-attribute.md deleted file mode 100644 index 0af11fc86b..0000000000 --- a/docs/examples/1.0.0/server-kotlin/java/databases/create-float-attribute.md +++ /dev/null @@ -1,39 +0,0 @@ -import io.appwrite.Client -import io.appwrite.services.Databases - -public void main() { - Client client = Client(context) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2"); // Your secret API key - - Databases databases = new Databases(client); - databases.createFloatAttribute( - databaseId = "[DATABASE_ID]", - collectionId = "[COLLECTION_ID]", - key = "", - required = false, - new Continuation() { - @NotNull - @Override - public CoroutineContext getContext() { - return EmptyCoroutineContext.INSTANCE; - } - - @Override - public void resumeWith(@NotNull Object o) { - String json = ""; - try { - if (o instanceof Result.Failure) { - Result.Failure failure = (Result.Failure) o; - throw failure.exception; - } else { - Response response = (Response) o; - } - } catch (Throwable th) { - Log.e("ERROR", th.toString()); - } - } - } - ); -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-kotlin/java/databases/create-index.md b/docs/examples/1.0.0/server-kotlin/java/databases/create-index.md deleted file mode 100644 index 4b78ce1ed2..0000000000 --- a/docs/examples/1.0.0/server-kotlin/java/databases/create-index.md +++ /dev/null @@ -1,40 +0,0 @@ -import io.appwrite.Client -import io.appwrite.services.Databases - -public void main() { - Client client = Client(context) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2"); // Your secret API key - - Databases databases = new Databases(client); - databases.createIndex( - databaseId = "[DATABASE_ID]", - collectionId = "[COLLECTION_ID]", - key = "", - type = "key", - attributes = listOf(), - new Continuation() { - @NotNull - @Override - public CoroutineContext getContext() { - return EmptyCoroutineContext.INSTANCE; - } - - @Override - public void resumeWith(@NotNull Object o) { - String json = ""; - try { - if (o instanceof Result.Failure) { - Result.Failure failure = (Result.Failure) o; - throw failure.exception; - } else { - Response response = (Response) o; - } - } catch (Throwable th) { - Log.e("ERROR", th.toString()); - } - } - } - ); -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-kotlin/java/databases/create-integer-attribute.md b/docs/examples/1.0.0/server-kotlin/java/databases/create-integer-attribute.md deleted file mode 100644 index f6cb49c8dc..0000000000 --- a/docs/examples/1.0.0/server-kotlin/java/databases/create-integer-attribute.md +++ /dev/null @@ -1,39 +0,0 @@ -import io.appwrite.Client -import io.appwrite.services.Databases - -public void main() { - Client client = Client(context) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2"); // Your secret API key - - Databases databases = new Databases(client); - databases.createIntegerAttribute( - databaseId = "[DATABASE_ID]", - collectionId = "[COLLECTION_ID]", - key = "", - required = false, - new Continuation() { - @NotNull - @Override - public CoroutineContext getContext() { - return EmptyCoroutineContext.INSTANCE; - } - - @Override - public void resumeWith(@NotNull Object o) { - String json = ""; - try { - if (o instanceof Result.Failure) { - Result.Failure failure = (Result.Failure) o; - throw failure.exception; - } else { - Response response = (Response) o; - } - } catch (Throwable th) { - Log.e("ERROR", th.toString()); - } - } - } - ); -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-kotlin/java/databases/create-ip-attribute.md b/docs/examples/1.0.0/server-kotlin/java/databases/create-ip-attribute.md deleted file mode 100644 index a2c0cd403b..0000000000 --- a/docs/examples/1.0.0/server-kotlin/java/databases/create-ip-attribute.md +++ /dev/null @@ -1,39 +0,0 @@ -import io.appwrite.Client -import io.appwrite.services.Databases - -public void main() { - Client client = Client(context) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2"); // Your secret API key - - Databases databases = new Databases(client); - databases.createIpAttribute( - databaseId = "[DATABASE_ID]", - collectionId = "[COLLECTION_ID]", - key = "", - required = false, - new Continuation() { - @NotNull - @Override - public CoroutineContext getContext() { - return EmptyCoroutineContext.INSTANCE; - } - - @Override - public void resumeWith(@NotNull Object o) { - String json = ""; - try { - if (o instanceof Result.Failure) { - Result.Failure failure = (Result.Failure) o; - throw failure.exception; - } else { - Response response = (Response) o; - } - } catch (Throwable th) { - Log.e("ERROR", th.toString()); - } - } - } - ); -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-kotlin/java/databases/create-string-attribute.md b/docs/examples/1.0.0/server-kotlin/java/databases/create-string-attribute.md deleted file mode 100644 index 8f782ad615..0000000000 --- a/docs/examples/1.0.0/server-kotlin/java/databases/create-string-attribute.md +++ /dev/null @@ -1,40 +0,0 @@ -import io.appwrite.Client -import io.appwrite.services.Databases - -public void main() { - Client client = Client(context) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2"); // Your secret API key - - Databases databases = new Databases(client); - databases.createStringAttribute( - databaseId = "[DATABASE_ID]", - collectionId = "[COLLECTION_ID]", - key = "", - size = 1, - required = false, - new Continuation() { - @NotNull - @Override - public CoroutineContext getContext() { - return EmptyCoroutineContext.INSTANCE; - } - - @Override - public void resumeWith(@NotNull Object o) { - String json = ""; - try { - if (o instanceof Result.Failure) { - Result.Failure failure = (Result.Failure) o; - throw failure.exception; - } else { - Response response = (Response) o; - } - } catch (Throwable th) { - Log.e("ERROR", th.toString()); - } - } - } - ); -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-kotlin/java/databases/create-url-attribute.md b/docs/examples/1.0.0/server-kotlin/java/databases/create-url-attribute.md deleted file mode 100644 index 09366afc78..0000000000 --- a/docs/examples/1.0.0/server-kotlin/java/databases/create-url-attribute.md +++ /dev/null @@ -1,39 +0,0 @@ -import io.appwrite.Client -import io.appwrite.services.Databases - -public void main() { - Client client = Client(context) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2"); // Your secret API key - - Databases databases = new Databases(client); - databases.createUrlAttribute( - databaseId = "[DATABASE_ID]", - collectionId = "[COLLECTION_ID]", - key = "", - required = false, - new Continuation() { - @NotNull - @Override - public CoroutineContext getContext() { - return EmptyCoroutineContext.INSTANCE; - } - - @Override - public void resumeWith(@NotNull Object o) { - String json = ""; - try { - if (o instanceof Result.Failure) { - Result.Failure failure = (Result.Failure) o; - throw failure.exception; - } else { - Response response = (Response) o; - } - } catch (Throwable th) { - Log.e("ERROR", th.toString()); - } - } - } - ); -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-kotlin/java/databases/create.md b/docs/examples/1.0.0/server-kotlin/java/databases/create.md deleted file mode 100644 index e968a53517..0000000000 --- a/docs/examples/1.0.0/server-kotlin/java/databases/create.md +++ /dev/null @@ -1,37 +0,0 @@ -import io.appwrite.Client -import io.appwrite.services.Databases - -public void main() { - Client client = Client(context) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2"); // Your secret API key - - Databases databases = new Databases(client); - databases.create( - databaseId = "[DATABASE_ID]", - name = "[NAME]" - new Continuation() { - @NotNull - @Override - public CoroutineContext getContext() { - return EmptyCoroutineContext.INSTANCE; - } - - @Override - public void resumeWith(@NotNull Object o) { - String json = ""; - try { - if (o instanceof Result.Failure) { - Result.Failure failure = (Result.Failure) o; - throw failure.exception; - } else { - Response response = (Response) o; - } - } catch (Throwable th) { - Log.e("ERROR", th.toString()); - } - } - } - ); -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-kotlin/java/databases/delete-attribute.md b/docs/examples/1.0.0/server-kotlin/java/databases/delete-attribute.md deleted file mode 100644 index b8843ac7ce..0000000000 --- a/docs/examples/1.0.0/server-kotlin/java/databases/delete-attribute.md +++ /dev/null @@ -1,38 +0,0 @@ -import io.appwrite.Client -import io.appwrite.services.Databases - -public void main() { - Client client = Client(context) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2"); // Your secret API key - - Databases databases = new Databases(client); - databases.deleteAttribute( - databaseId = "[DATABASE_ID]", - collectionId = "[COLLECTION_ID]", - key = "" - new Continuation() { - @NotNull - @Override - public CoroutineContext getContext() { - return EmptyCoroutineContext.INSTANCE; - } - - @Override - public void resumeWith(@NotNull Object o) { - String json = ""; - try { - if (o instanceof Result.Failure) { - Result.Failure failure = (Result.Failure) o; - throw failure.exception; - } else { - Response response = (Response) o; - } - } catch (Throwable th) { - Log.e("ERROR", th.toString()); - } - } - } - ); -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-kotlin/java/databases/delete-collection.md b/docs/examples/1.0.0/server-kotlin/java/databases/delete-collection.md deleted file mode 100644 index e4c999a2af..0000000000 --- a/docs/examples/1.0.0/server-kotlin/java/databases/delete-collection.md +++ /dev/null @@ -1,37 +0,0 @@ -import io.appwrite.Client -import io.appwrite.services.Databases - -public void main() { - Client client = Client(context) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2"); // Your secret API key - - Databases databases = new Databases(client); - databases.deleteCollection( - databaseId = "[DATABASE_ID]", - collectionId = "[COLLECTION_ID]" - new Continuation() { - @NotNull - @Override - public CoroutineContext getContext() { - return EmptyCoroutineContext.INSTANCE; - } - - @Override - public void resumeWith(@NotNull Object o) { - String json = ""; - try { - if (o instanceof Result.Failure) { - Result.Failure failure = (Result.Failure) o; - throw failure.exception; - } else { - Response response = (Response) o; - } - } catch (Throwable th) { - Log.e("ERROR", th.toString()); - } - } - } - ); -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-kotlin/java/databases/delete-document.md b/docs/examples/1.0.0/server-kotlin/java/databases/delete-document.md deleted file mode 100644 index 71ba4ca7ba..0000000000 --- a/docs/examples/1.0.0/server-kotlin/java/databases/delete-document.md +++ /dev/null @@ -1,38 +0,0 @@ -import io.appwrite.Client -import io.appwrite.services.Databases - -public void main() { - Client client = Client(context) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2"); // Your secret API key - - Databases databases = new Databases(client); - databases.deleteDocument( - databaseId = "[DATABASE_ID]", - collectionId = "[COLLECTION_ID]", - documentId = "[DOCUMENT_ID]" - new Continuation() { - @NotNull - @Override - public CoroutineContext getContext() { - return EmptyCoroutineContext.INSTANCE; - } - - @Override - public void resumeWith(@NotNull Object o) { - String json = ""; - try { - if (o instanceof Result.Failure) { - Result.Failure failure = (Result.Failure) o; - throw failure.exception; - } else { - Response response = (Response) o; - } - } catch (Throwable th) { - Log.e("ERROR", th.toString()); - } - } - } - ); -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-kotlin/java/databases/delete-index.md b/docs/examples/1.0.0/server-kotlin/java/databases/delete-index.md deleted file mode 100644 index 446db766a2..0000000000 --- a/docs/examples/1.0.0/server-kotlin/java/databases/delete-index.md +++ /dev/null @@ -1,38 +0,0 @@ -import io.appwrite.Client -import io.appwrite.services.Databases - -public void main() { - Client client = Client(context) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2"); // Your secret API key - - Databases databases = new Databases(client); - databases.deleteIndex( - databaseId = "[DATABASE_ID]", - collectionId = "[COLLECTION_ID]", - key = "" - new Continuation() { - @NotNull - @Override - public CoroutineContext getContext() { - return EmptyCoroutineContext.INSTANCE; - } - - @Override - public void resumeWith(@NotNull Object o) { - String json = ""; - try { - if (o instanceof Result.Failure) { - Result.Failure failure = (Result.Failure) o; - throw failure.exception; - } else { - Response response = (Response) o; - } - } catch (Throwable th) { - Log.e("ERROR", th.toString()); - } - } - } - ); -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-kotlin/java/databases/delete.md b/docs/examples/1.0.0/server-kotlin/java/databases/delete.md deleted file mode 100644 index 94c4c30b78..0000000000 --- a/docs/examples/1.0.0/server-kotlin/java/databases/delete.md +++ /dev/null @@ -1,36 +0,0 @@ -import io.appwrite.Client -import io.appwrite.services.Databases - -public void main() { - Client client = Client(context) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2"); // Your secret API key - - Databases databases = new Databases(client); - databases.delete( - databaseId = "[DATABASE_ID]" - new Continuation() { - @NotNull - @Override - public CoroutineContext getContext() { - return EmptyCoroutineContext.INSTANCE; - } - - @Override - public void resumeWith(@NotNull Object o) { - String json = ""; - try { - if (o instanceof Result.Failure) { - Result.Failure failure = (Result.Failure) o; - throw failure.exception; - } else { - Response response = (Response) o; - } - } catch (Throwable th) { - Log.e("ERROR", th.toString()); - } - } - } - ); -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-kotlin/java/databases/get-attribute.md b/docs/examples/1.0.0/server-kotlin/java/databases/get-attribute.md deleted file mode 100644 index 9be9a32889..0000000000 --- a/docs/examples/1.0.0/server-kotlin/java/databases/get-attribute.md +++ /dev/null @@ -1,38 +0,0 @@ -import io.appwrite.Client -import io.appwrite.services.Databases - -public void main() { - Client client = Client(context) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2"); // Your secret API key - - Databases databases = new Databases(client); - databases.getAttribute( - databaseId = "[DATABASE_ID]", - collectionId = "[COLLECTION_ID]", - key = "" - new Continuation() { - @NotNull - @Override - public CoroutineContext getContext() { - return EmptyCoroutineContext.INSTANCE; - } - - @Override - public void resumeWith(@NotNull Object o) { - String json = ""; - try { - if (o instanceof Result.Failure) { - Result.Failure failure = (Result.Failure) o; - throw failure.exception; - } else { - Response response = (Response) o; - } - } catch (Throwable th) { - Log.e("ERROR", th.toString()); - } - } - } - ); -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-kotlin/java/databases/get-collection.md b/docs/examples/1.0.0/server-kotlin/java/databases/get-collection.md deleted file mode 100644 index 76e0f796a3..0000000000 --- a/docs/examples/1.0.0/server-kotlin/java/databases/get-collection.md +++ /dev/null @@ -1,37 +0,0 @@ -import io.appwrite.Client -import io.appwrite.services.Databases - -public void main() { - Client client = Client(context) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2"); // Your secret API key - - Databases databases = new Databases(client); - databases.getCollection( - databaseId = "[DATABASE_ID]", - collectionId = "[COLLECTION_ID]" - new Continuation() { - @NotNull - @Override - public CoroutineContext getContext() { - return EmptyCoroutineContext.INSTANCE; - } - - @Override - public void resumeWith(@NotNull Object o) { - String json = ""; - try { - if (o instanceof Result.Failure) { - Result.Failure failure = (Result.Failure) o; - throw failure.exception; - } else { - Response response = (Response) o; - } - } catch (Throwable th) { - Log.e("ERROR", th.toString()); - } - } - } - ); -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-kotlin/java/databases/get-document.md b/docs/examples/1.0.0/server-kotlin/java/databases/get-document.md deleted file mode 100644 index e5bab16f18..0000000000 --- a/docs/examples/1.0.0/server-kotlin/java/databases/get-document.md +++ /dev/null @@ -1,38 +0,0 @@ -import io.appwrite.Client -import io.appwrite.services.Databases - -public void main() { - Client client = Client(context) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2"); // Your secret API key - - Databases databases = new Databases(client); - databases.getDocument( - databaseId = "[DATABASE_ID]", - collectionId = "[COLLECTION_ID]", - documentId = "[DOCUMENT_ID]" - new Continuation() { - @NotNull - @Override - public CoroutineContext getContext() { - return EmptyCoroutineContext.INSTANCE; - } - - @Override - public void resumeWith(@NotNull Object o) { - String json = ""; - try { - if (o instanceof Result.Failure) { - Result.Failure failure = (Result.Failure) o; - throw failure.exception; - } else { - Response response = (Response) o; - } - } catch (Throwable th) { - Log.e("ERROR", th.toString()); - } - } - } - ); -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-kotlin/java/databases/get-index.md b/docs/examples/1.0.0/server-kotlin/java/databases/get-index.md deleted file mode 100644 index baea8e4011..0000000000 --- a/docs/examples/1.0.0/server-kotlin/java/databases/get-index.md +++ /dev/null @@ -1,38 +0,0 @@ -import io.appwrite.Client -import io.appwrite.services.Databases - -public void main() { - Client client = Client(context) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2"); // Your secret API key - - Databases databases = new Databases(client); - databases.getIndex( - databaseId = "[DATABASE_ID]", - collectionId = "[COLLECTION_ID]", - key = "" - new Continuation() { - @NotNull - @Override - public CoroutineContext getContext() { - return EmptyCoroutineContext.INSTANCE; - } - - @Override - public void resumeWith(@NotNull Object o) { - String json = ""; - try { - if (o instanceof Result.Failure) { - Result.Failure failure = (Result.Failure) o; - throw failure.exception; - } else { - Response response = (Response) o; - } - } catch (Throwable th) { - Log.e("ERROR", th.toString()); - } - } - } - ); -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-kotlin/java/databases/get.md b/docs/examples/1.0.0/server-kotlin/java/databases/get.md deleted file mode 100644 index 37a3d6d51f..0000000000 --- a/docs/examples/1.0.0/server-kotlin/java/databases/get.md +++ /dev/null @@ -1,36 +0,0 @@ -import io.appwrite.Client -import io.appwrite.services.Databases - -public void main() { - Client client = Client(context) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2"); // Your secret API key - - Databases databases = new Databases(client); - databases.get( - databaseId = "[DATABASE_ID]" - new Continuation() { - @NotNull - @Override - public CoroutineContext getContext() { - return EmptyCoroutineContext.INSTANCE; - } - - @Override - public void resumeWith(@NotNull Object o) { - String json = ""; - try { - if (o instanceof Result.Failure) { - Result.Failure failure = (Result.Failure) o; - throw failure.exception; - } else { - Response response = (Response) o; - } - } catch (Throwable th) { - Log.e("ERROR", th.toString()); - } - } - } - ); -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-kotlin/java/databases/list-attributes.md b/docs/examples/1.0.0/server-kotlin/java/databases/list-attributes.md deleted file mode 100644 index fbe5fde77a..0000000000 --- a/docs/examples/1.0.0/server-kotlin/java/databases/list-attributes.md +++ /dev/null @@ -1,37 +0,0 @@ -import io.appwrite.Client -import io.appwrite.services.Databases - -public void main() { - Client client = Client(context) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2"); // Your secret API key - - Databases databases = new Databases(client); - databases.listAttributes( - databaseId = "[DATABASE_ID]", - collectionId = "[COLLECTION_ID]" - new Continuation() { - @NotNull - @Override - public CoroutineContext getContext() { - return EmptyCoroutineContext.INSTANCE; - } - - @Override - public void resumeWith(@NotNull Object o) { - String json = ""; - try { - if (o instanceof Result.Failure) { - Result.Failure failure = (Result.Failure) o; - throw failure.exception; - } else { - Response response = (Response) o; - } - } catch (Throwable th) { - Log.e("ERROR", th.toString()); - } - } - } - ); -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-kotlin/java/databases/list-collections.md b/docs/examples/1.0.0/server-kotlin/java/databases/list-collections.md deleted file mode 100644 index 63cfae49e2..0000000000 --- a/docs/examples/1.0.0/server-kotlin/java/databases/list-collections.md +++ /dev/null @@ -1,36 +0,0 @@ -import io.appwrite.Client -import io.appwrite.services.Databases - -public void main() { - Client client = Client(context) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2"); // Your secret API key - - Databases databases = new Databases(client); - databases.listCollections( - databaseId = "[DATABASE_ID]", - new Continuation() { - @NotNull - @Override - public CoroutineContext getContext() { - return EmptyCoroutineContext.INSTANCE; - } - - @Override - public void resumeWith(@NotNull Object o) { - String json = ""; - try { - if (o instanceof Result.Failure) { - Result.Failure failure = (Result.Failure) o; - throw failure.exception; - } else { - Response response = (Response) o; - } - } catch (Throwable th) { - Log.e("ERROR", th.toString()); - } - } - } - ); -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-kotlin/java/databases/list-documents.md b/docs/examples/1.0.0/server-kotlin/java/databases/list-documents.md deleted file mode 100644 index 03b237bba2..0000000000 --- a/docs/examples/1.0.0/server-kotlin/java/databases/list-documents.md +++ /dev/null @@ -1,37 +0,0 @@ -import io.appwrite.Client -import io.appwrite.services.Databases - -public void main() { - Client client = Client(context) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2"); // Your secret API key - - Databases databases = new Databases(client); - databases.listDocuments( - databaseId = "[DATABASE_ID]", - collectionId = "[COLLECTION_ID]", - new Continuation() { - @NotNull - @Override - public CoroutineContext getContext() { - return EmptyCoroutineContext.INSTANCE; - } - - @Override - public void resumeWith(@NotNull Object o) { - String json = ""; - try { - if (o instanceof Result.Failure) { - Result.Failure failure = (Result.Failure) o; - throw failure.exception; - } else { - Response response = (Response) o; - } - } catch (Throwable th) { - Log.e("ERROR", th.toString()); - } - } - } - ); -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-kotlin/java/databases/list-indexes.md b/docs/examples/1.0.0/server-kotlin/java/databases/list-indexes.md deleted file mode 100644 index 419d118fd7..0000000000 --- a/docs/examples/1.0.0/server-kotlin/java/databases/list-indexes.md +++ /dev/null @@ -1,37 +0,0 @@ -import io.appwrite.Client -import io.appwrite.services.Databases - -public void main() { - Client client = Client(context) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2"); // Your secret API key - - Databases databases = new Databases(client); - databases.listIndexes( - databaseId = "[DATABASE_ID]", - collectionId = "[COLLECTION_ID]" - new Continuation() { - @NotNull - @Override - public CoroutineContext getContext() { - return EmptyCoroutineContext.INSTANCE; - } - - @Override - public void resumeWith(@NotNull Object o) { - String json = ""; - try { - if (o instanceof Result.Failure) { - Result.Failure failure = (Result.Failure) o; - throw failure.exception; - } else { - Response response = (Response) o; - } - } catch (Throwable th) { - Log.e("ERROR", th.toString()); - } - } - } - ); -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-kotlin/java/databases/list.md b/docs/examples/1.0.0/server-kotlin/java/databases/list.md deleted file mode 100644 index cbd316eb0f..0000000000 --- a/docs/examples/1.0.0/server-kotlin/java/databases/list.md +++ /dev/null @@ -1,35 +0,0 @@ -import io.appwrite.Client -import io.appwrite.services.Databases - -public void main() { - Client client = Client(context) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2"); // Your secret API key - - Databases databases = new Databases(client); - databases.list( - new Continuation() { - @NotNull - @Override - public CoroutineContext getContext() { - return EmptyCoroutineContext.INSTANCE; - } - - @Override - public void resumeWith(@NotNull Object o) { - String json = ""; - try { - if (o instanceof Result.Failure) { - Result.Failure failure = (Result.Failure) o; - throw failure.exception; - } else { - Response response = (Response) o; - } - } catch (Throwable th) { - Log.e("ERROR", th.toString()); - } - } - } - ); -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-kotlin/java/databases/update-collection.md b/docs/examples/1.0.0/server-kotlin/java/databases/update-collection.md deleted file mode 100644 index d8d7e16dee..0000000000 --- a/docs/examples/1.0.0/server-kotlin/java/databases/update-collection.md +++ /dev/null @@ -1,38 +0,0 @@ -import io.appwrite.Client -import io.appwrite.services.Databases - -public void main() { - Client client = Client(context) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2"); // Your secret API key - - Databases databases = new Databases(client); - databases.updateCollection( - databaseId = "[DATABASE_ID]", - collectionId = "[COLLECTION_ID]", - name = "[NAME]", - new Continuation() { - @NotNull - @Override - public CoroutineContext getContext() { - return EmptyCoroutineContext.INSTANCE; - } - - @Override - public void resumeWith(@NotNull Object o) { - String json = ""; - try { - if (o instanceof Result.Failure) { - Result.Failure failure = (Result.Failure) o; - throw failure.exception; - } else { - Response response = (Response) o; - } - } catch (Throwable th) { - Log.e("ERROR", th.toString()); - } - } - } - ); -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-kotlin/java/databases/update-document.md b/docs/examples/1.0.0/server-kotlin/java/databases/update-document.md deleted file mode 100644 index 93868d2896..0000000000 --- a/docs/examples/1.0.0/server-kotlin/java/databases/update-document.md +++ /dev/null @@ -1,38 +0,0 @@ -import io.appwrite.Client -import io.appwrite.services.Databases - -public void main() { - Client client = Client(context) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2"); // Your secret API key - - Databases databases = new Databases(client); - databases.updateDocument( - databaseId = "[DATABASE_ID]", - collectionId = "[COLLECTION_ID]", - documentId = "[DOCUMENT_ID]", - new Continuation() { - @NotNull - @Override - public CoroutineContext getContext() { - return EmptyCoroutineContext.INSTANCE; - } - - @Override - public void resumeWith(@NotNull Object o) { - String json = ""; - try { - if (o instanceof Result.Failure) { - Result.Failure failure = (Result.Failure) o; - throw failure.exception; - } else { - Response response = (Response) o; - } - } catch (Throwable th) { - Log.e("ERROR", th.toString()); - } - } - } - ); -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-kotlin/java/databases/update.md b/docs/examples/1.0.0/server-kotlin/java/databases/update.md deleted file mode 100644 index 43cfce388c..0000000000 --- a/docs/examples/1.0.0/server-kotlin/java/databases/update.md +++ /dev/null @@ -1,37 +0,0 @@ -import io.appwrite.Client -import io.appwrite.services.Databases - -public void main() { - Client client = Client(context) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2"); // Your secret API key - - Databases databases = new Databases(client); - databases.update( - databaseId = "[DATABASE_ID]", - name = "[NAME]" - new Continuation() { - @NotNull - @Override - public CoroutineContext getContext() { - return EmptyCoroutineContext.INSTANCE; - } - - @Override - public void resumeWith(@NotNull Object o) { - String json = ""; - try { - if (o instanceof Result.Failure) { - Result.Failure failure = (Result.Failure) o; - throw failure.exception; - } else { - Response response = (Response) o; - } - } catch (Throwable th) { - Log.e("ERROR", th.toString()); - } - } - } - ); -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-kotlin/java/functions/create-deployment.md b/docs/examples/1.0.0/server-kotlin/java/functions/create-deployment.md deleted file mode 100644 index bd8a4606cc..0000000000 --- a/docs/examples/1.0.0/server-kotlin/java/functions/create-deployment.md +++ /dev/null @@ -1,40 +0,0 @@ -import io.appwrite.Client -import io.appwrite.models.InputFile -import io.appwrite.services.Functions - -public void main() { - Client client = Client(context) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2"); // Your secret API key - - Functions functions = new Functions(client); - functions.createDeployment( - functionId = "[FUNCTION_ID]", - entrypoint = "[ENTRYPOINT]", - code = InputFile.fromPath("file.png"), - activate = false - new Continuation() { - @NotNull - @Override - public CoroutineContext getContext() { - return EmptyCoroutineContext.INSTANCE; - } - - @Override - public void resumeWith(@NotNull Object o) { - String json = ""; - try { - if (o instanceof Result.Failure) { - Result.Failure failure = (Result.Failure) o; - throw failure.exception; - } else { - Response response = (Response) o; - } - } catch (Throwable th) { - Log.e("ERROR", th.toString()); - } - } - } - ); -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-kotlin/java/functions/create-execution.md b/docs/examples/1.0.0/server-kotlin/java/functions/create-execution.md deleted file mode 100644 index eb13aed5c3..0000000000 --- a/docs/examples/1.0.0/server-kotlin/java/functions/create-execution.md +++ /dev/null @@ -1,36 +0,0 @@ -import io.appwrite.Client -import io.appwrite.services.Functions - -public void main() { - Client client = Client(context) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2"); // Your secret API key - - Functions functions = new Functions(client); - functions.createExecution( - functionId = "[FUNCTION_ID]", - new Continuation() { - @NotNull - @Override - public CoroutineContext getContext() { - return EmptyCoroutineContext.INSTANCE; - } - - @Override - public void resumeWith(@NotNull Object o) { - String json = ""; - try { - if (o instanceof Result.Failure) { - Result.Failure failure = (Result.Failure) o; - throw failure.exception; - } else { - Response response = (Response) o; - } - } catch (Throwable th) { - Log.e("ERROR", th.toString()); - } - } - } - ); -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-kotlin/java/functions/create-variable.md b/docs/examples/1.0.0/server-kotlin/java/functions/create-variable.md deleted file mode 100644 index 08e572f2b1..0000000000 --- a/docs/examples/1.0.0/server-kotlin/java/functions/create-variable.md +++ /dev/null @@ -1,38 +0,0 @@ -import io.appwrite.Client -import io.appwrite.services.Functions - -public void main() { - Client client = Client(context) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2"); // Your secret API key - - Functions functions = new Functions(client); - functions.createVariable( - functionId = "[FUNCTION_ID]", - key = "[KEY]", - value = "[VALUE]" - new Continuation() { - @NotNull - @Override - public CoroutineContext getContext() { - return EmptyCoroutineContext.INSTANCE; - } - - @Override - public void resumeWith(@NotNull Object o) { - String json = ""; - try { - if (o instanceof Result.Failure) { - Result.Failure failure = (Result.Failure) o; - throw failure.exception; - } else { - Response response = (Response) o; - } - } catch (Throwable th) { - Log.e("ERROR", th.toString()); - } - } - } - ); -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-kotlin/java/functions/create.md b/docs/examples/1.0.0/server-kotlin/java/functions/create.md deleted file mode 100644 index 9448fde2de..0000000000 --- a/docs/examples/1.0.0/server-kotlin/java/functions/create.md +++ /dev/null @@ -1,39 +0,0 @@ -import io.appwrite.Client -import io.appwrite.services.Functions - -public void main() { - Client client = Client(context) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2"); // Your secret API key - - Functions functions = new Functions(client); - functions.create( - functionId = "[FUNCTION_ID]", - name = "[NAME]", - execute = listOf("any"), - runtime = "node-14.5", - new Continuation() { - @NotNull - @Override - public CoroutineContext getContext() { - return EmptyCoroutineContext.INSTANCE; - } - - @Override - public void resumeWith(@NotNull Object o) { - String json = ""; - try { - if (o instanceof Result.Failure) { - Result.Failure failure = (Result.Failure) o; - throw failure.exception; - } else { - Response response = (Response) o; - } - } catch (Throwable th) { - Log.e("ERROR", th.toString()); - } - } - } - ); -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-kotlin/java/functions/delete-deployment.md b/docs/examples/1.0.0/server-kotlin/java/functions/delete-deployment.md deleted file mode 100644 index 58fbc7cfee..0000000000 --- a/docs/examples/1.0.0/server-kotlin/java/functions/delete-deployment.md +++ /dev/null @@ -1,37 +0,0 @@ -import io.appwrite.Client -import io.appwrite.services.Functions - -public void main() { - Client client = Client(context) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2"); // Your secret API key - - Functions functions = new Functions(client); - functions.deleteDeployment( - functionId = "[FUNCTION_ID]", - deploymentId = "[DEPLOYMENT_ID]" - new Continuation() { - @NotNull - @Override - public CoroutineContext getContext() { - return EmptyCoroutineContext.INSTANCE; - } - - @Override - public void resumeWith(@NotNull Object o) { - String json = ""; - try { - if (o instanceof Result.Failure) { - Result.Failure failure = (Result.Failure) o; - throw failure.exception; - } else { - Response response = (Response) o; - } - } catch (Throwable th) { - Log.e("ERROR", th.toString()); - } - } - } - ); -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-kotlin/java/functions/delete-variable.md b/docs/examples/1.0.0/server-kotlin/java/functions/delete-variable.md deleted file mode 100644 index bcb93dd391..0000000000 --- a/docs/examples/1.0.0/server-kotlin/java/functions/delete-variable.md +++ /dev/null @@ -1,37 +0,0 @@ -import io.appwrite.Client -import io.appwrite.services.Functions - -public void main() { - Client client = Client(context) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2"); // Your secret API key - - Functions functions = new Functions(client); - functions.deleteVariable( - functionId = "[FUNCTION_ID]", - variableId = "[VARIABLE_ID]" - new Continuation() { - @NotNull - @Override - public CoroutineContext getContext() { - return EmptyCoroutineContext.INSTANCE; - } - - @Override - public void resumeWith(@NotNull Object o) { - String json = ""; - try { - if (o instanceof Result.Failure) { - Result.Failure failure = (Result.Failure) o; - throw failure.exception; - } else { - Response response = (Response) o; - } - } catch (Throwable th) { - Log.e("ERROR", th.toString()); - } - } - } - ); -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-kotlin/java/functions/delete.md b/docs/examples/1.0.0/server-kotlin/java/functions/delete.md deleted file mode 100644 index a51709b874..0000000000 --- a/docs/examples/1.0.0/server-kotlin/java/functions/delete.md +++ /dev/null @@ -1,36 +0,0 @@ -import io.appwrite.Client -import io.appwrite.services.Functions - -public void main() { - Client client = Client(context) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2"); // Your secret API key - - Functions functions = new Functions(client); - functions.delete( - functionId = "[FUNCTION_ID]" - new Continuation() { - @NotNull - @Override - public CoroutineContext getContext() { - return EmptyCoroutineContext.INSTANCE; - } - - @Override - public void resumeWith(@NotNull Object o) { - String json = ""; - try { - if (o instanceof Result.Failure) { - Result.Failure failure = (Result.Failure) o; - throw failure.exception; - } else { - Response response = (Response) o; - } - } catch (Throwable th) { - Log.e("ERROR", th.toString()); - } - } - } - ); -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-kotlin/java/functions/get-deployment.md b/docs/examples/1.0.0/server-kotlin/java/functions/get-deployment.md deleted file mode 100644 index 276e711bba..0000000000 --- a/docs/examples/1.0.0/server-kotlin/java/functions/get-deployment.md +++ /dev/null @@ -1,37 +0,0 @@ -import io.appwrite.Client -import io.appwrite.services.Functions - -public void main() { - Client client = Client(context) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2"); // Your secret API key - - Functions functions = new Functions(client); - functions.getDeployment( - functionId = "[FUNCTION_ID]", - deploymentId = "[DEPLOYMENT_ID]" - new Continuation() { - @NotNull - @Override - public CoroutineContext getContext() { - return EmptyCoroutineContext.INSTANCE; - } - - @Override - public void resumeWith(@NotNull Object o) { - String json = ""; - try { - if (o instanceof Result.Failure) { - Result.Failure failure = (Result.Failure) o; - throw failure.exception; - } else { - Response response = (Response) o; - } - } catch (Throwable th) { - Log.e("ERROR", th.toString()); - } - } - } - ); -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-kotlin/java/functions/get-execution.md b/docs/examples/1.0.0/server-kotlin/java/functions/get-execution.md deleted file mode 100644 index 4161b28eaf..0000000000 --- a/docs/examples/1.0.0/server-kotlin/java/functions/get-execution.md +++ /dev/null @@ -1,37 +0,0 @@ -import io.appwrite.Client -import io.appwrite.services.Functions - -public void main() { - Client client = Client(context) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2"); // Your secret API key - - Functions functions = new Functions(client); - functions.getExecution( - functionId = "[FUNCTION_ID]", - executionId = "[EXECUTION_ID]" - new Continuation() { - @NotNull - @Override - public CoroutineContext getContext() { - return EmptyCoroutineContext.INSTANCE; - } - - @Override - public void resumeWith(@NotNull Object o) { - String json = ""; - try { - if (o instanceof Result.Failure) { - Result.Failure failure = (Result.Failure) o; - throw failure.exception; - } else { - Response response = (Response) o; - } - } catch (Throwable th) { - Log.e("ERROR", th.toString()); - } - } - } - ); -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-kotlin/java/functions/get-variable.md b/docs/examples/1.0.0/server-kotlin/java/functions/get-variable.md deleted file mode 100644 index b6b77c23dc..0000000000 --- a/docs/examples/1.0.0/server-kotlin/java/functions/get-variable.md +++ /dev/null @@ -1,37 +0,0 @@ -import io.appwrite.Client -import io.appwrite.services.Functions - -public void main() { - Client client = Client(context) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2"); // Your secret API key - - Functions functions = new Functions(client); - functions.getVariable( - functionId = "[FUNCTION_ID]", - variableId = "[VARIABLE_ID]" - new Continuation() { - @NotNull - @Override - public CoroutineContext getContext() { - return EmptyCoroutineContext.INSTANCE; - } - - @Override - public void resumeWith(@NotNull Object o) { - String json = ""; - try { - if (o instanceof Result.Failure) { - Result.Failure failure = (Result.Failure) o; - throw failure.exception; - } else { - Response response = (Response) o; - } - } catch (Throwable th) { - Log.e("ERROR", th.toString()); - } - } - } - ); -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-kotlin/java/functions/get.md b/docs/examples/1.0.0/server-kotlin/java/functions/get.md deleted file mode 100644 index 8e1cd5ef29..0000000000 --- a/docs/examples/1.0.0/server-kotlin/java/functions/get.md +++ /dev/null @@ -1,36 +0,0 @@ -import io.appwrite.Client -import io.appwrite.services.Functions - -public void main() { - Client client = Client(context) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2"); // Your secret API key - - Functions functions = new Functions(client); - functions.get( - functionId = "[FUNCTION_ID]" - new Continuation() { - @NotNull - @Override - public CoroutineContext getContext() { - return EmptyCoroutineContext.INSTANCE; - } - - @Override - public void resumeWith(@NotNull Object o) { - String json = ""; - try { - if (o instanceof Result.Failure) { - Result.Failure failure = (Result.Failure) o; - throw failure.exception; - } else { - Response response = (Response) o; - } - } catch (Throwable th) { - Log.e("ERROR", th.toString()); - } - } - } - ); -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-kotlin/java/functions/list-deployments.md b/docs/examples/1.0.0/server-kotlin/java/functions/list-deployments.md deleted file mode 100644 index 920684554c..0000000000 --- a/docs/examples/1.0.0/server-kotlin/java/functions/list-deployments.md +++ /dev/null @@ -1,36 +0,0 @@ -import io.appwrite.Client -import io.appwrite.services.Functions - -public void main() { - Client client = Client(context) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2"); // Your secret API key - - Functions functions = new Functions(client); - functions.listDeployments( - functionId = "[FUNCTION_ID]", - new Continuation() { - @NotNull - @Override - public CoroutineContext getContext() { - return EmptyCoroutineContext.INSTANCE; - } - - @Override - public void resumeWith(@NotNull Object o) { - String json = ""; - try { - if (o instanceof Result.Failure) { - Result.Failure failure = (Result.Failure) o; - throw failure.exception; - } else { - Response response = (Response) o; - } - } catch (Throwable th) { - Log.e("ERROR", th.toString()); - } - } - } - ); -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-kotlin/java/functions/list-executions.md b/docs/examples/1.0.0/server-kotlin/java/functions/list-executions.md deleted file mode 100644 index 915bf64d4b..0000000000 --- a/docs/examples/1.0.0/server-kotlin/java/functions/list-executions.md +++ /dev/null @@ -1,36 +0,0 @@ -import io.appwrite.Client -import io.appwrite.services.Functions - -public void main() { - Client client = Client(context) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2"); // Your secret API key - - Functions functions = new Functions(client); - functions.listExecutions( - functionId = "[FUNCTION_ID]", - new Continuation() { - @NotNull - @Override - public CoroutineContext getContext() { - return EmptyCoroutineContext.INSTANCE; - } - - @Override - public void resumeWith(@NotNull Object o) { - String json = ""; - try { - if (o instanceof Result.Failure) { - Result.Failure failure = (Result.Failure) o; - throw failure.exception; - } else { - Response response = (Response) o; - } - } catch (Throwable th) { - Log.e("ERROR", th.toString()); - } - } - } - ); -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-kotlin/java/functions/list-runtimes.md b/docs/examples/1.0.0/server-kotlin/java/functions/list-runtimes.md deleted file mode 100644 index e70bd27f76..0000000000 --- a/docs/examples/1.0.0/server-kotlin/java/functions/list-runtimes.md +++ /dev/null @@ -1,33 +0,0 @@ -import io.appwrite.Client -import io.appwrite.services.Functions - -public void main() { - Client client = Client(context) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2"); // Your secret API key - - Functions functions = new Functions(client); - functions.listRuntimes(new Continuation() { - @NotNull - @Override - public CoroutineContext getContext() { - return EmptyCoroutineContext.INSTANCE; - } - - @Override - public void resumeWith(@NotNull Object o) { - String json = ""; - try { - if (o instanceof Result.Failure) { - Result.Failure failure = (Result.Failure) o; - throw failure.exception; - } else { - Response response = (Response) o; - } - } catch (Throwable th) { - Log.e("ERROR", th.toString()); - } - } - }); -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-kotlin/java/functions/list.md b/docs/examples/1.0.0/server-kotlin/java/functions/list.md deleted file mode 100644 index e365f30f1f..0000000000 --- a/docs/examples/1.0.0/server-kotlin/java/functions/list.md +++ /dev/null @@ -1,35 +0,0 @@ -import io.appwrite.Client -import io.appwrite.services.Functions - -public void main() { - Client client = Client(context) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2"); // Your secret API key - - Functions functions = new Functions(client); - functions.list( - new Continuation() { - @NotNull - @Override - public CoroutineContext getContext() { - return EmptyCoroutineContext.INSTANCE; - } - - @Override - public void resumeWith(@NotNull Object o) { - String json = ""; - try { - if (o instanceof Result.Failure) { - Result.Failure failure = (Result.Failure) o; - throw failure.exception; - } else { - Response response = (Response) o; - } - } catch (Throwable th) { - Log.e("ERROR", th.toString()); - } - } - } - ); -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-kotlin/java/functions/retry-build.md b/docs/examples/1.0.0/server-kotlin/java/functions/retry-build.md deleted file mode 100644 index e098597e63..0000000000 --- a/docs/examples/1.0.0/server-kotlin/java/functions/retry-build.md +++ /dev/null @@ -1,38 +0,0 @@ -import io.appwrite.Client -import io.appwrite.services.Functions - -public void main() { - Client client = Client(context) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2"); // Your secret API key - - Functions functions = new Functions(client); - functions.retryBuild( - functionId = "[FUNCTION_ID]", - deploymentId = "[DEPLOYMENT_ID]", - buildId = "[BUILD_ID]" - new Continuation() { - @NotNull - @Override - public CoroutineContext getContext() { - return EmptyCoroutineContext.INSTANCE; - } - - @Override - public void resumeWith(@NotNull Object o) { - String json = ""; - try { - if (o instanceof Result.Failure) { - Result.Failure failure = (Result.Failure) o; - throw failure.exception; - } else { - Response response = (Response) o; - } - } catch (Throwable th) { - Log.e("ERROR", th.toString()); - } - } - } - ); -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-kotlin/java/functions/update-deployment.md b/docs/examples/1.0.0/server-kotlin/java/functions/update-deployment.md deleted file mode 100644 index e13f2e2471..0000000000 --- a/docs/examples/1.0.0/server-kotlin/java/functions/update-deployment.md +++ /dev/null @@ -1,37 +0,0 @@ -import io.appwrite.Client -import io.appwrite.services.Functions - -public void main() { - Client client = Client(context) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2"); // Your secret API key - - Functions functions = new Functions(client); - functions.updateDeployment( - functionId = "[FUNCTION_ID]", - deploymentId = "[DEPLOYMENT_ID]" - new Continuation() { - @NotNull - @Override - public CoroutineContext getContext() { - return EmptyCoroutineContext.INSTANCE; - } - - @Override - public void resumeWith(@NotNull Object o) { - String json = ""; - try { - if (o instanceof Result.Failure) { - Result.Failure failure = (Result.Failure) o; - throw failure.exception; - } else { - Response response = (Response) o; - } - } catch (Throwable th) { - Log.e("ERROR", th.toString()); - } - } - } - ); -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-kotlin/java/functions/update-variable.md b/docs/examples/1.0.0/server-kotlin/java/functions/update-variable.md deleted file mode 100644 index adede4786f..0000000000 --- a/docs/examples/1.0.0/server-kotlin/java/functions/update-variable.md +++ /dev/null @@ -1,38 +0,0 @@ -import io.appwrite.Client -import io.appwrite.services.Functions - -public void main() { - Client client = Client(context) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2"); // Your secret API key - - Functions functions = new Functions(client); - functions.updateVariable( - functionId = "[FUNCTION_ID]", - variableId = "[VARIABLE_ID]", - key = "[KEY]", - new Continuation() { - @NotNull - @Override - public CoroutineContext getContext() { - return EmptyCoroutineContext.INSTANCE; - } - - @Override - public void resumeWith(@NotNull Object o) { - String json = ""; - try { - if (o instanceof Result.Failure) { - Result.Failure failure = (Result.Failure) o; - throw failure.exception; - } else { - Response response = (Response) o; - } - } catch (Throwable th) { - Log.e("ERROR", th.toString()); - } - } - } - ); -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-kotlin/java/functions/update.md b/docs/examples/1.0.0/server-kotlin/java/functions/update.md deleted file mode 100644 index a9b1f9f787..0000000000 --- a/docs/examples/1.0.0/server-kotlin/java/functions/update.md +++ /dev/null @@ -1,38 +0,0 @@ -import io.appwrite.Client -import io.appwrite.services.Functions - -public void main() { - Client client = Client(context) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2"); // Your secret API key - - Functions functions = new Functions(client); - functions.update( - functionId = "[FUNCTION_ID]", - name = "[NAME]", - execute = listOf("any"), - new Continuation() { - @NotNull - @Override - public CoroutineContext getContext() { - return EmptyCoroutineContext.INSTANCE; - } - - @Override - public void resumeWith(@NotNull Object o) { - String json = ""; - try { - if (o instanceof Result.Failure) { - Result.Failure failure = (Result.Failure) o; - throw failure.exception; - } else { - Response response = (Response) o; - } - } catch (Throwable th) { - Log.e("ERROR", th.toString()); - } - } - } - ); -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-kotlin/java/health/get-antivirus.md b/docs/examples/1.0.0/server-kotlin/java/health/get-antivirus.md deleted file mode 100644 index 3a40f730a2..0000000000 --- a/docs/examples/1.0.0/server-kotlin/java/health/get-antivirus.md +++ /dev/null @@ -1,33 +0,0 @@ -import io.appwrite.Client -import io.appwrite.services.Health - -public void main() { - Client client = Client(context) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2"); // Your secret API key - - Health health = new Health(client); - health.getAntivirus(new Continuation() { - @NotNull - @Override - public CoroutineContext getContext() { - return EmptyCoroutineContext.INSTANCE; - } - - @Override - public void resumeWith(@NotNull Object o) { - String json = ""; - try { - if (o instanceof Result.Failure) { - Result.Failure failure = (Result.Failure) o; - throw failure.exception; - } else { - Response response = (Response) o; - } - } catch (Throwable th) { - Log.e("ERROR", th.toString()); - } - } - }); -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-kotlin/java/health/get-cache.md b/docs/examples/1.0.0/server-kotlin/java/health/get-cache.md deleted file mode 100644 index e7300a34f4..0000000000 --- a/docs/examples/1.0.0/server-kotlin/java/health/get-cache.md +++ /dev/null @@ -1,33 +0,0 @@ -import io.appwrite.Client -import io.appwrite.services.Health - -public void main() { - Client client = Client(context) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2"); // Your secret API key - - Health health = new Health(client); - health.getCache(new Continuation() { - @NotNull - @Override - public CoroutineContext getContext() { - return EmptyCoroutineContext.INSTANCE; - } - - @Override - public void resumeWith(@NotNull Object o) { - String json = ""; - try { - if (o instanceof Result.Failure) { - Result.Failure failure = (Result.Failure) o; - throw failure.exception; - } else { - Response response = (Response) o; - } - } catch (Throwable th) { - Log.e("ERROR", th.toString()); - } - } - }); -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-kotlin/java/health/get-d-b.md b/docs/examples/1.0.0/server-kotlin/java/health/get-d-b.md deleted file mode 100644 index 9644806bd2..0000000000 --- a/docs/examples/1.0.0/server-kotlin/java/health/get-d-b.md +++ /dev/null @@ -1,33 +0,0 @@ -import io.appwrite.Client -import io.appwrite.services.Health - -public void main() { - Client client = Client(context) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2"); // Your secret API key - - Health health = new Health(client); - health.getDB(new Continuation() { - @NotNull - @Override - public CoroutineContext getContext() { - return EmptyCoroutineContext.INSTANCE; - } - - @Override - public void resumeWith(@NotNull Object o) { - String json = ""; - try { - if (o instanceof Result.Failure) { - Result.Failure failure = (Result.Failure) o; - throw failure.exception; - } else { - Response response = (Response) o; - } - } catch (Throwable th) { - Log.e("ERROR", th.toString()); - } - } - }); -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-kotlin/java/health/get-queue-certificates.md b/docs/examples/1.0.0/server-kotlin/java/health/get-queue-certificates.md deleted file mode 100644 index 084576b65a..0000000000 --- a/docs/examples/1.0.0/server-kotlin/java/health/get-queue-certificates.md +++ /dev/null @@ -1,33 +0,0 @@ -import io.appwrite.Client -import io.appwrite.services.Health - -public void main() { - Client client = Client(context) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2"); // Your secret API key - - Health health = new Health(client); - health.getQueueCertificates(new Continuation() { - @NotNull - @Override - public CoroutineContext getContext() { - return EmptyCoroutineContext.INSTANCE; - } - - @Override - public void resumeWith(@NotNull Object o) { - String json = ""; - try { - if (o instanceof Result.Failure) { - Result.Failure failure = (Result.Failure) o; - throw failure.exception; - } else { - Response response = (Response) o; - } - } catch (Throwable th) { - Log.e("ERROR", th.toString()); - } - } - }); -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-kotlin/java/health/get-queue-functions.md b/docs/examples/1.0.0/server-kotlin/java/health/get-queue-functions.md deleted file mode 100644 index 9809a03d2f..0000000000 --- a/docs/examples/1.0.0/server-kotlin/java/health/get-queue-functions.md +++ /dev/null @@ -1,33 +0,0 @@ -import io.appwrite.Client -import io.appwrite.services.Health - -public void main() { - Client client = Client(context) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2"); // Your secret API key - - Health health = new Health(client); - health.getQueueFunctions(new Continuation() { - @NotNull - @Override - public CoroutineContext getContext() { - return EmptyCoroutineContext.INSTANCE; - } - - @Override - public void resumeWith(@NotNull Object o) { - String json = ""; - try { - if (o instanceof Result.Failure) { - Result.Failure failure = (Result.Failure) o; - throw failure.exception; - } else { - Response response = (Response) o; - } - } catch (Throwable th) { - Log.e("ERROR", th.toString()); - } - } - }); -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-kotlin/java/health/get-queue-logs.md b/docs/examples/1.0.0/server-kotlin/java/health/get-queue-logs.md deleted file mode 100644 index 4a08fa9321..0000000000 --- a/docs/examples/1.0.0/server-kotlin/java/health/get-queue-logs.md +++ /dev/null @@ -1,33 +0,0 @@ -import io.appwrite.Client -import io.appwrite.services.Health - -public void main() { - Client client = Client(context) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2"); // Your secret API key - - Health health = new Health(client); - health.getQueueLogs(new Continuation() { - @NotNull - @Override - public CoroutineContext getContext() { - return EmptyCoroutineContext.INSTANCE; - } - - @Override - public void resumeWith(@NotNull Object o) { - String json = ""; - try { - if (o instanceof Result.Failure) { - Result.Failure failure = (Result.Failure) o; - throw failure.exception; - } else { - Response response = (Response) o; - } - } catch (Throwable th) { - Log.e("ERROR", th.toString()); - } - } - }); -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-kotlin/java/health/get-queue-webhooks.md b/docs/examples/1.0.0/server-kotlin/java/health/get-queue-webhooks.md deleted file mode 100644 index d8bc27a2bf..0000000000 --- a/docs/examples/1.0.0/server-kotlin/java/health/get-queue-webhooks.md +++ /dev/null @@ -1,33 +0,0 @@ -import io.appwrite.Client -import io.appwrite.services.Health - -public void main() { - Client client = Client(context) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2"); // Your secret API key - - Health health = new Health(client); - health.getQueueWebhooks(new Continuation() { - @NotNull - @Override - public CoroutineContext getContext() { - return EmptyCoroutineContext.INSTANCE; - } - - @Override - public void resumeWith(@NotNull Object o) { - String json = ""; - try { - if (o instanceof Result.Failure) { - Result.Failure failure = (Result.Failure) o; - throw failure.exception; - } else { - Response response = (Response) o; - } - } catch (Throwable th) { - Log.e("ERROR", th.toString()); - } - } - }); -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-kotlin/java/health/get-storage-local.md b/docs/examples/1.0.0/server-kotlin/java/health/get-storage-local.md deleted file mode 100644 index 079eca49e1..0000000000 --- a/docs/examples/1.0.0/server-kotlin/java/health/get-storage-local.md +++ /dev/null @@ -1,33 +0,0 @@ -import io.appwrite.Client -import io.appwrite.services.Health - -public void main() { - Client client = Client(context) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2"); // Your secret API key - - Health health = new Health(client); - health.getStorageLocal(new Continuation() { - @NotNull - @Override - public CoroutineContext getContext() { - return EmptyCoroutineContext.INSTANCE; - } - - @Override - public void resumeWith(@NotNull Object o) { - String json = ""; - try { - if (o instanceof Result.Failure) { - Result.Failure failure = (Result.Failure) o; - throw failure.exception; - } else { - Response response = (Response) o; - } - } catch (Throwable th) { - Log.e("ERROR", th.toString()); - } - } - }); -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-kotlin/java/health/get-time.md b/docs/examples/1.0.0/server-kotlin/java/health/get-time.md deleted file mode 100644 index a8ca3b91de..0000000000 --- a/docs/examples/1.0.0/server-kotlin/java/health/get-time.md +++ /dev/null @@ -1,33 +0,0 @@ -import io.appwrite.Client -import io.appwrite.services.Health - -public void main() { - Client client = Client(context) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2"); // Your secret API key - - Health health = new Health(client); - health.getTime(new Continuation() { - @NotNull - @Override - public CoroutineContext getContext() { - return EmptyCoroutineContext.INSTANCE; - } - - @Override - public void resumeWith(@NotNull Object o) { - String json = ""; - try { - if (o instanceof Result.Failure) { - Result.Failure failure = (Result.Failure) o; - throw failure.exception; - } else { - Response response = (Response) o; - } - } catch (Throwable th) { - Log.e("ERROR", th.toString()); - } - } - }); -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-kotlin/java/health/get.md b/docs/examples/1.0.0/server-kotlin/java/health/get.md deleted file mode 100644 index 30adbbbf60..0000000000 --- a/docs/examples/1.0.0/server-kotlin/java/health/get.md +++ /dev/null @@ -1,33 +0,0 @@ -import io.appwrite.Client -import io.appwrite.services.Health - -public void main() { - Client client = Client(context) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2"); // Your secret API key - - Health health = new Health(client); - health.get(new Continuation() { - @NotNull - @Override - public CoroutineContext getContext() { - return EmptyCoroutineContext.INSTANCE; - } - - @Override - public void resumeWith(@NotNull Object o) { - String json = ""; - try { - if (o instanceof Result.Failure) { - Result.Failure failure = (Result.Failure) o; - throw failure.exception; - } else { - Response response = (Response) o; - } - } catch (Throwable th) { - Log.e("ERROR", th.toString()); - } - } - }); -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-kotlin/java/locale/get-continents.md b/docs/examples/1.0.0/server-kotlin/java/locale/get-continents.md deleted file mode 100644 index 836eadac9a..0000000000 --- a/docs/examples/1.0.0/server-kotlin/java/locale/get-continents.md +++ /dev/null @@ -1,33 +0,0 @@ -import io.appwrite.Client -import io.appwrite.services.Locale - -public void main() { - Client client = Client(context) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2"); // Your secret API key - - Locale locale = new Locale(client); - locale.getContinents(new Continuation() { - @NotNull - @Override - public CoroutineContext getContext() { - return EmptyCoroutineContext.INSTANCE; - } - - @Override - public void resumeWith(@NotNull Object o) { - String json = ""; - try { - if (o instanceof Result.Failure) { - Result.Failure failure = (Result.Failure) o; - throw failure.exception; - } else { - Response response = (Response) o; - } - } catch (Throwable th) { - Log.e("ERROR", th.toString()); - } - } - }); -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-kotlin/java/locale/get-countries-e-u.md b/docs/examples/1.0.0/server-kotlin/java/locale/get-countries-e-u.md deleted file mode 100644 index 3bb79f9482..0000000000 --- a/docs/examples/1.0.0/server-kotlin/java/locale/get-countries-e-u.md +++ /dev/null @@ -1,33 +0,0 @@ -import io.appwrite.Client -import io.appwrite.services.Locale - -public void main() { - Client client = Client(context) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2"); // Your secret API key - - Locale locale = new Locale(client); - locale.getCountriesEU(new Continuation() { - @NotNull - @Override - public CoroutineContext getContext() { - return EmptyCoroutineContext.INSTANCE; - } - - @Override - public void resumeWith(@NotNull Object o) { - String json = ""; - try { - if (o instanceof Result.Failure) { - Result.Failure failure = (Result.Failure) o; - throw failure.exception; - } else { - Response response = (Response) o; - } - } catch (Throwable th) { - Log.e("ERROR", th.toString()); - } - } - }); -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-kotlin/java/locale/get-countries-phones.md b/docs/examples/1.0.0/server-kotlin/java/locale/get-countries-phones.md deleted file mode 100644 index b1596d2ccb..0000000000 --- a/docs/examples/1.0.0/server-kotlin/java/locale/get-countries-phones.md +++ /dev/null @@ -1,33 +0,0 @@ -import io.appwrite.Client -import io.appwrite.services.Locale - -public void main() { - Client client = Client(context) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2"); // Your secret API key - - Locale locale = new Locale(client); - locale.getCountriesPhones(new Continuation() { - @NotNull - @Override - public CoroutineContext getContext() { - return EmptyCoroutineContext.INSTANCE; - } - - @Override - public void resumeWith(@NotNull Object o) { - String json = ""; - try { - if (o instanceof Result.Failure) { - Result.Failure failure = (Result.Failure) o; - throw failure.exception; - } else { - Response response = (Response) o; - } - } catch (Throwable th) { - Log.e("ERROR", th.toString()); - } - } - }); -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-kotlin/java/locale/get-countries.md b/docs/examples/1.0.0/server-kotlin/java/locale/get-countries.md deleted file mode 100644 index 95d1fef52f..0000000000 --- a/docs/examples/1.0.0/server-kotlin/java/locale/get-countries.md +++ /dev/null @@ -1,33 +0,0 @@ -import io.appwrite.Client -import io.appwrite.services.Locale - -public void main() { - Client client = Client(context) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2"); // Your secret API key - - Locale locale = new Locale(client); - locale.getCountries(new Continuation() { - @NotNull - @Override - public CoroutineContext getContext() { - return EmptyCoroutineContext.INSTANCE; - } - - @Override - public void resumeWith(@NotNull Object o) { - String json = ""; - try { - if (o instanceof Result.Failure) { - Result.Failure failure = (Result.Failure) o; - throw failure.exception; - } else { - Response response = (Response) o; - } - } catch (Throwable th) { - Log.e("ERROR", th.toString()); - } - } - }); -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-kotlin/java/locale/get-currencies.md b/docs/examples/1.0.0/server-kotlin/java/locale/get-currencies.md deleted file mode 100644 index c7495f485a..0000000000 --- a/docs/examples/1.0.0/server-kotlin/java/locale/get-currencies.md +++ /dev/null @@ -1,33 +0,0 @@ -import io.appwrite.Client -import io.appwrite.services.Locale - -public void main() { - Client client = Client(context) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2"); // Your secret API key - - Locale locale = new Locale(client); - locale.getCurrencies(new Continuation() { - @NotNull - @Override - public CoroutineContext getContext() { - return EmptyCoroutineContext.INSTANCE; - } - - @Override - public void resumeWith(@NotNull Object o) { - String json = ""; - try { - if (o instanceof Result.Failure) { - Result.Failure failure = (Result.Failure) o; - throw failure.exception; - } else { - Response response = (Response) o; - } - } catch (Throwable th) { - Log.e("ERROR", th.toString()); - } - } - }); -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-kotlin/java/locale/get-languages.md b/docs/examples/1.0.0/server-kotlin/java/locale/get-languages.md deleted file mode 100644 index f59054e699..0000000000 --- a/docs/examples/1.0.0/server-kotlin/java/locale/get-languages.md +++ /dev/null @@ -1,33 +0,0 @@ -import io.appwrite.Client -import io.appwrite.services.Locale - -public void main() { - Client client = Client(context) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2"); // Your secret API key - - Locale locale = new Locale(client); - locale.getLanguages(new Continuation() { - @NotNull - @Override - public CoroutineContext getContext() { - return EmptyCoroutineContext.INSTANCE; - } - - @Override - public void resumeWith(@NotNull Object o) { - String json = ""; - try { - if (o instanceof Result.Failure) { - Result.Failure failure = (Result.Failure) o; - throw failure.exception; - } else { - Response response = (Response) o; - } - } catch (Throwable th) { - Log.e("ERROR", th.toString()); - } - } - }); -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-kotlin/java/locale/get.md b/docs/examples/1.0.0/server-kotlin/java/locale/get.md deleted file mode 100644 index bf2f34fb02..0000000000 --- a/docs/examples/1.0.0/server-kotlin/java/locale/get.md +++ /dev/null @@ -1,33 +0,0 @@ -import io.appwrite.Client -import io.appwrite.services.Locale - -public void main() { - Client client = Client(context) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2"); // Your secret API key - - Locale locale = new Locale(client); - locale.get(new Continuation() { - @NotNull - @Override - public CoroutineContext getContext() { - return EmptyCoroutineContext.INSTANCE; - } - - @Override - public void resumeWith(@NotNull Object o) { - String json = ""; - try { - if (o instanceof Result.Failure) { - Result.Failure failure = (Result.Failure) o; - throw failure.exception; - } else { - Response response = (Response) o; - } - } catch (Throwable th) { - Log.e("ERROR", th.toString()); - } - } - }); -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-kotlin/java/storage/create-bucket.md b/docs/examples/1.0.0/server-kotlin/java/storage/create-bucket.md deleted file mode 100644 index 6d792e5f5b..0000000000 --- a/docs/examples/1.0.0/server-kotlin/java/storage/create-bucket.md +++ /dev/null @@ -1,37 +0,0 @@ -import io.appwrite.Client -import io.appwrite.services.Storage - -public void main() { - Client client = Client(context) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2"); // Your secret API key - - Storage storage = new Storage(client); - storage.createBucket( - bucketId = "[BUCKET_ID]", - name = "[NAME]", - new Continuation() { - @NotNull - @Override - public CoroutineContext getContext() { - return EmptyCoroutineContext.INSTANCE; - } - - @Override - public void resumeWith(@NotNull Object o) { - String json = ""; - try { - if (o instanceof Result.Failure) { - Result.Failure failure = (Result.Failure) o; - throw failure.exception; - } else { - Response response = (Response) o; - } - } catch (Throwable th) { - Log.e("ERROR", th.toString()); - } - } - } - ); -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-kotlin/java/storage/create-file.md b/docs/examples/1.0.0/server-kotlin/java/storage/create-file.md deleted file mode 100644 index 7924fb255f..0000000000 --- a/docs/examples/1.0.0/server-kotlin/java/storage/create-file.md +++ /dev/null @@ -1,39 +0,0 @@ -import io.appwrite.Client -import io.appwrite.models.InputFile -import io.appwrite.services.Storage - -public void main() { - Client client = Client(context) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2"); // Your secret API key - - Storage storage = new Storage(client); - storage.createFile( - bucketId = "[BUCKET_ID]", - fileId = "[FILE_ID]", - file = InputFile.fromPath("file.png"), - new Continuation() { - @NotNull - @Override - public CoroutineContext getContext() { - return EmptyCoroutineContext.INSTANCE; - } - - @Override - public void resumeWith(@NotNull Object o) { - String json = ""; - try { - if (o instanceof Result.Failure) { - Result.Failure failure = (Result.Failure) o; - throw failure.exception; - } else { - Response response = (Response) o; - } - } catch (Throwable th) { - Log.e("ERROR", th.toString()); - } - } - } - ); -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-kotlin/java/storage/delete-bucket.md b/docs/examples/1.0.0/server-kotlin/java/storage/delete-bucket.md deleted file mode 100644 index 5d00b7bc6d..0000000000 --- a/docs/examples/1.0.0/server-kotlin/java/storage/delete-bucket.md +++ /dev/null @@ -1,36 +0,0 @@ -import io.appwrite.Client -import io.appwrite.services.Storage - -public void main() { - Client client = Client(context) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2"); // Your secret API key - - Storage storage = new Storage(client); - storage.deleteBucket( - bucketId = "[BUCKET_ID]" - new Continuation() { - @NotNull - @Override - public CoroutineContext getContext() { - return EmptyCoroutineContext.INSTANCE; - } - - @Override - public void resumeWith(@NotNull Object o) { - String json = ""; - try { - if (o instanceof Result.Failure) { - Result.Failure failure = (Result.Failure) o; - throw failure.exception; - } else { - Response response = (Response) o; - } - } catch (Throwable th) { - Log.e("ERROR", th.toString()); - } - } - } - ); -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-kotlin/java/storage/delete-file.md b/docs/examples/1.0.0/server-kotlin/java/storage/delete-file.md deleted file mode 100644 index 3d41866c53..0000000000 --- a/docs/examples/1.0.0/server-kotlin/java/storage/delete-file.md +++ /dev/null @@ -1,37 +0,0 @@ -import io.appwrite.Client -import io.appwrite.services.Storage - -public void main() { - Client client = Client(context) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2"); // Your secret API key - - Storage storage = new Storage(client); - storage.deleteFile( - bucketId = "[BUCKET_ID]", - fileId = "[FILE_ID]" - new Continuation() { - @NotNull - @Override - public CoroutineContext getContext() { - return EmptyCoroutineContext.INSTANCE; - } - - @Override - public void resumeWith(@NotNull Object o) { - String json = ""; - try { - if (o instanceof Result.Failure) { - Result.Failure failure = (Result.Failure) o; - throw failure.exception; - } else { - Response response = (Response) o; - } - } catch (Throwable th) { - Log.e("ERROR", th.toString()); - } - } - } - ); -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-kotlin/java/storage/get-bucket.md b/docs/examples/1.0.0/server-kotlin/java/storage/get-bucket.md deleted file mode 100644 index c8b92bda98..0000000000 --- a/docs/examples/1.0.0/server-kotlin/java/storage/get-bucket.md +++ /dev/null @@ -1,36 +0,0 @@ -import io.appwrite.Client -import io.appwrite.services.Storage - -public void main() { - Client client = Client(context) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2"); // Your secret API key - - Storage storage = new Storage(client); - storage.getBucket( - bucketId = "[BUCKET_ID]" - new Continuation() { - @NotNull - @Override - public CoroutineContext getContext() { - return EmptyCoroutineContext.INSTANCE; - } - - @Override - public void resumeWith(@NotNull Object o) { - String json = ""; - try { - if (o instanceof Result.Failure) { - Result.Failure failure = (Result.Failure) o; - throw failure.exception; - } else { - Response response = (Response) o; - } - } catch (Throwable th) { - Log.e("ERROR", th.toString()); - } - } - } - ); -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-kotlin/java/storage/get-file-download.md b/docs/examples/1.0.0/server-kotlin/java/storage/get-file-download.md deleted file mode 100644 index b116d5bb7b..0000000000 --- a/docs/examples/1.0.0/server-kotlin/java/storage/get-file-download.md +++ /dev/null @@ -1,37 +0,0 @@ -import io.appwrite.Client -import io.appwrite.services.Storage - -public void main() { - Client client = Client(context) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2"); // Your secret API key - - Storage storage = new Storage(client); - storage.getFileDownload( - bucketId = "[BUCKET_ID]", - fileId = "[FILE_ID]" - new Continuation() { - @NotNull - @Override - public CoroutineContext getContext() { - return EmptyCoroutineContext.INSTANCE; - } - - @Override - public void resumeWith(@NotNull Object o) { - String json = ""; - try { - if (o instanceof Result.Failure) { - Result.Failure failure = (Result.Failure) o; - throw failure.exception; - } else { - Response response = (Response) o; - } - } catch (Throwable th) { - Log.e("ERROR", th.toString()); - } - } - } - ); -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-kotlin/java/storage/get-file-preview.md b/docs/examples/1.0.0/server-kotlin/java/storage/get-file-preview.md deleted file mode 100644 index 32284dc7e3..0000000000 --- a/docs/examples/1.0.0/server-kotlin/java/storage/get-file-preview.md +++ /dev/null @@ -1,37 +0,0 @@ -import io.appwrite.Client -import io.appwrite.services.Storage - -public void main() { - Client client = Client(context) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2"); // Your secret API key - - Storage storage = new Storage(client); - storage.getFilePreview( - bucketId = "[BUCKET_ID]", - fileId = "[FILE_ID]", - new Continuation() { - @NotNull - @Override - public CoroutineContext getContext() { - return EmptyCoroutineContext.INSTANCE; - } - - @Override - public void resumeWith(@NotNull Object o) { - String json = ""; - try { - if (o instanceof Result.Failure) { - Result.Failure failure = (Result.Failure) o; - throw failure.exception; - } else { - Response response = (Response) o; - } - } catch (Throwable th) { - Log.e("ERROR", th.toString()); - } - } - } - ); -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-kotlin/java/storage/get-file-view.md b/docs/examples/1.0.0/server-kotlin/java/storage/get-file-view.md deleted file mode 100644 index 0332da5e89..0000000000 --- a/docs/examples/1.0.0/server-kotlin/java/storage/get-file-view.md +++ /dev/null @@ -1,37 +0,0 @@ -import io.appwrite.Client -import io.appwrite.services.Storage - -public void main() { - Client client = Client(context) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2"); // Your secret API key - - Storage storage = new Storage(client); - storage.getFileView( - bucketId = "[BUCKET_ID]", - fileId = "[FILE_ID]" - new Continuation() { - @NotNull - @Override - public CoroutineContext getContext() { - return EmptyCoroutineContext.INSTANCE; - } - - @Override - public void resumeWith(@NotNull Object o) { - String json = ""; - try { - if (o instanceof Result.Failure) { - Result.Failure failure = (Result.Failure) o; - throw failure.exception; - } else { - Response response = (Response) o; - } - } catch (Throwable th) { - Log.e("ERROR", th.toString()); - } - } - } - ); -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-kotlin/java/storage/get-file.md b/docs/examples/1.0.0/server-kotlin/java/storage/get-file.md deleted file mode 100644 index 61e3d6c20c..0000000000 --- a/docs/examples/1.0.0/server-kotlin/java/storage/get-file.md +++ /dev/null @@ -1,37 +0,0 @@ -import io.appwrite.Client -import io.appwrite.services.Storage - -public void main() { - Client client = Client(context) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2"); // Your secret API key - - Storage storage = new Storage(client); - storage.getFile( - bucketId = "[BUCKET_ID]", - fileId = "[FILE_ID]" - new Continuation() { - @NotNull - @Override - public CoroutineContext getContext() { - return EmptyCoroutineContext.INSTANCE; - } - - @Override - public void resumeWith(@NotNull Object o) { - String json = ""; - try { - if (o instanceof Result.Failure) { - Result.Failure failure = (Result.Failure) o; - throw failure.exception; - } else { - Response response = (Response) o; - } - } catch (Throwable th) { - Log.e("ERROR", th.toString()); - } - } - } - ); -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-kotlin/java/storage/list-buckets.md b/docs/examples/1.0.0/server-kotlin/java/storage/list-buckets.md deleted file mode 100644 index ffce5eb986..0000000000 --- a/docs/examples/1.0.0/server-kotlin/java/storage/list-buckets.md +++ /dev/null @@ -1,35 +0,0 @@ -import io.appwrite.Client -import io.appwrite.services.Storage - -public void main() { - Client client = Client(context) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2"); // Your secret API key - - Storage storage = new Storage(client); - storage.listBuckets( - new Continuation() { - @NotNull - @Override - public CoroutineContext getContext() { - return EmptyCoroutineContext.INSTANCE; - } - - @Override - public void resumeWith(@NotNull Object o) { - String json = ""; - try { - if (o instanceof Result.Failure) { - Result.Failure failure = (Result.Failure) o; - throw failure.exception; - } else { - Response response = (Response) o; - } - } catch (Throwable th) { - Log.e("ERROR", th.toString()); - } - } - } - ); -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-kotlin/java/storage/list-files.md b/docs/examples/1.0.0/server-kotlin/java/storage/list-files.md deleted file mode 100644 index de33a00b46..0000000000 --- a/docs/examples/1.0.0/server-kotlin/java/storage/list-files.md +++ /dev/null @@ -1,36 +0,0 @@ -import io.appwrite.Client -import io.appwrite.services.Storage - -public void main() { - Client client = Client(context) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2"); // Your secret API key - - Storage storage = new Storage(client); - storage.listFiles( - bucketId = "[BUCKET_ID]", - new Continuation() { - @NotNull - @Override - public CoroutineContext getContext() { - return EmptyCoroutineContext.INSTANCE; - } - - @Override - public void resumeWith(@NotNull Object o) { - String json = ""; - try { - if (o instanceof Result.Failure) { - Result.Failure failure = (Result.Failure) o; - throw failure.exception; - } else { - Response response = (Response) o; - } - } catch (Throwable th) { - Log.e("ERROR", th.toString()); - } - } - } - ); -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-kotlin/java/storage/update-bucket.md b/docs/examples/1.0.0/server-kotlin/java/storage/update-bucket.md deleted file mode 100644 index d2c6991287..0000000000 --- a/docs/examples/1.0.0/server-kotlin/java/storage/update-bucket.md +++ /dev/null @@ -1,37 +0,0 @@ -import io.appwrite.Client -import io.appwrite.services.Storage - -public void main() { - Client client = Client(context) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2"); // Your secret API key - - Storage storage = new Storage(client); - storage.updateBucket( - bucketId = "[BUCKET_ID]", - name = "[NAME]", - new Continuation() { - @NotNull - @Override - public CoroutineContext getContext() { - return EmptyCoroutineContext.INSTANCE; - } - - @Override - public void resumeWith(@NotNull Object o) { - String json = ""; - try { - if (o instanceof Result.Failure) { - Result.Failure failure = (Result.Failure) o; - throw failure.exception; - } else { - Response response = (Response) o; - } - } catch (Throwable th) { - Log.e("ERROR", th.toString()); - } - } - } - ); -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-kotlin/java/storage/update-file.md b/docs/examples/1.0.0/server-kotlin/java/storage/update-file.md deleted file mode 100644 index e1c2ed440c..0000000000 --- a/docs/examples/1.0.0/server-kotlin/java/storage/update-file.md +++ /dev/null @@ -1,37 +0,0 @@ -import io.appwrite.Client -import io.appwrite.services.Storage - -public void main() { - Client client = Client(context) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2"); // Your secret API key - - Storage storage = new Storage(client); - storage.updateFile( - bucketId = "[BUCKET_ID]", - fileId = "[FILE_ID]", - new Continuation() { - @NotNull - @Override - public CoroutineContext getContext() { - return EmptyCoroutineContext.INSTANCE; - } - - @Override - public void resumeWith(@NotNull Object o) { - String json = ""; - try { - if (o instanceof Result.Failure) { - Result.Failure failure = (Result.Failure) o; - throw failure.exception; - } else { - Response response = (Response) o; - } - } catch (Throwable th) { - Log.e("ERROR", th.toString()); - } - } - } - ); -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-kotlin/java/teams/create-membership.md b/docs/examples/1.0.0/server-kotlin/java/teams/create-membership.md deleted file mode 100644 index 077ce3f058..0000000000 --- a/docs/examples/1.0.0/server-kotlin/java/teams/create-membership.md +++ /dev/null @@ -1,39 +0,0 @@ -import io.appwrite.Client -import io.appwrite.services.Teams - -public void main() { - Client client = Client(context) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2"); // Your secret API key - - Teams teams = new Teams(client); - teams.createMembership( - teamId = "[TEAM_ID]", - email = "email@example.com", - roles = listOf(), - url = "https://example.com", - new Continuation() { - @NotNull - @Override - public CoroutineContext getContext() { - return EmptyCoroutineContext.INSTANCE; - } - - @Override - public void resumeWith(@NotNull Object o) { - String json = ""; - try { - if (o instanceof Result.Failure) { - Result.Failure failure = (Result.Failure) o; - throw failure.exception; - } else { - Response response = (Response) o; - } - } catch (Throwable th) { - Log.e("ERROR", th.toString()); - } - } - } - ); -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-kotlin/java/teams/create.md b/docs/examples/1.0.0/server-kotlin/java/teams/create.md deleted file mode 100644 index 3cc1f9d19d..0000000000 --- a/docs/examples/1.0.0/server-kotlin/java/teams/create.md +++ /dev/null @@ -1,37 +0,0 @@ -import io.appwrite.Client -import io.appwrite.services.Teams - -public void main() { - Client client = Client(context) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2"); // Your secret API key - - Teams teams = new Teams(client); - teams.create( - teamId = "[TEAM_ID]", - name = "[NAME]", - new Continuation() { - @NotNull - @Override - public CoroutineContext getContext() { - return EmptyCoroutineContext.INSTANCE; - } - - @Override - public void resumeWith(@NotNull Object o) { - String json = ""; - try { - if (o instanceof Result.Failure) { - Result.Failure failure = (Result.Failure) o; - throw failure.exception; - } else { - Response response = (Response) o; - } - } catch (Throwable th) { - Log.e("ERROR", th.toString()); - } - } - } - ); -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-kotlin/java/teams/delete-membership.md b/docs/examples/1.0.0/server-kotlin/java/teams/delete-membership.md deleted file mode 100644 index 7a57a32d9a..0000000000 --- a/docs/examples/1.0.0/server-kotlin/java/teams/delete-membership.md +++ /dev/null @@ -1,37 +0,0 @@ -import io.appwrite.Client -import io.appwrite.services.Teams - -public void main() { - Client client = Client(context) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2"); // Your secret API key - - Teams teams = new Teams(client); - teams.deleteMembership( - teamId = "[TEAM_ID]", - membershipId = "[MEMBERSHIP_ID]" - new Continuation() { - @NotNull - @Override - public CoroutineContext getContext() { - return EmptyCoroutineContext.INSTANCE; - } - - @Override - public void resumeWith(@NotNull Object o) { - String json = ""; - try { - if (o instanceof Result.Failure) { - Result.Failure failure = (Result.Failure) o; - throw failure.exception; - } else { - Response response = (Response) o; - } - } catch (Throwable th) { - Log.e("ERROR", th.toString()); - } - } - } - ); -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-kotlin/java/teams/delete.md b/docs/examples/1.0.0/server-kotlin/java/teams/delete.md deleted file mode 100644 index 7ace480161..0000000000 --- a/docs/examples/1.0.0/server-kotlin/java/teams/delete.md +++ /dev/null @@ -1,36 +0,0 @@ -import io.appwrite.Client -import io.appwrite.services.Teams - -public void main() { - Client client = Client(context) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2"); // Your secret API key - - Teams teams = new Teams(client); - teams.delete( - teamId = "[TEAM_ID]" - new Continuation() { - @NotNull - @Override - public CoroutineContext getContext() { - return EmptyCoroutineContext.INSTANCE; - } - - @Override - public void resumeWith(@NotNull Object o) { - String json = ""; - try { - if (o instanceof Result.Failure) { - Result.Failure failure = (Result.Failure) o; - throw failure.exception; - } else { - Response response = (Response) o; - } - } catch (Throwable th) { - Log.e("ERROR", th.toString()); - } - } - } - ); -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-kotlin/java/teams/get-membership.md b/docs/examples/1.0.0/server-kotlin/java/teams/get-membership.md deleted file mode 100644 index 5d4890693d..0000000000 --- a/docs/examples/1.0.0/server-kotlin/java/teams/get-membership.md +++ /dev/null @@ -1,37 +0,0 @@ -import io.appwrite.Client -import io.appwrite.services.Teams - -public void main() { - Client client = Client(context) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2"); // Your secret API key - - Teams teams = new Teams(client); - teams.getMembership( - teamId = "[TEAM_ID]", - membershipId = "[MEMBERSHIP_ID]" - new Continuation() { - @NotNull - @Override - public CoroutineContext getContext() { - return EmptyCoroutineContext.INSTANCE; - } - - @Override - public void resumeWith(@NotNull Object o) { - String json = ""; - try { - if (o instanceof Result.Failure) { - Result.Failure failure = (Result.Failure) o; - throw failure.exception; - } else { - Response response = (Response) o; - } - } catch (Throwable th) { - Log.e("ERROR", th.toString()); - } - } - } - ); -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-kotlin/java/teams/get-memberships.md b/docs/examples/1.0.0/server-kotlin/java/teams/get-memberships.md deleted file mode 100644 index af76419c43..0000000000 --- a/docs/examples/1.0.0/server-kotlin/java/teams/get-memberships.md +++ /dev/null @@ -1,36 +0,0 @@ -import io.appwrite.Client -import io.appwrite.services.Teams - -public void main() { - Client client = Client(context) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2"); // Your secret API key - - Teams teams = new Teams(client); - teams.getMemberships( - teamId = "[TEAM_ID]", - new Continuation() { - @NotNull - @Override - public CoroutineContext getContext() { - return EmptyCoroutineContext.INSTANCE; - } - - @Override - public void resumeWith(@NotNull Object o) { - String json = ""; - try { - if (o instanceof Result.Failure) { - Result.Failure failure = (Result.Failure) o; - throw failure.exception; - } else { - Response response = (Response) o; - } - } catch (Throwable th) { - Log.e("ERROR", th.toString()); - } - } - } - ); -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-kotlin/java/teams/get.md b/docs/examples/1.0.0/server-kotlin/java/teams/get.md deleted file mode 100644 index 23f52dc5c5..0000000000 --- a/docs/examples/1.0.0/server-kotlin/java/teams/get.md +++ /dev/null @@ -1,36 +0,0 @@ -import io.appwrite.Client -import io.appwrite.services.Teams - -public void main() { - Client client = Client(context) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2"); // Your secret API key - - Teams teams = new Teams(client); - teams.get( - teamId = "[TEAM_ID]" - new Continuation() { - @NotNull - @Override - public CoroutineContext getContext() { - return EmptyCoroutineContext.INSTANCE; - } - - @Override - public void resumeWith(@NotNull Object o) { - String json = ""; - try { - if (o instanceof Result.Failure) { - Result.Failure failure = (Result.Failure) o; - throw failure.exception; - } else { - Response response = (Response) o; - } - } catch (Throwable th) { - Log.e("ERROR", th.toString()); - } - } - } - ); -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-kotlin/java/teams/list.md b/docs/examples/1.0.0/server-kotlin/java/teams/list.md deleted file mode 100644 index 2a7bf89f6e..0000000000 --- a/docs/examples/1.0.0/server-kotlin/java/teams/list.md +++ /dev/null @@ -1,35 +0,0 @@ -import io.appwrite.Client -import io.appwrite.services.Teams - -public void main() { - Client client = Client(context) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2"); // Your secret API key - - Teams teams = new Teams(client); - teams.list( - new Continuation() { - @NotNull - @Override - public CoroutineContext getContext() { - return EmptyCoroutineContext.INSTANCE; - } - - @Override - public void resumeWith(@NotNull Object o) { - String json = ""; - try { - if (o instanceof Result.Failure) { - Result.Failure failure = (Result.Failure) o; - throw failure.exception; - } else { - Response response = (Response) o; - } - } catch (Throwable th) { - Log.e("ERROR", th.toString()); - } - } - } - ); -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-kotlin/java/teams/update-membership-roles.md b/docs/examples/1.0.0/server-kotlin/java/teams/update-membership-roles.md deleted file mode 100644 index 7e8d68283d..0000000000 --- a/docs/examples/1.0.0/server-kotlin/java/teams/update-membership-roles.md +++ /dev/null @@ -1,38 +0,0 @@ -import io.appwrite.Client -import io.appwrite.services.Teams - -public void main() { - Client client = Client(context) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2"); // Your secret API key - - Teams teams = new Teams(client); - teams.updateMembershipRoles( - teamId = "[TEAM_ID]", - membershipId = "[MEMBERSHIP_ID]", - roles = listOf() - new Continuation() { - @NotNull - @Override - public CoroutineContext getContext() { - return EmptyCoroutineContext.INSTANCE; - } - - @Override - public void resumeWith(@NotNull Object o) { - String json = ""; - try { - if (o instanceof Result.Failure) { - Result.Failure failure = (Result.Failure) o; - throw failure.exception; - } else { - Response response = (Response) o; - } - } catch (Throwable th) { - Log.e("ERROR", th.toString()); - } - } - } - ); -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-kotlin/java/teams/update-membership-status.md b/docs/examples/1.0.0/server-kotlin/java/teams/update-membership-status.md deleted file mode 100644 index 0a528d4d81..0000000000 --- a/docs/examples/1.0.0/server-kotlin/java/teams/update-membership-status.md +++ /dev/null @@ -1,39 +0,0 @@ -import io.appwrite.Client -import io.appwrite.services.Teams - -public void main() { - Client client = Client(context) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setJWT("eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ..."); // Your secret JSON Web Token - - Teams teams = new Teams(client); - teams.updateMembershipStatus( - teamId = "[TEAM_ID]", - membershipId = "[MEMBERSHIP_ID]", - userId = "[USER_ID]", - secret = "[SECRET]" - new Continuation() { - @NotNull - @Override - public CoroutineContext getContext() { - return EmptyCoroutineContext.INSTANCE; - } - - @Override - public void resumeWith(@NotNull Object o) { - String json = ""; - try { - if (o instanceof Result.Failure) { - Result.Failure failure = (Result.Failure) o; - throw failure.exception; - } else { - Response response = (Response) o; - } - } catch (Throwable th) { - Log.e("ERROR", th.toString()); - } - } - } - ); -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-kotlin/java/teams/update.md b/docs/examples/1.0.0/server-kotlin/java/teams/update.md deleted file mode 100644 index 5c05d6a65f..0000000000 --- a/docs/examples/1.0.0/server-kotlin/java/teams/update.md +++ /dev/null @@ -1,37 +0,0 @@ -import io.appwrite.Client -import io.appwrite.services.Teams - -public void main() { - Client client = Client(context) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2"); // Your secret API key - - Teams teams = new Teams(client); - teams.update( - teamId = "[TEAM_ID]", - name = "[NAME]" - new Continuation() { - @NotNull - @Override - public CoroutineContext getContext() { - return EmptyCoroutineContext.INSTANCE; - } - - @Override - public void resumeWith(@NotNull Object o) { - String json = ""; - try { - if (o instanceof Result.Failure) { - Result.Failure failure = (Result.Failure) o; - throw failure.exception; - } else { - Response response = (Response) o; - } - } catch (Throwable th) { - Log.e("ERROR", th.toString()); - } - } - } - ); -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-kotlin/java/users/create-argon2user.md b/docs/examples/1.0.0/server-kotlin/java/users/create-argon2user.md deleted file mode 100644 index 04a93bb94b..0000000000 --- a/docs/examples/1.0.0/server-kotlin/java/users/create-argon2user.md +++ /dev/null @@ -1,38 +0,0 @@ -import io.appwrite.Client -import io.appwrite.services.Users - -public void main() { - Client client = Client(context) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2"); // Your secret API key - - Users users = new Users(client); - users.createArgon2User( - userId = "[USER_ID]", - email = "email@example.com", - password = "password", - new Continuation() { - @NotNull - @Override - public CoroutineContext getContext() { - return EmptyCoroutineContext.INSTANCE; - } - - @Override - public void resumeWith(@NotNull Object o) { - String json = ""; - try { - if (o instanceof Result.Failure) { - Result.Failure failure = (Result.Failure) o; - throw failure.exception; - } else { - Response response = (Response) o; - } - } catch (Throwable th) { - Log.e("ERROR", th.toString()); - } - } - } - ); -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-kotlin/java/users/create-bcrypt-user.md b/docs/examples/1.0.0/server-kotlin/java/users/create-bcrypt-user.md deleted file mode 100644 index 026b4593a2..0000000000 --- a/docs/examples/1.0.0/server-kotlin/java/users/create-bcrypt-user.md +++ /dev/null @@ -1,38 +0,0 @@ -import io.appwrite.Client -import io.appwrite.services.Users - -public void main() { - Client client = Client(context) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2"); // Your secret API key - - Users users = new Users(client); - users.createBcryptUser( - userId = "[USER_ID]", - email = "email@example.com", - password = "password", - new Continuation() { - @NotNull - @Override - public CoroutineContext getContext() { - return EmptyCoroutineContext.INSTANCE; - } - - @Override - public void resumeWith(@NotNull Object o) { - String json = ""; - try { - if (o instanceof Result.Failure) { - Result.Failure failure = (Result.Failure) o; - throw failure.exception; - } else { - Response response = (Response) o; - } - } catch (Throwable th) { - Log.e("ERROR", th.toString()); - } - } - } - ); -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-kotlin/java/users/create-m-d5user.md b/docs/examples/1.0.0/server-kotlin/java/users/create-m-d5user.md deleted file mode 100644 index 06b0ee0a38..0000000000 --- a/docs/examples/1.0.0/server-kotlin/java/users/create-m-d5user.md +++ /dev/null @@ -1,38 +0,0 @@ -import io.appwrite.Client -import io.appwrite.services.Users - -public void main() { - Client client = Client(context) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2"); // Your secret API key - - Users users = new Users(client); - users.createMD5User( - userId = "[USER_ID]", - email = "email@example.com", - password = "password", - new Continuation() { - @NotNull - @Override - public CoroutineContext getContext() { - return EmptyCoroutineContext.INSTANCE; - } - - @Override - public void resumeWith(@NotNull Object o) { - String json = ""; - try { - if (o instanceof Result.Failure) { - Result.Failure failure = (Result.Failure) o; - throw failure.exception; - } else { - Response response = (Response) o; - } - } catch (Throwable th) { - Log.e("ERROR", th.toString()); - } - } - } - ); -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-kotlin/java/users/create-p-h-pass-user.md b/docs/examples/1.0.0/server-kotlin/java/users/create-p-h-pass-user.md deleted file mode 100644 index 5dcc377297..0000000000 --- a/docs/examples/1.0.0/server-kotlin/java/users/create-p-h-pass-user.md +++ /dev/null @@ -1,38 +0,0 @@ -import io.appwrite.Client -import io.appwrite.services.Users - -public void main() { - Client client = Client(context) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2"); // Your secret API key - - Users users = new Users(client); - users.createPHPassUser( - userId = "[USER_ID]", - email = "email@example.com", - password = "password", - new Continuation() { - @NotNull - @Override - public CoroutineContext getContext() { - return EmptyCoroutineContext.INSTANCE; - } - - @Override - public void resumeWith(@NotNull Object o) { - String json = ""; - try { - if (o instanceof Result.Failure) { - Result.Failure failure = (Result.Failure) o; - throw failure.exception; - } else { - Response response = (Response) o; - } - } catch (Throwable th) { - Log.e("ERROR", th.toString()); - } - } - } - ); -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-kotlin/java/users/create-s-h-a-user.md b/docs/examples/1.0.0/server-kotlin/java/users/create-s-h-a-user.md deleted file mode 100644 index 2bb0c18c31..0000000000 --- a/docs/examples/1.0.0/server-kotlin/java/users/create-s-h-a-user.md +++ /dev/null @@ -1,38 +0,0 @@ -import io.appwrite.Client -import io.appwrite.services.Users - -public void main() { - Client client = Client(context) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2"); // Your secret API key - - Users users = new Users(client); - users.createSHAUser( - userId = "[USER_ID]", - email = "email@example.com", - password = "password", - new Continuation() { - @NotNull - @Override - public CoroutineContext getContext() { - return EmptyCoroutineContext.INSTANCE; - } - - @Override - public void resumeWith(@NotNull Object o) { - String json = ""; - try { - if (o instanceof Result.Failure) { - Result.Failure failure = (Result.Failure) o; - throw failure.exception; - } else { - Response response = (Response) o; - } - } catch (Throwable th) { - Log.e("ERROR", th.toString()); - } - } - } - ); -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-kotlin/java/users/create-scrypt-modified-user.md b/docs/examples/1.0.0/server-kotlin/java/users/create-scrypt-modified-user.md deleted file mode 100644 index 2c0c73f72f..0000000000 --- a/docs/examples/1.0.0/server-kotlin/java/users/create-scrypt-modified-user.md +++ /dev/null @@ -1,41 +0,0 @@ -import io.appwrite.Client -import io.appwrite.services.Users - -public void main() { - Client client = Client(context) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2"); // Your secret API key - - Users users = new Users(client); - users.createScryptModifiedUser( - userId = "[USER_ID]", - email = "email@example.com", - password = "password", - passwordSalt = "[PASSWORD_SALT]", - passwordSaltSeparator = "[PASSWORD_SALT_SEPARATOR]", - passwordSignerKey = "[PASSWORD_SIGNER_KEY]", - new Continuation() { - @NotNull - @Override - public CoroutineContext getContext() { - return EmptyCoroutineContext.INSTANCE; - } - - @Override - public void resumeWith(@NotNull Object o) { - String json = ""; - try { - if (o instanceof Result.Failure) { - Result.Failure failure = (Result.Failure) o; - throw failure.exception; - } else { - Response response = (Response) o; - } - } catch (Throwable th) { - Log.e("ERROR", th.toString()); - } - } - } - ); -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-kotlin/java/users/create-scrypt-user.md b/docs/examples/1.0.0/server-kotlin/java/users/create-scrypt-user.md deleted file mode 100644 index 74143e9523..0000000000 --- a/docs/examples/1.0.0/server-kotlin/java/users/create-scrypt-user.md +++ /dev/null @@ -1,43 +0,0 @@ -import io.appwrite.Client -import io.appwrite.services.Users - -public void main() { - Client client = Client(context) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2"); // Your secret API key - - Users users = new Users(client); - users.createScryptUser( - userId = "[USER_ID]", - email = "email@example.com", - password = "password", - passwordSalt = "[PASSWORD_SALT]", - passwordCpu = 0, - passwordMemory = 0, - passwordParallel = 0, - passwordLength = 0, - new Continuation() { - @NotNull - @Override - public CoroutineContext getContext() { - return EmptyCoroutineContext.INSTANCE; - } - - @Override - public void resumeWith(@NotNull Object o) { - String json = ""; - try { - if (o instanceof Result.Failure) { - Result.Failure failure = (Result.Failure) o; - throw failure.exception; - } else { - Response response = (Response) o; - } - } catch (Throwable th) { - Log.e("ERROR", th.toString()); - } - } - } - ); -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-kotlin/java/users/create.md b/docs/examples/1.0.0/server-kotlin/java/users/create.md deleted file mode 100644 index e52912555b..0000000000 --- a/docs/examples/1.0.0/server-kotlin/java/users/create.md +++ /dev/null @@ -1,36 +0,0 @@ -import io.appwrite.Client -import io.appwrite.services.Users - -public void main() { - Client client = Client(context) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2"); // Your secret API key - - Users users = new Users(client); - users.create( - userId = "[USER_ID]", - new Continuation() { - @NotNull - @Override - public CoroutineContext getContext() { - return EmptyCoroutineContext.INSTANCE; - } - - @Override - public void resumeWith(@NotNull Object o) { - String json = ""; - try { - if (o instanceof Result.Failure) { - Result.Failure failure = (Result.Failure) o; - throw failure.exception; - } else { - Response response = (Response) o; - } - } catch (Throwable th) { - Log.e("ERROR", th.toString()); - } - } - } - ); -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-kotlin/java/users/delete-session.md b/docs/examples/1.0.0/server-kotlin/java/users/delete-session.md deleted file mode 100644 index 7295506bc2..0000000000 --- a/docs/examples/1.0.0/server-kotlin/java/users/delete-session.md +++ /dev/null @@ -1,37 +0,0 @@ -import io.appwrite.Client -import io.appwrite.services.Users - -public void main() { - Client client = Client(context) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2"); // Your secret API key - - Users users = new Users(client); - users.deleteSession( - userId = "[USER_ID]", - sessionId = "[SESSION_ID]" - new Continuation() { - @NotNull - @Override - public CoroutineContext getContext() { - return EmptyCoroutineContext.INSTANCE; - } - - @Override - public void resumeWith(@NotNull Object o) { - String json = ""; - try { - if (o instanceof Result.Failure) { - Result.Failure failure = (Result.Failure) o; - throw failure.exception; - } else { - Response response = (Response) o; - } - } catch (Throwable th) { - Log.e("ERROR", th.toString()); - } - } - } - ); -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-kotlin/java/users/delete-sessions.md b/docs/examples/1.0.0/server-kotlin/java/users/delete-sessions.md deleted file mode 100644 index 6fb4028c37..0000000000 --- a/docs/examples/1.0.0/server-kotlin/java/users/delete-sessions.md +++ /dev/null @@ -1,36 +0,0 @@ -import io.appwrite.Client -import io.appwrite.services.Users - -public void main() { - Client client = Client(context) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2"); // Your secret API key - - Users users = new Users(client); - users.deleteSessions( - userId = "[USER_ID]" - new Continuation() { - @NotNull - @Override - public CoroutineContext getContext() { - return EmptyCoroutineContext.INSTANCE; - } - - @Override - public void resumeWith(@NotNull Object o) { - String json = ""; - try { - if (o instanceof Result.Failure) { - Result.Failure failure = (Result.Failure) o; - throw failure.exception; - } else { - Response response = (Response) o; - } - } catch (Throwable th) { - Log.e("ERROR", th.toString()); - } - } - } - ); -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-kotlin/java/users/delete.md b/docs/examples/1.0.0/server-kotlin/java/users/delete.md deleted file mode 100644 index f004170a1e..0000000000 --- a/docs/examples/1.0.0/server-kotlin/java/users/delete.md +++ /dev/null @@ -1,36 +0,0 @@ -import io.appwrite.Client -import io.appwrite.services.Users - -public void main() { - Client client = Client(context) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2"); // Your secret API key - - Users users = new Users(client); - users.delete( - userId = "[USER_ID]" - new Continuation() { - @NotNull - @Override - public CoroutineContext getContext() { - return EmptyCoroutineContext.INSTANCE; - } - - @Override - public void resumeWith(@NotNull Object o) { - String json = ""; - try { - if (o instanceof Result.Failure) { - Result.Failure failure = (Result.Failure) o; - throw failure.exception; - } else { - Response response = (Response) o; - } - } catch (Throwable th) { - Log.e("ERROR", th.toString()); - } - } - } - ); -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-kotlin/java/users/get-logs.md b/docs/examples/1.0.0/server-kotlin/java/users/get-logs.md deleted file mode 100644 index 226f70a206..0000000000 --- a/docs/examples/1.0.0/server-kotlin/java/users/get-logs.md +++ /dev/null @@ -1,36 +0,0 @@ -import io.appwrite.Client -import io.appwrite.services.Users - -public void main() { - Client client = Client(context) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2"); // Your secret API key - - Users users = new Users(client); - users.getLogs( - userId = "[USER_ID]", - new Continuation() { - @NotNull - @Override - public CoroutineContext getContext() { - return EmptyCoroutineContext.INSTANCE; - } - - @Override - public void resumeWith(@NotNull Object o) { - String json = ""; - try { - if (o instanceof Result.Failure) { - Result.Failure failure = (Result.Failure) o; - throw failure.exception; - } else { - Response response = (Response) o; - } - } catch (Throwable th) { - Log.e("ERROR", th.toString()); - } - } - } - ); -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-kotlin/java/users/get-memberships.md b/docs/examples/1.0.0/server-kotlin/java/users/get-memberships.md deleted file mode 100644 index d87891b69c..0000000000 --- a/docs/examples/1.0.0/server-kotlin/java/users/get-memberships.md +++ /dev/null @@ -1,36 +0,0 @@ -import io.appwrite.Client -import io.appwrite.services.Users - -public void main() { - Client client = Client(context) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2"); // Your secret API key - - Users users = new Users(client); - users.getMemberships( - userId = "[USER_ID]" - new Continuation() { - @NotNull - @Override - public CoroutineContext getContext() { - return EmptyCoroutineContext.INSTANCE; - } - - @Override - public void resumeWith(@NotNull Object o) { - String json = ""; - try { - if (o instanceof Result.Failure) { - Result.Failure failure = (Result.Failure) o; - throw failure.exception; - } else { - Response response = (Response) o; - } - } catch (Throwable th) { - Log.e("ERROR", th.toString()); - } - } - } - ); -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-kotlin/java/users/get-prefs.md b/docs/examples/1.0.0/server-kotlin/java/users/get-prefs.md deleted file mode 100644 index d45fbf4682..0000000000 --- a/docs/examples/1.0.0/server-kotlin/java/users/get-prefs.md +++ /dev/null @@ -1,36 +0,0 @@ -import io.appwrite.Client -import io.appwrite.services.Users - -public void main() { - Client client = Client(context) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2"); // Your secret API key - - Users users = new Users(client); - users.getPrefs( - userId = "[USER_ID]" - new Continuation() { - @NotNull - @Override - public CoroutineContext getContext() { - return EmptyCoroutineContext.INSTANCE; - } - - @Override - public void resumeWith(@NotNull Object o) { - String json = ""; - try { - if (o instanceof Result.Failure) { - Result.Failure failure = (Result.Failure) o; - throw failure.exception; - } else { - Response response = (Response) o; - } - } catch (Throwable th) { - Log.e("ERROR", th.toString()); - } - } - } - ); -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-kotlin/java/users/get-sessions.md b/docs/examples/1.0.0/server-kotlin/java/users/get-sessions.md deleted file mode 100644 index cf2e06a858..0000000000 --- a/docs/examples/1.0.0/server-kotlin/java/users/get-sessions.md +++ /dev/null @@ -1,36 +0,0 @@ -import io.appwrite.Client -import io.appwrite.services.Users - -public void main() { - Client client = Client(context) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2"); // Your secret API key - - Users users = new Users(client); - users.getSessions( - userId = "[USER_ID]" - new Continuation() { - @NotNull - @Override - public CoroutineContext getContext() { - return EmptyCoroutineContext.INSTANCE; - } - - @Override - public void resumeWith(@NotNull Object o) { - String json = ""; - try { - if (o instanceof Result.Failure) { - Result.Failure failure = (Result.Failure) o; - throw failure.exception; - } else { - Response response = (Response) o; - } - } catch (Throwable th) { - Log.e("ERROR", th.toString()); - } - } - } - ); -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-kotlin/java/users/get.md b/docs/examples/1.0.0/server-kotlin/java/users/get.md deleted file mode 100644 index 98b3df0680..0000000000 --- a/docs/examples/1.0.0/server-kotlin/java/users/get.md +++ /dev/null @@ -1,36 +0,0 @@ -import io.appwrite.Client -import io.appwrite.services.Users - -public void main() { - Client client = Client(context) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2"); // Your secret API key - - Users users = new Users(client); - users.get( - userId = "[USER_ID]" - new Continuation() { - @NotNull - @Override - public CoroutineContext getContext() { - return EmptyCoroutineContext.INSTANCE; - } - - @Override - public void resumeWith(@NotNull Object o) { - String json = ""; - try { - if (o instanceof Result.Failure) { - Result.Failure failure = (Result.Failure) o; - throw failure.exception; - } else { - Response response = (Response) o; - } - } catch (Throwable th) { - Log.e("ERROR", th.toString()); - } - } - } - ); -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-kotlin/java/users/list.md b/docs/examples/1.0.0/server-kotlin/java/users/list.md deleted file mode 100644 index f0c4710b65..0000000000 --- a/docs/examples/1.0.0/server-kotlin/java/users/list.md +++ /dev/null @@ -1,35 +0,0 @@ -import io.appwrite.Client -import io.appwrite.services.Users - -public void main() { - Client client = Client(context) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2"); // Your secret API key - - Users users = new Users(client); - users.list( - new Continuation() { - @NotNull - @Override - public CoroutineContext getContext() { - return EmptyCoroutineContext.INSTANCE; - } - - @Override - public void resumeWith(@NotNull Object o) { - String json = ""; - try { - if (o instanceof Result.Failure) { - Result.Failure failure = (Result.Failure) o; - throw failure.exception; - } else { - Response response = (Response) o; - } - } catch (Throwable th) { - Log.e("ERROR", th.toString()); - } - } - } - ); -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-kotlin/java/users/update-email-verification.md b/docs/examples/1.0.0/server-kotlin/java/users/update-email-verification.md deleted file mode 100644 index b7278cad38..0000000000 --- a/docs/examples/1.0.0/server-kotlin/java/users/update-email-verification.md +++ /dev/null @@ -1,37 +0,0 @@ -import io.appwrite.Client -import io.appwrite.services.Users - -public void main() { - Client client = Client(context) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2"); // Your secret API key - - Users users = new Users(client); - users.updateEmailVerification( - userId = "[USER_ID]", - emailVerification = false - new Continuation() { - @NotNull - @Override - public CoroutineContext getContext() { - return EmptyCoroutineContext.INSTANCE; - } - - @Override - public void resumeWith(@NotNull Object o) { - String json = ""; - try { - if (o instanceof Result.Failure) { - Result.Failure failure = (Result.Failure) o; - throw failure.exception; - } else { - Response response = (Response) o; - } - } catch (Throwable th) { - Log.e("ERROR", th.toString()); - } - } - } - ); -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-kotlin/java/users/update-email.md b/docs/examples/1.0.0/server-kotlin/java/users/update-email.md deleted file mode 100644 index c023caa014..0000000000 --- a/docs/examples/1.0.0/server-kotlin/java/users/update-email.md +++ /dev/null @@ -1,37 +0,0 @@ -import io.appwrite.Client -import io.appwrite.services.Users - -public void main() { - Client client = Client(context) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2"); // Your secret API key - - Users users = new Users(client); - users.updateEmail( - userId = "[USER_ID]", - email = "email@example.com" - new Continuation() { - @NotNull - @Override - public CoroutineContext getContext() { - return EmptyCoroutineContext.INSTANCE; - } - - @Override - public void resumeWith(@NotNull Object o) { - String json = ""; - try { - if (o instanceof Result.Failure) { - Result.Failure failure = (Result.Failure) o; - throw failure.exception; - } else { - Response response = (Response) o; - } - } catch (Throwable th) { - Log.e("ERROR", th.toString()); - } - } - } - ); -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-kotlin/java/users/update-name.md b/docs/examples/1.0.0/server-kotlin/java/users/update-name.md deleted file mode 100644 index cf760ae78a..0000000000 --- a/docs/examples/1.0.0/server-kotlin/java/users/update-name.md +++ /dev/null @@ -1,37 +0,0 @@ -import io.appwrite.Client -import io.appwrite.services.Users - -public void main() { - Client client = Client(context) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2"); // Your secret API key - - Users users = new Users(client); - users.updateName( - userId = "[USER_ID]", - name = "[NAME]" - new Continuation() { - @NotNull - @Override - public CoroutineContext getContext() { - return EmptyCoroutineContext.INSTANCE; - } - - @Override - public void resumeWith(@NotNull Object o) { - String json = ""; - try { - if (o instanceof Result.Failure) { - Result.Failure failure = (Result.Failure) o; - throw failure.exception; - } else { - Response response = (Response) o; - } - } catch (Throwable th) { - Log.e("ERROR", th.toString()); - } - } - } - ); -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-kotlin/java/users/update-password.md b/docs/examples/1.0.0/server-kotlin/java/users/update-password.md deleted file mode 100644 index a8fc3f3c50..0000000000 --- a/docs/examples/1.0.0/server-kotlin/java/users/update-password.md +++ /dev/null @@ -1,37 +0,0 @@ -import io.appwrite.Client -import io.appwrite.services.Users - -public void main() { - Client client = Client(context) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2"); // Your secret API key - - Users users = new Users(client); - users.updatePassword( - userId = "[USER_ID]", - password = "password" - new Continuation() { - @NotNull - @Override - public CoroutineContext getContext() { - return EmptyCoroutineContext.INSTANCE; - } - - @Override - public void resumeWith(@NotNull Object o) { - String json = ""; - try { - if (o instanceof Result.Failure) { - Result.Failure failure = (Result.Failure) o; - throw failure.exception; - } else { - Response response = (Response) o; - } - } catch (Throwable th) { - Log.e("ERROR", th.toString()); - } - } - } - ); -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-kotlin/java/users/update-phone-verification.md b/docs/examples/1.0.0/server-kotlin/java/users/update-phone-verification.md deleted file mode 100644 index 65b6341f1e..0000000000 --- a/docs/examples/1.0.0/server-kotlin/java/users/update-phone-verification.md +++ /dev/null @@ -1,37 +0,0 @@ -import io.appwrite.Client -import io.appwrite.services.Users - -public void main() { - Client client = Client(context) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2"); // Your secret API key - - Users users = new Users(client); - users.updatePhoneVerification( - userId = "[USER_ID]", - phoneVerification = false - new Continuation() { - @NotNull - @Override - public CoroutineContext getContext() { - return EmptyCoroutineContext.INSTANCE; - } - - @Override - public void resumeWith(@NotNull Object o) { - String json = ""; - try { - if (o instanceof Result.Failure) { - Result.Failure failure = (Result.Failure) o; - throw failure.exception; - } else { - Response response = (Response) o; - } - } catch (Throwable th) { - Log.e("ERROR", th.toString()); - } - } - } - ); -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-kotlin/java/users/update-phone.md b/docs/examples/1.0.0/server-kotlin/java/users/update-phone.md deleted file mode 100644 index cba848b6bb..0000000000 --- a/docs/examples/1.0.0/server-kotlin/java/users/update-phone.md +++ /dev/null @@ -1,37 +0,0 @@ -import io.appwrite.Client -import io.appwrite.services.Users - -public void main() { - Client client = Client(context) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2"); // Your secret API key - - Users users = new Users(client); - users.updatePhone( - userId = "[USER_ID]", - number = "" - new Continuation() { - @NotNull - @Override - public CoroutineContext getContext() { - return EmptyCoroutineContext.INSTANCE; - } - - @Override - public void resumeWith(@NotNull Object o) { - String json = ""; - try { - if (o instanceof Result.Failure) { - Result.Failure failure = (Result.Failure) o; - throw failure.exception; - } else { - Response response = (Response) o; - } - } catch (Throwable th) { - Log.e("ERROR", th.toString()); - } - } - } - ); -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-kotlin/java/users/update-prefs.md b/docs/examples/1.0.0/server-kotlin/java/users/update-prefs.md deleted file mode 100644 index 393366cf10..0000000000 --- a/docs/examples/1.0.0/server-kotlin/java/users/update-prefs.md +++ /dev/null @@ -1,37 +0,0 @@ -import io.appwrite.Client -import io.appwrite.services.Users - -public void main() { - Client client = Client(context) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2"); // Your secret API key - - Users users = new Users(client); - users.updatePrefs( - userId = "[USER_ID]", - prefs = mapOf( "a" to "b" ) - new Continuation() { - @NotNull - @Override - public CoroutineContext getContext() { - return EmptyCoroutineContext.INSTANCE; - } - - @Override - public void resumeWith(@NotNull Object o) { - String json = ""; - try { - if (o instanceof Result.Failure) { - Result.Failure failure = (Result.Failure) o; - throw failure.exception; - } else { - Response response = (Response) o; - } - } catch (Throwable th) { - Log.e("ERROR", th.toString()); - } - } - } - ); -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-kotlin/java/users/update-status.md b/docs/examples/1.0.0/server-kotlin/java/users/update-status.md deleted file mode 100644 index e847dcedc3..0000000000 --- a/docs/examples/1.0.0/server-kotlin/java/users/update-status.md +++ /dev/null @@ -1,37 +0,0 @@ -import io.appwrite.Client -import io.appwrite.services.Users - -public void main() { - Client client = Client(context) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2"); // Your secret API key - - Users users = new Users(client); - users.updateStatus( - userId = "[USER_ID]", - status = false - new Continuation() { - @NotNull - @Override - public CoroutineContext getContext() { - return EmptyCoroutineContext.INSTANCE; - } - - @Override - public void resumeWith(@NotNull Object o) { - String json = ""; - try { - if (o instanceof Result.Failure) { - Result.Failure failure = (Result.Failure) o; - throw failure.exception; - } else { - Response response = (Response) o; - } - } catch (Throwable th) { - Log.e("ERROR", th.toString()); - } - } - } - ); -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-kotlin/kotlin/account/create-phone-verification.md b/docs/examples/1.0.0/server-kotlin/kotlin/account/create-phone-verification.md deleted file mode 100644 index c097b00f88..0000000000 --- a/docs/examples/1.0.0/server-kotlin/kotlin/account/create-phone-verification.md +++ /dev/null @@ -1,13 +0,0 @@ -import io.appwrite.Client -import io.appwrite.services.Account - -suspend fun main() { - val client = Client(context) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setJWT("eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ...") // Your secret JSON Web Token - - val account = Account(client) - val response = account.createPhoneVerification() - val json = response.body?.string() -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-kotlin/kotlin/account/create-recovery.md b/docs/examples/1.0.0/server-kotlin/kotlin/account/create-recovery.md deleted file mode 100644 index e43eaf8698..0000000000 --- a/docs/examples/1.0.0/server-kotlin/kotlin/account/create-recovery.md +++ /dev/null @@ -1,16 +0,0 @@ -import io.appwrite.Client -import io.appwrite.services.Account - -suspend fun main() { - val client = Client(context) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setJWT("eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ...") // Your secret JSON Web Token - - val account = Account(client) - val response = account.createRecovery( - email = "email@example.com", - url = "https://example.com" - ) - val json = response.body?.string() -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-kotlin/kotlin/account/create-verification.md b/docs/examples/1.0.0/server-kotlin/kotlin/account/create-verification.md deleted file mode 100644 index 41f34631b6..0000000000 --- a/docs/examples/1.0.0/server-kotlin/kotlin/account/create-verification.md +++ /dev/null @@ -1,15 +0,0 @@ -import io.appwrite.Client -import io.appwrite.services.Account - -suspend fun main() { - val client = Client(context) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setJWT("eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ...") // Your secret JSON Web Token - - val account = Account(client) - val response = account.createVerification( - url = "https://example.com" - ) - val json = response.body?.string() -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-kotlin/kotlin/account/delete-session.md b/docs/examples/1.0.0/server-kotlin/kotlin/account/delete-session.md deleted file mode 100644 index 11b91b05eb..0000000000 --- a/docs/examples/1.0.0/server-kotlin/kotlin/account/delete-session.md +++ /dev/null @@ -1,15 +0,0 @@ -import io.appwrite.Client -import io.appwrite.services.Account - -suspend fun main() { - val client = Client(context) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setJWT("eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ...") // Your secret JSON Web Token - - val account = Account(client) - val response = account.deleteSession( - sessionId = "[SESSION_ID]" - ) - val json = response.body?.string() -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-kotlin/kotlin/account/delete-sessions.md b/docs/examples/1.0.0/server-kotlin/kotlin/account/delete-sessions.md deleted file mode 100644 index 5ff7c5ce75..0000000000 --- a/docs/examples/1.0.0/server-kotlin/kotlin/account/delete-sessions.md +++ /dev/null @@ -1,13 +0,0 @@ -import io.appwrite.Client -import io.appwrite.services.Account - -suspend fun main() { - val client = Client(context) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setJWT("eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ...") // Your secret JSON Web Token - - val account = Account(client) - val response = account.deleteSessions() - val json = response.body?.string() -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-kotlin/kotlin/account/get-logs.md b/docs/examples/1.0.0/server-kotlin/kotlin/account/get-logs.md deleted file mode 100644 index 8b722a2d85..0000000000 --- a/docs/examples/1.0.0/server-kotlin/kotlin/account/get-logs.md +++ /dev/null @@ -1,14 +0,0 @@ -import io.appwrite.Client -import io.appwrite.services.Account - -suspend fun main() { - val client = Client(context) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setJWT("eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ...") // Your secret JSON Web Token - - val account = Account(client) - val response = account.getLogs( - ) - val json = response.body?.string() -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-kotlin/kotlin/account/get-prefs.md b/docs/examples/1.0.0/server-kotlin/kotlin/account/get-prefs.md deleted file mode 100644 index 8d836f1a83..0000000000 --- a/docs/examples/1.0.0/server-kotlin/kotlin/account/get-prefs.md +++ /dev/null @@ -1,13 +0,0 @@ -import io.appwrite.Client -import io.appwrite.services.Account - -suspend fun main() { - val client = Client(context) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setJWT("eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ...") // Your secret JSON Web Token - - val account = Account(client) - val response = account.getPrefs() - val json = response.body?.string() -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-kotlin/kotlin/account/get-session.md b/docs/examples/1.0.0/server-kotlin/kotlin/account/get-session.md deleted file mode 100644 index 3a3ae1fbb3..0000000000 --- a/docs/examples/1.0.0/server-kotlin/kotlin/account/get-session.md +++ /dev/null @@ -1,15 +0,0 @@ -import io.appwrite.Client -import io.appwrite.services.Account - -suspend fun main() { - val client = Client(context) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setJWT("eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ...") // Your secret JSON Web Token - - val account = Account(client) - val response = account.getSession( - sessionId = "[SESSION_ID]" - ) - val json = response.body?.string() -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-kotlin/kotlin/account/get-sessions.md b/docs/examples/1.0.0/server-kotlin/kotlin/account/get-sessions.md deleted file mode 100644 index 21b26a6c08..0000000000 --- a/docs/examples/1.0.0/server-kotlin/kotlin/account/get-sessions.md +++ /dev/null @@ -1,13 +0,0 @@ -import io.appwrite.Client -import io.appwrite.services.Account - -suspend fun main() { - val client = Client(context) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setJWT("eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ...") // Your secret JSON Web Token - - val account = Account(client) - val response = account.getSessions() - val json = response.body?.string() -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-kotlin/kotlin/account/get.md b/docs/examples/1.0.0/server-kotlin/kotlin/account/get.md deleted file mode 100644 index 4195939136..0000000000 --- a/docs/examples/1.0.0/server-kotlin/kotlin/account/get.md +++ /dev/null @@ -1,13 +0,0 @@ -import io.appwrite.Client -import io.appwrite.services.Account - -suspend fun main() { - val client = Client(context) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setJWT("eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ...") // Your secret JSON Web Token - - val account = Account(client) - val response = account.get() - val json = response.body?.string() -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-kotlin/kotlin/account/update-email.md b/docs/examples/1.0.0/server-kotlin/kotlin/account/update-email.md deleted file mode 100644 index b58849393d..0000000000 --- a/docs/examples/1.0.0/server-kotlin/kotlin/account/update-email.md +++ /dev/null @@ -1,16 +0,0 @@ -import io.appwrite.Client -import io.appwrite.services.Account - -suspend fun main() { - val client = Client(context) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setJWT("eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ...") // Your secret JSON Web Token - - val account = Account(client) - val response = account.updateEmail( - email = "email@example.com", - password = "password" - ) - val json = response.body?.string() -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-kotlin/kotlin/account/update-name.md b/docs/examples/1.0.0/server-kotlin/kotlin/account/update-name.md deleted file mode 100644 index c54140f26d..0000000000 --- a/docs/examples/1.0.0/server-kotlin/kotlin/account/update-name.md +++ /dev/null @@ -1,15 +0,0 @@ -import io.appwrite.Client -import io.appwrite.services.Account - -suspend fun main() { - val client = Client(context) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setJWT("eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ...") // Your secret JSON Web Token - - val account = Account(client) - val response = account.updateName( - name = "[NAME]" - ) - val json = response.body?.string() -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-kotlin/kotlin/account/update-password.md b/docs/examples/1.0.0/server-kotlin/kotlin/account/update-password.md deleted file mode 100644 index 3953718593..0000000000 --- a/docs/examples/1.0.0/server-kotlin/kotlin/account/update-password.md +++ /dev/null @@ -1,15 +0,0 @@ -import io.appwrite.Client -import io.appwrite.services.Account - -suspend fun main() { - val client = Client(context) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setJWT("eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ...") // Your secret JSON Web Token - - val account = Account(client) - val response = account.updatePassword( - password = "password", - ) - val json = response.body?.string() -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-kotlin/kotlin/account/update-phone-verification.md b/docs/examples/1.0.0/server-kotlin/kotlin/account/update-phone-verification.md deleted file mode 100644 index 1d601ce54b..0000000000 --- a/docs/examples/1.0.0/server-kotlin/kotlin/account/update-phone-verification.md +++ /dev/null @@ -1,16 +0,0 @@ -import io.appwrite.Client -import io.appwrite.services.Account - -suspend fun main() { - val client = Client(context) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setJWT("eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ...") // Your secret JSON Web Token - - val account = Account(client) - val response = account.updatePhoneVerification( - userId = "[USER_ID]", - secret = "[SECRET]" - ) - val json = response.body?.string() -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-kotlin/kotlin/account/update-phone.md b/docs/examples/1.0.0/server-kotlin/kotlin/account/update-phone.md deleted file mode 100644 index e208399c09..0000000000 --- a/docs/examples/1.0.0/server-kotlin/kotlin/account/update-phone.md +++ /dev/null @@ -1,16 +0,0 @@ -import io.appwrite.Client -import io.appwrite.services.Account - -suspend fun main() { - val client = Client(context) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setJWT("eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ...") // Your secret JSON Web Token - - val account = Account(client) - val response = account.updatePhone( - phone = "", - password = "password" - ) - val json = response.body?.string() -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-kotlin/kotlin/account/update-prefs.md b/docs/examples/1.0.0/server-kotlin/kotlin/account/update-prefs.md deleted file mode 100644 index 39696911d8..0000000000 --- a/docs/examples/1.0.0/server-kotlin/kotlin/account/update-prefs.md +++ /dev/null @@ -1,15 +0,0 @@ -import io.appwrite.Client -import io.appwrite.services.Account - -suspend fun main() { - val client = Client(context) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setJWT("eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ...") // Your secret JSON Web Token - - val account = Account(client) - val response = account.updatePrefs( - prefs = mapOf( "a" to "b" ) - ) - val json = response.body?.string() -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-kotlin/kotlin/account/update-recovery.md b/docs/examples/1.0.0/server-kotlin/kotlin/account/update-recovery.md deleted file mode 100644 index 8d2253a5fb..0000000000 --- a/docs/examples/1.0.0/server-kotlin/kotlin/account/update-recovery.md +++ /dev/null @@ -1,18 +0,0 @@ -import io.appwrite.Client -import io.appwrite.services.Account - -suspend fun main() { - val client = Client(context) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setJWT("eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ...") // Your secret JSON Web Token - - val account = Account(client) - val response = account.updateRecovery( - userId = "[USER_ID]", - secret = "[SECRET]", - password = "password", - passwordAgain = "password" - ) - val json = response.body?.string() -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-kotlin/kotlin/account/update-session.md b/docs/examples/1.0.0/server-kotlin/kotlin/account/update-session.md deleted file mode 100644 index 003d80e688..0000000000 --- a/docs/examples/1.0.0/server-kotlin/kotlin/account/update-session.md +++ /dev/null @@ -1,15 +0,0 @@ -import io.appwrite.Client -import io.appwrite.services.Account - -suspend fun main() { - val client = Client(context) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setJWT("eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ...") // Your secret JSON Web Token - - val account = Account(client) - val response = account.updateSession( - sessionId = "[SESSION_ID]" - ) - val json = response.body?.string() -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-kotlin/kotlin/account/update-status.md b/docs/examples/1.0.0/server-kotlin/kotlin/account/update-status.md deleted file mode 100644 index c64ce0c26f..0000000000 --- a/docs/examples/1.0.0/server-kotlin/kotlin/account/update-status.md +++ /dev/null @@ -1,13 +0,0 @@ -import io.appwrite.Client -import io.appwrite.services.Account - -suspend fun main() { - val client = Client(context) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setJWT("eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ...") // Your secret JSON Web Token - - val account = Account(client) - val response = account.updateStatus() - val json = response.body?.string() -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-kotlin/kotlin/account/update-verification.md b/docs/examples/1.0.0/server-kotlin/kotlin/account/update-verification.md deleted file mode 100644 index f904f6d2ce..0000000000 --- a/docs/examples/1.0.0/server-kotlin/kotlin/account/update-verification.md +++ /dev/null @@ -1,16 +0,0 @@ -import io.appwrite.Client -import io.appwrite.services.Account - -suspend fun main() { - val client = Client(context) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setJWT("eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ...") // Your secret JSON Web Token - - val account = Account(client) - val response = account.updateVerification( - userId = "[USER_ID]", - secret = "[SECRET]" - ) - val json = response.body?.string() -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-kotlin/kotlin/avatars/get-browser.md b/docs/examples/1.0.0/server-kotlin/kotlin/avatars/get-browser.md deleted file mode 100644 index d021a952e4..0000000000 --- a/docs/examples/1.0.0/server-kotlin/kotlin/avatars/get-browser.md +++ /dev/null @@ -1,15 +0,0 @@ -import io.appwrite.Client -import io.appwrite.services.Avatars - -suspend fun main() { - val client = Client(context) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2") // Your secret API key - - val avatars = Avatars(client) - val result = avatars.getBrowser( - code = "aa", - ) - println(result); // Resource URL -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-kotlin/kotlin/avatars/get-credit-card.md b/docs/examples/1.0.0/server-kotlin/kotlin/avatars/get-credit-card.md deleted file mode 100644 index 61592bc3d9..0000000000 --- a/docs/examples/1.0.0/server-kotlin/kotlin/avatars/get-credit-card.md +++ /dev/null @@ -1,15 +0,0 @@ -import io.appwrite.Client -import io.appwrite.services.Avatars - -suspend fun main() { - val client = Client(context) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2") // Your secret API key - - val avatars = Avatars(client) - val result = avatars.getCreditCard( - code = "amex", - ) - println(result); // Resource URL -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-kotlin/kotlin/avatars/get-favicon.md b/docs/examples/1.0.0/server-kotlin/kotlin/avatars/get-favicon.md deleted file mode 100644 index 3714ac210a..0000000000 --- a/docs/examples/1.0.0/server-kotlin/kotlin/avatars/get-favicon.md +++ /dev/null @@ -1,15 +0,0 @@ -import io.appwrite.Client -import io.appwrite.services.Avatars - -suspend fun main() { - val client = Client(context) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2") // Your secret API key - - val avatars = Avatars(client) - val result = avatars.getFavicon( - url = "https://example.com" - ) - println(result); // Resource URL -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-kotlin/kotlin/avatars/get-flag.md b/docs/examples/1.0.0/server-kotlin/kotlin/avatars/get-flag.md deleted file mode 100644 index 0efd3c9974..0000000000 --- a/docs/examples/1.0.0/server-kotlin/kotlin/avatars/get-flag.md +++ /dev/null @@ -1,15 +0,0 @@ -import io.appwrite.Client -import io.appwrite.services.Avatars - -suspend fun main() { - val client = Client(context) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2") // Your secret API key - - val avatars = Avatars(client) - val result = avatars.getFlag( - code = "af", - ) - println(result); // Resource URL -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-kotlin/kotlin/avatars/get-image.md b/docs/examples/1.0.0/server-kotlin/kotlin/avatars/get-image.md deleted file mode 100644 index 0d3f855617..0000000000 --- a/docs/examples/1.0.0/server-kotlin/kotlin/avatars/get-image.md +++ /dev/null @@ -1,15 +0,0 @@ -import io.appwrite.Client -import io.appwrite.services.Avatars - -suspend fun main() { - val client = Client(context) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2") // Your secret API key - - val avatars = Avatars(client) - val result = avatars.getImage( - url = "https://example.com", - ) - println(result); // Resource URL -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-kotlin/kotlin/avatars/get-initials.md b/docs/examples/1.0.0/server-kotlin/kotlin/avatars/get-initials.md deleted file mode 100644 index de5a30c5c1..0000000000 --- a/docs/examples/1.0.0/server-kotlin/kotlin/avatars/get-initials.md +++ /dev/null @@ -1,14 +0,0 @@ -import io.appwrite.Client -import io.appwrite.services.Avatars - -suspend fun main() { - val client = Client(context) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2") // Your secret API key - - val avatars = Avatars(client) - val result = avatars.getInitials( - ) - println(result); // Resource URL -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-kotlin/kotlin/avatars/get-q-r.md b/docs/examples/1.0.0/server-kotlin/kotlin/avatars/get-q-r.md deleted file mode 100644 index 008922575d..0000000000 --- a/docs/examples/1.0.0/server-kotlin/kotlin/avatars/get-q-r.md +++ /dev/null @@ -1,15 +0,0 @@ -import io.appwrite.Client -import io.appwrite.services.Avatars - -suspend fun main() { - val client = Client(context) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2") // Your secret API key - - val avatars = Avatars(client) - val result = avatars.getQR( - text = "[TEXT]", - ) - println(result); // Resource URL -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-kotlin/kotlin/databases/create-boolean-attribute.md b/docs/examples/1.0.0/server-kotlin/kotlin/databases/create-boolean-attribute.md deleted file mode 100644 index bfcd659979..0000000000 --- a/docs/examples/1.0.0/server-kotlin/kotlin/databases/create-boolean-attribute.md +++ /dev/null @@ -1,18 +0,0 @@ -import io.appwrite.Client -import io.appwrite.services.Databases - -suspend fun main() { - val client = Client(context) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2") // Your secret API key - - val databases = Databases(client) - val response = databases.createBooleanAttribute( - databaseId = "[DATABASE_ID]", - collectionId = "[COLLECTION_ID]", - key = "", - required = false, - ) - val json = response.body?.string() -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-kotlin/kotlin/databases/create-collection.md b/docs/examples/1.0.0/server-kotlin/kotlin/databases/create-collection.md deleted file mode 100644 index 1e31833d1e..0000000000 --- a/docs/examples/1.0.0/server-kotlin/kotlin/databases/create-collection.md +++ /dev/null @@ -1,17 +0,0 @@ -import io.appwrite.Client -import io.appwrite.services.Databases - -suspend fun main() { - val client = Client(context) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2") // Your secret API key - - val databases = Databases(client) - val response = databases.createCollection( - databaseId = "[DATABASE_ID]", - collectionId = "[COLLECTION_ID]", - name = "[NAME]", - ) - val json = response.body?.string() -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-kotlin/kotlin/databases/create-datetime-attribute.md b/docs/examples/1.0.0/server-kotlin/kotlin/databases/create-datetime-attribute.md deleted file mode 100644 index c9d45b461d..0000000000 --- a/docs/examples/1.0.0/server-kotlin/kotlin/databases/create-datetime-attribute.md +++ /dev/null @@ -1,18 +0,0 @@ -import io.appwrite.Client -import io.appwrite.services.Databases - -suspend fun main() { - val client = Client(context) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2") // Your secret API key - - val databases = Databases(client) - val response = databases.createDatetimeAttribute( - databaseId = "[DATABASE_ID]", - collectionId = "[COLLECTION_ID]", - key = "", - required = false, - ) - val json = response.body?.string() -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-kotlin/kotlin/databases/create-document.md b/docs/examples/1.0.0/server-kotlin/kotlin/databases/create-document.md deleted file mode 100644 index 91519fd570..0000000000 --- a/docs/examples/1.0.0/server-kotlin/kotlin/databases/create-document.md +++ /dev/null @@ -1,18 +0,0 @@ -import io.appwrite.Client -import io.appwrite.services.Databases - -suspend fun main() { - val client = Client(context) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2") // Your secret API key - - val databases = Databases(client) - val response = databases.createDocument( - databaseId = "[DATABASE_ID]", - collectionId = "[COLLECTION_ID]", - documentId = "[DOCUMENT_ID]", - data = mapOf( "a" to "b" ), - ) - val json = response.body?.string() -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-kotlin/kotlin/databases/create-email-attribute.md b/docs/examples/1.0.0/server-kotlin/kotlin/databases/create-email-attribute.md deleted file mode 100644 index 5dbdd1c769..0000000000 --- a/docs/examples/1.0.0/server-kotlin/kotlin/databases/create-email-attribute.md +++ /dev/null @@ -1,18 +0,0 @@ -import io.appwrite.Client -import io.appwrite.services.Databases - -suspend fun main() { - val client = Client(context) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2") // Your secret API key - - val databases = Databases(client) - val response = databases.createEmailAttribute( - databaseId = "[DATABASE_ID]", - collectionId = "[COLLECTION_ID]", - key = "", - required = false, - ) - val json = response.body?.string() -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-kotlin/kotlin/databases/create-enum-attribute.md b/docs/examples/1.0.0/server-kotlin/kotlin/databases/create-enum-attribute.md deleted file mode 100644 index afb91ed73c..0000000000 --- a/docs/examples/1.0.0/server-kotlin/kotlin/databases/create-enum-attribute.md +++ /dev/null @@ -1,19 +0,0 @@ -import io.appwrite.Client -import io.appwrite.services.Databases - -suspend fun main() { - val client = Client(context) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2") // Your secret API key - - val databases = Databases(client) - val response = databases.createEnumAttribute( - databaseId = "[DATABASE_ID]", - collectionId = "[COLLECTION_ID]", - key = "", - elements = listOf(), - required = false, - ) - val json = response.body?.string() -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-kotlin/kotlin/databases/create-float-attribute.md b/docs/examples/1.0.0/server-kotlin/kotlin/databases/create-float-attribute.md deleted file mode 100644 index e80aa4289a..0000000000 --- a/docs/examples/1.0.0/server-kotlin/kotlin/databases/create-float-attribute.md +++ /dev/null @@ -1,18 +0,0 @@ -import io.appwrite.Client -import io.appwrite.services.Databases - -suspend fun main() { - val client = Client(context) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2") // Your secret API key - - val databases = Databases(client) - val response = databases.createFloatAttribute( - databaseId = "[DATABASE_ID]", - collectionId = "[COLLECTION_ID]", - key = "", - required = false, - ) - val json = response.body?.string() -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-kotlin/kotlin/databases/create-index.md b/docs/examples/1.0.0/server-kotlin/kotlin/databases/create-index.md deleted file mode 100644 index d3e99bfdcc..0000000000 --- a/docs/examples/1.0.0/server-kotlin/kotlin/databases/create-index.md +++ /dev/null @@ -1,19 +0,0 @@ -import io.appwrite.Client -import io.appwrite.services.Databases - -suspend fun main() { - val client = Client(context) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2") // Your secret API key - - val databases = Databases(client) - val response = databases.createIndex( - databaseId = "[DATABASE_ID]", - collectionId = "[COLLECTION_ID]", - key = "", - type = "key", - attributes = listOf(), - ) - val json = response.body?.string() -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-kotlin/kotlin/databases/create-integer-attribute.md b/docs/examples/1.0.0/server-kotlin/kotlin/databases/create-integer-attribute.md deleted file mode 100644 index 81d6d108bf..0000000000 --- a/docs/examples/1.0.0/server-kotlin/kotlin/databases/create-integer-attribute.md +++ /dev/null @@ -1,18 +0,0 @@ -import io.appwrite.Client -import io.appwrite.services.Databases - -suspend fun main() { - val client = Client(context) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2") // Your secret API key - - val databases = Databases(client) - val response = databases.createIntegerAttribute( - databaseId = "[DATABASE_ID]", - collectionId = "[COLLECTION_ID]", - key = "", - required = false, - ) - val json = response.body?.string() -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-kotlin/kotlin/databases/create-ip-attribute.md b/docs/examples/1.0.0/server-kotlin/kotlin/databases/create-ip-attribute.md deleted file mode 100644 index fa5a3c5eaa..0000000000 --- a/docs/examples/1.0.0/server-kotlin/kotlin/databases/create-ip-attribute.md +++ /dev/null @@ -1,18 +0,0 @@ -import io.appwrite.Client -import io.appwrite.services.Databases - -suspend fun main() { - val client = Client(context) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2") // Your secret API key - - val databases = Databases(client) - val response = databases.createIpAttribute( - databaseId = "[DATABASE_ID]", - collectionId = "[COLLECTION_ID]", - key = "", - required = false, - ) - val json = response.body?.string() -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-kotlin/kotlin/databases/create-string-attribute.md b/docs/examples/1.0.0/server-kotlin/kotlin/databases/create-string-attribute.md deleted file mode 100644 index 285afc1b31..0000000000 --- a/docs/examples/1.0.0/server-kotlin/kotlin/databases/create-string-attribute.md +++ /dev/null @@ -1,19 +0,0 @@ -import io.appwrite.Client -import io.appwrite.services.Databases - -suspend fun main() { - val client = Client(context) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2") // Your secret API key - - val databases = Databases(client) - val response = databases.createStringAttribute( - databaseId = "[DATABASE_ID]", - collectionId = "[COLLECTION_ID]", - key = "", - size = 1, - required = false, - ) - val json = response.body?.string() -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-kotlin/kotlin/databases/create-url-attribute.md b/docs/examples/1.0.0/server-kotlin/kotlin/databases/create-url-attribute.md deleted file mode 100644 index 182f63d6ff..0000000000 --- a/docs/examples/1.0.0/server-kotlin/kotlin/databases/create-url-attribute.md +++ /dev/null @@ -1,18 +0,0 @@ -import io.appwrite.Client -import io.appwrite.services.Databases - -suspend fun main() { - val client = Client(context) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2") // Your secret API key - - val databases = Databases(client) - val response = databases.createUrlAttribute( - databaseId = "[DATABASE_ID]", - collectionId = "[COLLECTION_ID]", - key = "", - required = false, - ) - val json = response.body?.string() -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-kotlin/kotlin/databases/create.md b/docs/examples/1.0.0/server-kotlin/kotlin/databases/create.md deleted file mode 100644 index 7a93045eb6..0000000000 --- a/docs/examples/1.0.0/server-kotlin/kotlin/databases/create.md +++ /dev/null @@ -1,16 +0,0 @@ -import io.appwrite.Client -import io.appwrite.services.Databases - -suspend fun main() { - val client = Client(context) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2") // Your secret API key - - val databases = Databases(client) - val response = databases.create( - databaseId = "[DATABASE_ID]", - name = "[NAME]" - ) - val json = response.body?.string() -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-kotlin/kotlin/databases/delete-attribute.md b/docs/examples/1.0.0/server-kotlin/kotlin/databases/delete-attribute.md deleted file mode 100644 index e83088bdef..0000000000 --- a/docs/examples/1.0.0/server-kotlin/kotlin/databases/delete-attribute.md +++ /dev/null @@ -1,17 +0,0 @@ -import io.appwrite.Client -import io.appwrite.services.Databases - -suspend fun main() { - val client = Client(context) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2") // Your secret API key - - val databases = Databases(client) - val response = databases.deleteAttribute( - databaseId = "[DATABASE_ID]", - collectionId = "[COLLECTION_ID]", - key = "" - ) - val json = response.body?.string() -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-kotlin/kotlin/databases/delete-collection.md b/docs/examples/1.0.0/server-kotlin/kotlin/databases/delete-collection.md deleted file mode 100644 index 95e31e3256..0000000000 --- a/docs/examples/1.0.0/server-kotlin/kotlin/databases/delete-collection.md +++ /dev/null @@ -1,16 +0,0 @@ -import io.appwrite.Client -import io.appwrite.services.Databases - -suspend fun main() { - val client = Client(context) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2") // Your secret API key - - val databases = Databases(client) - val response = databases.deleteCollection( - databaseId = "[DATABASE_ID]", - collectionId = "[COLLECTION_ID]" - ) - val json = response.body?.string() -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-kotlin/kotlin/databases/delete-document.md b/docs/examples/1.0.0/server-kotlin/kotlin/databases/delete-document.md deleted file mode 100644 index d085c38dfc..0000000000 --- a/docs/examples/1.0.0/server-kotlin/kotlin/databases/delete-document.md +++ /dev/null @@ -1,17 +0,0 @@ -import io.appwrite.Client -import io.appwrite.services.Databases - -suspend fun main() { - val client = Client(context) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2") // Your secret API key - - val databases = Databases(client) - val response = databases.deleteDocument( - databaseId = "[DATABASE_ID]", - collectionId = "[COLLECTION_ID]", - documentId = "[DOCUMENT_ID]" - ) - val json = response.body?.string() -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-kotlin/kotlin/databases/delete-index.md b/docs/examples/1.0.0/server-kotlin/kotlin/databases/delete-index.md deleted file mode 100644 index ccb718146f..0000000000 --- a/docs/examples/1.0.0/server-kotlin/kotlin/databases/delete-index.md +++ /dev/null @@ -1,17 +0,0 @@ -import io.appwrite.Client -import io.appwrite.services.Databases - -suspend fun main() { - val client = Client(context) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2") // Your secret API key - - val databases = Databases(client) - val response = databases.deleteIndex( - databaseId = "[DATABASE_ID]", - collectionId = "[COLLECTION_ID]", - key = "" - ) - val json = response.body?.string() -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-kotlin/kotlin/databases/delete.md b/docs/examples/1.0.0/server-kotlin/kotlin/databases/delete.md deleted file mode 100644 index 96bb1acf68..0000000000 --- a/docs/examples/1.0.0/server-kotlin/kotlin/databases/delete.md +++ /dev/null @@ -1,15 +0,0 @@ -import io.appwrite.Client -import io.appwrite.services.Databases - -suspend fun main() { - val client = Client(context) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2") // Your secret API key - - val databases = Databases(client) - val response = databases.delete( - databaseId = "[DATABASE_ID]" - ) - val json = response.body?.string() -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-kotlin/kotlin/databases/get-attribute.md b/docs/examples/1.0.0/server-kotlin/kotlin/databases/get-attribute.md deleted file mode 100644 index acedd9ef9a..0000000000 --- a/docs/examples/1.0.0/server-kotlin/kotlin/databases/get-attribute.md +++ /dev/null @@ -1,17 +0,0 @@ -import io.appwrite.Client -import io.appwrite.services.Databases - -suspend fun main() { - val client = Client(context) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2") // Your secret API key - - val databases = Databases(client) - val response = databases.getAttribute( - databaseId = "[DATABASE_ID]", - collectionId = "[COLLECTION_ID]", - key = "" - ) - val json = response.body?.string() -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-kotlin/kotlin/databases/get-collection.md b/docs/examples/1.0.0/server-kotlin/kotlin/databases/get-collection.md deleted file mode 100644 index 8165a3ae97..0000000000 --- a/docs/examples/1.0.0/server-kotlin/kotlin/databases/get-collection.md +++ /dev/null @@ -1,16 +0,0 @@ -import io.appwrite.Client -import io.appwrite.services.Databases - -suspend fun main() { - val client = Client(context) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2") // Your secret API key - - val databases = Databases(client) - val response = databases.getCollection( - databaseId = "[DATABASE_ID]", - collectionId = "[COLLECTION_ID]" - ) - val json = response.body?.string() -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-kotlin/kotlin/databases/get-document.md b/docs/examples/1.0.0/server-kotlin/kotlin/databases/get-document.md deleted file mode 100644 index 671d7302cb..0000000000 --- a/docs/examples/1.0.0/server-kotlin/kotlin/databases/get-document.md +++ /dev/null @@ -1,17 +0,0 @@ -import io.appwrite.Client -import io.appwrite.services.Databases - -suspend fun main() { - val client = Client(context) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2") // Your secret API key - - val databases = Databases(client) - val response = databases.getDocument( - databaseId = "[DATABASE_ID]", - collectionId = "[COLLECTION_ID]", - documentId = "[DOCUMENT_ID]" - ) - val json = response.body?.string() -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-kotlin/kotlin/databases/get-index.md b/docs/examples/1.0.0/server-kotlin/kotlin/databases/get-index.md deleted file mode 100644 index 1f5079c800..0000000000 --- a/docs/examples/1.0.0/server-kotlin/kotlin/databases/get-index.md +++ /dev/null @@ -1,17 +0,0 @@ -import io.appwrite.Client -import io.appwrite.services.Databases - -suspend fun main() { - val client = Client(context) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2") // Your secret API key - - val databases = Databases(client) - val response = databases.getIndex( - databaseId = "[DATABASE_ID]", - collectionId = "[COLLECTION_ID]", - key = "" - ) - val json = response.body?.string() -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-kotlin/kotlin/databases/get.md b/docs/examples/1.0.0/server-kotlin/kotlin/databases/get.md deleted file mode 100644 index f8ad2647ed..0000000000 --- a/docs/examples/1.0.0/server-kotlin/kotlin/databases/get.md +++ /dev/null @@ -1,15 +0,0 @@ -import io.appwrite.Client -import io.appwrite.services.Databases - -suspend fun main() { - val client = Client(context) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2") // Your secret API key - - val databases = Databases(client) - val response = databases.get( - databaseId = "[DATABASE_ID]" - ) - val json = response.body?.string() -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-kotlin/kotlin/databases/list-attributes.md b/docs/examples/1.0.0/server-kotlin/kotlin/databases/list-attributes.md deleted file mode 100644 index 65e43d8b76..0000000000 --- a/docs/examples/1.0.0/server-kotlin/kotlin/databases/list-attributes.md +++ /dev/null @@ -1,16 +0,0 @@ -import io.appwrite.Client -import io.appwrite.services.Databases - -suspend fun main() { - val client = Client(context) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2") // Your secret API key - - val databases = Databases(client) - val response = databases.listAttributes( - databaseId = "[DATABASE_ID]", - collectionId = "[COLLECTION_ID]" - ) - val json = response.body?.string() -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-kotlin/kotlin/databases/list-collections.md b/docs/examples/1.0.0/server-kotlin/kotlin/databases/list-collections.md deleted file mode 100644 index c72512f97b..0000000000 --- a/docs/examples/1.0.0/server-kotlin/kotlin/databases/list-collections.md +++ /dev/null @@ -1,15 +0,0 @@ -import io.appwrite.Client -import io.appwrite.services.Databases - -suspend fun main() { - val client = Client(context) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2") // Your secret API key - - val databases = Databases(client) - val response = databases.listCollections( - databaseId = "[DATABASE_ID]", - ) - val json = response.body?.string() -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-kotlin/kotlin/databases/list-documents.md b/docs/examples/1.0.0/server-kotlin/kotlin/databases/list-documents.md deleted file mode 100644 index d28ee1bb0f..0000000000 --- a/docs/examples/1.0.0/server-kotlin/kotlin/databases/list-documents.md +++ /dev/null @@ -1,16 +0,0 @@ -import io.appwrite.Client -import io.appwrite.services.Databases - -suspend fun main() { - val client = Client(context) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2") // Your secret API key - - val databases = Databases(client) - val response = databases.listDocuments( - databaseId = "[DATABASE_ID]", - collectionId = "[COLLECTION_ID]", - ) - val json = response.body?.string() -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-kotlin/kotlin/databases/list-indexes.md b/docs/examples/1.0.0/server-kotlin/kotlin/databases/list-indexes.md deleted file mode 100644 index 0cd2fc8617..0000000000 --- a/docs/examples/1.0.0/server-kotlin/kotlin/databases/list-indexes.md +++ /dev/null @@ -1,16 +0,0 @@ -import io.appwrite.Client -import io.appwrite.services.Databases - -suspend fun main() { - val client = Client(context) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2") // Your secret API key - - val databases = Databases(client) - val response = databases.listIndexes( - databaseId = "[DATABASE_ID]", - collectionId = "[COLLECTION_ID]" - ) - val json = response.body?.string() -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-kotlin/kotlin/databases/list.md b/docs/examples/1.0.0/server-kotlin/kotlin/databases/list.md deleted file mode 100644 index b4ece0a1a3..0000000000 --- a/docs/examples/1.0.0/server-kotlin/kotlin/databases/list.md +++ /dev/null @@ -1,14 +0,0 @@ -import io.appwrite.Client -import io.appwrite.services.Databases - -suspend fun main() { - val client = Client(context) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2") // Your secret API key - - val databases = Databases(client) - val response = databases.list( - ) - val json = response.body?.string() -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-kotlin/kotlin/databases/update-collection.md b/docs/examples/1.0.0/server-kotlin/kotlin/databases/update-collection.md deleted file mode 100644 index a28d88634b..0000000000 --- a/docs/examples/1.0.0/server-kotlin/kotlin/databases/update-collection.md +++ /dev/null @@ -1,17 +0,0 @@ -import io.appwrite.Client -import io.appwrite.services.Databases - -suspend fun main() { - val client = Client(context) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2") // Your secret API key - - val databases = Databases(client) - val response = databases.updateCollection( - databaseId = "[DATABASE_ID]", - collectionId = "[COLLECTION_ID]", - name = "[NAME]", - ) - val json = response.body?.string() -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-kotlin/kotlin/databases/update-document.md b/docs/examples/1.0.0/server-kotlin/kotlin/databases/update-document.md deleted file mode 100644 index 8121fdd07c..0000000000 --- a/docs/examples/1.0.0/server-kotlin/kotlin/databases/update-document.md +++ /dev/null @@ -1,17 +0,0 @@ -import io.appwrite.Client -import io.appwrite.services.Databases - -suspend fun main() { - val client = Client(context) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2") // Your secret API key - - val databases = Databases(client) - val response = databases.updateDocument( - databaseId = "[DATABASE_ID]", - collectionId = "[COLLECTION_ID]", - documentId = "[DOCUMENT_ID]", - ) - val json = response.body?.string() -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-kotlin/kotlin/databases/update.md b/docs/examples/1.0.0/server-kotlin/kotlin/databases/update.md deleted file mode 100644 index 0e0adee643..0000000000 --- a/docs/examples/1.0.0/server-kotlin/kotlin/databases/update.md +++ /dev/null @@ -1,16 +0,0 @@ -import io.appwrite.Client -import io.appwrite.services.Databases - -suspend fun main() { - val client = Client(context) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2") // Your secret API key - - val databases = Databases(client) - val response = databases.update( - databaseId = "[DATABASE_ID]", - name = "[NAME]" - ) - val json = response.body?.string() -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-kotlin/kotlin/functions/create-deployment.md b/docs/examples/1.0.0/server-kotlin/kotlin/functions/create-deployment.md deleted file mode 100644 index 9a2dc43359..0000000000 --- a/docs/examples/1.0.0/server-kotlin/kotlin/functions/create-deployment.md +++ /dev/null @@ -1,19 +0,0 @@ -import io.appwrite.Client -import io.appwrite.models.InputFile -import io.appwrite.services.Functions - -suspend fun main() { - val client = Client(context) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2") // Your secret API key - - val functions = Functions(client) - val response = functions.createDeployment( - functionId = "[FUNCTION_ID]", - entrypoint = "[ENTRYPOINT]", - code = InputFile.fromPath("file.png"), - activate = false - ) - val json = response.body?.string() -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-kotlin/kotlin/functions/create-execution.md b/docs/examples/1.0.0/server-kotlin/kotlin/functions/create-execution.md deleted file mode 100644 index eeda8daf3e..0000000000 --- a/docs/examples/1.0.0/server-kotlin/kotlin/functions/create-execution.md +++ /dev/null @@ -1,15 +0,0 @@ -import io.appwrite.Client -import io.appwrite.services.Functions - -suspend fun main() { - val client = Client(context) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2") // Your secret API key - - val functions = Functions(client) - val response = functions.createExecution( - functionId = "[FUNCTION_ID]", - ) - val json = response.body?.string() -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-kotlin/kotlin/functions/create-variable.md b/docs/examples/1.0.0/server-kotlin/kotlin/functions/create-variable.md deleted file mode 100644 index 416e1d09b7..0000000000 --- a/docs/examples/1.0.0/server-kotlin/kotlin/functions/create-variable.md +++ /dev/null @@ -1,17 +0,0 @@ -import io.appwrite.Client -import io.appwrite.services.Functions - -suspend fun main() { - val client = Client(context) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2") // Your secret API key - - val functions = Functions(client) - val response = functions.createVariable( - functionId = "[FUNCTION_ID]", - key = "[KEY]", - value = "[VALUE]" - ) - val json = response.body?.string() -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-kotlin/kotlin/functions/create.md b/docs/examples/1.0.0/server-kotlin/kotlin/functions/create.md deleted file mode 100644 index 280b3ec132..0000000000 --- a/docs/examples/1.0.0/server-kotlin/kotlin/functions/create.md +++ /dev/null @@ -1,18 +0,0 @@ -import io.appwrite.Client -import io.appwrite.services.Functions - -suspend fun main() { - val client = Client(context) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2") // Your secret API key - - val functions = Functions(client) - val response = functions.create( - functionId = "[FUNCTION_ID]", - name = "[NAME]", - execute = listOf("any"), - runtime = "node-14.5", - ) - val json = response.body?.string() -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-kotlin/kotlin/functions/delete-deployment.md b/docs/examples/1.0.0/server-kotlin/kotlin/functions/delete-deployment.md deleted file mode 100644 index cc90059f85..0000000000 --- a/docs/examples/1.0.0/server-kotlin/kotlin/functions/delete-deployment.md +++ /dev/null @@ -1,16 +0,0 @@ -import io.appwrite.Client -import io.appwrite.services.Functions - -suspend fun main() { - val client = Client(context) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2") // Your secret API key - - val functions = Functions(client) - val response = functions.deleteDeployment( - functionId = "[FUNCTION_ID]", - deploymentId = "[DEPLOYMENT_ID]" - ) - val json = response.body?.string() -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-kotlin/kotlin/functions/delete-variable.md b/docs/examples/1.0.0/server-kotlin/kotlin/functions/delete-variable.md deleted file mode 100644 index 8ca7af63e5..0000000000 --- a/docs/examples/1.0.0/server-kotlin/kotlin/functions/delete-variable.md +++ /dev/null @@ -1,16 +0,0 @@ -import io.appwrite.Client -import io.appwrite.services.Functions - -suspend fun main() { - val client = Client(context) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2") // Your secret API key - - val functions = Functions(client) - val response = functions.deleteVariable( - functionId = "[FUNCTION_ID]", - variableId = "[VARIABLE_ID]" - ) - val json = response.body?.string() -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-kotlin/kotlin/functions/delete.md b/docs/examples/1.0.0/server-kotlin/kotlin/functions/delete.md deleted file mode 100644 index 40a7e9682f..0000000000 --- a/docs/examples/1.0.0/server-kotlin/kotlin/functions/delete.md +++ /dev/null @@ -1,15 +0,0 @@ -import io.appwrite.Client -import io.appwrite.services.Functions - -suspend fun main() { - val client = Client(context) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2") // Your secret API key - - val functions = Functions(client) - val response = functions.delete( - functionId = "[FUNCTION_ID]" - ) - val json = response.body?.string() -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-kotlin/kotlin/functions/get-deployment.md b/docs/examples/1.0.0/server-kotlin/kotlin/functions/get-deployment.md deleted file mode 100644 index fa6175271e..0000000000 --- a/docs/examples/1.0.0/server-kotlin/kotlin/functions/get-deployment.md +++ /dev/null @@ -1,16 +0,0 @@ -import io.appwrite.Client -import io.appwrite.services.Functions - -suspend fun main() { - val client = Client(context) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2") // Your secret API key - - val functions = Functions(client) - val response = functions.getDeployment( - functionId = "[FUNCTION_ID]", - deploymentId = "[DEPLOYMENT_ID]" - ) - val json = response.body?.string() -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-kotlin/kotlin/functions/get-execution.md b/docs/examples/1.0.0/server-kotlin/kotlin/functions/get-execution.md deleted file mode 100644 index d23e20766e..0000000000 --- a/docs/examples/1.0.0/server-kotlin/kotlin/functions/get-execution.md +++ /dev/null @@ -1,16 +0,0 @@ -import io.appwrite.Client -import io.appwrite.services.Functions - -suspend fun main() { - val client = Client(context) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2") // Your secret API key - - val functions = Functions(client) - val response = functions.getExecution( - functionId = "[FUNCTION_ID]", - executionId = "[EXECUTION_ID]" - ) - val json = response.body?.string() -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-kotlin/kotlin/functions/get-variable.md b/docs/examples/1.0.0/server-kotlin/kotlin/functions/get-variable.md deleted file mode 100644 index d277bbb735..0000000000 --- a/docs/examples/1.0.0/server-kotlin/kotlin/functions/get-variable.md +++ /dev/null @@ -1,16 +0,0 @@ -import io.appwrite.Client -import io.appwrite.services.Functions - -suspend fun main() { - val client = Client(context) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2") // Your secret API key - - val functions = Functions(client) - val response = functions.getVariable( - functionId = "[FUNCTION_ID]", - variableId = "[VARIABLE_ID]" - ) - val json = response.body?.string() -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-kotlin/kotlin/functions/get.md b/docs/examples/1.0.0/server-kotlin/kotlin/functions/get.md deleted file mode 100644 index 76a45b6b26..0000000000 --- a/docs/examples/1.0.0/server-kotlin/kotlin/functions/get.md +++ /dev/null @@ -1,15 +0,0 @@ -import io.appwrite.Client -import io.appwrite.services.Functions - -suspend fun main() { - val client = Client(context) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2") // Your secret API key - - val functions = Functions(client) - val response = functions.get( - functionId = "[FUNCTION_ID]" - ) - val json = response.body?.string() -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-kotlin/kotlin/functions/list-deployments.md b/docs/examples/1.0.0/server-kotlin/kotlin/functions/list-deployments.md deleted file mode 100644 index be30acacef..0000000000 --- a/docs/examples/1.0.0/server-kotlin/kotlin/functions/list-deployments.md +++ /dev/null @@ -1,15 +0,0 @@ -import io.appwrite.Client -import io.appwrite.services.Functions - -suspend fun main() { - val client = Client(context) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2") // Your secret API key - - val functions = Functions(client) - val response = functions.listDeployments( - functionId = "[FUNCTION_ID]", - ) - val json = response.body?.string() -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-kotlin/kotlin/functions/list-executions.md b/docs/examples/1.0.0/server-kotlin/kotlin/functions/list-executions.md deleted file mode 100644 index 2427a97644..0000000000 --- a/docs/examples/1.0.0/server-kotlin/kotlin/functions/list-executions.md +++ /dev/null @@ -1,15 +0,0 @@ -import io.appwrite.Client -import io.appwrite.services.Functions - -suspend fun main() { - val client = Client(context) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2") // Your secret API key - - val functions = Functions(client) - val response = functions.listExecutions( - functionId = "[FUNCTION_ID]", - ) - val json = response.body?.string() -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-kotlin/kotlin/functions/list-runtimes.md b/docs/examples/1.0.0/server-kotlin/kotlin/functions/list-runtimes.md deleted file mode 100644 index 7236d74475..0000000000 --- a/docs/examples/1.0.0/server-kotlin/kotlin/functions/list-runtimes.md +++ /dev/null @@ -1,13 +0,0 @@ -import io.appwrite.Client -import io.appwrite.services.Functions - -suspend fun main() { - val client = Client(context) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2") // Your secret API key - - val functions = Functions(client) - val response = functions.listRuntimes() - val json = response.body?.string() -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-kotlin/kotlin/functions/list.md b/docs/examples/1.0.0/server-kotlin/kotlin/functions/list.md deleted file mode 100644 index 1fb1f54a3c..0000000000 --- a/docs/examples/1.0.0/server-kotlin/kotlin/functions/list.md +++ /dev/null @@ -1,14 +0,0 @@ -import io.appwrite.Client -import io.appwrite.services.Functions - -suspend fun main() { - val client = Client(context) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2") // Your secret API key - - val functions = Functions(client) - val response = functions.list( - ) - val json = response.body?.string() -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-kotlin/kotlin/functions/retry-build.md b/docs/examples/1.0.0/server-kotlin/kotlin/functions/retry-build.md deleted file mode 100644 index 6c883145f5..0000000000 --- a/docs/examples/1.0.0/server-kotlin/kotlin/functions/retry-build.md +++ /dev/null @@ -1,17 +0,0 @@ -import io.appwrite.Client -import io.appwrite.services.Functions - -suspend fun main() { - val client = Client(context) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2") // Your secret API key - - val functions = Functions(client) - val response = functions.retryBuild( - functionId = "[FUNCTION_ID]", - deploymentId = "[DEPLOYMENT_ID]", - buildId = "[BUILD_ID]" - ) - val json = response.body?.string() -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-kotlin/kotlin/functions/update-deployment.md b/docs/examples/1.0.0/server-kotlin/kotlin/functions/update-deployment.md deleted file mode 100644 index fd7a40b2ec..0000000000 --- a/docs/examples/1.0.0/server-kotlin/kotlin/functions/update-deployment.md +++ /dev/null @@ -1,16 +0,0 @@ -import io.appwrite.Client -import io.appwrite.services.Functions - -suspend fun main() { - val client = Client(context) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2") // Your secret API key - - val functions = Functions(client) - val response = functions.updateDeployment( - functionId = "[FUNCTION_ID]", - deploymentId = "[DEPLOYMENT_ID]" - ) - val json = response.body?.string() -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-kotlin/kotlin/functions/update-variable.md b/docs/examples/1.0.0/server-kotlin/kotlin/functions/update-variable.md deleted file mode 100644 index 1cc5563c87..0000000000 --- a/docs/examples/1.0.0/server-kotlin/kotlin/functions/update-variable.md +++ /dev/null @@ -1,17 +0,0 @@ -import io.appwrite.Client -import io.appwrite.services.Functions - -suspend fun main() { - val client = Client(context) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2") // Your secret API key - - val functions = Functions(client) - val response = functions.updateVariable( - functionId = "[FUNCTION_ID]", - variableId = "[VARIABLE_ID]", - key = "[KEY]", - ) - val json = response.body?.string() -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-kotlin/kotlin/functions/update.md b/docs/examples/1.0.0/server-kotlin/kotlin/functions/update.md deleted file mode 100644 index ae5bee1236..0000000000 --- a/docs/examples/1.0.0/server-kotlin/kotlin/functions/update.md +++ /dev/null @@ -1,17 +0,0 @@ -import io.appwrite.Client -import io.appwrite.services.Functions - -suspend fun main() { - val client = Client(context) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2") // Your secret API key - - val functions = Functions(client) - val response = functions.update( - functionId = "[FUNCTION_ID]", - name = "[NAME]", - execute = listOf("any"), - ) - val json = response.body?.string() -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-kotlin/kotlin/health/get-antivirus.md b/docs/examples/1.0.0/server-kotlin/kotlin/health/get-antivirus.md deleted file mode 100644 index fe64ba8ee1..0000000000 --- a/docs/examples/1.0.0/server-kotlin/kotlin/health/get-antivirus.md +++ /dev/null @@ -1,13 +0,0 @@ -import io.appwrite.Client -import io.appwrite.services.Health - -suspend fun main() { - val client = Client(context) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2") // Your secret API key - - val health = Health(client) - val response = health.getAntivirus() - val json = response.body?.string() -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-kotlin/kotlin/health/get-cache.md b/docs/examples/1.0.0/server-kotlin/kotlin/health/get-cache.md deleted file mode 100644 index 91dda5e06e..0000000000 --- a/docs/examples/1.0.0/server-kotlin/kotlin/health/get-cache.md +++ /dev/null @@ -1,13 +0,0 @@ -import io.appwrite.Client -import io.appwrite.services.Health - -suspend fun main() { - val client = Client(context) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2") // Your secret API key - - val health = Health(client) - val response = health.getCache() - val json = response.body?.string() -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-kotlin/kotlin/health/get-d-b.md b/docs/examples/1.0.0/server-kotlin/kotlin/health/get-d-b.md deleted file mode 100644 index 0a15ff78b4..0000000000 --- a/docs/examples/1.0.0/server-kotlin/kotlin/health/get-d-b.md +++ /dev/null @@ -1,13 +0,0 @@ -import io.appwrite.Client -import io.appwrite.services.Health - -suspend fun main() { - val client = Client(context) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2") // Your secret API key - - val health = Health(client) - val response = health.getDB() - val json = response.body?.string() -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-kotlin/kotlin/health/get-queue-certificates.md b/docs/examples/1.0.0/server-kotlin/kotlin/health/get-queue-certificates.md deleted file mode 100644 index 4e51cc625e..0000000000 --- a/docs/examples/1.0.0/server-kotlin/kotlin/health/get-queue-certificates.md +++ /dev/null @@ -1,13 +0,0 @@ -import io.appwrite.Client -import io.appwrite.services.Health - -suspend fun main() { - val client = Client(context) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2") // Your secret API key - - val health = Health(client) - val response = health.getQueueCertificates() - val json = response.body?.string() -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-kotlin/kotlin/health/get-queue-functions.md b/docs/examples/1.0.0/server-kotlin/kotlin/health/get-queue-functions.md deleted file mode 100644 index 2f49b8f013..0000000000 --- a/docs/examples/1.0.0/server-kotlin/kotlin/health/get-queue-functions.md +++ /dev/null @@ -1,13 +0,0 @@ -import io.appwrite.Client -import io.appwrite.services.Health - -suspend fun main() { - val client = Client(context) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2") // Your secret API key - - val health = Health(client) - val response = health.getQueueFunctions() - val json = response.body?.string() -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-kotlin/kotlin/health/get-queue-logs.md b/docs/examples/1.0.0/server-kotlin/kotlin/health/get-queue-logs.md deleted file mode 100644 index 0a15075dd7..0000000000 --- a/docs/examples/1.0.0/server-kotlin/kotlin/health/get-queue-logs.md +++ /dev/null @@ -1,13 +0,0 @@ -import io.appwrite.Client -import io.appwrite.services.Health - -suspend fun main() { - val client = Client(context) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2") // Your secret API key - - val health = Health(client) - val response = health.getQueueLogs() - val json = response.body?.string() -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-kotlin/kotlin/health/get-queue-webhooks.md b/docs/examples/1.0.0/server-kotlin/kotlin/health/get-queue-webhooks.md deleted file mode 100644 index 368a4d3cc6..0000000000 --- a/docs/examples/1.0.0/server-kotlin/kotlin/health/get-queue-webhooks.md +++ /dev/null @@ -1,13 +0,0 @@ -import io.appwrite.Client -import io.appwrite.services.Health - -suspend fun main() { - val client = Client(context) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2") // Your secret API key - - val health = Health(client) - val response = health.getQueueWebhooks() - val json = response.body?.string() -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-kotlin/kotlin/health/get-storage-local.md b/docs/examples/1.0.0/server-kotlin/kotlin/health/get-storage-local.md deleted file mode 100644 index 809c4a92b9..0000000000 --- a/docs/examples/1.0.0/server-kotlin/kotlin/health/get-storage-local.md +++ /dev/null @@ -1,13 +0,0 @@ -import io.appwrite.Client -import io.appwrite.services.Health - -suspend fun main() { - val client = Client(context) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2") // Your secret API key - - val health = Health(client) - val response = health.getStorageLocal() - val json = response.body?.string() -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-kotlin/kotlin/health/get-time.md b/docs/examples/1.0.0/server-kotlin/kotlin/health/get-time.md deleted file mode 100644 index 9e2b5a9f89..0000000000 --- a/docs/examples/1.0.0/server-kotlin/kotlin/health/get-time.md +++ /dev/null @@ -1,13 +0,0 @@ -import io.appwrite.Client -import io.appwrite.services.Health - -suspend fun main() { - val client = Client(context) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2") // Your secret API key - - val health = Health(client) - val response = health.getTime() - val json = response.body?.string() -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-kotlin/kotlin/health/get.md b/docs/examples/1.0.0/server-kotlin/kotlin/health/get.md deleted file mode 100644 index 5904493e30..0000000000 --- a/docs/examples/1.0.0/server-kotlin/kotlin/health/get.md +++ /dev/null @@ -1,13 +0,0 @@ -import io.appwrite.Client -import io.appwrite.services.Health - -suspend fun main() { - val client = Client(context) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2") // Your secret API key - - val health = Health(client) - val response = health.get() - val json = response.body?.string() -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-kotlin/kotlin/locale/get-continents.md b/docs/examples/1.0.0/server-kotlin/kotlin/locale/get-continents.md deleted file mode 100644 index 946779336b..0000000000 --- a/docs/examples/1.0.0/server-kotlin/kotlin/locale/get-continents.md +++ /dev/null @@ -1,13 +0,0 @@ -import io.appwrite.Client -import io.appwrite.services.Locale - -suspend fun main() { - val client = Client(context) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2") // Your secret API key - - val locale = Locale(client) - val response = locale.getContinents() - val json = response.body?.string() -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-kotlin/kotlin/locale/get-countries-e-u.md b/docs/examples/1.0.0/server-kotlin/kotlin/locale/get-countries-e-u.md deleted file mode 100644 index 70f9a39f74..0000000000 --- a/docs/examples/1.0.0/server-kotlin/kotlin/locale/get-countries-e-u.md +++ /dev/null @@ -1,13 +0,0 @@ -import io.appwrite.Client -import io.appwrite.services.Locale - -suspend fun main() { - val client = Client(context) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2") // Your secret API key - - val locale = Locale(client) - val response = locale.getCountriesEU() - val json = response.body?.string() -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-kotlin/kotlin/locale/get-countries-phones.md b/docs/examples/1.0.0/server-kotlin/kotlin/locale/get-countries-phones.md deleted file mode 100644 index ce40ab33c8..0000000000 --- a/docs/examples/1.0.0/server-kotlin/kotlin/locale/get-countries-phones.md +++ /dev/null @@ -1,13 +0,0 @@ -import io.appwrite.Client -import io.appwrite.services.Locale - -suspend fun main() { - val client = Client(context) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2") // Your secret API key - - val locale = Locale(client) - val response = locale.getCountriesPhones() - val json = response.body?.string() -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-kotlin/kotlin/locale/get-countries.md b/docs/examples/1.0.0/server-kotlin/kotlin/locale/get-countries.md deleted file mode 100644 index 1f84f6637c..0000000000 --- a/docs/examples/1.0.0/server-kotlin/kotlin/locale/get-countries.md +++ /dev/null @@ -1,13 +0,0 @@ -import io.appwrite.Client -import io.appwrite.services.Locale - -suspend fun main() { - val client = Client(context) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2") // Your secret API key - - val locale = Locale(client) - val response = locale.getCountries() - val json = response.body?.string() -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-kotlin/kotlin/locale/get-currencies.md b/docs/examples/1.0.0/server-kotlin/kotlin/locale/get-currencies.md deleted file mode 100644 index 19bde5d386..0000000000 --- a/docs/examples/1.0.0/server-kotlin/kotlin/locale/get-currencies.md +++ /dev/null @@ -1,13 +0,0 @@ -import io.appwrite.Client -import io.appwrite.services.Locale - -suspend fun main() { - val client = Client(context) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2") // Your secret API key - - val locale = Locale(client) - val response = locale.getCurrencies() - val json = response.body?.string() -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-kotlin/kotlin/locale/get-languages.md b/docs/examples/1.0.0/server-kotlin/kotlin/locale/get-languages.md deleted file mode 100644 index a41831fe02..0000000000 --- a/docs/examples/1.0.0/server-kotlin/kotlin/locale/get-languages.md +++ /dev/null @@ -1,13 +0,0 @@ -import io.appwrite.Client -import io.appwrite.services.Locale - -suspend fun main() { - val client = Client(context) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2") // Your secret API key - - val locale = Locale(client) - val response = locale.getLanguages() - val json = response.body?.string() -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-kotlin/kotlin/locale/get.md b/docs/examples/1.0.0/server-kotlin/kotlin/locale/get.md deleted file mode 100644 index d630031194..0000000000 --- a/docs/examples/1.0.0/server-kotlin/kotlin/locale/get.md +++ /dev/null @@ -1,13 +0,0 @@ -import io.appwrite.Client -import io.appwrite.services.Locale - -suspend fun main() { - val client = Client(context) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2") // Your secret API key - - val locale = Locale(client) - val response = locale.get() - val json = response.body?.string() -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-kotlin/kotlin/storage/create-bucket.md b/docs/examples/1.0.0/server-kotlin/kotlin/storage/create-bucket.md deleted file mode 100644 index 9082399007..0000000000 --- a/docs/examples/1.0.0/server-kotlin/kotlin/storage/create-bucket.md +++ /dev/null @@ -1,16 +0,0 @@ -import io.appwrite.Client -import io.appwrite.services.Storage - -suspend fun main() { - val client = Client(context) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2") // Your secret API key - - val storage = Storage(client) - val response = storage.createBucket( - bucketId = "[BUCKET_ID]", - name = "[NAME]", - ) - val json = response.body?.string() -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-kotlin/kotlin/storage/create-file.md b/docs/examples/1.0.0/server-kotlin/kotlin/storage/create-file.md deleted file mode 100644 index 65046d0cc1..0000000000 --- a/docs/examples/1.0.0/server-kotlin/kotlin/storage/create-file.md +++ /dev/null @@ -1,18 +0,0 @@ -import io.appwrite.Client -import io.appwrite.models.InputFile -import io.appwrite.services.Storage - -suspend fun main() { - val client = Client(context) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2") // Your secret API key - - val storage = Storage(client) - val response = storage.createFile( - bucketId = "[BUCKET_ID]", - fileId = "[FILE_ID]", - file = InputFile.fromPath("file.png"), - ) - val json = response.body?.string() -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-kotlin/kotlin/storage/delete-bucket.md b/docs/examples/1.0.0/server-kotlin/kotlin/storage/delete-bucket.md deleted file mode 100644 index 0700ffdb30..0000000000 --- a/docs/examples/1.0.0/server-kotlin/kotlin/storage/delete-bucket.md +++ /dev/null @@ -1,15 +0,0 @@ -import io.appwrite.Client -import io.appwrite.services.Storage - -suspend fun main() { - val client = Client(context) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2") // Your secret API key - - val storage = Storage(client) - val response = storage.deleteBucket( - bucketId = "[BUCKET_ID]" - ) - val json = response.body?.string() -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-kotlin/kotlin/storage/delete-file.md b/docs/examples/1.0.0/server-kotlin/kotlin/storage/delete-file.md deleted file mode 100644 index 2749cc2135..0000000000 --- a/docs/examples/1.0.0/server-kotlin/kotlin/storage/delete-file.md +++ /dev/null @@ -1,16 +0,0 @@ -import io.appwrite.Client -import io.appwrite.services.Storage - -suspend fun main() { - val client = Client(context) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2") // Your secret API key - - val storage = Storage(client) - val response = storage.deleteFile( - bucketId = "[BUCKET_ID]", - fileId = "[FILE_ID]" - ) - val json = response.body?.string() -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-kotlin/kotlin/storage/get-bucket.md b/docs/examples/1.0.0/server-kotlin/kotlin/storage/get-bucket.md deleted file mode 100644 index 6e421e94af..0000000000 --- a/docs/examples/1.0.0/server-kotlin/kotlin/storage/get-bucket.md +++ /dev/null @@ -1,15 +0,0 @@ -import io.appwrite.Client -import io.appwrite.services.Storage - -suspend fun main() { - val client = Client(context) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2") // Your secret API key - - val storage = Storage(client) - val response = storage.getBucket( - bucketId = "[BUCKET_ID]" - ) - val json = response.body?.string() -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-kotlin/kotlin/storage/get-file-download.md b/docs/examples/1.0.0/server-kotlin/kotlin/storage/get-file-download.md deleted file mode 100644 index 5186982a7c..0000000000 --- a/docs/examples/1.0.0/server-kotlin/kotlin/storage/get-file-download.md +++ /dev/null @@ -1,16 +0,0 @@ -import io.appwrite.Client -import io.appwrite.services.Storage - -suspend fun main() { - val client = Client(context) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2") // Your secret API key - - val storage = Storage(client) - val result = storage.getFileDownload( - bucketId = "[BUCKET_ID]", - fileId = "[FILE_ID]" - ) - println(result); // Resource URL -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-kotlin/kotlin/storage/get-file-preview.md b/docs/examples/1.0.0/server-kotlin/kotlin/storage/get-file-preview.md deleted file mode 100644 index d99e28ca94..0000000000 --- a/docs/examples/1.0.0/server-kotlin/kotlin/storage/get-file-preview.md +++ /dev/null @@ -1,16 +0,0 @@ -import io.appwrite.Client -import io.appwrite.services.Storage - -suspend fun main() { - val client = Client(context) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2") // Your secret API key - - val storage = Storage(client) - val result = storage.getFilePreview( - bucketId = "[BUCKET_ID]", - fileId = "[FILE_ID]", - ) - println(result); // Resource URL -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-kotlin/kotlin/storage/get-file-view.md b/docs/examples/1.0.0/server-kotlin/kotlin/storage/get-file-view.md deleted file mode 100644 index 433364a9c2..0000000000 --- a/docs/examples/1.0.0/server-kotlin/kotlin/storage/get-file-view.md +++ /dev/null @@ -1,16 +0,0 @@ -import io.appwrite.Client -import io.appwrite.services.Storage - -suspend fun main() { - val client = Client(context) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2") // Your secret API key - - val storage = Storage(client) - val result = storage.getFileView( - bucketId = "[BUCKET_ID]", - fileId = "[FILE_ID]" - ) - println(result); // Resource URL -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-kotlin/kotlin/storage/get-file.md b/docs/examples/1.0.0/server-kotlin/kotlin/storage/get-file.md deleted file mode 100644 index ea76d6f4ac..0000000000 --- a/docs/examples/1.0.0/server-kotlin/kotlin/storage/get-file.md +++ /dev/null @@ -1,16 +0,0 @@ -import io.appwrite.Client -import io.appwrite.services.Storage - -suspend fun main() { - val client = Client(context) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2") // Your secret API key - - val storage = Storage(client) - val response = storage.getFile( - bucketId = "[BUCKET_ID]", - fileId = "[FILE_ID]" - ) - val json = response.body?.string() -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-kotlin/kotlin/storage/list-buckets.md b/docs/examples/1.0.0/server-kotlin/kotlin/storage/list-buckets.md deleted file mode 100644 index 36a0d83232..0000000000 --- a/docs/examples/1.0.0/server-kotlin/kotlin/storage/list-buckets.md +++ /dev/null @@ -1,14 +0,0 @@ -import io.appwrite.Client -import io.appwrite.services.Storage - -suspend fun main() { - val client = Client(context) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2") // Your secret API key - - val storage = Storage(client) - val response = storage.listBuckets( - ) - val json = response.body?.string() -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-kotlin/kotlin/storage/list-files.md b/docs/examples/1.0.0/server-kotlin/kotlin/storage/list-files.md deleted file mode 100644 index d84bb4e8c6..0000000000 --- a/docs/examples/1.0.0/server-kotlin/kotlin/storage/list-files.md +++ /dev/null @@ -1,15 +0,0 @@ -import io.appwrite.Client -import io.appwrite.services.Storage - -suspend fun main() { - val client = Client(context) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2") // Your secret API key - - val storage = Storage(client) - val response = storage.listFiles( - bucketId = "[BUCKET_ID]", - ) - val json = response.body?.string() -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-kotlin/kotlin/storage/update-bucket.md b/docs/examples/1.0.0/server-kotlin/kotlin/storage/update-bucket.md deleted file mode 100644 index ac25ad0a7f..0000000000 --- a/docs/examples/1.0.0/server-kotlin/kotlin/storage/update-bucket.md +++ /dev/null @@ -1,16 +0,0 @@ -import io.appwrite.Client -import io.appwrite.services.Storage - -suspend fun main() { - val client = Client(context) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2") // Your secret API key - - val storage = Storage(client) - val response = storage.updateBucket( - bucketId = "[BUCKET_ID]", - name = "[NAME]", - ) - val json = response.body?.string() -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-kotlin/kotlin/storage/update-file.md b/docs/examples/1.0.0/server-kotlin/kotlin/storage/update-file.md deleted file mode 100644 index a628b54b25..0000000000 --- a/docs/examples/1.0.0/server-kotlin/kotlin/storage/update-file.md +++ /dev/null @@ -1,16 +0,0 @@ -import io.appwrite.Client -import io.appwrite.services.Storage - -suspend fun main() { - val client = Client(context) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2") // Your secret API key - - val storage = Storage(client) - val response = storage.updateFile( - bucketId = "[BUCKET_ID]", - fileId = "[FILE_ID]", - ) - val json = response.body?.string() -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-kotlin/kotlin/teams/create-membership.md b/docs/examples/1.0.0/server-kotlin/kotlin/teams/create-membership.md deleted file mode 100644 index ebdd4f3034..0000000000 --- a/docs/examples/1.0.0/server-kotlin/kotlin/teams/create-membership.md +++ /dev/null @@ -1,18 +0,0 @@ -import io.appwrite.Client -import io.appwrite.services.Teams - -suspend fun main() { - val client = Client(context) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2") // Your secret API key - - val teams = Teams(client) - val response = teams.createMembership( - teamId = "[TEAM_ID]", - email = "email@example.com", - roles = listOf(), - url = "https://example.com", - ) - val json = response.body?.string() -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-kotlin/kotlin/teams/create.md b/docs/examples/1.0.0/server-kotlin/kotlin/teams/create.md deleted file mode 100644 index 4b5c5e00e8..0000000000 --- a/docs/examples/1.0.0/server-kotlin/kotlin/teams/create.md +++ /dev/null @@ -1,16 +0,0 @@ -import io.appwrite.Client -import io.appwrite.services.Teams - -suspend fun main() { - val client = Client(context) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2") // Your secret API key - - val teams = Teams(client) - val response = teams.create( - teamId = "[TEAM_ID]", - name = "[NAME]", - ) - val json = response.body?.string() -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-kotlin/kotlin/teams/delete-membership.md b/docs/examples/1.0.0/server-kotlin/kotlin/teams/delete-membership.md deleted file mode 100644 index fd5cd7485e..0000000000 --- a/docs/examples/1.0.0/server-kotlin/kotlin/teams/delete-membership.md +++ /dev/null @@ -1,16 +0,0 @@ -import io.appwrite.Client -import io.appwrite.services.Teams - -suspend fun main() { - val client = Client(context) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2") // Your secret API key - - val teams = Teams(client) - val response = teams.deleteMembership( - teamId = "[TEAM_ID]", - membershipId = "[MEMBERSHIP_ID]" - ) - val json = response.body?.string() -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-kotlin/kotlin/teams/delete.md b/docs/examples/1.0.0/server-kotlin/kotlin/teams/delete.md deleted file mode 100644 index 3806a5e7b8..0000000000 --- a/docs/examples/1.0.0/server-kotlin/kotlin/teams/delete.md +++ /dev/null @@ -1,15 +0,0 @@ -import io.appwrite.Client -import io.appwrite.services.Teams - -suspend fun main() { - val client = Client(context) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2") // Your secret API key - - val teams = Teams(client) - val response = teams.delete( - teamId = "[TEAM_ID]" - ) - val json = response.body?.string() -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-kotlin/kotlin/teams/get-membership.md b/docs/examples/1.0.0/server-kotlin/kotlin/teams/get-membership.md deleted file mode 100644 index a0788b2489..0000000000 --- a/docs/examples/1.0.0/server-kotlin/kotlin/teams/get-membership.md +++ /dev/null @@ -1,16 +0,0 @@ -import io.appwrite.Client -import io.appwrite.services.Teams - -suspend fun main() { - val client = Client(context) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2") // Your secret API key - - val teams = Teams(client) - val response = teams.getMembership( - teamId = "[TEAM_ID]", - membershipId = "[MEMBERSHIP_ID]" - ) - val json = response.body?.string() -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-kotlin/kotlin/teams/get-memberships.md b/docs/examples/1.0.0/server-kotlin/kotlin/teams/get-memberships.md deleted file mode 100644 index 6dab7104fe..0000000000 --- a/docs/examples/1.0.0/server-kotlin/kotlin/teams/get-memberships.md +++ /dev/null @@ -1,15 +0,0 @@ -import io.appwrite.Client -import io.appwrite.services.Teams - -suspend fun main() { - val client = Client(context) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2") // Your secret API key - - val teams = Teams(client) - val response = teams.getMemberships( - teamId = "[TEAM_ID]", - ) - val json = response.body?.string() -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-kotlin/kotlin/teams/get.md b/docs/examples/1.0.0/server-kotlin/kotlin/teams/get.md deleted file mode 100644 index c8802a7133..0000000000 --- a/docs/examples/1.0.0/server-kotlin/kotlin/teams/get.md +++ /dev/null @@ -1,15 +0,0 @@ -import io.appwrite.Client -import io.appwrite.services.Teams - -suspend fun main() { - val client = Client(context) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2") // Your secret API key - - val teams = Teams(client) - val response = teams.get( - teamId = "[TEAM_ID]" - ) - val json = response.body?.string() -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-kotlin/kotlin/teams/list.md b/docs/examples/1.0.0/server-kotlin/kotlin/teams/list.md deleted file mode 100644 index 7aff26e811..0000000000 --- a/docs/examples/1.0.0/server-kotlin/kotlin/teams/list.md +++ /dev/null @@ -1,14 +0,0 @@ -import io.appwrite.Client -import io.appwrite.services.Teams - -suspend fun main() { - val client = Client(context) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2") // Your secret API key - - val teams = Teams(client) - val response = teams.list( - ) - val json = response.body?.string() -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-kotlin/kotlin/teams/update-membership-roles.md b/docs/examples/1.0.0/server-kotlin/kotlin/teams/update-membership-roles.md deleted file mode 100644 index f76601adc4..0000000000 --- a/docs/examples/1.0.0/server-kotlin/kotlin/teams/update-membership-roles.md +++ /dev/null @@ -1,17 +0,0 @@ -import io.appwrite.Client -import io.appwrite.services.Teams - -suspend fun main() { - val client = Client(context) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2") // Your secret API key - - val teams = Teams(client) - val response = teams.updateMembershipRoles( - teamId = "[TEAM_ID]", - membershipId = "[MEMBERSHIP_ID]", - roles = listOf() - ) - val json = response.body?.string() -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-kotlin/kotlin/teams/update-membership-status.md b/docs/examples/1.0.0/server-kotlin/kotlin/teams/update-membership-status.md deleted file mode 100644 index 56b7dc71c3..0000000000 --- a/docs/examples/1.0.0/server-kotlin/kotlin/teams/update-membership-status.md +++ /dev/null @@ -1,18 +0,0 @@ -import io.appwrite.Client -import io.appwrite.services.Teams - -suspend fun main() { - val client = Client(context) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setJWT("eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ...") // Your secret JSON Web Token - - val teams = Teams(client) - val response = teams.updateMembershipStatus( - teamId = "[TEAM_ID]", - membershipId = "[MEMBERSHIP_ID]", - userId = "[USER_ID]", - secret = "[SECRET]" - ) - val json = response.body?.string() -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-kotlin/kotlin/teams/update.md b/docs/examples/1.0.0/server-kotlin/kotlin/teams/update.md deleted file mode 100644 index a558a35216..0000000000 --- a/docs/examples/1.0.0/server-kotlin/kotlin/teams/update.md +++ /dev/null @@ -1,16 +0,0 @@ -import io.appwrite.Client -import io.appwrite.services.Teams - -suspend fun main() { - val client = Client(context) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2") // Your secret API key - - val teams = Teams(client) - val response = teams.update( - teamId = "[TEAM_ID]", - name = "[NAME]" - ) - val json = response.body?.string() -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-kotlin/kotlin/users/create-argon2user.md b/docs/examples/1.0.0/server-kotlin/kotlin/users/create-argon2user.md deleted file mode 100644 index 13c9d289ce..0000000000 --- a/docs/examples/1.0.0/server-kotlin/kotlin/users/create-argon2user.md +++ /dev/null @@ -1,17 +0,0 @@ -import io.appwrite.Client -import io.appwrite.services.Users - -suspend fun main() { - val client = Client(context) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2") // Your secret API key - - val users = Users(client) - val response = users.createArgon2User( - userId = "[USER_ID]", - email = "email@example.com", - password = "password", - ) - val json = response.body?.string() -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-kotlin/kotlin/users/create-bcrypt-user.md b/docs/examples/1.0.0/server-kotlin/kotlin/users/create-bcrypt-user.md deleted file mode 100644 index 061a7a8bac..0000000000 --- a/docs/examples/1.0.0/server-kotlin/kotlin/users/create-bcrypt-user.md +++ /dev/null @@ -1,17 +0,0 @@ -import io.appwrite.Client -import io.appwrite.services.Users - -suspend fun main() { - val client = Client(context) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2") // Your secret API key - - val users = Users(client) - val response = users.createBcryptUser( - userId = "[USER_ID]", - email = "email@example.com", - password = "password", - ) - val json = response.body?.string() -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-kotlin/kotlin/users/create-m-d5user.md b/docs/examples/1.0.0/server-kotlin/kotlin/users/create-m-d5user.md deleted file mode 100644 index e660302c03..0000000000 --- a/docs/examples/1.0.0/server-kotlin/kotlin/users/create-m-d5user.md +++ /dev/null @@ -1,17 +0,0 @@ -import io.appwrite.Client -import io.appwrite.services.Users - -suspend fun main() { - val client = Client(context) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2") // Your secret API key - - val users = Users(client) - val response = users.createMD5User( - userId = "[USER_ID]", - email = "email@example.com", - password = "password", - ) - val json = response.body?.string() -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-kotlin/kotlin/users/create-p-h-pass-user.md b/docs/examples/1.0.0/server-kotlin/kotlin/users/create-p-h-pass-user.md deleted file mode 100644 index 3434533569..0000000000 --- a/docs/examples/1.0.0/server-kotlin/kotlin/users/create-p-h-pass-user.md +++ /dev/null @@ -1,17 +0,0 @@ -import io.appwrite.Client -import io.appwrite.services.Users - -suspend fun main() { - val client = Client(context) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2") // Your secret API key - - val users = Users(client) - val response = users.createPHPassUser( - userId = "[USER_ID]", - email = "email@example.com", - password = "password", - ) - val json = response.body?.string() -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-kotlin/kotlin/users/create-s-h-a-user.md b/docs/examples/1.0.0/server-kotlin/kotlin/users/create-s-h-a-user.md deleted file mode 100644 index f057c24860..0000000000 --- a/docs/examples/1.0.0/server-kotlin/kotlin/users/create-s-h-a-user.md +++ /dev/null @@ -1,17 +0,0 @@ -import io.appwrite.Client -import io.appwrite.services.Users - -suspend fun main() { - val client = Client(context) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2") // Your secret API key - - val users = Users(client) - val response = users.createSHAUser( - userId = "[USER_ID]", - email = "email@example.com", - password = "password", - ) - val json = response.body?.string() -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-kotlin/kotlin/users/create-scrypt-modified-user.md b/docs/examples/1.0.0/server-kotlin/kotlin/users/create-scrypt-modified-user.md deleted file mode 100644 index 42bb6a6df4..0000000000 --- a/docs/examples/1.0.0/server-kotlin/kotlin/users/create-scrypt-modified-user.md +++ /dev/null @@ -1,20 +0,0 @@ -import io.appwrite.Client -import io.appwrite.services.Users - -suspend fun main() { - val client = Client(context) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2") // Your secret API key - - val users = Users(client) - val response = users.createScryptModifiedUser( - userId = "[USER_ID]", - email = "email@example.com", - password = "password", - passwordSalt = "[PASSWORD_SALT]", - passwordSaltSeparator = "[PASSWORD_SALT_SEPARATOR]", - passwordSignerKey = "[PASSWORD_SIGNER_KEY]", - ) - val json = response.body?.string() -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-kotlin/kotlin/users/create-scrypt-user.md b/docs/examples/1.0.0/server-kotlin/kotlin/users/create-scrypt-user.md deleted file mode 100644 index 28903db223..0000000000 --- a/docs/examples/1.0.0/server-kotlin/kotlin/users/create-scrypt-user.md +++ /dev/null @@ -1,22 +0,0 @@ -import io.appwrite.Client -import io.appwrite.services.Users - -suspend fun main() { - val client = Client(context) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2") // Your secret API key - - val users = Users(client) - val response = users.createScryptUser( - userId = "[USER_ID]", - email = "email@example.com", - password = "password", - passwordSalt = "[PASSWORD_SALT]", - passwordCpu = 0, - passwordMemory = 0, - passwordParallel = 0, - passwordLength = 0, - ) - val json = response.body?.string() -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-kotlin/kotlin/users/create.md b/docs/examples/1.0.0/server-kotlin/kotlin/users/create.md deleted file mode 100644 index a799a14a87..0000000000 --- a/docs/examples/1.0.0/server-kotlin/kotlin/users/create.md +++ /dev/null @@ -1,15 +0,0 @@ -import io.appwrite.Client -import io.appwrite.services.Users - -suspend fun main() { - val client = Client(context) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2") // Your secret API key - - val users = Users(client) - val response = users.create( - userId = "[USER_ID]", - ) - val json = response.body?.string() -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-kotlin/kotlin/users/delete-session.md b/docs/examples/1.0.0/server-kotlin/kotlin/users/delete-session.md deleted file mode 100644 index b02b7eda74..0000000000 --- a/docs/examples/1.0.0/server-kotlin/kotlin/users/delete-session.md +++ /dev/null @@ -1,16 +0,0 @@ -import io.appwrite.Client -import io.appwrite.services.Users - -suspend fun main() { - val client = Client(context) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2") // Your secret API key - - val users = Users(client) - val response = users.deleteSession( - userId = "[USER_ID]", - sessionId = "[SESSION_ID]" - ) - val json = response.body?.string() -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-kotlin/kotlin/users/delete-sessions.md b/docs/examples/1.0.0/server-kotlin/kotlin/users/delete-sessions.md deleted file mode 100644 index 969f5f34b2..0000000000 --- a/docs/examples/1.0.0/server-kotlin/kotlin/users/delete-sessions.md +++ /dev/null @@ -1,15 +0,0 @@ -import io.appwrite.Client -import io.appwrite.services.Users - -suspend fun main() { - val client = Client(context) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2") // Your secret API key - - val users = Users(client) - val response = users.deleteSessions( - userId = "[USER_ID]" - ) - val json = response.body?.string() -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-kotlin/kotlin/users/delete.md b/docs/examples/1.0.0/server-kotlin/kotlin/users/delete.md deleted file mode 100644 index 7d545cd5fc..0000000000 --- a/docs/examples/1.0.0/server-kotlin/kotlin/users/delete.md +++ /dev/null @@ -1,15 +0,0 @@ -import io.appwrite.Client -import io.appwrite.services.Users - -suspend fun main() { - val client = Client(context) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2") // Your secret API key - - val users = Users(client) - val response = users.delete( - userId = "[USER_ID]" - ) - val json = response.body?.string() -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-kotlin/kotlin/users/get-logs.md b/docs/examples/1.0.0/server-kotlin/kotlin/users/get-logs.md deleted file mode 100644 index e6a26f160b..0000000000 --- a/docs/examples/1.0.0/server-kotlin/kotlin/users/get-logs.md +++ /dev/null @@ -1,15 +0,0 @@ -import io.appwrite.Client -import io.appwrite.services.Users - -suspend fun main() { - val client = Client(context) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2") // Your secret API key - - val users = Users(client) - val response = users.getLogs( - userId = "[USER_ID]", - ) - val json = response.body?.string() -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-kotlin/kotlin/users/get-memberships.md b/docs/examples/1.0.0/server-kotlin/kotlin/users/get-memberships.md deleted file mode 100644 index f56631b175..0000000000 --- a/docs/examples/1.0.0/server-kotlin/kotlin/users/get-memberships.md +++ /dev/null @@ -1,15 +0,0 @@ -import io.appwrite.Client -import io.appwrite.services.Users - -suspend fun main() { - val client = Client(context) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2") // Your secret API key - - val users = Users(client) - val response = users.getMemberships( - userId = "[USER_ID]" - ) - val json = response.body?.string() -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-kotlin/kotlin/users/get-prefs.md b/docs/examples/1.0.0/server-kotlin/kotlin/users/get-prefs.md deleted file mode 100644 index 681bc0053a..0000000000 --- a/docs/examples/1.0.0/server-kotlin/kotlin/users/get-prefs.md +++ /dev/null @@ -1,15 +0,0 @@ -import io.appwrite.Client -import io.appwrite.services.Users - -suspend fun main() { - val client = Client(context) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2") // Your secret API key - - val users = Users(client) - val response = users.getPrefs( - userId = "[USER_ID]" - ) - val json = response.body?.string() -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-kotlin/kotlin/users/get-sessions.md b/docs/examples/1.0.0/server-kotlin/kotlin/users/get-sessions.md deleted file mode 100644 index ba5a48eadd..0000000000 --- a/docs/examples/1.0.0/server-kotlin/kotlin/users/get-sessions.md +++ /dev/null @@ -1,15 +0,0 @@ -import io.appwrite.Client -import io.appwrite.services.Users - -suspend fun main() { - val client = Client(context) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2") // Your secret API key - - val users = Users(client) - val response = users.getSessions( - userId = "[USER_ID]" - ) - val json = response.body?.string() -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-kotlin/kotlin/users/get.md b/docs/examples/1.0.0/server-kotlin/kotlin/users/get.md deleted file mode 100644 index 85cf8cd484..0000000000 --- a/docs/examples/1.0.0/server-kotlin/kotlin/users/get.md +++ /dev/null @@ -1,15 +0,0 @@ -import io.appwrite.Client -import io.appwrite.services.Users - -suspend fun main() { - val client = Client(context) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2") // Your secret API key - - val users = Users(client) - val response = users.get( - userId = "[USER_ID]" - ) - val json = response.body?.string() -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-kotlin/kotlin/users/list.md b/docs/examples/1.0.0/server-kotlin/kotlin/users/list.md deleted file mode 100644 index 4c6f4a8f96..0000000000 --- a/docs/examples/1.0.0/server-kotlin/kotlin/users/list.md +++ /dev/null @@ -1,14 +0,0 @@ -import io.appwrite.Client -import io.appwrite.services.Users - -suspend fun main() { - val client = Client(context) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2") // Your secret API key - - val users = Users(client) - val response = users.list( - ) - val json = response.body?.string() -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-kotlin/kotlin/users/update-email-verification.md b/docs/examples/1.0.0/server-kotlin/kotlin/users/update-email-verification.md deleted file mode 100644 index f33c5a7a5e..0000000000 --- a/docs/examples/1.0.0/server-kotlin/kotlin/users/update-email-verification.md +++ /dev/null @@ -1,16 +0,0 @@ -import io.appwrite.Client -import io.appwrite.services.Users - -suspend fun main() { - val client = Client(context) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2") // Your secret API key - - val users = Users(client) - val response = users.updateEmailVerification( - userId = "[USER_ID]", - emailVerification = false - ) - val json = response.body?.string() -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-kotlin/kotlin/users/update-email.md b/docs/examples/1.0.0/server-kotlin/kotlin/users/update-email.md deleted file mode 100644 index eabab2f2af..0000000000 --- a/docs/examples/1.0.0/server-kotlin/kotlin/users/update-email.md +++ /dev/null @@ -1,16 +0,0 @@ -import io.appwrite.Client -import io.appwrite.services.Users - -suspend fun main() { - val client = Client(context) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2") // Your secret API key - - val users = Users(client) - val response = users.updateEmail( - userId = "[USER_ID]", - email = "email@example.com" - ) - val json = response.body?.string() -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-kotlin/kotlin/users/update-name.md b/docs/examples/1.0.0/server-kotlin/kotlin/users/update-name.md deleted file mode 100644 index f4ce93b30b..0000000000 --- a/docs/examples/1.0.0/server-kotlin/kotlin/users/update-name.md +++ /dev/null @@ -1,16 +0,0 @@ -import io.appwrite.Client -import io.appwrite.services.Users - -suspend fun main() { - val client = Client(context) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2") // Your secret API key - - val users = Users(client) - val response = users.updateName( - userId = "[USER_ID]", - name = "[NAME]" - ) - val json = response.body?.string() -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-kotlin/kotlin/users/update-password.md b/docs/examples/1.0.0/server-kotlin/kotlin/users/update-password.md deleted file mode 100644 index 6e6122e297..0000000000 --- a/docs/examples/1.0.0/server-kotlin/kotlin/users/update-password.md +++ /dev/null @@ -1,16 +0,0 @@ -import io.appwrite.Client -import io.appwrite.services.Users - -suspend fun main() { - val client = Client(context) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2") // Your secret API key - - val users = Users(client) - val response = users.updatePassword( - userId = "[USER_ID]", - password = "password" - ) - val json = response.body?.string() -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-kotlin/kotlin/users/update-phone-verification.md b/docs/examples/1.0.0/server-kotlin/kotlin/users/update-phone-verification.md deleted file mode 100644 index b237adbcbd..0000000000 --- a/docs/examples/1.0.0/server-kotlin/kotlin/users/update-phone-verification.md +++ /dev/null @@ -1,16 +0,0 @@ -import io.appwrite.Client -import io.appwrite.services.Users - -suspend fun main() { - val client = Client(context) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2") // Your secret API key - - val users = Users(client) - val response = users.updatePhoneVerification( - userId = "[USER_ID]", - phoneVerification = false - ) - val json = response.body?.string() -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-kotlin/kotlin/users/update-phone.md b/docs/examples/1.0.0/server-kotlin/kotlin/users/update-phone.md deleted file mode 100644 index 33f7972d95..0000000000 --- a/docs/examples/1.0.0/server-kotlin/kotlin/users/update-phone.md +++ /dev/null @@ -1,16 +0,0 @@ -import io.appwrite.Client -import io.appwrite.services.Users - -suspend fun main() { - val client = Client(context) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2") // Your secret API key - - val users = Users(client) - val response = users.updatePhone( - userId = "[USER_ID]", - number = "" - ) - val json = response.body?.string() -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-kotlin/kotlin/users/update-prefs.md b/docs/examples/1.0.0/server-kotlin/kotlin/users/update-prefs.md deleted file mode 100644 index 27c669b141..0000000000 --- a/docs/examples/1.0.0/server-kotlin/kotlin/users/update-prefs.md +++ /dev/null @@ -1,16 +0,0 @@ -import io.appwrite.Client -import io.appwrite.services.Users - -suspend fun main() { - val client = Client(context) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2") // Your secret API key - - val users = Users(client) - val response = users.updatePrefs( - userId = "[USER_ID]", - prefs = mapOf( "a" to "b" ) - ) - val json = response.body?.string() -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-kotlin/kotlin/users/update-status.md b/docs/examples/1.0.0/server-kotlin/kotlin/users/update-status.md deleted file mode 100644 index 927e76bee3..0000000000 --- a/docs/examples/1.0.0/server-kotlin/kotlin/users/update-status.md +++ /dev/null @@ -1,16 +0,0 @@ -import io.appwrite.Client -import io.appwrite.services.Users - -suspend fun main() { - val client = Client(context) - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2") // Your secret API key - - val users = Users(client) - val response = users.updateStatus( - userId = "[USER_ID]", - status = false - ) - val json = response.body?.string() -} \ No newline at end of file diff --git a/docs/examples/1.0.0/server-nodejs/examples/account/create-phone-verification.md b/docs/examples/1.0.0/server-nodejs/examples/account/create-phone-verification.md deleted file mode 100644 index 4ed86de6f4..0000000000 --- a/docs/examples/1.0.0/server-nodejs/examples/account/create-phone-verification.md +++ /dev/null @@ -1,20 +0,0 @@ -const sdk = require('node-appwrite'); - -// Init SDK -const client = new sdk.Client(); - -const account = new sdk.Account(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setJWT('eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ...') // Your secret JSON Web Token -; - -const promise = account.createPhoneVerification(); - -promise.then(function (response) { - console.log(response); -}, function (error) { - console.log(error); -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-nodejs/examples/account/create-recovery.md b/docs/examples/1.0.0/server-nodejs/examples/account/create-recovery.md deleted file mode 100644 index 2c445584fb..0000000000 --- a/docs/examples/1.0.0/server-nodejs/examples/account/create-recovery.md +++ /dev/null @@ -1,20 +0,0 @@ -const sdk = require('node-appwrite'); - -// Init SDK -const client = new sdk.Client(); - -const account = new sdk.Account(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setJWT('eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ...') // Your secret JSON Web Token -; - -const promise = account.createRecovery('email@example.com', 'https://example.com'); - -promise.then(function (response) { - console.log(response); -}, function (error) { - console.log(error); -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-nodejs/examples/account/create-verification.md b/docs/examples/1.0.0/server-nodejs/examples/account/create-verification.md deleted file mode 100644 index 520af2ece8..0000000000 --- a/docs/examples/1.0.0/server-nodejs/examples/account/create-verification.md +++ /dev/null @@ -1,20 +0,0 @@ -const sdk = require('node-appwrite'); - -// Init SDK -const client = new sdk.Client(); - -const account = new sdk.Account(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setJWT('eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ...') // Your secret JSON Web Token -; - -const promise = account.createVerification('https://example.com'); - -promise.then(function (response) { - console.log(response); -}, function (error) { - console.log(error); -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-nodejs/examples/account/delete-session.md b/docs/examples/1.0.0/server-nodejs/examples/account/delete-session.md deleted file mode 100644 index fbfa985b5d..0000000000 --- a/docs/examples/1.0.0/server-nodejs/examples/account/delete-session.md +++ /dev/null @@ -1,20 +0,0 @@ -const sdk = require('node-appwrite'); - -// Init SDK -const client = new sdk.Client(); - -const account = new sdk.Account(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setJWT('eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ...') // Your secret JSON Web Token -; - -const promise = account.deleteSession('[SESSION_ID]'); - -promise.then(function (response) { - console.log(response); -}, function (error) { - console.log(error); -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-nodejs/examples/account/delete-sessions.md b/docs/examples/1.0.0/server-nodejs/examples/account/delete-sessions.md deleted file mode 100644 index 2dce206215..0000000000 --- a/docs/examples/1.0.0/server-nodejs/examples/account/delete-sessions.md +++ /dev/null @@ -1,20 +0,0 @@ -const sdk = require('node-appwrite'); - -// Init SDK -const client = new sdk.Client(); - -const account = new sdk.Account(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setJWT('eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ...') // Your secret JSON Web Token -; - -const promise = account.deleteSessions(); - -promise.then(function (response) { - console.log(response); -}, function (error) { - console.log(error); -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-nodejs/examples/account/get-logs.md b/docs/examples/1.0.0/server-nodejs/examples/account/get-logs.md deleted file mode 100644 index 7e99f07f05..0000000000 --- a/docs/examples/1.0.0/server-nodejs/examples/account/get-logs.md +++ /dev/null @@ -1,20 +0,0 @@ -const sdk = require('node-appwrite'); - -// Init SDK -const client = new sdk.Client(); - -const account = new sdk.Account(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setJWT('eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ...') // Your secret JSON Web Token -; - -const promise = account.getLogs(); - -promise.then(function (response) { - console.log(response); -}, function (error) { - console.log(error); -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-nodejs/examples/account/get-prefs.md b/docs/examples/1.0.0/server-nodejs/examples/account/get-prefs.md deleted file mode 100644 index 2b11f4a399..0000000000 --- a/docs/examples/1.0.0/server-nodejs/examples/account/get-prefs.md +++ /dev/null @@ -1,20 +0,0 @@ -const sdk = require('node-appwrite'); - -// Init SDK -const client = new sdk.Client(); - -const account = new sdk.Account(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setJWT('eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ...') // Your secret JSON Web Token -; - -const promise = account.getPrefs(); - -promise.then(function (response) { - console.log(response); -}, function (error) { - console.log(error); -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-nodejs/examples/account/get-session.md b/docs/examples/1.0.0/server-nodejs/examples/account/get-session.md deleted file mode 100644 index e83d97f198..0000000000 --- a/docs/examples/1.0.0/server-nodejs/examples/account/get-session.md +++ /dev/null @@ -1,20 +0,0 @@ -const sdk = require('node-appwrite'); - -// Init SDK -const client = new sdk.Client(); - -const account = new sdk.Account(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setJWT('eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ...') // Your secret JSON Web Token -; - -const promise = account.getSession('[SESSION_ID]'); - -promise.then(function (response) { - console.log(response); -}, function (error) { - console.log(error); -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-nodejs/examples/account/get-sessions.md b/docs/examples/1.0.0/server-nodejs/examples/account/get-sessions.md deleted file mode 100644 index 05acf87e9f..0000000000 --- a/docs/examples/1.0.0/server-nodejs/examples/account/get-sessions.md +++ /dev/null @@ -1,20 +0,0 @@ -const sdk = require('node-appwrite'); - -// Init SDK -const client = new sdk.Client(); - -const account = new sdk.Account(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setJWT('eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ...') // Your secret JSON Web Token -; - -const promise = account.getSessions(); - -promise.then(function (response) { - console.log(response); -}, function (error) { - console.log(error); -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-nodejs/examples/account/get.md b/docs/examples/1.0.0/server-nodejs/examples/account/get.md deleted file mode 100644 index f1ebc9e921..0000000000 --- a/docs/examples/1.0.0/server-nodejs/examples/account/get.md +++ /dev/null @@ -1,20 +0,0 @@ -const sdk = require('node-appwrite'); - -// Init SDK -const client = new sdk.Client(); - -const account = new sdk.Account(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setJWT('eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ...') // Your secret JSON Web Token -; - -const promise = account.get(); - -promise.then(function (response) { - console.log(response); -}, function (error) { - console.log(error); -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-nodejs/examples/account/update-email.md b/docs/examples/1.0.0/server-nodejs/examples/account/update-email.md deleted file mode 100644 index b550142d13..0000000000 --- a/docs/examples/1.0.0/server-nodejs/examples/account/update-email.md +++ /dev/null @@ -1,20 +0,0 @@ -const sdk = require('node-appwrite'); - -// Init SDK -const client = new sdk.Client(); - -const account = new sdk.Account(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setJWT('eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ...') // Your secret JSON Web Token -; - -const promise = account.updateEmail('email@example.com', 'password'); - -promise.then(function (response) { - console.log(response); -}, function (error) { - console.log(error); -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-nodejs/examples/account/update-name.md b/docs/examples/1.0.0/server-nodejs/examples/account/update-name.md deleted file mode 100644 index 196a9b272e..0000000000 --- a/docs/examples/1.0.0/server-nodejs/examples/account/update-name.md +++ /dev/null @@ -1,20 +0,0 @@ -const sdk = require('node-appwrite'); - -// Init SDK -const client = new sdk.Client(); - -const account = new sdk.Account(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setJWT('eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ...') // Your secret JSON Web Token -; - -const promise = account.updateName('[NAME]'); - -promise.then(function (response) { - console.log(response); -}, function (error) { - console.log(error); -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-nodejs/examples/account/update-password.md b/docs/examples/1.0.0/server-nodejs/examples/account/update-password.md deleted file mode 100644 index bc7fb758d1..0000000000 --- a/docs/examples/1.0.0/server-nodejs/examples/account/update-password.md +++ /dev/null @@ -1,20 +0,0 @@ -const sdk = require('node-appwrite'); - -// Init SDK -const client = new sdk.Client(); - -const account = new sdk.Account(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setJWT('eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ...') // Your secret JSON Web Token -; - -const promise = account.updatePassword('password'); - -promise.then(function (response) { - console.log(response); -}, function (error) { - console.log(error); -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-nodejs/examples/account/update-phone-verification.md b/docs/examples/1.0.0/server-nodejs/examples/account/update-phone-verification.md deleted file mode 100644 index 4bedf42b8d..0000000000 --- a/docs/examples/1.0.0/server-nodejs/examples/account/update-phone-verification.md +++ /dev/null @@ -1,20 +0,0 @@ -const sdk = require('node-appwrite'); - -// Init SDK -const client = new sdk.Client(); - -const account = new sdk.Account(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setJWT('eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ...') // Your secret JSON Web Token -; - -const promise = account.updatePhoneVerification('[USER_ID]', '[SECRET]'); - -promise.then(function (response) { - console.log(response); -}, function (error) { - console.log(error); -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-nodejs/examples/account/update-phone.md b/docs/examples/1.0.0/server-nodejs/examples/account/update-phone.md deleted file mode 100644 index 81b64290cd..0000000000 --- a/docs/examples/1.0.0/server-nodejs/examples/account/update-phone.md +++ /dev/null @@ -1,20 +0,0 @@ -const sdk = require('node-appwrite'); - -// Init SDK -const client = new sdk.Client(); - -const account = new sdk.Account(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setJWT('eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ...') // Your secret JSON Web Token -; - -const promise = account.updatePhone('', 'password'); - -promise.then(function (response) { - console.log(response); -}, function (error) { - console.log(error); -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-nodejs/examples/account/update-prefs.md b/docs/examples/1.0.0/server-nodejs/examples/account/update-prefs.md deleted file mode 100644 index f8a2bcb797..0000000000 --- a/docs/examples/1.0.0/server-nodejs/examples/account/update-prefs.md +++ /dev/null @@ -1,20 +0,0 @@ -const sdk = require('node-appwrite'); - -// Init SDK -const client = new sdk.Client(); - -const account = new sdk.Account(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setJWT('eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ...') // Your secret JSON Web Token -; - -const promise = account.updatePrefs({}); - -promise.then(function (response) { - console.log(response); -}, function (error) { - console.log(error); -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-nodejs/examples/account/update-recovery.md b/docs/examples/1.0.0/server-nodejs/examples/account/update-recovery.md deleted file mode 100644 index 1e1fb8d708..0000000000 --- a/docs/examples/1.0.0/server-nodejs/examples/account/update-recovery.md +++ /dev/null @@ -1,20 +0,0 @@ -const sdk = require('node-appwrite'); - -// Init SDK -const client = new sdk.Client(); - -const account = new sdk.Account(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setJWT('eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ...') // Your secret JSON Web Token -; - -const promise = account.updateRecovery('[USER_ID]', '[SECRET]', 'password', 'password'); - -promise.then(function (response) { - console.log(response); -}, function (error) { - console.log(error); -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-nodejs/examples/account/update-session.md b/docs/examples/1.0.0/server-nodejs/examples/account/update-session.md deleted file mode 100644 index d9e1853884..0000000000 --- a/docs/examples/1.0.0/server-nodejs/examples/account/update-session.md +++ /dev/null @@ -1,20 +0,0 @@ -const sdk = require('node-appwrite'); - -// Init SDK -const client = new sdk.Client(); - -const account = new sdk.Account(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setJWT('eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ...') // Your secret JSON Web Token -; - -const promise = account.updateSession('[SESSION_ID]'); - -promise.then(function (response) { - console.log(response); -}, function (error) { - console.log(error); -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-nodejs/examples/account/update-status.md b/docs/examples/1.0.0/server-nodejs/examples/account/update-status.md deleted file mode 100644 index adde842881..0000000000 --- a/docs/examples/1.0.0/server-nodejs/examples/account/update-status.md +++ /dev/null @@ -1,20 +0,0 @@ -const sdk = require('node-appwrite'); - -// Init SDK -const client = new sdk.Client(); - -const account = new sdk.Account(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setJWT('eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ...') // Your secret JSON Web Token -; - -const promise = account.updateStatus(); - -promise.then(function (response) { - console.log(response); -}, function (error) { - console.log(error); -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-nodejs/examples/account/update-verification.md b/docs/examples/1.0.0/server-nodejs/examples/account/update-verification.md deleted file mode 100644 index c5b7356414..0000000000 --- a/docs/examples/1.0.0/server-nodejs/examples/account/update-verification.md +++ /dev/null @@ -1,20 +0,0 @@ -const sdk = require('node-appwrite'); - -// Init SDK -const client = new sdk.Client(); - -const account = new sdk.Account(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setJWT('eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ...') // Your secret JSON Web Token -; - -const promise = account.updateVerification('[USER_ID]', '[SECRET]'); - -promise.then(function (response) { - console.log(response); -}, function (error) { - console.log(error); -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-nodejs/examples/avatars/get-browser.md b/docs/examples/1.0.0/server-nodejs/examples/avatars/get-browser.md deleted file mode 100644 index 350d154894..0000000000 --- a/docs/examples/1.0.0/server-nodejs/examples/avatars/get-browser.md +++ /dev/null @@ -1,20 +0,0 @@ -const sdk = require('node-appwrite'); - -// Init SDK -const client = new sdk.Client(); - -const avatars = new sdk.Avatars(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - -const promise = avatars.getBrowser('aa'); - -promise.then(function (response) { - console.log(response); -}, function (error) { - console.log(error); -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-nodejs/examples/avatars/get-credit-card.md b/docs/examples/1.0.0/server-nodejs/examples/avatars/get-credit-card.md deleted file mode 100644 index 3f685ff39c..0000000000 --- a/docs/examples/1.0.0/server-nodejs/examples/avatars/get-credit-card.md +++ /dev/null @@ -1,20 +0,0 @@ -const sdk = require('node-appwrite'); - -// Init SDK -const client = new sdk.Client(); - -const avatars = new sdk.Avatars(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - -const promise = avatars.getCreditCard('amex'); - -promise.then(function (response) { - console.log(response); -}, function (error) { - console.log(error); -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-nodejs/examples/avatars/get-favicon.md b/docs/examples/1.0.0/server-nodejs/examples/avatars/get-favicon.md deleted file mode 100644 index 89a496aaa4..0000000000 --- a/docs/examples/1.0.0/server-nodejs/examples/avatars/get-favicon.md +++ /dev/null @@ -1,20 +0,0 @@ -const sdk = require('node-appwrite'); - -// Init SDK -const client = new sdk.Client(); - -const avatars = new sdk.Avatars(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - -const promise = avatars.getFavicon('https://example.com'); - -promise.then(function (response) { - console.log(response); -}, function (error) { - console.log(error); -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-nodejs/examples/avatars/get-flag.md b/docs/examples/1.0.0/server-nodejs/examples/avatars/get-flag.md deleted file mode 100644 index 53fde28188..0000000000 --- a/docs/examples/1.0.0/server-nodejs/examples/avatars/get-flag.md +++ /dev/null @@ -1,20 +0,0 @@ -const sdk = require('node-appwrite'); - -// Init SDK -const client = new sdk.Client(); - -const avatars = new sdk.Avatars(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - -const promise = avatars.getFlag('af'); - -promise.then(function (response) { - console.log(response); -}, function (error) { - console.log(error); -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-nodejs/examples/avatars/get-image.md b/docs/examples/1.0.0/server-nodejs/examples/avatars/get-image.md deleted file mode 100644 index 2b07d62411..0000000000 --- a/docs/examples/1.0.0/server-nodejs/examples/avatars/get-image.md +++ /dev/null @@ -1,20 +0,0 @@ -const sdk = require('node-appwrite'); - -// Init SDK -const client = new sdk.Client(); - -const avatars = new sdk.Avatars(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - -const promise = avatars.getImage('https://example.com'); - -promise.then(function (response) { - console.log(response); -}, function (error) { - console.log(error); -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-nodejs/examples/avatars/get-initials.md b/docs/examples/1.0.0/server-nodejs/examples/avatars/get-initials.md deleted file mode 100644 index fc00f8fbbc..0000000000 --- a/docs/examples/1.0.0/server-nodejs/examples/avatars/get-initials.md +++ /dev/null @@ -1,20 +0,0 @@ -const sdk = require('node-appwrite'); - -// Init SDK -const client = new sdk.Client(); - -const avatars = new sdk.Avatars(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - -const promise = avatars.getInitials(); - -promise.then(function (response) { - console.log(response); -}, function (error) { - console.log(error); -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-nodejs/examples/avatars/get-q-r.md b/docs/examples/1.0.0/server-nodejs/examples/avatars/get-q-r.md deleted file mode 100644 index 63cac53562..0000000000 --- a/docs/examples/1.0.0/server-nodejs/examples/avatars/get-q-r.md +++ /dev/null @@ -1,20 +0,0 @@ -const sdk = require('node-appwrite'); - -// Init SDK -const client = new sdk.Client(); - -const avatars = new sdk.Avatars(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - -const promise = avatars.getQR('[TEXT]'); - -promise.then(function (response) { - console.log(response); -}, function (error) { - console.log(error); -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-nodejs/examples/databases/create-boolean-attribute.md b/docs/examples/1.0.0/server-nodejs/examples/databases/create-boolean-attribute.md deleted file mode 100644 index 616b3fc51a..0000000000 --- a/docs/examples/1.0.0/server-nodejs/examples/databases/create-boolean-attribute.md +++ /dev/null @@ -1,20 +0,0 @@ -const sdk = require('node-appwrite'); - -// Init SDK -const client = new sdk.Client(); - -const databases = new sdk.Databases(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - -const promise = databases.createBooleanAttribute('[DATABASE_ID]', '[COLLECTION_ID]', '', false); - -promise.then(function (response) { - console.log(response); -}, function (error) { - console.log(error); -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-nodejs/examples/databases/create-collection.md b/docs/examples/1.0.0/server-nodejs/examples/databases/create-collection.md deleted file mode 100644 index 098f05026e..0000000000 --- a/docs/examples/1.0.0/server-nodejs/examples/databases/create-collection.md +++ /dev/null @@ -1,20 +0,0 @@ -const sdk = require('node-appwrite'); - -// Init SDK -const client = new sdk.Client(); - -const databases = new sdk.Databases(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - -const promise = databases.createCollection('[DATABASE_ID]', '[COLLECTION_ID]', '[NAME]'); - -promise.then(function (response) { - console.log(response); -}, function (error) { - console.log(error); -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-nodejs/examples/databases/create-datetime-attribute.md b/docs/examples/1.0.0/server-nodejs/examples/databases/create-datetime-attribute.md deleted file mode 100644 index c16bf0a4f4..0000000000 --- a/docs/examples/1.0.0/server-nodejs/examples/databases/create-datetime-attribute.md +++ /dev/null @@ -1,20 +0,0 @@ -const sdk = require('node-appwrite'); - -// Init SDK -const client = new sdk.Client(); - -const databases = new sdk.Databases(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - -const promise = databases.createDatetimeAttribute('[DATABASE_ID]', '[COLLECTION_ID]', '', false); - -promise.then(function (response) { - console.log(response); -}, function (error) { - console.log(error); -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-nodejs/examples/databases/create-document.md b/docs/examples/1.0.0/server-nodejs/examples/databases/create-document.md deleted file mode 100644 index cdc7442f14..0000000000 --- a/docs/examples/1.0.0/server-nodejs/examples/databases/create-document.md +++ /dev/null @@ -1,20 +0,0 @@ -const sdk = require('node-appwrite'); - -// Init SDK -const client = new sdk.Client(); - -const databases = new sdk.Databases(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - -const promise = databases.createDocument('[DATABASE_ID]', '[COLLECTION_ID]', '[DOCUMENT_ID]', {}); - -promise.then(function (response) { - console.log(response); -}, function (error) { - console.log(error); -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-nodejs/examples/databases/create-email-attribute.md b/docs/examples/1.0.0/server-nodejs/examples/databases/create-email-attribute.md deleted file mode 100644 index 890b425b4e..0000000000 --- a/docs/examples/1.0.0/server-nodejs/examples/databases/create-email-attribute.md +++ /dev/null @@ -1,20 +0,0 @@ -const sdk = require('node-appwrite'); - -// Init SDK -const client = new sdk.Client(); - -const databases = new sdk.Databases(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - -const promise = databases.createEmailAttribute('[DATABASE_ID]', '[COLLECTION_ID]', '', false); - -promise.then(function (response) { - console.log(response); -}, function (error) { - console.log(error); -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-nodejs/examples/databases/create-enum-attribute.md b/docs/examples/1.0.0/server-nodejs/examples/databases/create-enum-attribute.md deleted file mode 100644 index 75e4954528..0000000000 --- a/docs/examples/1.0.0/server-nodejs/examples/databases/create-enum-attribute.md +++ /dev/null @@ -1,20 +0,0 @@ -const sdk = require('node-appwrite'); - -// Init SDK -const client = new sdk.Client(); - -const databases = new sdk.Databases(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - -const promise = databases.createEnumAttribute('[DATABASE_ID]', '[COLLECTION_ID]', '', [], false); - -promise.then(function (response) { - console.log(response); -}, function (error) { - console.log(error); -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-nodejs/examples/databases/create-float-attribute.md b/docs/examples/1.0.0/server-nodejs/examples/databases/create-float-attribute.md deleted file mode 100644 index 1a2602526b..0000000000 --- a/docs/examples/1.0.0/server-nodejs/examples/databases/create-float-attribute.md +++ /dev/null @@ -1,20 +0,0 @@ -const sdk = require('node-appwrite'); - -// Init SDK -const client = new sdk.Client(); - -const databases = new sdk.Databases(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - -const promise = databases.createFloatAttribute('[DATABASE_ID]', '[COLLECTION_ID]', '', false); - -promise.then(function (response) { - console.log(response); -}, function (error) { - console.log(error); -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-nodejs/examples/databases/create-index.md b/docs/examples/1.0.0/server-nodejs/examples/databases/create-index.md deleted file mode 100644 index 07ff87f439..0000000000 --- a/docs/examples/1.0.0/server-nodejs/examples/databases/create-index.md +++ /dev/null @@ -1,20 +0,0 @@ -const sdk = require('node-appwrite'); - -// Init SDK -const client = new sdk.Client(); - -const databases = new sdk.Databases(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - -const promise = databases.createIndex('[DATABASE_ID]', '[COLLECTION_ID]', '', 'key', []); - -promise.then(function (response) { - console.log(response); -}, function (error) { - console.log(error); -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-nodejs/examples/databases/create-integer-attribute.md b/docs/examples/1.0.0/server-nodejs/examples/databases/create-integer-attribute.md deleted file mode 100644 index 52acd48750..0000000000 --- a/docs/examples/1.0.0/server-nodejs/examples/databases/create-integer-attribute.md +++ /dev/null @@ -1,20 +0,0 @@ -const sdk = require('node-appwrite'); - -// Init SDK -const client = new sdk.Client(); - -const databases = new sdk.Databases(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - -const promise = databases.createIntegerAttribute('[DATABASE_ID]', '[COLLECTION_ID]', '', false); - -promise.then(function (response) { - console.log(response); -}, function (error) { - console.log(error); -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-nodejs/examples/databases/create-ip-attribute.md b/docs/examples/1.0.0/server-nodejs/examples/databases/create-ip-attribute.md deleted file mode 100644 index 8cb193a1a7..0000000000 --- a/docs/examples/1.0.0/server-nodejs/examples/databases/create-ip-attribute.md +++ /dev/null @@ -1,20 +0,0 @@ -const sdk = require('node-appwrite'); - -// Init SDK -const client = new sdk.Client(); - -const databases = new sdk.Databases(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - -const promise = databases.createIpAttribute('[DATABASE_ID]', '[COLLECTION_ID]', '', false); - -promise.then(function (response) { - console.log(response); -}, function (error) { - console.log(error); -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-nodejs/examples/databases/create-string-attribute.md b/docs/examples/1.0.0/server-nodejs/examples/databases/create-string-attribute.md deleted file mode 100644 index e12b71d755..0000000000 --- a/docs/examples/1.0.0/server-nodejs/examples/databases/create-string-attribute.md +++ /dev/null @@ -1,20 +0,0 @@ -const sdk = require('node-appwrite'); - -// Init SDK -const client = new sdk.Client(); - -const databases = new sdk.Databases(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - -const promise = databases.createStringAttribute('[DATABASE_ID]', '[COLLECTION_ID]', '', 1, false); - -promise.then(function (response) { - console.log(response); -}, function (error) { - console.log(error); -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-nodejs/examples/databases/create-url-attribute.md b/docs/examples/1.0.0/server-nodejs/examples/databases/create-url-attribute.md deleted file mode 100644 index 6738cd74b4..0000000000 --- a/docs/examples/1.0.0/server-nodejs/examples/databases/create-url-attribute.md +++ /dev/null @@ -1,20 +0,0 @@ -const sdk = require('node-appwrite'); - -// Init SDK -const client = new sdk.Client(); - -const databases = new sdk.Databases(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - -const promise = databases.createUrlAttribute('[DATABASE_ID]', '[COLLECTION_ID]', '', false); - -promise.then(function (response) { - console.log(response); -}, function (error) { - console.log(error); -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-nodejs/examples/databases/create.md b/docs/examples/1.0.0/server-nodejs/examples/databases/create.md deleted file mode 100644 index b6fb6c6762..0000000000 --- a/docs/examples/1.0.0/server-nodejs/examples/databases/create.md +++ /dev/null @@ -1,20 +0,0 @@ -const sdk = require('node-appwrite'); - -// Init SDK -const client = new sdk.Client(); - -const databases = new sdk.Databases(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - -const promise = databases.create('[DATABASE_ID]', '[NAME]'); - -promise.then(function (response) { - console.log(response); -}, function (error) { - console.log(error); -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-nodejs/examples/databases/delete-attribute.md b/docs/examples/1.0.0/server-nodejs/examples/databases/delete-attribute.md deleted file mode 100644 index 312135edc2..0000000000 --- a/docs/examples/1.0.0/server-nodejs/examples/databases/delete-attribute.md +++ /dev/null @@ -1,20 +0,0 @@ -const sdk = require('node-appwrite'); - -// Init SDK -const client = new sdk.Client(); - -const databases = new sdk.Databases(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - -const promise = databases.deleteAttribute('[DATABASE_ID]', '[COLLECTION_ID]', ''); - -promise.then(function (response) { - console.log(response); -}, function (error) { - console.log(error); -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-nodejs/examples/databases/delete-collection.md b/docs/examples/1.0.0/server-nodejs/examples/databases/delete-collection.md deleted file mode 100644 index 8b1ee5f78c..0000000000 --- a/docs/examples/1.0.0/server-nodejs/examples/databases/delete-collection.md +++ /dev/null @@ -1,20 +0,0 @@ -const sdk = require('node-appwrite'); - -// Init SDK -const client = new sdk.Client(); - -const databases = new sdk.Databases(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - -const promise = databases.deleteCollection('[DATABASE_ID]', '[COLLECTION_ID]'); - -promise.then(function (response) { - console.log(response); -}, function (error) { - console.log(error); -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-nodejs/examples/databases/delete-document.md b/docs/examples/1.0.0/server-nodejs/examples/databases/delete-document.md deleted file mode 100644 index 92291669a7..0000000000 --- a/docs/examples/1.0.0/server-nodejs/examples/databases/delete-document.md +++ /dev/null @@ -1,20 +0,0 @@ -const sdk = require('node-appwrite'); - -// Init SDK -const client = new sdk.Client(); - -const databases = new sdk.Databases(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - -const promise = databases.deleteDocument('[DATABASE_ID]', '[COLLECTION_ID]', '[DOCUMENT_ID]'); - -promise.then(function (response) { - console.log(response); -}, function (error) { - console.log(error); -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-nodejs/examples/databases/delete-index.md b/docs/examples/1.0.0/server-nodejs/examples/databases/delete-index.md deleted file mode 100644 index ffa04b4212..0000000000 --- a/docs/examples/1.0.0/server-nodejs/examples/databases/delete-index.md +++ /dev/null @@ -1,20 +0,0 @@ -const sdk = require('node-appwrite'); - -// Init SDK -const client = new sdk.Client(); - -const databases = new sdk.Databases(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - -const promise = databases.deleteIndex('[DATABASE_ID]', '[COLLECTION_ID]', ''); - -promise.then(function (response) { - console.log(response); -}, function (error) { - console.log(error); -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-nodejs/examples/databases/delete.md b/docs/examples/1.0.0/server-nodejs/examples/databases/delete.md deleted file mode 100644 index f2534e5e77..0000000000 --- a/docs/examples/1.0.0/server-nodejs/examples/databases/delete.md +++ /dev/null @@ -1,20 +0,0 @@ -const sdk = require('node-appwrite'); - -// Init SDK -const client = new sdk.Client(); - -const databases = new sdk.Databases(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - -const promise = databases.delete('[DATABASE_ID]'); - -promise.then(function (response) { - console.log(response); -}, function (error) { - console.log(error); -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-nodejs/examples/databases/get-attribute.md b/docs/examples/1.0.0/server-nodejs/examples/databases/get-attribute.md deleted file mode 100644 index d1675824bc..0000000000 --- a/docs/examples/1.0.0/server-nodejs/examples/databases/get-attribute.md +++ /dev/null @@ -1,20 +0,0 @@ -const sdk = require('node-appwrite'); - -// Init SDK -const client = new sdk.Client(); - -const databases = new sdk.Databases(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - -const promise = databases.getAttribute('[DATABASE_ID]', '[COLLECTION_ID]', ''); - -promise.then(function (response) { - console.log(response); -}, function (error) { - console.log(error); -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-nodejs/examples/databases/get-collection.md b/docs/examples/1.0.0/server-nodejs/examples/databases/get-collection.md deleted file mode 100644 index fdaa714aaa..0000000000 --- a/docs/examples/1.0.0/server-nodejs/examples/databases/get-collection.md +++ /dev/null @@ -1,20 +0,0 @@ -const sdk = require('node-appwrite'); - -// Init SDK -const client = new sdk.Client(); - -const databases = new sdk.Databases(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - -const promise = databases.getCollection('[DATABASE_ID]', '[COLLECTION_ID]'); - -promise.then(function (response) { - console.log(response); -}, function (error) { - console.log(error); -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-nodejs/examples/databases/get-document.md b/docs/examples/1.0.0/server-nodejs/examples/databases/get-document.md deleted file mode 100644 index abb57a43e5..0000000000 --- a/docs/examples/1.0.0/server-nodejs/examples/databases/get-document.md +++ /dev/null @@ -1,20 +0,0 @@ -const sdk = require('node-appwrite'); - -// Init SDK -const client = new sdk.Client(); - -const databases = new sdk.Databases(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - -const promise = databases.getDocument('[DATABASE_ID]', '[COLLECTION_ID]', '[DOCUMENT_ID]'); - -promise.then(function (response) { - console.log(response); -}, function (error) { - console.log(error); -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-nodejs/examples/databases/get-index.md b/docs/examples/1.0.0/server-nodejs/examples/databases/get-index.md deleted file mode 100644 index 469f75ea31..0000000000 --- a/docs/examples/1.0.0/server-nodejs/examples/databases/get-index.md +++ /dev/null @@ -1,20 +0,0 @@ -const sdk = require('node-appwrite'); - -// Init SDK -const client = new sdk.Client(); - -const databases = new sdk.Databases(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - -const promise = databases.getIndex('[DATABASE_ID]', '[COLLECTION_ID]', ''); - -promise.then(function (response) { - console.log(response); -}, function (error) { - console.log(error); -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-nodejs/examples/databases/get.md b/docs/examples/1.0.0/server-nodejs/examples/databases/get.md deleted file mode 100644 index dc11458040..0000000000 --- a/docs/examples/1.0.0/server-nodejs/examples/databases/get.md +++ /dev/null @@ -1,20 +0,0 @@ -const sdk = require('node-appwrite'); - -// Init SDK -const client = new sdk.Client(); - -const databases = new sdk.Databases(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - -const promise = databases.get('[DATABASE_ID]'); - -promise.then(function (response) { - console.log(response); -}, function (error) { - console.log(error); -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-nodejs/examples/databases/list-attributes.md b/docs/examples/1.0.0/server-nodejs/examples/databases/list-attributes.md deleted file mode 100644 index b3e09868b6..0000000000 --- a/docs/examples/1.0.0/server-nodejs/examples/databases/list-attributes.md +++ /dev/null @@ -1,20 +0,0 @@ -const sdk = require('node-appwrite'); - -// Init SDK -const client = new sdk.Client(); - -const databases = new sdk.Databases(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - -const promise = databases.listAttributes('[DATABASE_ID]', '[COLLECTION_ID]'); - -promise.then(function (response) { - console.log(response); -}, function (error) { - console.log(error); -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-nodejs/examples/databases/list-collections.md b/docs/examples/1.0.0/server-nodejs/examples/databases/list-collections.md deleted file mode 100644 index 37b594fcd1..0000000000 --- a/docs/examples/1.0.0/server-nodejs/examples/databases/list-collections.md +++ /dev/null @@ -1,20 +0,0 @@ -const sdk = require('node-appwrite'); - -// Init SDK -const client = new sdk.Client(); - -const databases = new sdk.Databases(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - -const promise = databases.listCollections('[DATABASE_ID]'); - -promise.then(function (response) { - console.log(response); -}, function (error) { - console.log(error); -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-nodejs/examples/databases/list-documents.md b/docs/examples/1.0.0/server-nodejs/examples/databases/list-documents.md deleted file mode 100644 index 89aa4f73af..0000000000 --- a/docs/examples/1.0.0/server-nodejs/examples/databases/list-documents.md +++ /dev/null @@ -1,20 +0,0 @@ -const sdk = require('node-appwrite'); - -// Init SDK -const client = new sdk.Client(); - -const databases = new sdk.Databases(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - -const promise = databases.listDocuments('[DATABASE_ID]', '[COLLECTION_ID]'); - -promise.then(function (response) { - console.log(response); -}, function (error) { - console.log(error); -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-nodejs/examples/databases/list-indexes.md b/docs/examples/1.0.0/server-nodejs/examples/databases/list-indexes.md deleted file mode 100644 index 36954b294e..0000000000 --- a/docs/examples/1.0.0/server-nodejs/examples/databases/list-indexes.md +++ /dev/null @@ -1,20 +0,0 @@ -const sdk = require('node-appwrite'); - -// Init SDK -const client = new sdk.Client(); - -const databases = new sdk.Databases(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - -const promise = databases.listIndexes('[DATABASE_ID]', '[COLLECTION_ID]'); - -promise.then(function (response) { - console.log(response); -}, function (error) { - console.log(error); -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-nodejs/examples/databases/list.md b/docs/examples/1.0.0/server-nodejs/examples/databases/list.md deleted file mode 100644 index 8e3857e7d5..0000000000 --- a/docs/examples/1.0.0/server-nodejs/examples/databases/list.md +++ /dev/null @@ -1,20 +0,0 @@ -const sdk = require('node-appwrite'); - -// Init SDK -const client = new sdk.Client(); - -const databases = new sdk.Databases(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - -const promise = databases.list(); - -promise.then(function (response) { - console.log(response); -}, function (error) { - console.log(error); -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-nodejs/examples/databases/update-collection.md b/docs/examples/1.0.0/server-nodejs/examples/databases/update-collection.md deleted file mode 100644 index 1205a26cb7..0000000000 --- a/docs/examples/1.0.0/server-nodejs/examples/databases/update-collection.md +++ /dev/null @@ -1,20 +0,0 @@ -const sdk = require('node-appwrite'); - -// Init SDK -const client = new sdk.Client(); - -const databases = new sdk.Databases(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - -const promise = databases.updateCollection('[DATABASE_ID]', '[COLLECTION_ID]', '[NAME]'); - -promise.then(function (response) { - console.log(response); -}, function (error) { - console.log(error); -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-nodejs/examples/databases/update-document.md b/docs/examples/1.0.0/server-nodejs/examples/databases/update-document.md deleted file mode 100644 index edd4ea691e..0000000000 --- a/docs/examples/1.0.0/server-nodejs/examples/databases/update-document.md +++ /dev/null @@ -1,20 +0,0 @@ -const sdk = require('node-appwrite'); - -// Init SDK -const client = new sdk.Client(); - -const databases = new sdk.Databases(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - -const promise = databases.updateDocument('[DATABASE_ID]', '[COLLECTION_ID]', '[DOCUMENT_ID]'); - -promise.then(function (response) { - console.log(response); -}, function (error) { - console.log(error); -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-nodejs/examples/databases/update.md b/docs/examples/1.0.0/server-nodejs/examples/databases/update.md deleted file mode 100644 index f829bc8aaa..0000000000 --- a/docs/examples/1.0.0/server-nodejs/examples/databases/update.md +++ /dev/null @@ -1,20 +0,0 @@ -const sdk = require('node-appwrite'); - -// Init SDK -const client = new sdk.Client(); - -const databases = new sdk.Databases(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - -const promise = databases.update('[DATABASE_ID]', '[NAME]'); - -promise.then(function (response) { - console.log(response); -}, function (error) { - console.log(error); -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-nodejs/examples/functions/create-deployment.md b/docs/examples/1.0.0/server-nodejs/examples/functions/create-deployment.md deleted file mode 100644 index c48153b3af..0000000000 --- a/docs/examples/1.0.0/server-nodejs/examples/functions/create-deployment.md +++ /dev/null @@ -1,21 +0,0 @@ -const sdk = require('node-appwrite'); -const fs = require('fs'); - -// Init SDK -const client = new sdk.Client(); - -const functions = new sdk.Functions(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - -const promise = functions.createDeployment('[FUNCTION_ID]', '[ENTRYPOINT]', InputFile.fromPath('/path/to/file.png', 'file.png'), false); - -promise.then(function (response) { - console.log(response); -}, function (error) { - console.log(error); -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-nodejs/examples/functions/create-execution.md b/docs/examples/1.0.0/server-nodejs/examples/functions/create-execution.md deleted file mode 100644 index 35114aa170..0000000000 --- a/docs/examples/1.0.0/server-nodejs/examples/functions/create-execution.md +++ /dev/null @@ -1,20 +0,0 @@ -const sdk = require('node-appwrite'); - -// Init SDK -const client = new sdk.Client(); - -const functions = new sdk.Functions(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - -const promise = functions.createExecution('[FUNCTION_ID]'); - -promise.then(function (response) { - console.log(response); -}, function (error) { - console.log(error); -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-nodejs/examples/functions/create-variable.md b/docs/examples/1.0.0/server-nodejs/examples/functions/create-variable.md deleted file mode 100644 index 3d233b8ca4..0000000000 --- a/docs/examples/1.0.0/server-nodejs/examples/functions/create-variable.md +++ /dev/null @@ -1,20 +0,0 @@ -const sdk = require('node-appwrite'); - -// Init SDK -const client = new sdk.Client(); - -const functions = new sdk.Functions(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - -const promise = functions.createVariable('[FUNCTION_ID]', '[KEY]', '[VALUE]'); - -promise.then(function (response) { - console.log(response); -}, function (error) { - console.log(error); -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-nodejs/examples/functions/create.md b/docs/examples/1.0.0/server-nodejs/examples/functions/create.md deleted file mode 100644 index c4ab049792..0000000000 --- a/docs/examples/1.0.0/server-nodejs/examples/functions/create.md +++ /dev/null @@ -1,20 +0,0 @@ -const sdk = require('node-appwrite'); - -// Init SDK -const client = new sdk.Client(); - -const functions = new sdk.Functions(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - -const promise = functions.create('[FUNCTION_ID]', '[NAME]', ["any"], 'node-14.5'); - -promise.then(function (response) { - console.log(response); -}, function (error) { - console.log(error); -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-nodejs/examples/functions/delete-deployment.md b/docs/examples/1.0.0/server-nodejs/examples/functions/delete-deployment.md deleted file mode 100644 index 536e5c530b..0000000000 --- a/docs/examples/1.0.0/server-nodejs/examples/functions/delete-deployment.md +++ /dev/null @@ -1,20 +0,0 @@ -const sdk = require('node-appwrite'); - -// Init SDK -const client = new sdk.Client(); - -const functions = new sdk.Functions(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - -const promise = functions.deleteDeployment('[FUNCTION_ID]', '[DEPLOYMENT_ID]'); - -promise.then(function (response) { - console.log(response); -}, function (error) { - console.log(error); -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-nodejs/examples/functions/delete-variable.md b/docs/examples/1.0.0/server-nodejs/examples/functions/delete-variable.md deleted file mode 100644 index 0190ee87a0..0000000000 --- a/docs/examples/1.0.0/server-nodejs/examples/functions/delete-variable.md +++ /dev/null @@ -1,20 +0,0 @@ -const sdk = require('node-appwrite'); - -// Init SDK -const client = new sdk.Client(); - -const functions = new sdk.Functions(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - -const promise = functions.deleteVariable('[FUNCTION_ID]', '[VARIABLE_ID]'); - -promise.then(function (response) { - console.log(response); -}, function (error) { - console.log(error); -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-nodejs/examples/functions/delete.md b/docs/examples/1.0.0/server-nodejs/examples/functions/delete.md deleted file mode 100644 index 1362dd5ac7..0000000000 --- a/docs/examples/1.0.0/server-nodejs/examples/functions/delete.md +++ /dev/null @@ -1,20 +0,0 @@ -const sdk = require('node-appwrite'); - -// Init SDK -const client = new sdk.Client(); - -const functions = new sdk.Functions(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - -const promise = functions.delete('[FUNCTION_ID]'); - -promise.then(function (response) { - console.log(response); -}, function (error) { - console.log(error); -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-nodejs/examples/functions/get-deployment.md b/docs/examples/1.0.0/server-nodejs/examples/functions/get-deployment.md deleted file mode 100644 index c4256a6b64..0000000000 --- a/docs/examples/1.0.0/server-nodejs/examples/functions/get-deployment.md +++ /dev/null @@ -1,20 +0,0 @@ -const sdk = require('node-appwrite'); - -// Init SDK -const client = new sdk.Client(); - -const functions = new sdk.Functions(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - -const promise = functions.getDeployment('[FUNCTION_ID]', '[DEPLOYMENT_ID]'); - -promise.then(function (response) { - console.log(response); -}, function (error) { - console.log(error); -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-nodejs/examples/functions/get-execution.md b/docs/examples/1.0.0/server-nodejs/examples/functions/get-execution.md deleted file mode 100644 index f3370ecc5d..0000000000 --- a/docs/examples/1.0.0/server-nodejs/examples/functions/get-execution.md +++ /dev/null @@ -1,20 +0,0 @@ -const sdk = require('node-appwrite'); - -// Init SDK -const client = new sdk.Client(); - -const functions = new sdk.Functions(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - -const promise = functions.getExecution('[FUNCTION_ID]', '[EXECUTION_ID]'); - -promise.then(function (response) { - console.log(response); -}, function (error) { - console.log(error); -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-nodejs/examples/functions/get-variable.md b/docs/examples/1.0.0/server-nodejs/examples/functions/get-variable.md deleted file mode 100644 index f3cfbff297..0000000000 --- a/docs/examples/1.0.0/server-nodejs/examples/functions/get-variable.md +++ /dev/null @@ -1,20 +0,0 @@ -const sdk = require('node-appwrite'); - -// Init SDK -const client = new sdk.Client(); - -const functions = new sdk.Functions(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - -const promise = functions.getVariable('[FUNCTION_ID]', '[VARIABLE_ID]'); - -promise.then(function (response) { - console.log(response); -}, function (error) { - console.log(error); -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-nodejs/examples/functions/get.md b/docs/examples/1.0.0/server-nodejs/examples/functions/get.md deleted file mode 100644 index 5b35a3ddb1..0000000000 --- a/docs/examples/1.0.0/server-nodejs/examples/functions/get.md +++ /dev/null @@ -1,20 +0,0 @@ -const sdk = require('node-appwrite'); - -// Init SDK -const client = new sdk.Client(); - -const functions = new sdk.Functions(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - -const promise = functions.get('[FUNCTION_ID]'); - -promise.then(function (response) { - console.log(response); -}, function (error) { - console.log(error); -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-nodejs/examples/functions/list-deployments.md b/docs/examples/1.0.0/server-nodejs/examples/functions/list-deployments.md deleted file mode 100644 index 354c157f13..0000000000 --- a/docs/examples/1.0.0/server-nodejs/examples/functions/list-deployments.md +++ /dev/null @@ -1,20 +0,0 @@ -const sdk = require('node-appwrite'); - -// Init SDK -const client = new sdk.Client(); - -const functions = new sdk.Functions(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - -const promise = functions.listDeployments('[FUNCTION_ID]'); - -promise.then(function (response) { - console.log(response); -}, function (error) { - console.log(error); -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-nodejs/examples/functions/list-executions.md b/docs/examples/1.0.0/server-nodejs/examples/functions/list-executions.md deleted file mode 100644 index 21ee1f65df..0000000000 --- a/docs/examples/1.0.0/server-nodejs/examples/functions/list-executions.md +++ /dev/null @@ -1,20 +0,0 @@ -const sdk = require('node-appwrite'); - -// Init SDK -const client = new sdk.Client(); - -const functions = new sdk.Functions(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - -const promise = functions.listExecutions('[FUNCTION_ID]'); - -promise.then(function (response) { - console.log(response); -}, function (error) { - console.log(error); -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-nodejs/examples/functions/list-runtimes.md b/docs/examples/1.0.0/server-nodejs/examples/functions/list-runtimes.md deleted file mode 100644 index bab36ebff3..0000000000 --- a/docs/examples/1.0.0/server-nodejs/examples/functions/list-runtimes.md +++ /dev/null @@ -1,20 +0,0 @@ -const sdk = require('node-appwrite'); - -// Init SDK -const client = new sdk.Client(); - -const functions = new sdk.Functions(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - -const promise = functions.listRuntimes(); - -promise.then(function (response) { - console.log(response); -}, function (error) { - console.log(error); -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-nodejs/examples/functions/list-variables.md b/docs/examples/1.0.0/server-nodejs/examples/functions/list-variables.md deleted file mode 100644 index 4120d9610e..0000000000 --- a/docs/examples/1.0.0/server-nodejs/examples/functions/list-variables.md +++ /dev/null @@ -1,20 +0,0 @@ -const sdk = require('node-appwrite'); - -// Init SDK -const client = new sdk.Client(); - -const functions = new sdk.Functions(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - -const promise = functions.listVariables('[FUNCTION_ID]'); - -promise.then(function (response) { - console.log(response); -}, function (error) { - console.log(error); -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-nodejs/examples/functions/list.md b/docs/examples/1.0.0/server-nodejs/examples/functions/list.md deleted file mode 100644 index 98343cbf07..0000000000 --- a/docs/examples/1.0.0/server-nodejs/examples/functions/list.md +++ /dev/null @@ -1,20 +0,0 @@ -const sdk = require('node-appwrite'); - -// Init SDK -const client = new sdk.Client(); - -const functions = new sdk.Functions(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - -const promise = functions.list(); - -promise.then(function (response) { - console.log(response); -}, function (error) { - console.log(error); -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-nodejs/examples/functions/retry-build.md b/docs/examples/1.0.0/server-nodejs/examples/functions/retry-build.md deleted file mode 100644 index 322306efa4..0000000000 --- a/docs/examples/1.0.0/server-nodejs/examples/functions/retry-build.md +++ /dev/null @@ -1,20 +0,0 @@ -const sdk = require('node-appwrite'); - -// Init SDK -const client = new sdk.Client(); - -const functions = new sdk.Functions(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - -const promise = functions.retryBuild('[FUNCTION_ID]', '[DEPLOYMENT_ID]', '[BUILD_ID]'); - -promise.then(function (response) { - console.log(response); -}, function (error) { - console.log(error); -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-nodejs/examples/functions/update-deployment.md b/docs/examples/1.0.0/server-nodejs/examples/functions/update-deployment.md deleted file mode 100644 index f6f2dc293a..0000000000 --- a/docs/examples/1.0.0/server-nodejs/examples/functions/update-deployment.md +++ /dev/null @@ -1,20 +0,0 @@ -const sdk = require('node-appwrite'); - -// Init SDK -const client = new sdk.Client(); - -const functions = new sdk.Functions(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - -const promise = functions.updateDeployment('[FUNCTION_ID]', '[DEPLOYMENT_ID]'); - -promise.then(function (response) { - console.log(response); -}, function (error) { - console.log(error); -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-nodejs/examples/functions/update-variable.md b/docs/examples/1.0.0/server-nodejs/examples/functions/update-variable.md deleted file mode 100644 index e4262de541..0000000000 --- a/docs/examples/1.0.0/server-nodejs/examples/functions/update-variable.md +++ /dev/null @@ -1,20 +0,0 @@ -const sdk = require('node-appwrite'); - -// Init SDK -const client = new sdk.Client(); - -const functions = new sdk.Functions(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - -const promise = functions.updateVariable('[FUNCTION_ID]', '[VARIABLE_ID]', '[KEY]'); - -promise.then(function (response) { - console.log(response); -}, function (error) { - console.log(error); -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-nodejs/examples/functions/update.md b/docs/examples/1.0.0/server-nodejs/examples/functions/update.md deleted file mode 100644 index c37837b2ab..0000000000 --- a/docs/examples/1.0.0/server-nodejs/examples/functions/update.md +++ /dev/null @@ -1,20 +0,0 @@ -const sdk = require('node-appwrite'); - -// Init SDK -const client = new sdk.Client(); - -const functions = new sdk.Functions(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - -const promise = functions.update('[FUNCTION_ID]', '[NAME]', ["any"]); - -promise.then(function (response) { - console.log(response); -}, function (error) { - console.log(error); -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-nodejs/examples/health/get-antivirus.md b/docs/examples/1.0.0/server-nodejs/examples/health/get-antivirus.md deleted file mode 100644 index 66886e3454..0000000000 --- a/docs/examples/1.0.0/server-nodejs/examples/health/get-antivirus.md +++ /dev/null @@ -1,20 +0,0 @@ -const sdk = require('node-appwrite'); - -// Init SDK -const client = new sdk.Client(); - -const health = new sdk.Health(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - -const promise = health.getAntivirus(); - -promise.then(function (response) { - console.log(response); -}, function (error) { - console.log(error); -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-nodejs/examples/health/get-cache.md b/docs/examples/1.0.0/server-nodejs/examples/health/get-cache.md deleted file mode 100644 index af57c75309..0000000000 --- a/docs/examples/1.0.0/server-nodejs/examples/health/get-cache.md +++ /dev/null @@ -1,20 +0,0 @@ -const sdk = require('node-appwrite'); - -// Init SDK -const client = new sdk.Client(); - -const health = new sdk.Health(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - -const promise = health.getCache(); - -promise.then(function (response) { - console.log(response); -}, function (error) { - console.log(error); -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-nodejs/examples/health/get-d-b.md b/docs/examples/1.0.0/server-nodejs/examples/health/get-d-b.md deleted file mode 100644 index d871648ab5..0000000000 --- a/docs/examples/1.0.0/server-nodejs/examples/health/get-d-b.md +++ /dev/null @@ -1,20 +0,0 @@ -const sdk = require('node-appwrite'); - -// Init SDK -const client = new sdk.Client(); - -const health = new sdk.Health(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - -const promise = health.getDB(); - -promise.then(function (response) { - console.log(response); -}, function (error) { - console.log(error); -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-nodejs/examples/health/get-queue-certificates.md b/docs/examples/1.0.0/server-nodejs/examples/health/get-queue-certificates.md deleted file mode 100644 index ef0ecefe69..0000000000 --- a/docs/examples/1.0.0/server-nodejs/examples/health/get-queue-certificates.md +++ /dev/null @@ -1,20 +0,0 @@ -const sdk = require('node-appwrite'); - -// Init SDK -const client = new sdk.Client(); - -const health = new sdk.Health(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - -const promise = health.getQueueCertificates(); - -promise.then(function (response) { - console.log(response); -}, function (error) { - console.log(error); -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-nodejs/examples/health/get-queue-functions.md b/docs/examples/1.0.0/server-nodejs/examples/health/get-queue-functions.md deleted file mode 100644 index 6ba0265f26..0000000000 --- a/docs/examples/1.0.0/server-nodejs/examples/health/get-queue-functions.md +++ /dev/null @@ -1,20 +0,0 @@ -const sdk = require('node-appwrite'); - -// Init SDK -const client = new sdk.Client(); - -const health = new sdk.Health(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - -const promise = health.getQueueFunctions(); - -promise.then(function (response) { - console.log(response); -}, function (error) { - console.log(error); -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-nodejs/examples/health/get-queue-logs.md b/docs/examples/1.0.0/server-nodejs/examples/health/get-queue-logs.md deleted file mode 100644 index 82f48a7adb..0000000000 --- a/docs/examples/1.0.0/server-nodejs/examples/health/get-queue-logs.md +++ /dev/null @@ -1,20 +0,0 @@ -const sdk = require('node-appwrite'); - -// Init SDK -const client = new sdk.Client(); - -const health = new sdk.Health(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - -const promise = health.getQueueLogs(); - -promise.then(function (response) { - console.log(response); -}, function (error) { - console.log(error); -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-nodejs/examples/health/get-queue-webhooks.md b/docs/examples/1.0.0/server-nodejs/examples/health/get-queue-webhooks.md deleted file mode 100644 index e46403c751..0000000000 --- a/docs/examples/1.0.0/server-nodejs/examples/health/get-queue-webhooks.md +++ /dev/null @@ -1,20 +0,0 @@ -const sdk = require('node-appwrite'); - -// Init SDK -const client = new sdk.Client(); - -const health = new sdk.Health(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - -const promise = health.getQueueWebhooks(); - -promise.then(function (response) { - console.log(response); -}, function (error) { - console.log(error); -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-nodejs/examples/health/get-storage-local.md b/docs/examples/1.0.0/server-nodejs/examples/health/get-storage-local.md deleted file mode 100644 index 9d65f712e1..0000000000 --- a/docs/examples/1.0.0/server-nodejs/examples/health/get-storage-local.md +++ /dev/null @@ -1,20 +0,0 @@ -const sdk = require('node-appwrite'); - -// Init SDK -const client = new sdk.Client(); - -const health = new sdk.Health(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - -const promise = health.getStorageLocal(); - -promise.then(function (response) { - console.log(response); -}, function (error) { - console.log(error); -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-nodejs/examples/health/get-time.md b/docs/examples/1.0.0/server-nodejs/examples/health/get-time.md deleted file mode 100644 index 143885f0fa..0000000000 --- a/docs/examples/1.0.0/server-nodejs/examples/health/get-time.md +++ /dev/null @@ -1,20 +0,0 @@ -const sdk = require('node-appwrite'); - -// Init SDK -const client = new sdk.Client(); - -const health = new sdk.Health(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - -const promise = health.getTime(); - -promise.then(function (response) { - console.log(response); -}, function (error) { - console.log(error); -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-nodejs/examples/health/get.md b/docs/examples/1.0.0/server-nodejs/examples/health/get.md deleted file mode 100644 index fc6d1b9f5d..0000000000 --- a/docs/examples/1.0.0/server-nodejs/examples/health/get.md +++ /dev/null @@ -1,20 +0,0 @@ -const sdk = require('node-appwrite'); - -// Init SDK -const client = new sdk.Client(); - -const health = new sdk.Health(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - -const promise = health.get(); - -promise.then(function (response) { - console.log(response); -}, function (error) { - console.log(error); -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-nodejs/examples/locale/get-continents.md b/docs/examples/1.0.0/server-nodejs/examples/locale/get-continents.md deleted file mode 100644 index b8a0966a0e..0000000000 --- a/docs/examples/1.0.0/server-nodejs/examples/locale/get-continents.md +++ /dev/null @@ -1,20 +0,0 @@ -const sdk = require('node-appwrite'); - -// Init SDK -const client = new sdk.Client(); - -const locale = new sdk.Locale(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - -const promise = locale.getContinents(); - -promise.then(function (response) { - console.log(response); -}, function (error) { - console.log(error); -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-nodejs/examples/locale/get-countries-e-u.md b/docs/examples/1.0.0/server-nodejs/examples/locale/get-countries-e-u.md deleted file mode 100644 index bb48ad45a8..0000000000 --- a/docs/examples/1.0.0/server-nodejs/examples/locale/get-countries-e-u.md +++ /dev/null @@ -1,20 +0,0 @@ -const sdk = require('node-appwrite'); - -// Init SDK -const client = new sdk.Client(); - -const locale = new sdk.Locale(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - -const promise = locale.getCountriesEU(); - -promise.then(function (response) { - console.log(response); -}, function (error) { - console.log(error); -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-nodejs/examples/locale/get-countries-phones.md b/docs/examples/1.0.0/server-nodejs/examples/locale/get-countries-phones.md deleted file mode 100644 index d0f1d1119a..0000000000 --- a/docs/examples/1.0.0/server-nodejs/examples/locale/get-countries-phones.md +++ /dev/null @@ -1,20 +0,0 @@ -const sdk = require('node-appwrite'); - -// Init SDK -const client = new sdk.Client(); - -const locale = new sdk.Locale(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - -const promise = locale.getCountriesPhones(); - -promise.then(function (response) { - console.log(response); -}, function (error) { - console.log(error); -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-nodejs/examples/locale/get-countries.md b/docs/examples/1.0.0/server-nodejs/examples/locale/get-countries.md deleted file mode 100644 index 9d46699d31..0000000000 --- a/docs/examples/1.0.0/server-nodejs/examples/locale/get-countries.md +++ /dev/null @@ -1,20 +0,0 @@ -const sdk = require('node-appwrite'); - -// Init SDK -const client = new sdk.Client(); - -const locale = new sdk.Locale(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - -const promise = locale.getCountries(); - -promise.then(function (response) { - console.log(response); -}, function (error) { - console.log(error); -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-nodejs/examples/locale/get-currencies.md b/docs/examples/1.0.0/server-nodejs/examples/locale/get-currencies.md deleted file mode 100644 index 6dc13bf3b4..0000000000 --- a/docs/examples/1.0.0/server-nodejs/examples/locale/get-currencies.md +++ /dev/null @@ -1,20 +0,0 @@ -const sdk = require('node-appwrite'); - -// Init SDK -const client = new sdk.Client(); - -const locale = new sdk.Locale(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - -const promise = locale.getCurrencies(); - -promise.then(function (response) { - console.log(response); -}, function (error) { - console.log(error); -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-nodejs/examples/locale/get-languages.md b/docs/examples/1.0.0/server-nodejs/examples/locale/get-languages.md deleted file mode 100644 index f1e51988dd..0000000000 --- a/docs/examples/1.0.0/server-nodejs/examples/locale/get-languages.md +++ /dev/null @@ -1,20 +0,0 @@ -const sdk = require('node-appwrite'); - -// Init SDK -const client = new sdk.Client(); - -const locale = new sdk.Locale(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - -const promise = locale.getLanguages(); - -promise.then(function (response) { - console.log(response); -}, function (error) { - console.log(error); -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-nodejs/examples/locale/get.md b/docs/examples/1.0.0/server-nodejs/examples/locale/get.md deleted file mode 100644 index 79ceda7e5b..0000000000 --- a/docs/examples/1.0.0/server-nodejs/examples/locale/get.md +++ /dev/null @@ -1,20 +0,0 @@ -const sdk = require('node-appwrite'); - -// Init SDK -const client = new sdk.Client(); - -const locale = new sdk.Locale(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - -const promise = locale.get(); - -promise.then(function (response) { - console.log(response); -}, function (error) { - console.log(error); -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-nodejs/examples/storage/create-bucket.md b/docs/examples/1.0.0/server-nodejs/examples/storage/create-bucket.md deleted file mode 100644 index 4f355b3c51..0000000000 --- a/docs/examples/1.0.0/server-nodejs/examples/storage/create-bucket.md +++ /dev/null @@ -1,20 +0,0 @@ -const sdk = require('node-appwrite'); - -// Init SDK -const client = new sdk.Client(); - -const storage = new sdk.Storage(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - -const promise = storage.createBucket('[BUCKET_ID]', '[NAME]'); - -promise.then(function (response) { - console.log(response); -}, function (error) { - console.log(error); -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-nodejs/examples/storage/create-file.md b/docs/examples/1.0.0/server-nodejs/examples/storage/create-file.md deleted file mode 100644 index 4e3138eb65..0000000000 --- a/docs/examples/1.0.0/server-nodejs/examples/storage/create-file.md +++ /dev/null @@ -1,21 +0,0 @@ -const sdk = require('node-appwrite'); -const fs = require('fs'); - -// Init SDK -const client = new sdk.Client(); - -const storage = new sdk.Storage(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - -const promise = storage.createFile('[BUCKET_ID]', '[FILE_ID]', InputFile.fromPath('/path/to/file.png', 'file.png')); - -promise.then(function (response) { - console.log(response); -}, function (error) { - console.log(error); -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-nodejs/examples/storage/delete-bucket.md b/docs/examples/1.0.0/server-nodejs/examples/storage/delete-bucket.md deleted file mode 100644 index f755d7471a..0000000000 --- a/docs/examples/1.0.0/server-nodejs/examples/storage/delete-bucket.md +++ /dev/null @@ -1,20 +0,0 @@ -const sdk = require('node-appwrite'); - -// Init SDK -const client = new sdk.Client(); - -const storage = new sdk.Storage(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - -const promise = storage.deleteBucket('[BUCKET_ID]'); - -promise.then(function (response) { - console.log(response); -}, function (error) { - console.log(error); -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-nodejs/examples/storage/delete-file.md b/docs/examples/1.0.0/server-nodejs/examples/storage/delete-file.md deleted file mode 100644 index 4e39b047b7..0000000000 --- a/docs/examples/1.0.0/server-nodejs/examples/storage/delete-file.md +++ /dev/null @@ -1,20 +0,0 @@ -const sdk = require('node-appwrite'); - -// Init SDK -const client = new sdk.Client(); - -const storage = new sdk.Storage(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - -const promise = storage.deleteFile('[BUCKET_ID]', '[FILE_ID]'); - -promise.then(function (response) { - console.log(response); -}, function (error) { - console.log(error); -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-nodejs/examples/storage/get-bucket.md b/docs/examples/1.0.0/server-nodejs/examples/storage/get-bucket.md deleted file mode 100644 index 4a00412e66..0000000000 --- a/docs/examples/1.0.0/server-nodejs/examples/storage/get-bucket.md +++ /dev/null @@ -1,20 +0,0 @@ -const sdk = require('node-appwrite'); - -// Init SDK -const client = new sdk.Client(); - -const storage = new sdk.Storage(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - -const promise = storage.getBucket('[BUCKET_ID]'); - -promise.then(function (response) { - console.log(response); -}, function (error) { - console.log(error); -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-nodejs/examples/storage/get-file-download.md b/docs/examples/1.0.0/server-nodejs/examples/storage/get-file-download.md deleted file mode 100644 index b14988c3a9..0000000000 --- a/docs/examples/1.0.0/server-nodejs/examples/storage/get-file-download.md +++ /dev/null @@ -1,20 +0,0 @@ -const sdk = require('node-appwrite'); - -// Init SDK -const client = new sdk.Client(); - -const storage = new sdk.Storage(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - -const promise = storage.getFileDownload('[BUCKET_ID]', '[FILE_ID]'); - -promise.then(function (response) { - console.log(response); -}, function (error) { - console.log(error); -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-nodejs/examples/storage/get-file-preview.md b/docs/examples/1.0.0/server-nodejs/examples/storage/get-file-preview.md deleted file mode 100644 index f3c46dc7ab..0000000000 --- a/docs/examples/1.0.0/server-nodejs/examples/storage/get-file-preview.md +++ /dev/null @@ -1,20 +0,0 @@ -const sdk = require('node-appwrite'); - -// Init SDK -const client = new sdk.Client(); - -const storage = new sdk.Storage(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - -const promise = storage.getFilePreview('[BUCKET_ID]', '[FILE_ID]'); - -promise.then(function (response) { - console.log(response); -}, function (error) { - console.log(error); -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-nodejs/examples/storage/get-file-view.md b/docs/examples/1.0.0/server-nodejs/examples/storage/get-file-view.md deleted file mode 100644 index fdaa77eba0..0000000000 --- a/docs/examples/1.0.0/server-nodejs/examples/storage/get-file-view.md +++ /dev/null @@ -1,20 +0,0 @@ -const sdk = require('node-appwrite'); - -// Init SDK -const client = new sdk.Client(); - -const storage = new sdk.Storage(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - -const promise = storage.getFileView('[BUCKET_ID]', '[FILE_ID]'); - -promise.then(function (response) { - console.log(response); -}, function (error) { - console.log(error); -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-nodejs/examples/storage/get-file.md b/docs/examples/1.0.0/server-nodejs/examples/storage/get-file.md deleted file mode 100644 index 181bfcfcdf..0000000000 --- a/docs/examples/1.0.0/server-nodejs/examples/storage/get-file.md +++ /dev/null @@ -1,20 +0,0 @@ -const sdk = require('node-appwrite'); - -// Init SDK -const client = new sdk.Client(); - -const storage = new sdk.Storage(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - -const promise = storage.getFile('[BUCKET_ID]', '[FILE_ID]'); - -promise.then(function (response) { - console.log(response); -}, function (error) { - console.log(error); -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-nodejs/examples/storage/list-buckets.md b/docs/examples/1.0.0/server-nodejs/examples/storage/list-buckets.md deleted file mode 100644 index f8aae65a87..0000000000 --- a/docs/examples/1.0.0/server-nodejs/examples/storage/list-buckets.md +++ /dev/null @@ -1,20 +0,0 @@ -const sdk = require('node-appwrite'); - -// Init SDK -const client = new sdk.Client(); - -const storage = new sdk.Storage(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - -const promise = storage.listBuckets(); - -promise.then(function (response) { - console.log(response); -}, function (error) { - console.log(error); -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-nodejs/examples/storage/list-files.md b/docs/examples/1.0.0/server-nodejs/examples/storage/list-files.md deleted file mode 100644 index 2cab3df3ae..0000000000 --- a/docs/examples/1.0.0/server-nodejs/examples/storage/list-files.md +++ /dev/null @@ -1,20 +0,0 @@ -const sdk = require('node-appwrite'); - -// Init SDK -const client = new sdk.Client(); - -const storage = new sdk.Storage(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - -const promise = storage.listFiles('[BUCKET_ID]'); - -promise.then(function (response) { - console.log(response); -}, function (error) { - console.log(error); -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-nodejs/examples/storage/update-bucket.md b/docs/examples/1.0.0/server-nodejs/examples/storage/update-bucket.md deleted file mode 100644 index 35f1358982..0000000000 --- a/docs/examples/1.0.0/server-nodejs/examples/storage/update-bucket.md +++ /dev/null @@ -1,20 +0,0 @@ -const sdk = require('node-appwrite'); - -// Init SDK -const client = new sdk.Client(); - -const storage = new sdk.Storage(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - -const promise = storage.updateBucket('[BUCKET_ID]', '[NAME]'); - -promise.then(function (response) { - console.log(response); -}, function (error) { - console.log(error); -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-nodejs/examples/storage/update-file.md b/docs/examples/1.0.0/server-nodejs/examples/storage/update-file.md deleted file mode 100644 index 2bca7e90a0..0000000000 --- a/docs/examples/1.0.0/server-nodejs/examples/storage/update-file.md +++ /dev/null @@ -1,20 +0,0 @@ -const sdk = require('node-appwrite'); - -// Init SDK -const client = new sdk.Client(); - -const storage = new sdk.Storage(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - -const promise = storage.updateFile('[BUCKET_ID]', '[FILE_ID]'); - -promise.then(function (response) { - console.log(response); -}, function (error) { - console.log(error); -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-nodejs/examples/teams/create-membership.md b/docs/examples/1.0.0/server-nodejs/examples/teams/create-membership.md deleted file mode 100644 index e36ff45235..0000000000 --- a/docs/examples/1.0.0/server-nodejs/examples/teams/create-membership.md +++ /dev/null @@ -1,20 +0,0 @@ -const sdk = require('node-appwrite'); - -// Init SDK -const client = new sdk.Client(); - -const teams = new sdk.Teams(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - -const promise = teams.createMembership('[TEAM_ID]', 'email@example.com', [], 'https://example.com'); - -promise.then(function (response) { - console.log(response); -}, function (error) { - console.log(error); -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-nodejs/examples/teams/create.md b/docs/examples/1.0.0/server-nodejs/examples/teams/create.md deleted file mode 100644 index 9d53f883d4..0000000000 --- a/docs/examples/1.0.0/server-nodejs/examples/teams/create.md +++ /dev/null @@ -1,20 +0,0 @@ -const sdk = require('node-appwrite'); - -// Init SDK -const client = new sdk.Client(); - -const teams = new sdk.Teams(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - -const promise = teams.create('[TEAM_ID]', '[NAME]'); - -promise.then(function (response) { - console.log(response); -}, function (error) { - console.log(error); -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-nodejs/examples/teams/delete-membership.md b/docs/examples/1.0.0/server-nodejs/examples/teams/delete-membership.md deleted file mode 100644 index 4a5576dc60..0000000000 --- a/docs/examples/1.0.0/server-nodejs/examples/teams/delete-membership.md +++ /dev/null @@ -1,20 +0,0 @@ -const sdk = require('node-appwrite'); - -// Init SDK -const client = new sdk.Client(); - -const teams = new sdk.Teams(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - -const promise = teams.deleteMembership('[TEAM_ID]', '[MEMBERSHIP_ID]'); - -promise.then(function (response) { - console.log(response); -}, function (error) { - console.log(error); -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-nodejs/examples/teams/delete.md b/docs/examples/1.0.0/server-nodejs/examples/teams/delete.md deleted file mode 100644 index 3af8ad3fdc..0000000000 --- a/docs/examples/1.0.0/server-nodejs/examples/teams/delete.md +++ /dev/null @@ -1,20 +0,0 @@ -const sdk = require('node-appwrite'); - -// Init SDK -const client = new sdk.Client(); - -const teams = new sdk.Teams(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - -const promise = teams.delete('[TEAM_ID]'); - -promise.then(function (response) { - console.log(response); -}, function (error) { - console.log(error); -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-nodejs/examples/teams/get-membership.md b/docs/examples/1.0.0/server-nodejs/examples/teams/get-membership.md deleted file mode 100644 index 895bcdd3a0..0000000000 --- a/docs/examples/1.0.0/server-nodejs/examples/teams/get-membership.md +++ /dev/null @@ -1,20 +0,0 @@ -const sdk = require('node-appwrite'); - -// Init SDK -const client = new sdk.Client(); - -const teams = new sdk.Teams(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - -const promise = teams.getMembership('[TEAM_ID]', '[MEMBERSHIP_ID]'); - -promise.then(function (response) { - console.log(response); -}, function (error) { - console.log(error); -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-nodejs/examples/teams/get-memberships.md b/docs/examples/1.0.0/server-nodejs/examples/teams/get-memberships.md deleted file mode 100644 index 7b2ac99449..0000000000 --- a/docs/examples/1.0.0/server-nodejs/examples/teams/get-memberships.md +++ /dev/null @@ -1,20 +0,0 @@ -const sdk = require('node-appwrite'); - -// Init SDK -const client = new sdk.Client(); - -const teams = new sdk.Teams(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - -const promise = teams.getMemberships('[TEAM_ID]'); - -promise.then(function (response) { - console.log(response); -}, function (error) { - console.log(error); -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-nodejs/examples/teams/get.md b/docs/examples/1.0.0/server-nodejs/examples/teams/get.md deleted file mode 100644 index ef25505520..0000000000 --- a/docs/examples/1.0.0/server-nodejs/examples/teams/get.md +++ /dev/null @@ -1,20 +0,0 @@ -const sdk = require('node-appwrite'); - -// Init SDK -const client = new sdk.Client(); - -const teams = new sdk.Teams(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - -const promise = teams.get('[TEAM_ID]'); - -promise.then(function (response) { - console.log(response); -}, function (error) { - console.log(error); -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-nodejs/examples/teams/list.md b/docs/examples/1.0.0/server-nodejs/examples/teams/list.md deleted file mode 100644 index 209b6a1605..0000000000 --- a/docs/examples/1.0.0/server-nodejs/examples/teams/list.md +++ /dev/null @@ -1,20 +0,0 @@ -const sdk = require('node-appwrite'); - -// Init SDK -const client = new sdk.Client(); - -const teams = new sdk.Teams(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - -const promise = teams.list(); - -promise.then(function (response) { - console.log(response); -}, function (error) { - console.log(error); -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-nodejs/examples/teams/update-membership-roles.md b/docs/examples/1.0.0/server-nodejs/examples/teams/update-membership-roles.md deleted file mode 100644 index 44deb3bbe0..0000000000 --- a/docs/examples/1.0.0/server-nodejs/examples/teams/update-membership-roles.md +++ /dev/null @@ -1,20 +0,0 @@ -const sdk = require('node-appwrite'); - -// Init SDK -const client = new sdk.Client(); - -const teams = new sdk.Teams(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - -const promise = teams.updateMembershipRoles('[TEAM_ID]', '[MEMBERSHIP_ID]', []); - -promise.then(function (response) { - console.log(response); -}, function (error) { - console.log(error); -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-nodejs/examples/teams/update-membership-status.md b/docs/examples/1.0.0/server-nodejs/examples/teams/update-membership-status.md deleted file mode 100644 index 0020e6f555..0000000000 --- a/docs/examples/1.0.0/server-nodejs/examples/teams/update-membership-status.md +++ /dev/null @@ -1,20 +0,0 @@ -const sdk = require('node-appwrite'); - -// Init SDK -const client = new sdk.Client(); - -const teams = new sdk.Teams(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setJWT('eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ...') // Your secret JSON Web Token -; - -const promise = teams.updateMembershipStatus('[TEAM_ID]', '[MEMBERSHIP_ID]', '[USER_ID]', '[SECRET]'); - -promise.then(function (response) { - console.log(response); -}, function (error) { - console.log(error); -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-nodejs/examples/teams/update.md b/docs/examples/1.0.0/server-nodejs/examples/teams/update.md deleted file mode 100644 index fea84c5c0b..0000000000 --- a/docs/examples/1.0.0/server-nodejs/examples/teams/update.md +++ /dev/null @@ -1,20 +0,0 @@ -const sdk = require('node-appwrite'); - -// Init SDK -const client = new sdk.Client(); - -const teams = new sdk.Teams(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - -const promise = teams.update('[TEAM_ID]', '[NAME]'); - -promise.then(function (response) { - console.log(response); -}, function (error) { - console.log(error); -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-nodejs/examples/users/create-argon2user.md b/docs/examples/1.0.0/server-nodejs/examples/users/create-argon2user.md deleted file mode 100644 index 00eb91d46e..0000000000 --- a/docs/examples/1.0.0/server-nodejs/examples/users/create-argon2user.md +++ /dev/null @@ -1,20 +0,0 @@ -const sdk = require('node-appwrite'); - -// Init SDK -const client = new sdk.Client(); - -const users = new sdk.Users(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - -const promise = users.createArgon2User('[USER_ID]', 'email@example.com', 'password'); - -promise.then(function (response) { - console.log(response); -}, function (error) { - console.log(error); -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-nodejs/examples/users/create-bcrypt-user.md b/docs/examples/1.0.0/server-nodejs/examples/users/create-bcrypt-user.md deleted file mode 100644 index 42b310840a..0000000000 --- a/docs/examples/1.0.0/server-nodejs/examples/users/create-bcrypt-user.md +++ /dev/null @@ -1,20 +0,0 @@ -const sdk = require('node-appwrite'); - -// Init SDK -const client = new sdk.Client(); - -const users = new sdk.Users(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - -const promise = users.createBcryptUser('[USER_ID]', 'email@example.com', 'password'); - -promise.then(function (response) { - console.log(response); -}, function (error) { - console.log(error); -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-nodejs/examples/users/create-m-d5user.md b/docs/examples/1.0.0/server-nodejs/examples/users/create-m-d5user.md deleted file mode 100644 index b7a7c0ccc8..0000000000 --- a/docs/examples/1.0.0/server-nodejs/examples/users/create-m-d5user.md +++ /dev/null @@ -1,20 +0,0 @@ -const sdk = require('node-appwrite'); - -// Init SDK -const client = new sdk.Client(); - -const users = new sdk.Users(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - -const promise = users.createMD5User('[USER_ID]', 'email@example.com', 'password'); - -promise.then(function (response) { - console.log(response); -}, function (error) { - console.log(error); -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-nodejs/examples/users/create-p-h-pass-user.md b/docs/examples/1.0.0/server-nodejs/examples/users/create-p-h-pass-user.md deleted file mode 100644 index 477a88e43f..0000000000 --- a/docs/examples/1.0.0/server-nodejs/examples/users/create-p-h-pass-user.md +++ /dev/null @@ -1,20 +0,0 @@ -const sdk = require('node-appwrite'); - -// Init SDK -const client = new sdk.Client(); - -const users = new sdk.Users(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - -const promise = users.createPHPassUser('[USER_ID]', 'email@example.com', 'password'); - -promise.then(function (response) { - console.log(response); -}, function (error) { - console.log(error); -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-nodejs/examples/users/create-s-h-a-user.md b/docs/examples/1.0.0/server-nodejs/examples/users/create-s-h-a-user.md deleted file mode 100644 index 482aa0bfdd..0000000000 --- a/docs/examples/1.0.0/server-nodejs/examples/users/create-s-h-a-user.md +++ /dev/null @@ -1,20 +0,0 @@ -const sdk = require('node-appwrite'); - -// Init SDK -const client = new sdk.Client(); - -const users = new sdk.Users(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - -const promise = users.createSHAUser('[USER_ID]', 'email@example.com', 'password'); - -promise.then(function (response) { - console.log(response); -}, function (error) { - console.log(error); -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-nodejs/examples/users/create-scrypt-modified-user.md b/docs/examples/1.0.0/server-nodejs/examples/users/create-scrypt-modified-user.md deleted file mode 100644 index c267797652..0000000000 --- a/docs/examples/1.0.0/server-nodejs/examples/users/create-scrypt-modified-user.md +++ /dev/null @@ -1,20 +0,0 @@ -const sdk = require('node-appwrite'); - -// Init SDK -const client = new sdk.Client(); - -const users = new sdk.Users(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - -const promise = users.createScryptModifiedUser('[USER_ID]', 'email@example.com', 'password', '[PASSWORD_SALT]', '[PASSWORD_SALT_SEPARATOR]', '[PASSWORD_SIGNER_KEY]'); - -promise.then(function (response) { - console.log(response); -}, function (error) { - console.log(error); -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-nodejs/examples/users/create-scrypt-user.md b/docs/examples/1.0.0/server-nodejs/examples/users/create-scrypt-user.md deleted file mode 100644 index bd067e614c..0000000000 --- a/docs/examples/1.0.0/server-nodejs/examples/users/create-scrypt-user.md +++ /dev/null @@ -1,20 +0,0 @@ -const sdk = require('node-appwrite'); - -// Init SDK -const client = new sdk.Client(); - -const users = new sdk.Users(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - -const promise = users.createScryptUser('[USER_ID]', 'email@example.com', 'password', '[PASSWORD_SALT]', null, null, null, null); - -promise.then(function (response) { - console.log(response); -}, function (error) { - console.log(error); -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-nodejs/examples/users/create.md b/docs/examples/1.0.0/server-nodejs/examples/users/create.md deleted file mode 100644 index 6455ff45f5..0000000000 --- a/docs/examples/1.0.0/server-nodejs/examples/users/create.md +++ /dev/null @@ -1,20 +0,0 @@ -const sdk = require('node-appwrite'); - -// Init SDK -const client = new sdk.Client(); - -const users = new sdk.Users(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - -const promise = users.create('[USER_ID]'); - -promise.then(function (response) { - console.log(response); -}, function (error) { - console.log(error); -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-nodejs/examples/users/delete-session.md b/docs/examples/1.0.0/server-nodejs/examples/users/delete-session.md deleted file mode 100644 index ed161dcc89..0000000000 --- a/docs/examples/1.0.0/server-nodejs/examples/users/delete-session.md +++ /dev/null @@ -1,20 +0,0 @@ -const sdk = require('node-appwrite'); - -// Init SDK -const client = new sdk.Client(); - -const users = new sdk.Users(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - -const promise = users.deleteSession('[USER_ID]', '[SESSION_ID]'); - -promise.then(function (response) { - console.log(response); -}, function (error) { - console.log(error); -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-nodejs/examples/users/delete-sessions.md b/docs/examples/1.0.0/server-nodejs/examples/users/delete-sessions.md deleted file mode 100644 index 9b6abfcb02..0000000000 --- a/docs/examples/1.0.0/server-nodejs/examples/users/delete-sessions.md +++ /dev/null @@ -1,20 +0,0 @@ -const sdk = require('node-appwrite'); - -// Init SDK -const client = new sdk.Client(); - -const users = new sdk.Users(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - -const promise = users.deleteSessions('[USER_ID]'); - -promise.then(function (response) { - console.log(response); -}, function (error) { - console.log(error); -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-nodejs/examples/users/delete.md b/docs/examples/1.0.0/server-nodejs/examples/users/delete.md deleted file mode 100644 index 65ed7187b6..0000000000 --- a/docs/examples/1.0.0/server-nodejs/examples/users/delete.md +++ /dev/null @@ -1,20 +0,0 @@ -const sdk = require('node-appwrite'); - -// Init SDK -const client = new sdk.Client(); - -const users = new sdk.Users(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - -const promise = users.delete('[USER_ID]'); - -promise.then(function (response) { - console.log(response); -}, function (error) { - console.log(error); -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-nodejs/examples/users/get-logs.md b/docs/examples/1.0.0/server-nodejs/examples/users/get-logs.md deleted file mode 100644 index 5bc20b7c4e..0000000000 --- a/docs/examples/1.0.0/server-nodejs/examples/users/get-logs.md +++ /dev/null @@ -1,20 +0,0 @@ -const sdk = require('node-appwrite'); - -// Init SDK -const client = new sdk.Client(); - -const users = new sdk.Users(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - -const promise = users.getLogs('[USER_ID]'); - -promise.then(function (response) { - console.log(response); -}, function (error) { - console.log(error); -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-nodejs/examples/users/get-memberships.md b/docs/examples/1.0.0/server-nodejs/examples/users/get-memberships.md deleted file mode 100644 index 8c26b12b7b..0000000000 --- a/docs/examples/1.0.0/server-nodejs/examples/users/get-memberships.md +++ /dev/null @@ -1,20 +0,0 @@ -const sdk = require('node-appwrite'); - -// Init SDK -const client = new sdk.Client(); - -const users = new sdk.Users(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - -const promise = users.getMemberships('[USER_ID]'); - -promise.then(function (response) { - console.log(response); -}, function (error) { - console.log(error); -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-nodejs/examples/users/get-prefs.md b/docs/examples/1.0.0/server-nodejs/examples/users/get-prefs.md deleted file mode 100644 index bac42c8da7..0000000000 --- a/docs/examples/1.0.0/server-nodejs/examples/users/get-prefs.md +++ /dev/null @@ -1,20 +0,0 @@ -const sdk = require('node-appwrite'); - -// Init SDK -const client = new sdk.Client(); - -const users = new sdk.Users(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - -const promise = users.getPrefs('[USER_ID]'); - -promise.then(function (response) { - console.log(response); -}, function (error) { - console.log(error); -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-nodejs/examples/users/get-sessions.md b/docs/examples/1.0.0/server-nodejs/examples/users/get-sessions.md deleted file mode 100644 index 1b3e7d3e86..0000000000 --- a/docs/examples/1.0.0/server-nodejs/examples/users/get-sessions.md +++ /dev/null @@ -1,20 +0,0 @@ -const sdk = require('node-appwrite'); - -// Init SDK -const client = new sdk.Client(); - -const users = new sdk.Users(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - -const promise = users.getSessions('[USER_ID]'); - -promise.then(function (response) { - console.log(response); -}, function (error) { - console.log(error); -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-nodejs/examples/users/get.md b/docs/examples/1.0.0/server-nodejs/examples/users/get.md deleted file mode 100644 index fa1579ec44..0000000000 --- a/docs/examples/1.0.0/server-nodejs/examples/users/get.md +++ /dev/null @@ -1,20 +0,0 @@ -const sdk = require('node-appwrite'); - -// Init SDK -const client = new sdk.Client(); - -const users = new sdk.Users(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - -const promise = users.get('[USER_ID]'); - -promise.then(function (response) { - console.log(response); -}, function (error) { - console.log(error); -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-nodejs/examples/users/list.md b/docs/examples/1.0.0/server-nodejs/examples/users/list.md deleted file mode 100644 index bddb2e7fa3..0000000000 --- a/docs/examples/1.0.0/server-nodejs/examples/users/list.md +++ /dev/null @@ -1,20 +0,0 @@ -const sdk = require('node-appwrite'); - -// Init SDK -const client = new sdk.Client(); - -const users = new sdk.Users(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - -const promise = users.list(); - -promise.then(function (response) { - console.log(response); -}, function (error) { - console.log(error); -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-nodejs/examples/users/update-email-verification.md b/docs/examples/1.0.0/server-nodejs/examples/users/update-email-verification.md deleted file mode 100644 index c80a7816b9..0000000000 --- a/docs/examples/1.0.0/server-nodejs/examples/users/update-email-verification.md +++ /dev/null @@ -1,20 +0,0 @@ -const sdk = require('node-appwrite'); - -// Init SDK -const client = new sdk.Client(); - -const users = new sdk.Users(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - -const promise = users.updateEmailVerification('[USER_ID]', false); - -promise.then(function (response) { - console.log(response); -}, function (error) { - console.log(error); -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-nodejs/examples/users/update-email.md b/docs/examples/1.0.0/server-nodejs/examples/users/update-email.md deleted file mode 100644 index 627de271b6..0000000000 --- a/docs/examples/1.0.0/server-nodejs/examples/users/update-email.md +++ /dev/null @@ -1,20 +0,0 @@ -const sdk = require('node-appwrite'); - -// Init SDK -const client = new sdk.Client(); - -const users = new sdk.Users(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - -const promise = users.updateEmail('[USER_ID]', 'email@example.com'); - -promise.then(function (response) { - console.log(response); -}, function (error) { - console.log(error); -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-nodejs/examples/users/update-name.md b/docs/examples/1.0.0/server-nodejs/examples/users/update-name.md deleted file mode 100644 index cd515cb522..0000000000 --- a/docs/examples/1.0.0/server-nodejs/examples/users/update-name.md +++ /dev/null @@ -1,20 +0,0 @@ -const sdk = require('node-appwrite'); - -// Init SDK -const client = new sdk.Client(); - -const users = new sdk.Users(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - -const promise = users.updateName('[USER_ID]', '[NAME]'); - -promise.then(function (response) { - console.log(response); -}, function (error) { - console.log(error); -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-nodejs/examples/users/update-password.md b/docs/examples/1.0.0/server-nodejs/examples/users/update-password.md deleted file mode 100644 index 6348c7d8e7..0000000000 --- a/docs/examples/1.0.0/server-nodejs/examples/users/update-password.md +++ /dev/null @@ -1,20 +0,0 @@ -const sdk = require('node-appwrite'); - -// Init SDK -const client = new sdk.Client(); - -const users = new sdk.Users(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - -const promise = users.updatePassword('[USER_ID]', 'password'); - -promise.then(function (response) { - console.log(response); -}, function (error) { - console.log(error); -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-nodejs/examples/users/update-phone-verification.md b/docs/examples/1.0.0/server-nodejs/examples/users/update-phone-verification.md deleted file mode 100644 index 7c88651ce6..0000000000 --- a/docs/examples/1.0.0/server-nodejs/examples/users/update-phone-verification.md +++ /dev/null @@ -1,20 +0,0 @@ -const sdk = require('node-appwrite'); - -// Init SDK -const client = new sdk.Client(); - -const users = new sdk.Users(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - -const promise = users.updatePhoneVerification('[USER_ID]', false); - -promise.then(function (response) { - console.log(response); -}, function (error) { - console.log(error); -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-nodejs/examples/users/update-phone.md b/docs/examples/1.0.0/server-nodejs/examples/users/update-phone.md deleted file mode 100644 index acb7bbb2d6..0000000000 --- a/docs/examples/1.0.0/server-nodejs/examples/users/update-phone.md +++ /dev/null @@ -1,20 +0,0 @@ -const sdk = require('node-appwrite'); - -// Init SDK -const client = new sdk.Client(); - -const users = new sdk.Users(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - -const promise = users.updatePhone('[USER_ID]', ''); - -promise.then(function (response) { - console.log(response); -}, function (error) { - console.log(error); -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-nodejs/examples/users/update-prefs.md b/docs/examples/1.0.0/server-nodejs/examples/users/update-prefs.md deleted file mode 100644 index f9e16da0b7..0000000000 --- a/docs/examples/1.0.0/server-nodejs/examples/users/update-prefs.md +++ /dev/null @@ -1,20 +0,0 @@ -const sdk = require('node-appwrite'); - -// Init SDK -const client = new sdk.Client(); - -const users = new sdk.Users(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - -const promise = users.updatePrefs('[USER_ID]', {}); - -promise.then(function (response) { - console.log(response); -}, function (error) { - console.log(error); -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-nodejs/examples/users/update-status.md b/docs/examples/1.0.0/server-nodejs/examples/users/update-status.md deleted file mode 100644 index 08c79ef63f..0000000000 --- a/docs/examples/1.0.0/server-nodejs/examples/users/update-status.md +++ /dev/null @@ -1,20 +0,0 @@ -const sdk = require('node-appwrite'); - -// Init SDK -const client = new sdk.Client(); - -const users = new sdk.Users(client); - -client - .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - .setProject('5df5acd0d48c2') // Your project ID - .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - -const promise = users.updateStatus('[USER_ID]', false); - -promise.then(function (response) { - console.log(response); -}, function (error) { - console.log(error); -}); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-php/examples/account/create-phone-verification.md b/docs/examples/1.0.0/server-php/examples/account/create-phone-verification.md deleted file mode 100644 index fa56233cb3..0000000000 --- a/docs/examples/1.0.0/server-php/examples/account/create-phone-verification.md +++ /dev/null @@ -1,16 +0,0 @@ -setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - ->setProject('5df5acd0d48c2') // Your project ID - ->setJWT('eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ...') // Your secret JSON Web Token -; - -$account = new Account($client); - -$result = $account->createPhoneVerification(); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-php/examples/account/create-recovery.md b/docs/examples/1.0.0/server-php/examples/account/create-recovery.md deleted file mode 100644 index 65823e5104..0000000000 --- a/docs/examples/1.0.0/server-php/examples/account/create-recovery.md +++ /dev/null @@ -1,16 +0,0 @@ -setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - ->setProject('5df5acd0d48c2') // Your project ID - ->setJWT('eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ...') // Your secret JSON Web Token -; - -$account = new Account($client); - -$result = $account->createRecovery('email@example.com', 'https://example.com'); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-php/examples/account/create-verification.md b/docs/examples/1.0.0/server-php/examples/account/create-verification.md deleted file mode 100644 index b22d6199a7..0000000000 --- a/docs/examples/1.0.0/server-php/examples/account/create-verification.md +++ /dev/null @@ -1,16 +0,0 @@ -setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - ->setProject('5df5acd0d48c2') // Your project ID - ->setJWT('eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ...') // Your secret JSON Web Token -; - -$account = new Account($client); - -$result = $account->createVerification('https://example.com'); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-php/examples/account/delete-session.md b/docs/examples/1.0.0/server-php/examples/account/delete-session.md deleted file mode 100644 index ac04559ca5..0000000000 --- a/docs/examples/1.0.0/server-php/examples/account/delete-session.md +++ /dev/null @@ -1,16 +0,0 @@ -setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - ->setProject('5df5acd0d48c2') // Your project ID - ->setJWT('eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ...') // Your secret JSON Web Token -; - -$account = new Account($client); - -$result = $account->deleteSession('[SESSION_ID]'); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-php/examples/account/delete-sessions.md b/docs/examples/1.0.0/server-php/examples/account/delete-sessions.md deleted file mode 100644 index 3aa67f79ce..0000000000 --- a/docs/examples/1.0.0/server-php/examples/account/delete-sessions.md +++ /dev/null @@ -1,16 +0,0 @@ -setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - ->setProject('5df5acd0d48c2') // Your project ID - ->setJWT('eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ...') // Your secret JSON Web Token -; - -$account = new Account($client); - -$result = $account->deleteSessions(); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-php/examples/account/get-logs.md b/docs/examples/1.0.0/server-php/examples/account/get-logs.md deleted file mode 100644 index 2fffafcc2d..0000000000 --- a/docs/examples/1.0.0/server-php/examples/account/get-logs.md +++ /dev/null @@ -1,16 +0,0 @@ -setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - ->setProject('5df5acd0d48c2') // Your project ID - ->setJWT('eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ...') // Your secret JSON Web Token -; - -$account = new Account($client); - -$result = $account->getLogs(); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-php/examples/account/get-prefs.md b/docs/examples/1.0.0/server-php/examples/account/get-prefs.md deleted file mode 100644 index efa296194f..0000000000 --- a/docs/examples/1.0.0/server-php/examples/account/get-prefs.md +++ /dev/null @@ -1,16 +0,0 @@ -setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - ->setProject('5df5acd0d48c2') // Your project ID - ->setJWT('eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ...') // Your secret JSON Web Token -; - -$account = new Account($client); - -$result = $account->getPrefs(); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-php/examples/account/get-session.md b/docs/examples/1.0.0/server-php/examples/account/get-session.md deleted file mode 100644 index 549f9bed7f..0000000000 --- a/docs/examples/1.0.0/server-php/examples/account/get-session.md +++ /dev/null @@ -1,16 +0,0 @@ -setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - ->setProject('5df5acd0d48c2') // Your project ID - ->setJWT('eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ...') // Your secret JSON Web Token -; - -$account = new Account($client); - -$result = $account->getSession('[SESSION_ID]'); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-php/examples/account/get-sessions.md b/docs/examples/1.0.0/server-php/examples/account/get-sessions.md deleted file mode 100644 index 2855ff4d82..0000000000 --- a/docs/examples/1.0.0/server-php/examples/account/get-sessions.md +++ /dev/null @@ -1,16 +0,0 @@ -setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - ->setProject('5df5acd0d48c2') // Your project ID - ->setJWT('eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ...') // Your secret JSON Web Token -; - -$account = new Account($client); - -$result = $account->getSessions(); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-php/examples/account/get.md b/docs/examples/1.0.0/server-php/examples/account/get.md deleted file mode 100644 index 3fa0ef275e..0000000000 --- a/docs/examples/1.0.0/server-php/examples/account/get.md +++ /dev/null @@ -1,16 +0,0 @@ -setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - ->setProject('5df5acd0d48c2') // Your project ID - ->setJWT('eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ...') // Your secret JSON Web Token -; - -$account = new Account($client); - -$result = $account->get(); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-php/examples/account/update-email.md b/docs/examples/1.0.0/server-php/examples/account/update-email.md deleted file mode 100644 index 72714991d7..0000000000 --- a/docs/examples/1.0.0/server-php/examples/account/update-email.md +++ /dev/null @@ -1,16 +0,0 @@ -setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - ->setProject('5df5acd0d48c2') // Your project ID - ->setJWT('eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ...') // Your secret JSON Web Token -; - -$account = new Account($client); - -$result = $account->updateEmail('email@example.com', 'password'); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-php/examples/account/update-name.md b/docs/examples/1.0.0/server-php/examples/account/update-name.md deleted file mode 100644 index c7bb1b14ea..0000000000 --- a/docs/examples/1.0.0/server-php/examples/account/update-name.md +++ /dev/null @@ -1,16 +0,0 @@ -setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - ->setProject('5df5acd0d48c2') // Your project ID - ->setJWT('eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ...') // Your secret JSON Web Token -; - -$account = new Account($client); - -$result = $account->updateName('[NAME]'); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-php/examples/account/update-password.md b/docs/examples/1.0.0/server-php/examples/account/update-password.md deleted file mode 100644 index e82279859a..0000000000 --- a/docs/examples/1.0.0/server-php/examples/account/update-password.md +++ /dev/null @@ -1,16 +0,0 @@ -setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - ->setProject('5df5acd0d48c2') // Your project ID - ->setJWT('eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ...') // Your secret JSON Web Token -; - -$account = new Account($client); - -$result = $account->updatePassword('password'); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-php/examples/account/update-phone-verification.md b/docs/examples/1.0.0/server-php/examples/account/update-phone-verification.md deleted file mode 100644 index 9a9ab21d50..0000000000 --- a/docs/examples/1.0.0/server-php/examples/account/update-phone-verification.md +++ /dev/null @@ -1,16 +0,0 @@ -setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - ->setProject('5df5acd0d48c2') // Your project ID - ->setJWT('eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ...') // Your secret JSON Web Token -; - -$account = new Account($client); - -$result = $account->updatePhoneVerification('[USER_ID]', '[SECRET]'); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-php/examples/account/update-phone.md b/docs/examples/1.0.0/server-php/examples/account/update-phone.md deleted file mode 100644 index a1a2fabbe9..0000000000 --- a/docs/examples/1.0.0/server-php/examples/account/update-phone.md +++ /dev/null @@ -1,16 +0,0 @@ -setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - ->setProject('5df5acd0d48c2') // Your project ID - ->setJWT('eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ...') // Your secret JSON Web Token -; - -$account = new Account($client); - -$result = $account->updatePhone('', 'password'); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-php/examples/account/update-prefs.md b/docs/examples/1.0.0/server-php/examples/account/update-prefs.md deleted file mode 100644 index e1395d9d67..0000000000 --- a/docs/examples/1.0.0/server-php/examples/account/update-prefs.md +++ /dev/null @@ -1,16 +0,0 @@ -setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - ->setProject('5df5acd0d48c2') // Your project ID - ->setJWT('eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ...') // Your secret JSON Web Token -; - -$account = new Account($client); - -$result = $account->updatePrefs([]); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-php/examples/account/update-recovery.md b/docs/examples/1.0.0/server-php/examples/account/update-recovery.md deleted file mode 100644 index 5379d76d6d..0000000000 --- a/docs/examples/1.0.0/server-php/examples/account/update-recovery.md +++ /dev/null @@ -1,16 +0,0 @@ -setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - ->setProject('5df5acd0d48c2') // Your project ID - ->setJWT('eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ...') // Your secret JSON Web Token -; - -$account = new Account($client); - -$result = $account->updateRecovery('[USER_ID]', '[SECRET]', 'password', 'password'); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-php/examples/account/update-session.md b/docs/examples/1.0.0/server-php/examples/account/update-session.md deleted file mode 100644 index 222976c74f..0000000000 --- a/docs/examples/1.0.0/server-php/examples/account/update-session.md +++ /dev/null @@ -1,16 +0,0 @@ -setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - ->setProject('5df5acd0d48c2') // Your project ID - ->setJWT('eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ...') // Your secret JSON Web Token -; - -$account = new Account($client); - -$result = $account->updateSession('[SESSION_ID]'); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-php/examples/account/update-status.md b/docs/examples/1.0.0/server-php/examples/account/update-status.md deleted file mode 100644 index f19d218ec8..0000000000 --- a/docs/examples/1.0.0/server-php/examples/account/update-status.md +++ /dev/null @@ -1,16 +0,0 @@ -setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - ->setProject('5df5acd0d48c2') // Your project ID - ->setJWT('eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ...') // Your secret JSON Web Token -; - -$account = new Account($client); - -$result = $account->updateStatus(); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-php/examples/account/update-verification.md b/docs/examples/1.0.0/server-php/examples/account/update-verification.md deleted file mode 100644 index ef21c1ec4d..0000000000 --- a/docs/examples/1.0.0/server-php/examples/account/update-verification.md +++ /dev/null @@ -1,16 +0,0 @@ -setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - ->setProject('5df5acd0d48c2') // Your project ID - ->setJWT('eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ...') // Your secret JSON Web Token -; - -$account = new Account($client); - -$result = $account->updateVerification('[USER_ID]', '[SECRET]'); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-php/examples/avatars/get-browser.md b/docs/examples/1.0.0/server-php/examples/avatars/get-browser.md deleted file mode 100644 index 795d79157e..0000000000 --- a/docs/examples/1.0.0/server-php/examples/avatars/get-browser.md +++ /dev/null @@ -1,16 +0,0 @@ -setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - ->setProject('5df5acd0d48c2') // Your project ID - ->setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - -$avatars = new Avatars($client); - -$result = $avatars->getBrowser('aa'); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-php/examples/avatars/get-credit-card.md b/docs/examples/1.0.0/server-php/examples/avatars/get-credit-card.md deleted file mode 100644 index 33879d0179..0000000000 --- a/docs/examples/1.0.0/server-php/examples/avatars/get-credit-card.md +++ /dev/null @@ -1,16 +0,0 @@ -setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - ->setProject('5df5acd0d48c2') // Your project ID - ->setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - -$avatars = new Avatars($client); - -$result = $avatars->getCreditCard('amex'); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-php/examples/avatars/get-favicon.md b/docs/examples/1.0.0/server-php/examples/avatars/get-favicon.md deleted file mode 100644 index dee19dbf04..0000000000 --- a/docs/examples/1.0.0/server-php/examples/avatars/get-favicon.md +++ /dev/null @@ -1,16 +0,0 @@ -setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - ->setProject('5df5acd0d48c2') // Your project ID - ->setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - -$avatars = new Avatars($client); - -$result = $avatars->getFavicon('https://example.com'); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-php/examples/avatars/get-flag.md b/docs/examples/1.0.0/server-php/examples/avatars/get-flag.md deleted file mode 100644 index d70d7e43ec..0000000000 --- a/docs/examples/1.0.0/server-php/examples/avatars/get-flag.md +++ /dev/null @@ -1,16 +0,0 @@ -setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - ->setProject('5df5acd0d48c2') // Your project ID - ->setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - -$avatars = new Avatars($client); - -$result = $avatars->getFlag('af'); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-php/examples/avatars/get-image.md b/docs/examples/1.0.0/server-php/examples/avatars/get-image.md deleted file mode 100644 index a46b9fbe37..0000000000 --- a/docs/examples/1.0.0/server-php/examples/avatars/get-image.md +++ /dev/null @@ -1,16 +0,0 @@ -setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - ->setProject('5df5acd0d48c2') // Your project ID - ->setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - -$avatars = new Avatars($client); - -$result = $avatars->getImage('https://example.com'); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-php/examples/avatars/get-initials.md b/docs/examples/1.0.0/server-php/examples/avatars/get-initials.md deleted file mode 100644 index f5e549ace6..0000000000 --- a/docs/examples/1.0.0/server-php/examples/avatars/get-initials.md +++ /dev/null @@ -1,16 +0,0 @@ -setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - ->setProject('5df5acd0d48c2') // Your project ID - ->setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - -$avatars = new Avatars($client); - -$result = $avatars->getInitials(); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-php/examples/avatars/get-q-r.md b/docs/examples/1.0.0/server-php/examples/avatars/get-q-r.md deleted file mode 100644 index 95b5a6d7b3..0000000000 --- a/docs/examples/1.0.0/server-php/examples/avatars/get-q-r.md +++ /dev/null @@ -1,16 +0,0 @@ -setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - ->setProject('5df5acd0d48c2') // Your project ID - ->setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - -$avatars = new Avatars($client); - -$result = $avatars->getQR('[TEXT]'); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-php/examples/databases/create-boolean-attribute.md b/docs/examples/1.0.0/server-php/examples/databases/create-boolean-attribute.md deleted file mode 100644 index 274f66fe14..0000000000 --- a/docs/examples/1.0.0/server-php/examples/databases/create-boolean-attribute.md +++ /dev/null @@ -1,16 +0,0 @@ -setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - ->setProject('5df5acd0d48c2') // Your project ID - ->setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - -$databases = new Databases($client); - -$result = $databases->createBooleanAttribute('[DATABASE_ID]', '[COLLECTION_ID]', '', false); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-php/examples/databases/create-collection.md b/docs/examples/1.0.0/server-php/examples/databases/create-collection.md deleted file mode 100644 index a7d98c0220..0000000000 --- a/docs/examples/1.0.0/server-php/examples/databases/create-collection.md +++ /dev/null @@ -1,16 +0,0 @@ -setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - ->setProject('5df5acd0d48c2') // Your project ID - ->setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - -$databases = new Databases($client); - -$result = $databases->createCollection('[DATABASE_ID]', '[COLLECTION_ID]', '[NAME]'); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-php/examples/databases/create-datetime-attribute.md b/docs/examples/1.0.0/server-php/examples/databases/create-datetime-attribute.md deleted file mode 100644 index 420675eaa2..0000000000 --- a/docs/examples/1.0.0/server-php/examples/databases/create-datetime-attribute.md +++ /dev/null @@ -1,16 +0,0 @@ -setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - ->setProject('5df5acd0d48c2') // Your project ID - ->setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - -$databases = new Databases($client); - -$result = $databases->createDatetimeAttribute('[DATABASE_ID]', '[COLLECTION_ID]', '', false); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-php/examples/databases/create-document.md b/docs/examples/1.0.0/server-php/examples/databases/create-document.md deleted file mode 100644 index 8fbf102e81..0000000000 --- a/docs/examples/1.0.0/server-php/examples/databases/create-document.md +++ /dev/null @@ -1,16 +0,0 @@ -setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - ->setProject('5df5acd0d48c2') // Your project ID - ->setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - -$databases = new Databases($client); - -$result = $databases->createDocument('[DATABASE_ID]', '[COLLECTION_ID]', '[DOCUMENT_ID]', []); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-php/examples/databases/create-email-attribute.md b/docs/examples/1.0.0/server-php/examples/databases/create-email-attribute.md deleted file mode 100644 index ff7f1acbea..0000000000 --- a/docs/examples/1.0.0/server-php/examples/databases/create-email-attribute.md +++ /dev/null @@ -1,16 +0,0 @@ -setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - ->setProject('5df5acd0d48c2') // Your project ID - ->setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - -$databases = new Databases($client); - -$result = $databases->createEmailAttribute('[DATABASE_ID]', '[COLLECTION_ID]', '', false); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-php/examples/databases/create-enum-attribute.md b/docs/examples/1.0.0/server-php/examples/databases/create-enum-attribute.md deleted file mode 100644 index 44a0fae695..0000000000 --- a/docs/examples/1.0.0/server-php/examples/databases/create-enum-attribute.md +++ /dev/null @@ -1,16 +0,0 @@ -setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - ->setProject('5df5acd0d48c2') // Your project ID - ->setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - -$databases = new Databases($client); - -$result = $databases->createEnumAttribute('[DATABASE_ID]', '[COLLECTION_ID]', '', [], false); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-php/examples/databases/create-float-attribute.md b/docs/examples/1.0.0/server-php/examples/databases/create-float-attribute.md deleted file mode 100644 index 5ee3647d61..0000000000 --- a/docs/examples/1.0.0/server-php/examples/databases/create-float-attribute.md +++ /dev/null @@ -1,16 +0,0 @@ -setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - ->setProject('5df5acd0d48c2') // Your project ID - ->setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - -$databases = new Databases($client); - -$result = $databases->createFloatAttribute('[DATABASE_ID]', '[COLLECTION_ID]', '', false); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-php/examples/databases/create-index.md b/docs/examples/1.0.0/server-php/examples/databases/create-index.md deleted file mode 100644 index 9a2c1b7d4f..0000000000 --- a/docs/examples/1.0.0/server-php/examples/databases/create-index.md +++ /dev/null @@ -1,16 +0,0 @@ -setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - ->setProject('5df5acd0d48c2') // Your project ID - ->setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - -$databases = new Databases($client); - -$result = $databases->createIndex('[DATABASE_ID]', '[COLLECTION_ID]', '', 'key', []); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-php/examples/databases/create-integer-attribute.md b/docs/examples/1.0.0/server-php/examples/databases/create-integer-attribute.md deleted file mode 100644 index 97469227bf..0000000000 --- a/docs/examples/1.0.0/server-php/examples/databases/create-integer-attribute.md +++ /dev/null @@ -1,16 +0,0 @@ -setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - ->setProject('5df5acd0d48c2') // Your project ID - ->setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - -$databases = new Databases($client); - -$result = $databases->createIntegerAttribute('[DATABASE_ID]', '[COLLECTION_ID]', '', false); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-php/examples/databases/create-ip-attribute.md b/docs/examples/1.0.0/server-php/examples/databases/create-ip-attribute.md deleted file mode 100644 index f2318a47b1..0000000000 --- a/docs/examples/1.0.0/server-php/examples/databases/create-ip-attribute.md +++ /dev/null @@ -1,16 +0,0 @@ -setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - ->setProject('5df5acd0d48c2') // Your project ID - ->setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - -$databases = new Databases($client); - -$result = $databases->createIpAttribute('[DATABASE_ID]', '[COLLECTION_ID]', '', false); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-php/examples/databases/create-string-attribute.md b/docs/examples/1.0.0/server-php/examples/databases/create-string-attribute.md deleted file mode 100644 index 975e633eda..0000000000 --- a/docs/examples/1.0.0/server-php/examples/databases/create-string-attribute.md +++ /dev/null @@ -1,16 +0,0 @@ -setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - ->setProject('5df5acd0d48c2') // Your project ID - ->setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - -$databases = new Databases($client); - -$result = $databases->createStringAttribute('[DATABASE_ID]', '[COLLECTION_ID]', '', 1, false); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-php/examples/databases/create-url-attribute.md b/docs/examples/1.0.0/server-php/examples/databases/create-url-attribute.md deleted file mode 100644 index 79bce0c8de..0000000000 --- a/docs/examples/1.0.0/server-php/examples/databases/create-url-attribute.md +++ /dev/null @@ -1,16 +0,0 @@ -setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - ->setProject('5df5acd0d48c2') // Your project ID - ->setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - -$databases = new Databases($client); - -$result = $databases->createUrlAttribute('[DATABASE_ID]', '[COLLECTION_ID]', '', false); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-php/examples/databases/create.md b/docs/examples/1.0.0/server-php/examples/databases/create.md deleted file mode 100644 index a4a5fb678d..0000000000 --- a/docs/examples/1.0.0/server-php/examples/databases/create.md +++ /dev/null @@ -1,16 +0,0 @@ -setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - ->setProject('5df5acd0d48c2') // Your project ID - ->setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - -$databases = new Databases($client); - -$result = $databases->create('[DATABASE_ID]', '[NAME]'); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-php/examples/databases/delete-attribute.md b/docs/examples/1.0.0/server-php/examples/databases/delete-attribute.md deleted file mode 100644 index 8643a94777..0000000000 --- a/docs/examples/1.0.0/server-php/examples/databases/delete-attribute.md +++ /dev/null @@ -1,16 +0,0 @@ -setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - ->setProject('5df5acd0d48c2') // Your project ID - ->setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - -$databases = new Databases($client); - -$result = $databases->deleteAttribute('[DATABASE_ID]', '[COLLECTION_ID]', ''); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-php/examples/databases/delete-collection.md b/docs/examples/1.0.0/server-php/examples/databases/delete-collection.md deleted file mode 100644 index 6ebd2cada5..0000000000 --- a/docs/examples/1.0.0/server-php/examples/databases/delete-collection.md +++ /dev/null @@ -1,16 +0,0 @@ -setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - ->setProject('5df5acd0d48c2') // Your project ID - ->setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - -$databases = new Databases($client); - -$result = $databases->deleteCollection('[DATABASE_ID]', '[COLLECTION_ID]'); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-php/examples/databases/delete-document.md b/docs/examples/1.0.0/server-php/examples/databases/delete-document.md deleted file mode 100644 index 3d9633e124..0000000000 --- a/docs/examples/1.0.0/server-php/examples/databases/delete-document.md +++ /dev/null @@ -1,16 +0,0 @@ -setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - ->setProject('5df5acd0d48c2') // Your project ID - ->setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - -$databases = new Databases($client); - -$result = $databases->deleteDocument('[DATABASE_ID]', '[COLLECTION_ID]', '[DOCUMENT_ID]'); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-php/examples/databases/delete-index.md b/docs/examples/1.0.0/server-php/examples/databases/delete-index.md deleted file mode 100644 index 7fb417dd92..0000000000 --- a/docs/examples/1.0.0/server-php/examples/databases/delete-index.md +++ /dev/null @@ -1,16 +0,0 @@ -setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - ->setProject('5df5acd0d48c2') // Your project ID - ->setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - -$databases = new Databases($client); - -$result = $databases->deleteIndex('[DATABASE_ID]', '[COLLECTION_ID]', ''); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-php/examples/databases/delete.md b/docs/examples/1.0.0/server-php/examples/databases/delete.md deleted file mode 100644 index dfb1fa1245..0000000000 --- a/docs/examples/1.0.0/server-php/examples/databases/delete.md +++ /dev/null @@ -1,16 +0,0 @@ -setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - ->setProject('5df5acd0d48c2') // Your project ID - ->setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - -$databases = new Databases($client); - -$result = $databases->delete('[DATABASE_ID]'); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-php/examples/databases/get-attribute.md b/docs/examples/1.0.0/server-php/examples/databases/get-attribute.md deleted file mode 100644 index e0f03cdb01..0000000000 --- a/docs/examples/1.0.0/server-php/examples/databases/get-attribute.md +++ /dev/null @@ -1,16 +0,0 @@ -setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - ->setProject('5df5acd0d48c2') // Your project ID - ->setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - -$databases = new Databases($client); - -$result = $databases->getAttribute('[DATABASE_ID]', '[COLLECTION_ID]', ''); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-php/examples/databases/get-collection.md b/docs/examples/1.0.0/server-php/examples/databases/get-collection.md deleted file mode 100644 index 9168c7abd6..0000000000 --- a/docs/examples/1.0.0/server-php/examples/databases/get-collection.md +++ /dev/null @@ -1,16 +0,0 @@ -setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - ->setProject('5df5acd0d48c2') // Your project ID - ->setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - -$databases = new Databases($client); - -$result = $databases->getCollection('[DATABASE_ID]', '[COLLECTION_ID]'); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-php/examples/databases/get-document.md b/docs/examples/1.0.0/server-php/examples/databases/get-document.md deleted file mode 100644 index 06a41fed78..0000000000 --- a/docs/examples/1.0.0/server-php/examples/databases/get-document.md +++ /dev/null @@ -1,16 +0,0 @@ -setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - ->setProject('5df5acd0d48c2') // Your project ID - ->setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - -$databases = new Databases($client); - -$result = $databases->getDocument('[DATABASE_ID]', '[COLLECTION_ID]', '[DOCUMENT_ID]'); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-php/examples/databases/get-index.md b/docs/examples/1.0.0/server-php/examples/databases/get-index.md deleted file mode 100644 index d110544a7e..0000000000 --- a/docs/examples/1.0.0/server-php/examples/databases/get-index.md +++ /dev/null @@ -1,16 +0,0 @@ -setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - ->setProject('5df5acd0d48c2') // Your project ID - ->setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - -$databases = new Databases($client); - -$result = $databases->getIndex('[DATABASE_ID]', '[COLLECTION_ID]', ''); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-php/examples/databases/get.md b/docs/examples/1.0.0/server-php/examples/databases/get.md deleted file mode 100644 index 629718a017..0000000000 --- a/docs/examples/1.0.0/server-php/examples/databases/get.md +++ /dev/null @@ -1,16 +0,0 @@ -setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - ->setProject('5df5acd0d48c2') // Your project ID - ->setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - -$databases = new Databases($client); - -$result = $databases->get('[DATABASE_ID]'); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-php/examples/databases/list-attributes.md b/docs/examples/1.0.0/server-php/examples/databases/list-attributes.md deleted file mode 100644 index 05860325dd..0000000000 --- a/docs/examples/1.0.0/server-php/examples/databases/list-attributes.md +++ /dev/null @@ -1,16 +0,0 @@ -setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - ->setProject('5df5acd0d48c2') // Your project ID - ->setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - -$databases = new Databases($client); - -$result = $databases->listAttributes('[DATABASE_ID]', '[COLLECTION_ID]'); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-php/examples/databases/list-collections.md b/docs/examples/1.0.0/server-php/examples/databases/list-collections.md deleted file mode 100644 index b26540e6f3..0000000000 --- a/docs/examples/1.0.0/server-php/examples/databases/list-collections.md +++ /dev/null @@ -1,16 +0,0 @@ -setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - ->setProject('5df5acd0d48c2') // Your project ID - ->setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - -$databases = new Databases($client); - -$result = $databases->listCollections('[DATABASE_ID]'); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-php/examples/databases/list-documents.md b/docs/examples/1.0.0/server-php/examples/databases/list-documents.md deleted file mode 100644 index 3dacec059d..0000000000 --- a/docs/examples/1.0.0/server-php/examples/databases/list-documents.md +++ /dev/null @@ -1,16 +0,0 @@ -setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - ->setProject('5df5acd0d48c2') // Your project ID - ->setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - -$databases = new Databases($client); - -$result = $databases->listDocuments('[DATABASE_ID]', '[COLLECTION_ID]'); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-php/examples/databases/list-indexes.md b/docs/examples/1.0.0/server-php/examples/databases/list-indexes.md deleted file mode 100644 index 5b06141bbf..0000000000 --- a/docs/examples/1.0.0/server-php/examples/databases/list-indexes.md +++ /dev/null @@ -1,16 +0,0 @@ -setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - ->setProject('5df5acd0d48c2') // Your project ID - ->setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - -$databases = new Databases($client); - -$result = $databases->listIndexes('[DATABASE_ID]', '[COLLECTION_ID]'); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-php/examples/databases/list.md b/docs/examples/1.0.0/server-php/examples/databases/list.md deleted file mode 100644 index 74daf1a53f..0000000000 --- a/docs/examples/1.0.0/server-php/examples/databases/list.md +++ /dev/null @@ -1,16 +0,0 @@ -setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - ->setProject('5df5acd0d48c2') // Your project ID - ->setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - -$databases = new Databases($client); - -$result = $databases->list(); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-php/examples/databases/update-collection.md b/docs/examples/1.0.0/server-php/examples/databases/update-collection.md deleted file mode 100644 index df03c9b3cb..0000000000 --- a/docs/examples/1.0.0/server-php/examples/databases/update-collection.md +++ /dev/null @@ -1,16 +0,0 @@ -setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - ->setProject('5df5acd0d48c2') // Your project ID - ->setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - -$databases = new Databases($client); - -$result = $databases->updateCollection('[DATABASE_ID]', '[COLLECTION_ID]', '[NAME]'); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-php/examples/databases/update-document.md b/docs/examples/1.0.0/server-php/examples/databases/update-document.md deleted file mode 100644 index e8f6dd9eee..0000000000 --- a/docs/examples/1.0.0/server-php/examples/databases/update-document.md +++ /dev/null @@ -1,16 +0,0 @@ -setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - ->setProject('5df5acd0d48c2') // Your project ID - ->setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - -$databases = new Databases($client); - -$result = $databases->updateDocument('[DATABASE_ID]', '[COLLECTION_ID]', '[DOCUMENT_ID]'); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-php/examples/databases/update.md b/docs/examples/1.0.0/server-php/examples/databases/update.md deleted file mode 100644 index 32daa1655f..0000000000 --- a/docs/examples/1.0.0/server-php/examples/databases/update.md +++ /dev/null @@ -1,16 +0,0 @@ -setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - ->setProject('5df5acd0d48c2') // Your project ID - ->setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - -$databases = new Databases($client); - -$result = $databases->update('[DATABASE_ID]', '[NAME]'); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-php/examples/functions/create-deployment.md b/docs/examples/1.0.0/server-php/examples/functions/create-deployment.md deleted file mode 100644 index 1286055be3..0000000000 --- a/docs/examples/1.0.0/server-php/examples/functions/create-deployment.md +++ /dev/null @@ -1,17 +0,0 @@ -setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - ->setProject('5df5acd0d48c2') // Your project ID - ->setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - -$functions = new Functions($client); - -$result = $functions->createDeployment('[FUNCTION_ID]', '[ENTRYPOINT]', InputFile::withPath('file.png'), false); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-php/examples/functions/create-execution.md b/docs/examples/1.0.0/server-php/examples/functions/create-execution.md deleted file mode 100644 index 422331a0df..0000000000 --- a/docs/examples/1.0.0/server-php/examples/functions/create-execution.md +++ /dev/null @@ -1,16 +0,0 @@ -setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - ->setProject('5df5acd0d48c2') // Your project ID - ->setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - -$functions = new Functions($client); - -$result = $functions->createExecution('[FUNCTION_ID]'); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-php/examples/functions/create-variable.md b/docs/examples/1.0.0/server-php/examples/functions/create-variable.md deleted file mode 100644 index 9a443b2993..0000000000 --- a/docs/examples/1.0.0/server-php/examples/functions/create-variable.md +++ /dev/null @@ -1,16 +0,0 @@ -setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - ->setProject('5df5acd0d48c2') // Your project ID - ->setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - -$functions = new Functions($client); - -$result = $functions->createVariable('[FUNCTION_ID]', '[KEY]', '[VALUE]'); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-php/examples/functions/create.md b/docs/examples/1.0.0/server-php/examples/functions/create.md deleted file mode 100644 index 276a5eec1a..0000000000 --- a/docs/examples/1.0.0/server-php/examples/functions/create.md +++ /dev/null @@ -1,16 +0,0 @@ -setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - ->setProject('5df5acd0d48c2') // Your project ID - ->setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - -$functions = new Functions($client); - -$result = $functions->create('[FUNCTION_ID]', '[NAME]', ["any"], 'node-14.5'); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-php/examples/functions/delete-deployment.md b/docs/examples/1.0.0/server-php/examples/functions/delete-deployment.md deleted file mode 100644 index 002840bce3..0000000000 --- a/docs/examples/1.0.0/server-php/examples/functions/delete-deployment.md +++ /dev/null @@ -1,16 +0,0 @@ -setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - ->setProject('5df5acd0d48c2') // Your project ID - ->setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - -$functions = new Functions($client); - -$result = $functions->deleteDeployment('[FUNCTION_ID]', '[DEPLOYMENT_ID]'); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-php/examples/functions/delete-variable.md b/docs/examples/1.0.0/server-php/examples/functions/delete-variable.md deleted file mode 100644 index 98a1ea100e..0000000000 --- a/docs/examples/1.0.0/server-php/examples/functions/delete-variable.md +++ /dev/null @@ -1,16 +0,0 @@ -setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - ->setProject('5df5acd0d48c2') // Your project ID - ->setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - -$functions = new Functions($client); - -$result = $functions->deleteVariable('[FUNCTION_ID]', '[VARIABLE_ID]'); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-php/examples/functions/delete.md b/docs/examples/1.0.0/server-php/examples/functions/delete.md deleted file mode 100644 index 319856522e..0000000000 --- a/docs/examples/1.0.0/server-php/examples/functions/delete.md +++ /dev/null @@ -1,16 +0,0 @@ -setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - ->setProject('5df5acd0d48c2') // Your project ID - ->setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - -$functions = new Functions($client); - -$result = $functions->delete('[FUNCTION_ID]'); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-php/examples/functions/get-deployment.md b/docs/examples/1.0.0/server-php/examples/functions/get-deployment.md deleted file mode 100644 index 9176e9ca3d..0000000000 --- a/docs/examples/1.0.0/server-php/examples/functions/get-deployment.md +++ /dev/null @@ -1,16 +0,0 @@ -setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - ->setProject('5df5acd0d48c2') // Your project ID - ->setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - -$functions = new Functions($client); - -$result = $functions->getDeployment('[FUNCTION_ID]', '[DEPLOYMENT_ID]'); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-php/examples/functions/get-execution.md b/docs/examples/1.0.0/server-php/examples/functions/get-execution.md deleted file mode 100644 index b02cfa08f7..0000000000 --- a/docs/examples/1.0.0/server-php/examples/functions/get-execution.md +++ /dev/null @@ -1,16 +0,0 @@ -setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - ->setProject('5df5acd0d48c2') // Your project ID - ->setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - -$functions = new Functions($client); - -$result = $functions->getExecution('[FUNCTION_ID]', '[EXECUTION_ID]'); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-php/examples/functions/get-variable.md b/docs/examples/1.0.0/server-php/examples/functions/get-variable.md deleted file mode 100644 index c30d9d298e..0000000000 --- a/docs/examples/1.0.0/server-php/examples/functions/get-variable.md +++ /dev/null @@ -1,16 +0,0 @@ -setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - ->setProject('5df5acd0d48c2') // Your project ID - ->setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - -$functions = new Functions($client); - -$result = $functions->getVariable('[FUNCTION_ID]', '[VARIABLE_ID]'); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-php/examples/functions/get.md b/docs/examples/1.0.0/server-php/examples/functions/get.md deleted file mode 100644 index 06ddece1ca..0000000000 --- a/docs/examples/1.0.0/server-php/examples/functions/get.md +++ /dev/null @@ -1,16 +0,0 @@ -setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - ->setProject('5df5acd0d48c2') // Your project ID - ->setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - -$functions = new Functions($client); - -$result = $functions->get('[FUNCTION_ID]'); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-php/examples/functions/list-deployments.md b/docs/examples/1.0.0/server-php/examples/functions/list-deployments.md deleted file mode 100644 index ac854a61d0..0000000000 --- a/docs/examples/1.0.0/server-php/examples/functions/list-deployments.md +++ /dev/null @@ -1,16 +0,0 @@ -setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - ->setProject('5df5acd0d48c2') // Your project ID - ->setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - -$functions = new Functions($client); - -$result = $functions->listDeployments('[FUNCTION_ID]'); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-php/examples/functions/list-executions.md b/docs/examples/1.0.0/server-php/examples/functions/list-executions.md deleted file mode 100644 index 4417fc8860..0000000000 --- a/docs/examples/1.0.0/server-php/examples/functions/list-executions.md +++ /dev/null @@ -1,16 +0,0 @@ -setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - ->setProject('5df5acd0d48c2') // Your project ID - ->setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - -$functions = new Functions($client); - -$result = $functions->listExecutions('[FUNCTION_ID]'); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-php/examples/functions/list-runtimes.md b/docs/examples/1.0.0/server-php/examples/functions/list-runtimes.md deleted file mode 100644 index 78e560ee19..0000000000 --- a/docs/examples/1.0.0/server-php/examples/functions/list-runtimes.md +++ /dev/null @@ -1,16 +0,0 @@ -setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - ->setProject('5df5acd0d48c2') // Your project ID - ->setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - -$functions = new Functions($client); - -$result = $functions->listRuntimes(); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-php/examples/functions/list-variables.md b/docs/examples/1.0.0/server-php/examples/functions/list-variables.md deleted file mode 100644 index 58d557062c..0000000000 --- a/docs/examples/1.0.0/server-php/examples/functions/list-variables.md +++ /dev/null @@ -1,16 +0,0 @@ -setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - ->setProject('5df5acd0d48c2') // Your project ID - ->setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - -$functions = new Functions($client); - -$result = $functions->listVariables('[FUNCTION_ID]'); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-php/examples/functions/list.md b/docs/examples/1.0.0/server-php/examples/functions/list.md deleted file mode 100644 index 3eaa8c567e..0000000000 --- a/docs/examples/1.0.0/server-php/examples/functions/list.md +++ /dev/null @@ -1,16 +0,0 @@ -setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - ->setProject('5df5acd0d48c2') // Your project ID - ->setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - -$functions = new Functions($client); - -$result = $functions->list(); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-php/examples/functions/retry-build.md b/docs/examples/1.0.0/server-php/examples/functions/retry-build.md deleted file mode 100644 index f0d703a28e..0000000000 --- a/docs/examples/1.0.0/server-php/examples/functions/retry-build.md +++ /dev/null @@ -1,16 +0,0 @@ -setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - ->setProject('5df5acd0d48c2') // Your project ID - ->setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - -$functions = new Functions($client); - -$result = $functions->retryBuild('[FUNCTION_ID]', '[DEPLOYMENT_ID]', '[BUILD_ID]'); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-php/examples/functions/update-deployment.md b/docs/examples/1.0.0/server-php/examples/functions/update-deployment.md deleted file mode 100644 index dfcd7ae343..0000000000 --- a/docs/examples/1.0.0/server-php/examples/functions/update-deployment.md +++ /dev/null @@ -1,16 +0,0 @@ -setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - ->setProject('5df5acd0d48c2') // Your project ID - ->setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - -$functions = new Functions($client); - -$result = $functions->updateDeployment('[FUNCTION_ID]', '[DEPLOYMENT_ID]'); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-php/examples/functions/update-variable.md b/docs/examples/1.0.0/server-php/examples/functions/update-variable.md deleted file mode 100644 index efbe12d557..0000000000 --- a/docs/examples/1.0.0/server-php/examples/functions/update-variable.md +++ /dev/null @@ -1,16 +0,0 @@ -setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - ->setProject('5df5acd0d48c2') // Your project ID - ->setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - -$functions = new Functions($client); - -$result = $functions->updateVariable('[FUNCTION_ID]', '[VARIABLE_ID]', '[KEY]'); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-php/examples/functions/update.md b/docs/examples/1.0.0/server-php/examples/functions/update.md deleted file mode 100644 index 58294301ce..0000000000 --- a/docs/examples/1.0.0/server-php/examples/functions/update.md +++ /dev/null @@ -1,16 +0,0 @@ -setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - ->setProject('5df5acd0d48c2') // Your project ID - ->setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - -$functions = new Functions($client); - -$result = $functions->update('[FUNCTION_ID]', '[NAME]', ["any"]); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-php/examples/health/get-antivirus.md b/docs/examples/1.0.0/server-php/examples/health/get-antivirus.md deleted file mode 100644 index 0f21d5da06..0000000000 --- a/docs/examples/1.0.0/server-php/examples/health/get-antivirus.md +++ /dev/null @@ -1,16 +0,0 @@ -setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - ->setProject('5df5acd0d48c2') // Your project ID - ->setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - -$health = new Health($client); - -$result = $health->getAntivirus(); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-php/examples/health/get-cache.md b/docs/examples/1.0.0/server-php/examples/health/get-cache.md deleted file mode 100644 index e654c26f51..0000000000 --- a/docs/examples/1.0.0/server-php/examples/health/get-cache.md +++ /dev/null @@ -1,16 +0,0 @@ -setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - ->setProject('5df5acd0d48c2') // Your project ID - ->setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - -$health = new Health($client); - -$result = $health->getCache(); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-php/examples/health/get-d-b.md b/docs/examples/1.0.0/server-php/examples/health/get-d-b.md deleted file mode 100644 index 2d37991a3d..0000000000 --- a/docs/examples/1.0.0/server-php/examples/health/get-d-b.md +++ /dev/null @@ -1,16 +0,0 @@ -setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - ->setProject('5df5acd0d48c2') // Your project ID - ->setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - -$health = new Health($client); - -$result = $health->getDB(); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-php/examples/health/get-queue-certificates.md b/docs/examples/1.0.0/server-php/examples/health/get-queue-certificates.md deleted file mode 100644 index 57f2c5793e..0000000000 --- a/docs/examples/1.0.0/server-php/examples/health/get-queue-certificates.md +++ /dev/null @@ -1,16 +0,0 @@ -setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - ->setProject('5df5acd0d48c2') // Your project ID - ->setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - -$health = new Health($client); - -$result = $health->getQueueCertificates(); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-php/examples/health/get-queue-functions.md b/docs/examples/1.0.0/server-php/examples/health/get-queue-functions.md deleted file mode 100644 index 8ff6510e1c..0000000000 --- a/docs/examples/1.0.0/server-php/examples/health/get-queue-functions.md +++ /dev/null @@ -1,16 +0,0 @@ -setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - ->setProject('5df5acd0d48c2') // Your project ID - ->setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - -$health = new Health($client); - -$result = $health->getQueueFunctions(); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-php/examples/health/get-queue-logs.md b/docs/examples/1.0.0/server-php/examples/health/get-queue-logs.md deleted file mode 100644 index fa723d7391..0000000000 --- a/docs/examples/1.0.0/server-php/examples/health/get-queue-logs.md +++ /dev/null @@ -1,16 +0,0 @@ -setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - ->setProject('5df5acd0d48c2') // Your project ID - ->setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - -$health = new Health($client); - -$result = $health->getQueueLogs(); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-php/examples/health/get-queue-webhooks.md b/docs/examples/1.0.0/server-php/examples/health/get-queue-webhooks.md deleted file mode 100644 index af48a72d06..0000000000 --- a/docs/examples/1.0.0/server-php/examples/health/get-queue-webhooks.md +++ /dev/null @@ -1,16 +0,0 @@ -setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - ->setProject('5df5acd0d48c2') // Your project ID - ->setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - -$health = new Health($client); - -$result = $health->getQueueWebhooks(); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-php/examples/health/get-storage-local.md b/docs/examples/1.0.0/server-php/examples/health/get-storage-local.md deleted file mode 100644 index eba15a1652..0000000000 --- a/docs/examples/1.0.0/server-php/examples/health/get-storage-local.md +++ /dev/null @@ -1,16 +0,0 @@ -setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - ->setProject('5df5acd0d48c2') // Your project ID - ->setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - -$health = new Health($client); - -$result = $health->getStorageLocal(); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-php/examples/health/get-time.md b/docs/examples/1.0.0/server-php/examples/health/get-time.md deleted file mode 100644 index 849f499460..0000000000 --- a/docs/examples/1.0.0/server-php/examples/health/get-time.md +++ /dev/null @@ -1,16 +0,0 @@ -setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - ->setProject('5df5acd0d48c2') // Your project ID - ->setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - -$health = new Health($client); - -$result = $health->getTime(); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-php/examples/health/get.md b/docs/examples/1.0.0/server-php/examples/health/get.md deleted file mode 100644 index 9f1ec8970c..0000000000 --- a/docs/examples/1.0.0/server-php/examples/health/get.md +++ /dev/null @@ -1,16 +0,0 @@ -setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - ->setProject('5df5acd0d48c2') // Your project ID - ->setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - -$health = new Health($client); - -$result = $health->get(); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-php/examples/locale/get-continents.md b/docs/examples/1.0.0/server-php/examples/locale/get-continents.md deleted file mode 100644 index bb099d31f5..0000000000 --- a/docs/examples/1.0.0/server-php/examples/locale/get-continents.md +++ /dev/null @@ -1,16 +0,0 @@ -setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - ->setProject('5df5acd0d48c2') // Your project ID - ->setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - -$locale = new Locale($client); - -$result = $locale->getContinents(); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-php/examples/locale/get-countries-e-u.md b/docs/examples/1.0.0/server-php/examples/locale/get-countries-e-u.md deleted file mode 100644 index 87287a5cea..0000000000 --- a/docs/examples/1.0.0/server-php/examples/locale/get-countries-e-u.md +++ /dev/null @@ -1,16 +0,0 @@ -setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - ->setProject('5df5acd0d48c2') // Your project ID - ->setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - -$locale = new Locale($client); - -$result = $locale->getCountriesEU(); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-php/examples/locale/get-countries-phones.md b/docs/examples/1.0.0/server-php/examples/locale/get-countries-phones.md deleted file mode 100644 index 71a39303da..0000000000 --- a/docs/examples/1.0.0/server-php/examples/locale/get-countries-phones.md +++ /dev/null @@ -1,16 +0,0 @@ -setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - ->setProject('5df5acd0d48c2') // Your project ID - ->setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - -$locale = new Locale($client); - -$result = $locale->getCountriesPhones(); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-php/examples/locale/get-countries.md b/docs/examples/1.0.0/server-php/examples/locale/get-countries.md deleted file mode 100644 index 1c8f863a76..0000000000 --- a/docs/examples/1.0.0/server-php/examples/locale/get-countries.md +++ /dev/null @@ -1,16 +0,0 @@ -setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - ->setProject('5df5acd0d48c2') // Your project ID - ->setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - -$locale = new Locale($client); - -$result = $locale->getCountries(); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-php/examples/locale/get-currencies.md b/docs/examples/1.0.0/server-php/examples/locale/get-currencies.md deleted file mode 100644 index b799bf6b80..0000000000 --- a/docs/examples/1.0.0/server-php/examples/locale/get-currencies.md +++ /dev/null @@ -1,16 +0,0 @@ -setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - ->setProject('5df5acd0d48c2') // Your project ID - ->setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - -$locale = new Locale($client); - -$result = $locale->getCurrencies(); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-php/examples/locale/get-languages.md b/docs/examples/1.0.0/server-php/examples/locale/get-languages.md deleted file mode 100644 index 47fdc6eb34..0000000000 --- a/docs/examples/1.0.0/server-php/examples/locale/get-languages.md +++ /dev/null @@ -1,16 +0,0 @@ -setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - ->setProject('5df5acd0d48c2') // Your project ID - ->setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - -$locale = new Locale($client); - -$result = $locale->getLanguages(); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-php/examples/locale/get.md b/docs/examples/1.0.0/server-php/examples/locale/get.md deleted file mode 100644 index 8e11f17689..0000000000 --- a/docs/examples/1.0.0/server-php/examples/locale/get.md +++ /dev/null @@ -1,16 +0,0 @@ -setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - ->setProject('5df5acd0d48c2') // Your project ID - ->setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - -$locale = new Locale($client); - -$result = $locale->get(); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-php/examples/storage/create-bucket.md b/docs/examples/1.0.0/server-php/examples/storage/create-bucket.md deleted file mode 100644 index b1aedf58db..0000000000 --- a/docs/examples/1.0.0/server-php/examples/storage/create-bucket.md +++ /dev/null @@ -1,16 +0,0 @@ -setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - ->setProject('5df5acd0d48c2') // Your project ID - ->setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - -$storage = new Storage($client); - -$result = $storage->createBucket('[BUCKET_ID]', '[NAME]'); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-php/examples/storage/create-file.md b/docs/examples/1.0.0/server-php/examples/storage/create-file.md deleted file mode 100644 index 0fc57b9ffc..0000000000 --- a/docs/examples/1.0.0/server-php/examples/storage/create-file.md +++ /dev/null @@ -1,17 +0,0 @@ -setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - ->setProject('5df5acd0d48c2') // Your project ID - ->setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - -$storage = new Storage($client); - -$result = $storage->createFile('[BUCKET_ID]', '[FILE_ID]', InputFile::withPath('file.png')); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-php/examples/storage/delete-bucket.md b/docs/examples/1.0.0/server-php/examples/storage/delete-bucket.md deleted file mode 100644 index 71583fc4df..0000000000 --- a/docs/examples/1.0.0/server-php/examples/storage/delete-bucket.md +++ /dev/null @@ -1,16 +0,0 @@ -setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - ->setProject('5df5acd0d48c2') // Your project ID - ->setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - -$storage = new Storage($client); - -$result = $storage->deleteBucket('[BUCKET_ID]'); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-php/examples/storage/delete-file.md b/docs/examples/1.0.0/server-php/examples/storage/delete-file.md deleted file mode 100644 index 3803659548..0000000000 --- a/docs/examples/1.0.0/server-php/examples/storage/delete-file.md +++ /dev/null @@ -1,16 +0,0 @@ -setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - ->setProject('5df5acd0d48c2') // Your project ID - ->setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - -$storage = new Storage($client); - -$result = $storage->deleteFile('[BUCKET_ID]', '[FILE_ID]'); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-php/examples/storage/get-bucket.md b/docs/examples/1.0.0/server-php/examples/storage/get-bucket.md deleted file mode 100644 index 2eee6f017d..0000000000 --- a/docs/examples/1.0.0/server-php/examples/storage/get-bucket.md +++ /dev/null @@ -1,16 +0,0 @@ -setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - ->setProject('5df5acd0d48c2') // Your project ID - ->setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - -$storage = new Storage($client); - -$result = $storage->getBucket('[BUCKET_ID]'); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-php/examples/storage/get-file-download.md b/docs/examples/1.0.0/server-php/examples/storage/get-file-download.md deleted file mode 100644 index c9dfa317d6..0000000000 --- a/docs/examples/1.0.0/server-php/examples/storage/get-file-download.md +++ /dev/null @@ -1,16 +0,0 @@ -setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - ->setProject('5df5acd0d48c2') // Your project ID - ->setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - -$storage = new Storage($client); - -$result = $storage->getFileDownload('[BUCKET_ID]', '[FILE_ID]'); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-php/examples/storage/get-file-preview.md b/docs/examples/1.0.0/server-php/examples/storage/get-file-preview.md deleted file mode 100644 index df1edac6ff..0000000000 --- a/docs/examples/1.0.0/server-php/examples/storage/get-file-preview.md +++ /dev/null @@ -1,16 +0,0 @@ -setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - ->setProject('5df5acd0d48c2') // Your project ID - ->setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - -$storage = new Storage($client); - -$result = $storage->getFilePreview('[BUCKET_ID]', '[FILE_ID]'); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-php/examples/storage/get-file-view.md b/docs/examples/1.0.0/server-php/examples/storage/get-file-view.md deleted file mode 100644 index a14685cc8b..0000000000 --- a/docs/examples/1.0.0/server-php/examples/storage/get-file-view.md +++ /dev/null @@ -1,16 +0,0 @@ -setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - ->setProject('5df5acd0d48c2') // Your project ID - ->setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - -$storage = new Storage($client); - -$result = $storage->getFileView('[BUCKET_ID]', '[FILE_ID]'); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-php/examples/storage/get-file.md b/docs/examples/1.0.0/server-php/examples/storage/get-file.md deleted file mode 100644 index 96b2ab01be..0000000000 --- a/docs/examples/1.0.0/server-php/examples/storage/get-file.md +++ /dev/null @@ -1,16 +0,0 @@ -setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - ->setProject('5df5acd0d48c2') // Your project ID - ->setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - -$storage = new Storage($client); - -$result = $storage->getFile('[BUCKET_ID]', '[FILE_ID]'); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-php/examples/storage/list-buckets.md b/docs/examples/1.0.0/server-php/examples/storage/list-buckets.md deleted file mode 100644 index d29b9373a5..0000000000 --- a/docs/examples/1.0.0/server-php/examples/storage/list-buckets.md +++ /dev/null @@ -1,16 +0,0 @@ -setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - ->setProject('5df5acd0d48c2') // Your project ID - ->setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - -$storage = new Storage($client); - -$result = $storage->listBuckets(); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-php/examples/storage/list-files.md b/docs/examples/1.0.0/server-php/examples/storage/list-files.md deleted file mode 100644 index 22d3dd292f..0000000000 --- a/docs/examples/1.0.0/server-php/examples/storage/list-files.md +++ /dev/null @@ -1,16 +0,0 @@ -setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - ->setProject('5df5acd0d48c2') // Your project ID - ->setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - -$storage = new Storage($client); - -$result = $storage->listFiles('[BUCKET_ID]'); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-php/examples/storage/update-bucket.md b/docs/examples/1.0.0/server-php/examples/storage/update-bucket.md deleted file mode 100644 index 667833b210..0000000000 --- a/docs/examples/1.0.0/server-php/examples/storage/update-bucket.md +++ /dev/null @@ -1,16 +0,0 @@ -setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - ->setProject('5df5acd0d48c2') // Your project ID - ->setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - -$storage = new Storage($client); - -$result = $storage->updateBucket('[BUCKET_ID]', '[NAME]'); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-php/examples/storage/update-file.md b/docs/examples/1.0.0/server-php/examples/storage/update-file.md deleted file mode 100644 index dbfadb3885..0000000000 --- a/docs/examples/1.0.0/server-php/examples/storage/update-file.md +++ /dev/null @@ -1,16 +0,0 @@ -setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - ->setProject('5df5acd0d48c2') // Your project ID - ->setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - -$storage = new Storage($client); - -$result = $storage->updateFile('[BUCKET_ID]', '[FILE_ID]'); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-php/examples/teams/create-membership.md b/docs/examples/1.0.0/server-php/examples/teams/create-membership.md deleted file mode 100644 index 9c88b1bba5..0000000000 --- a/docs/examples/1.0.0/server-php/examples/teams/create-membership.md +++ /dev/null @@ -1,16 +0,0 @@ -setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - ->setProject('5df5acd0d48c2') // Your project ID - ->setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - -$teams = new Teams($client); - -$result = $teams->createMembership('[TEAM_ID]', 'email@example.com', [], 'https://example.com'); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-php/examples/teams/create.md b/docs/examples/1.0.0/server-php/examples/teams/create.md deleted file mode 100644 index 67c7601841..0000000000 --- a/docs/examples/1.0.0/server-php/examples/teams/create.md +++ /dev/null @@ -1,16 +0,0 @@ -setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - ->setProject('5df5acd0d48c2') // Your project ID - ->setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - -$teams = new Teams($client); - -$result = $teams->create('[TEAM_ID]', '[NAME]'); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-php/examples/teams/delete-membership.md b/docs/examples/1.0.0/server-php/examples/teams/delete-membership.md deleted file mode 100644 index 32eb37a709..0000000000 --- a/docs/examples/1.0.0/server-php/examples/teams/delete-membership.md +++ /dev/null @@ -1,16 +0,0 @@ -setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - ->setProject('5df5acd0d48c2') // Your project ID - ->setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - -$teams = new Teams($client); - -$result = $teams->deleteMembership('[TEAM_ID]', '[MEMBERSHIP_ID]'); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-php/examples/teams/delete.md b/docs/examples/1.0.0/server-php/examples/teams/delete.md deleted file mode 100644 index 394a1940fc..0000000000 --- a/docs/examples/1.0.0/server-php/examples/teams/delete.md +++ /dev/null @@ -1,16 +0,0 @@ -setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - ->setProject('5df5acd0d48c2') // Your project ID - ->setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - -$teams = new Teams($client); - -$result = $teams->delete('[TEAM_ID]'); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-php/examples/teams/get-membership.md b/docs/examples/1.0.0/server-php/examples/teams/get-membership.md deleted file mode 100644 index 95992825fc..0000000000 --- a/docs/examples/1.0.0/server-php/examples/teams/get-membership.md +++ /dev/null @@ -1,16 +0,0 @@ -setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - ->setProject('5df5acd0d48c2') // Your project ID - ->setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - -$teams = new Teams($client); - -$result = $teams->getMembership('[TEAM_ID]', '[MEMBERSHIP_ID]'); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-php/examples/teams/get-memberships.md b/docs/examples/1.0.0/server-php/examples/teams/get-memberships.md deleted file mode 100644 index 56f6d59063..0000000000 --- a/docs/examples/1.0.0/server-php/examples/teams/get-memberships.md +++ /dev/null @@ -1,16 +0,0 @@ -setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - ->setProject('5df5acd0d48c2') // Your project ID - ->setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - -$teams = new Teams($client); - -$result = $teams->getMemberships('[TEAM_ID]'); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-php/examples/teams/get.md b/docs/examples/1.0.0/server-php/examples/teams/get.md deleted file mode 100644 index 6f0b705707..0000000000 --- a/docs/examples/1.0.0/server-php/examples/teams/get.md +++ /dev/null @@ -1,16 +0,0 @@ -setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - ->setProject('5df5acd0d48c2') // Your project ID - ->setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - -$teams = new Teams($client); - -$result = $teams->get('[TEAM_ID]'); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-php/examples/teams/list.md b/docs/examples/1.0.0/server-php/examples/teams/list.md deleted file mode 100644 index d17bb7689b..0000000000 --- a/docs/examples/1.0.0/server-php/examples/teams/list.md +++ /dev/null @@ -1,16 +0,0 @@ -setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - ->setProject('5df5acd0d48c2') // Your project ID - ->setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - -$teams = new Teams($client); - -$result = $teams->list(); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-php/examples/teams/update-membership-roles.md b/docs/examples/1.0.0/server-php/examples/teams/update-membership-roles.md deleted file mode 100644 index 66dcad785b..0000000000 --- a/docs/examples/1.0.0/server-php/examples/teams/update-membership-roles.md +++ /dev/null @@ -1,16 +0,0 @@ -setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - ->setProject('5df5acd0d48c2') // Your project ID - ->setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - -$teams = new Teams($client); - -$result = $teams->updateMembershipRoles('[TEAM_ID]', '[MEMBERSHIP_ID]', []); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-php/examples/teams/update-membership-status.md b/docs/examples/1.0.0/server-php/examples/teams/update-membership-status.md deleted file mode 100644 index c37e0d408c..0000000000 --- a/docs/examples/1.0.0/server-php/examples/teams/update-membership-status.md +++ /dev/null @@ -1,16 +0,0 @@ -setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - ->setProject('5df5acd0d48c2') // Your project ID - ->setJWT('eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ...') // Your secret JSON Web Token -; - -$teams = new Teams($client); - -$result = $teams->updateMembershipStatus('[TEAM_ID]', '[MEMBERSHIP_ID]', '[USER_ID]', '[SECRET]'); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-php/examples/teams/update.md b/docs/examples/1.0.0/server-php/examples/teams/update.md deleted file mode 100644 index 945001dc36..0000000000 --- a/docs/examples/1.0.0/server-php/examples/teams/update.md +++ /dev/null @@ -1,16 +0,0 @@ -setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - ->setProject('5df5acd0d48c2') // Your project ID - ->setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - -$teams = new Teams($client); - -$result = $teams->update('[TEAM_ID]', '[NAME]'); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-php/examples/users/create-argon2user.md b/docs/examples/1.0.0/server-php/examples/users/create-argon2user.md deleted file mode 100644 index acd40e281b..0000000000 --- a/docs/examples/1.0.0/server-php/examples/users/create-argon2user.md +++ /dev/null @@ -1,16 +0,0 @@ -setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - ->setProject('5df5acd0d48c2') // Your project ID - ->setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - -$users = new Users($client); - -$result = $users->createArgon2User('[USER_ID]', 'email@example.com', 'password'); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-php/examples/users/create-bcrypt-user.md b/docs/examples/1.0.0/server-php/examples/users/create-bcrypt-user.md deleted file mode 100644 index a9d218e310..0000000000 --- a/docs/examples/1.0.0/server-php/examples/users/create-bcrypt-user.md +++ /dev/null @@ -1,16 +0,0 @@ -setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - ->setProject('5df5acd0d48c2') // Your project ID - ->setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - -$users = new Users($client); - -$result = $users->createBcryptUser('[USER_ID]', 'email@example.com', 'password'); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-php/examples/users/create-m-d5user.md b/docs/examples/1.0.0/server-php/examples/users/create-m-d5user.md deleted file mode 100644 index 11f47ec07a..0000000000 --- a/docs/examples/1.0.0/server-php/examples/users/create-m-d5user.md +++ /dev/null @@ -1,16 +0,0 @@ -setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - ->setProject('5df5acd0d48c2') // Your project ID - ->setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - -$users = new Users($client); - -$result = $users->createMD5User('[USER_ID]', 'email@example.com', 'password'); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-php/examples/users/create-p-h-pass-user.md b/docs/examples/1.0.0/server-php/examples/users/create-p-h-pass-user.md deleted file mode 100644 index 57f8074e52..0000000000 --- a/docs/examples/1.0.0/server-php/examples/users/create-p-h-pass-user.md +++ /dev/null @@ -1,16 +0,0 @@ -setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - ->setProject('5df5acd0d48c2') // Your project ID - ->setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - -$users = new Users($client); - -$result = $users->createPHPassUser('[USER_ID]', 'email@example.com', 'password'); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-php/examples/users/create-s-h-a-user.md b/docs/examples/1.0.0/server-php/examples/users/create-s-h-a-user.md deleted file mode 100644 index 018bb2c990..0000000000 --- a/docs/examples/1.0.0/server-php/examples/users/create-s-h-a-user.md +++ /dev/null @@ -1,16 +0,0 @@ -setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - ->setProject('5df5acd0d48c2') // Your project ID - ->setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - -$users = new Users($client); - -$result = $users->createSHAUser('[USER_ID]', 'email@example.com', 'password'); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-php/examples/users/create-scrypt-modified-user.md b/docs/examples/1.0.0/server-php/examples/users/create-scrypt-modified-user.md deleted file mode 100644 index 494def2ec9..0000000000 --- a/docs/examples/1.0.0/server-php/examples/users/create-scrypt-modified-user.md +++ /dev/null @@ -1,16 +0,0 @@ -setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - ->setProject('5df5acd0d48c2') // Your project ID - ->setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - -$users = new Users($client); - -$result = $users->createScryptModifiedUser('[USER_ID]', 'email@example.com', 'password', '[PASSWORD_SALT]', '[PASSWORD_SALT_SEPARATOR]', '[PASSWORD_SIGNER_KEY]'); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-php/examples/users/create-scrypt-user.md b/docs/examples/1.0.0/server-php/examples/users/create-scrypt-user.md deleted file mode 100644 index 9774c9c965..0000000000 --- a/docs/examples/1.0.0/server-php/examples/users/create-scrypt-user.md +++ /dev/null @@ -1,16 +0,0 @@ -setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - ->setProject('5df5acd0d48c2') // Your project ID - ->setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - -$users = new Users($client); - -$result = $users->createScryptUser('[USER_ID]', 'email@example.com', 'password', '[PASSWORD_SALT]', null, null, null, null); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-php/examples/users/create.md b/docs/examples/1.0.0/server-php/examples/users/create.md deleted file mode 100644 index 545952ecc4..0000000000 --- a/docs/examples/1.0.0/server-php/examples/users/create.md +++ /dev/null @@ -1,16 +0,0 @@ -setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - ->setProject('5df5acd0d48c2') // Your project ID - ->setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - -$users = new Users($client); - -$result = $users->create('[USER_ID]'); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-php/examples/users/delete-session.md b/docs/examples/1.0.0/server-php/examples/users/delete-session.md deleted file mode 100644 index ead6de7549..0000000000 --- a/docs/examples/1.0.0/server-php/examples/users/delete-session.md +++ /dev/null @@ -1,16 +0,0 @@ -setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - ->setProject('5df5acd0d48c2') // Your project ID - ->setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - -$users = new Users($client); - -$result = $users->deleteSession('[USER_ID]', '[SESSION_ID]'); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-php/examples/users/delete-sessions.md b/docs/examples/1.0.0/server-php/examples/users/delete-sessions.md deleted file mode 100644 index 968d788ea7..0000000000 --- a/docs/examples/1.0.0/server-php/examples/users/delete-sessions.md +++ /dev/null @@ -1,16 +0,0 @@ -setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - ->setProject('5df5acd0d48c2') // Your project ID - ->setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - -$users = new Users($client); - -$result = $users->deleteSessions('[USER_ID]'); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-php/examples/users/delete.md b/docs/examples/1.0.0/server-php/examples/users/delete.md deleted file mode 100644 index 8a24d63059..0000000000 --- a/docs/examples/1.0.0/server-php/examples/users/delete.md +++ /dev/null @@ -1,16 +0,0 @@ -setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - ->setProject('5df5acd0d48c2') // Your project ID - ->setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - -$users = new Users($client); - -$result = $users->delete('[USER_ID]'); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-php/examples/users/get-logs.md b/docs/examples/1.0.0/server-php/examples/users/get-logs.md deleted file mode 100644 index 5602536920..0000000000 --- a/docs/examples/1.0.0/server-php/examples/users/get-logs.md +++ /dev/null @@ -1,16 +0,0 @@ -setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - ->setProject('5df5acd0d48c2') // Your project ID - ->setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - -$users = new Users($client); - -$result = $users->getLogs('[USER_ID]'); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-php/examples/users/get-memberships.md b/docs/examples/1.0.0/server-php/examples/users/get-memberships.md deleted file mode 100644 index ab2a847619..0000000000 --- a/docs/examples/1.0.0/server-php/examples/users/get-memberships.md +++ /dev/null @@ -1,16 +0,0 @@ -setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - ->setProject('5df5acd0d48c2') // Your project ID - ->setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - -$users = new Users($client); - -$result = $users->getMemberships('[USER_ID]'); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-php/examples/users/get-prefs.md b/docs/examples/1.0.0/server-php/examples/users/get-prefs.md deleted file mode 100644 index 1c9978a0fb..0000000000 --- a/docs/examples/1.0.0/server-php/examples/users/get-prefs.md +++ /dev/null @@ -1,16 +0,0 @@ -setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - ->setProject('5df5acd0d48c2') // Your project ID - ->setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - -$users = new Users($client); - -$result = $users->getPrefs('[USER_ID]'); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-php/examples/users/get-sessions.md b/docs/examples/1.0.0/server-php/examples/users/get-sessions.md deleted file mode 100644 index fef9f1db74..0000000000 --- a/docs/examples/1.0.0/server-php/examples/users/get-sessions.md +++ /dev/null @@ -1,16 +0,0 @@ -setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - ->setProject('5df5acd0d48c2') // Your project ID - ->setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - -$users = new Users($client); - -$result = $users->getSessions('[USER_ID]'); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-php/examples/users/get.md b/docs/examples/1.0.0/server-php/examples/users/get.md deleted file mode 100644 index 16c29f9a5a..0000000000 --- a/docs/examples/1.0.0/server-php/examples/users/get.md +++ /dev/null @@ -1,16 +0,0 @@ -setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - ->setProject('5df5acd0d48c2') // Your project ID - ->setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - -$users = new Users($client); - -$result = $users->get('[USER_ID]'); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-php/examples/users/list.md b/docs/examples/1.0.0/server-php/examples/users/list.md deleted file mode 100644 index efce771ea1..0000000000 --- a/docs/examples/1.0.0/server-php/examples/users/list.md +++ /dev/null @@ -1,16 +0,0 @@ -setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - ->setProject('5df5acd0d48c2') // Your project ID - ->setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - -$users = new Users($client); - -$result = $users->list(); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-php/examples/users/update-email-verification.md b/docs/examples/1.0.0/server-php/examples/users/update-email-verification.md deleted file mode 100644 index ff4bc23a60..0000000000 --- a/docs/examples/1.0.0/server-php/examples/users/update-email-verification.md +++ /dev/null @@ -1,16 +0,0 @@ -setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - ->setProject('5df5acd0d48c2') // Your project ID - ->setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - -$users = new Users($client); - -$result = $users->updateEmailVerification('[USER_ID]', false); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-php/examples/users/update-email.md b/docs/examples/1.0.0/server-php/examples/users/update-email.md deleted file mode 100644 index 37efbe4244..0000000000 --- a/docs/examples/1.0.0/server-php/examples/users/update-email.md +++ /dev/null @@ -1,16 +0,0 @@ -setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - ->setProject('5df5acd0d48c2') // Your project ID - ->setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - -$users = new Users($client); - -$result = $users->updateEmail('[USER_ID]', 'email@example.com'); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-php/examples/users/update-name.md b/docs/examples/1.0.0/server-php/examples/users/update-name.md deleted file mode 100644 index 6c552e7a35..0000000000 --- a/docs/examples/1.0.0/server-php/examples/users/update-name.md +++ /dev/null @@ -1,16 +0,0 @@ -setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - ->setProject('5df5acd0d48c2') // Your project ID - ->setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - -$users = new Users($client); - -$result = $users->updateName('[USER_ID]', '[NAME]'); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-php/examples/users/update-password.md b/docs/examples/1.0.0/server-php/examples/users/update-password.md deleted file mode 100644 index 1959ff0694..0000000000 --- a/docs/examples/1.0.0/server-php/examples/users/update-password.md +++ /dev/null @@ -1,16 +0,0 @@ -setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - ->setProject('5df5acd0d48c2') // Your project ID - ->setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - -$users = new Users($client); - -$result = $users->updatePassword('[USER_ID]', 'password'); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-php/examples/users/update-phone-verification.md b/docs/examples/1.0.0/server-php/examples/users/update-phone-verification.md deleted file mode 100644 index f7bd2fc66a..0000000000 --- a/docs/examples/1.0.0/server-php/examples/users/update-phone-verification.md +++ /dev/null @@ -1,16 +0,0 @@ -setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - ->setProject('5df5acd0d48c2') // Your project ID - ->setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - -$users = new Users($client); - -$result = $users->updatePhoneVerification('[USER_ID]', false); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-php/examples/users/update-phone.md b/docs/examples/1.0.0/server-php/examples/users/update-phone.md deleted file mode 100644 index 86ce7ea61e..0000000000 --- a/docs/examples/1.0.0/server-php/examples/users/update-phone.md +++ /dev/null @@ -1,16 +0,0 @@ -setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - ->setProject('5df5acd0d48c2') // Your project ID - ->setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - -$users = new Users($client); - -$result = $users->updatePhone('[USER_ID]', ''); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-php/examples/users/update-prefs.md b/docs/examples/1.0.0/server-php/examples/users/update-prefs.md deleted file mode 100644 index 9e9141f8a7..0000000000 --- a/docs/examples/1.0.0/server-php/examples/users/update-prefs.md +++ /dev/null @@ -1,16 +0,0 @@ -setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - ->setProject('5df5acd0d48c2') // Your project ID - ->setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - -$users = new Users($client); - -$result = $users->updatePrefs('[USER_ID]', []); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-php/examples/users/update-status.md b/docs/examples/1.0.0/server-php/examples/users/update-status.md deleted file mode 100644 index 6d6c7b1d26..0000000000 --- a/docs/examples/1.0.0/server-php/examples/users/update-status.md +++ /dev/null @@ -1,16 +0,0 @@ -setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint - ->setProject('5df5acd0d48c2') // Your project ID - ->setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key -; - -$users = new Users($client); - -$result = $users->updateStatus('[USER_ID]', false); \ No newline at end of file diff --git a/docs/examples/1.0.0/server-python/examples/account/create-phone-verification.md b/docs/examples/1.0.0/server-python/examples/account/create-phone-verification.md deleted file mode 100644 index 42d0479d8f..0000000000 --- a/docs/examples/1.0.0/server-python/examples/account/create-phone-verification.md +++ /dev/null @@ -1,14 +0,0 @@ -from appwrite.client import Client -from appwrite.services.account import Account - -client = Client() - -(client - .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint - .set_project('5df5acd0d48c2') # Your project ID - .set_jwt('eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ...') # Your secret JSON Web Token -) - -account = Account(client) - -result = account.create_phone_verification() diff --git a/docs/examples/1.0.0/server-python/examples/account/create-recovery.md b/docs/examples/1.0.0/server-python/examples/account/create-recovery.md deleted file mode 100644 index 71026337a4..0000000000 --- a/docs/examples/1.0.0/server-python/examples/account/create-recovery.md +++ /dev/null @@ -1,14 +0,0 @@ -from appwrite.client import Client -from appwrite.services.account import Account - -client = Client() - -(client - .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint - .set_project('5df5acd0d48c2') # Your project ID - .set_jwt('eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ...') # Your secret JSON Web Token -) - -account = Account(client) - -result = account.create_recovery('email@example.com', 'https://example.com') diff --git a/docs/examples/1.0.0/server-python/examples/account/create-verification.md b/docs/examples/1.0.0/server-python/examples/account/create-verification.md deleted file mode 100644 index 53939ca669..0000000000 --- a/docs/examples/1.0.0/server-python/examples/account/create-verification.md +++ /dev/null @@ -1,14 +0,0 @@ -from appwrite.client import Client -from appwrite.services.account import Account - -client = Client() - -(client - .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint - .set_project('5df5acd0d48c2') # Your project ID - .set_jwt('eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ...') # Your secret JSON Web Token -) - -account = Account(client) - -result = account.create_verification('https://example.com') diff --git a/docs/examples/1.0.0/server-python/examples/account/delete-session.md b/docs/examples/1.0.0/server-python/examples/account/delete-session.md deleted file mode 100644 index 940367dfcf..0000000000 --- a/docs/examples/1.0.0/server-python/examples/account/delete-session.md +++ /dev/null @@ -1,14 +0,0 @@ -from appwrite.client import Client -from appwrite.services.account import Account - -client = Client() - -(client - .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint - .set_project('5df5acd0d48c2') # Your project ID - .set_jwt('eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ...') # Your secret JSON Web Token -) - -account = Account(client) - -result = account.delete_session('[SESSION_ID]') diff --git a/docs/examples/1.0.0/server-python/examples/account/delete-sessions.md b/docs/examples/1.0.0/server-python/examples/account/delete-sessions.md deleted file mode 100644 index 317dd043d3..0000000000 --- a/docs/examples/1.0.0/server-python/examples/account/delete-sessions.md +++ /dev/null @@ -1,14 +0,0 @@ -from appwrite.client import Client -from appwrite.services.account import Account - -client = Client() - -(client - .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint - .set_project('5df5acd0d48c2') # Your project ID - .set_jwt('eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ...') # Your secret JSON Web Token -) - -account = Account(client) - -result = account.delete_sessions() diff --git a/docs/examples/1.0.0/server-python/examples/account/get-logs.md b/docs/examples/1.0.0/server-python/examples/account/get-logs.md deleted file mode 100644 index 3ccddc4658..0000000000 --- a/docs/examples/1.0.0/server-python/examples/account/get-logs.md +++ /dev/null @@ -1,14 +0,0 @@ -from appwrite.client import Client -from appwrite.services.account import Account - -client = Client() - -(client - .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint - .set_project('5df5acd0d48c2') # Your project ID - .set_jwt('eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ...') # Your secret JSON Web Token -) - -account = Account(client) - -result = account.get_logs() diff --git a/docs/examples/1.0.0/server-python/examples/account/get-prefs.md b/docs/examples/1.0.0/server-python/examples/account/get-prefs.md deleted file mode 100644 index 616b1774b9..0000000000 --- a/docs/examples/1.0.0/server-python/examples/account/get-prefs.md +++ /dev/null @@ -1,14 +0,0 @@ -from appwrite.client import Client -from appwrite.services.account import Account - -client = Client() - -(client - .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint - .set_project('5df5acd0d48c2') # Your project ID - .set_jwt('eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ...') # Your secret JSON Web Token -) - -account = Account(client) - -result = account.get_prefs() diff --git a/docs/examples/1.0.0/server-python/examples/account/get-session.md b/docs/examples/1.0.0/server-python/examples/account/get-session.md deleted file mode 100644 index 96fef2e50e..0000000000 --- a/docs/examples/1.0.0/server-python/examples/account/get-session.md +++ /dev/null @@ -1,14 +0,0 @@ -from appwrite.client import Client -from appwrite.services.account import Account - -client = Client() - -(client - .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint - .set_project('5df5acd0d48c2') # Your project ID - .set_jwt('eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ...') # Your secret JSON Web Token -) - -account = Account(client) - -result = account.get_session('[SESSION_ID]') diff --git a/docs/examples/1.0.0/server-python/examples/account/get-sessions.md b/docs/examples/1.0.0/server-python/examples/account/get-sessions.md deleted file mode 100644 index d35dde2378..0000000000 --- a/docs/examples/1.0.0/server-python/examples/account/get-sessions.md +++ /dev/null @@ -1,14 +0,0 @@ -from appwrite.client import Client -from appwrite.services.account import Account - -client = Client() - -(client - .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint - .set_project('5df5acd0d48c2') # Your project ID - .set_jwt('eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ...') # Your secret JSON Web Token -) - -account = Account(client) - -result = account.get_sessions() diff --git a/docs/examples/1.0.0/server-python/examples/account/get.md b/docs/examples/1.0.0/server-python/examples/account/get.md deleted file mode 100644 index f561eb9446..0000000000 --- a/docs/examples/1.0.0/server-python/examples/account/get.md +++ /dev/null @@ -1,14 +0,0 @@ -from appwrite.client import Client -from appwrite.services.account import Account - -client = Client() - -(client - .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint - .set_project('5df5acd0d48c2') # Your project ID - .set_jwt('eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ...') # Your secret JSON Web Token -) - -account = Account(client) - -result = account.get() diff --git a/docs/examples/1.0.0/server-python/examples/account/update-email.md b/docs/examples/1.0.0/server-python/examples/account/update-email.md deleted file mode 100644 index d18eed406f..0000000000 --- a/docs/examples/1.0.0/server-python/examples/account/update-email.md +++ /dev/null @@ -1,14 +0,0 @@ -from appwrite.client import Client -from appwrite.services.account import Account - -client = Client() - -(client - .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint - .set_project('5df5acd0d48c2') # Your project ID - .set_jwt('eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ...') # Your secret JSON Web Token -) - -account = Account(client) - -result = account.update_email('email@example.com', 'password') diff --git a/docs/examples/1.0.0/server-python/examples/account/update-name.md b/docs/examples/1.0.0/server-python/examples/account/update-name.md deleted file mode 100644 index eec145325a..0000000000 --- a/docs/examples/1.0.0/server-python/examples/account/update-name.md +++ /dev/null @@ -1,14 +0,0 @@ -from appwrite.client import Client -from appwrite.services.account import Account - -client = Client() - -(client - .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint - .set_project('5df5acd0d48c2') # Your project ID - .set_jwt('eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ...') # Your secret JSON Web Token -) - -account = Account(client) - -result = account.update_name('[NAME]') diff --git a/docs/examples/1.0.0/server-python/examples/account/update-password.md b/docs/examples/1.0.0/server-python/examples/account/update-password.md deleted file mode 100644 index 2e89031dc8..0000000000 --- a/docs/examples/1.0.0/server-python/examples/account/update-password.md +++ /dev/null @@ -1,14 +0,0 @@ -from appwrite.client import Client -from appwrite.services.account import Account - -client = Client() - -(client - .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint - .set_project('5df5acd0d48c2') # Your project ID - .set_jwt('eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ...') # Your secret JSON Web Token -) - -account = Account(client) - -result = account.update_password('password') diff --git a/docs/examples/1.0.0/server-python/examples/account/update-phone-verification.md b/docs/examples/1.0.0/server-python/examples/account/update-phone-verification.md deleted file mode 100644 index 7cf065463a..0000000000 --- a/docs/examples/1.0.0/server-python/examples/account/update-phone-verification.md +++ /dev/null @@ -1,14 +0,0 @@ -from appwrite.client import Client -from appwrite.services.account import Account - -client = Client() - -(client - .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint - .set_project('5df5acd0d48c2') # Your project ID - .set_jwt('eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ...') # Your secret JSON Web Token -) - -account = Account(client) - -result = account.update_phone_verification('[USER_ID]', '[SECRET]') diff --git a/docs/examples/1.0.0/server-python/examples/account/update-phone.md b/docs/examples/1.0.0/server-python/examples/account/update-phone.md deleted file mode 100644 index da54b50d90..0000000000 --- a/docs/examples/1.0.0/server-python/examples/account/update-phone.md +++ /dev/null @@ -1,14 +0,0 @@ -from appwrite.client import Client -from appwrite.services.account import Account - -client = Client() - -(client - .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint - .set_project('5df5acd0d48c2') # Your project ID - .set_jwt('eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ...') # Your secret JSON Web Token -) - -account = Account(client) - -result = account.update_phone('', 'password') diff --git a/docs/examples/1.0.0/server-python/examples/account/update-prefs.md b/docs/examples/1.0.0/server-python/examples/account/update-prefs.md deleted file mode 100644 index 5bf6d7478b..0000000000 --- a/docs/examples/1.0.0/server-python/examples/account/update-prefs.md +++ /dev/null @@ -1,14 +0,0 @@ -from appwrite.client import Client -from appwrite.services.account import Account - -client = Client() - -(client - .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint - .set_project('5df5acd0d48c2') # Your project ID - .set_jwt('eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ...') # Your secret JSON Web Token -) - -account = Account(client) - -result = account.update_prefs({}) diff --git a/docs/examples/1.0.0/server-python/examples/account/update-recovery.md b/docs/examples/1.0.0/server-python/examples/account/update-recovery.md deleted file mode 100644 index badc07d0af..0000000000 --- a/docs/examples/1.0.0/server-python/examples/account/update-recovery.md +++ /dev/null @@ -1,14 +0,0 @@ -from appwrite.client import Client -from appwrite.services.account import Account - -client = Client() - -(client - .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint - .set_project('5df5acd0d48c2') # Your project ID - .set_jwt('eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ...') # Your secret JSON Web Token -) - -account = Account(client) - -result = account.update_recovery('[USER_ID]', '[SECRET]', 'password', 'password') diff --git a/docs/examples/1.0.0/server-python/examples/account/update-session.md b/docs/examples/1.0.0/server-python/examples/account/update-session.md deleted file mode 100644 index 14f3541b10..0000000000 --- a/docs/examples/1.0.0/server-python/examples/account/update-session.md +++ /dev/null @@ -1,14 +0,0 @@ -from appwrite.client import Client -from appwrite.services.account import Account - -client = Client() - -(client - .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint - .set_project('5df5acd0d48c2') # Your project ID - .set_jwt('eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ...') # Your secret JSON Web Token -) - -account = Account(client) - -result = account.update_session('[SESSION_ID]') diff --git a/docs/examples/1.0.0/server-python/examples/account/update-status.md b/docs/examples/1.0.0/server-python/examples/account/update-status.md deleted file mode 100644 index d6a36e6878..0000000000 --- a/docs/examples/1.0.0/server-python/examples/account/update-status.md +++ /dev/null @@ -1,14 +0,0 @@ -from appwrite.client import Client -from appwrite.services.account import Account - -client = Client() - -(client - .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint - .set_project('5df5acd0d48c2') # Your project ID - .set_jwt('eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ...') # Your secret JSON Web Token -) - -account = Account(client) - -result = account.update_status() diff --git a/docs/examples/1.0.0/server-python/examples/account/update-verification.md b/docs/examples/1.0.0/server-python/examples/account/update-verification.md deleted file mode 100644 index 02d01257c8..0000000000 --- a/docs/examples/1.0.0/server-python/examples/account/update-verification.md +++ /dev/null @@ -1,14 +0,0 @@ -from appwrite.client import Client -from appwrite.services.account import Account - -client = Client() - -(client - .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint - .set_project('5df5acd0d48c2') # Your project ID - .set_jwt('eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ...') # Your secret JSON Web Token -) - -account = Account(client) - -result = account.update_verification('[USER_ID]', '[SECRET]') diff --git a/docs/examples/1.0.0/server-python/examples/avatars/get-browser.md b/docs/examples/1.0.0/server-python/examples/avatars/get-browser.md deleted file mode 100644 index 138c0d1b3e..0000000000 --- a/docs/examples/1.0.0/server-python/examples/avatars/get-browser.md +++ /dev/null @@ -1,14 +0,0 @@ -from appwrite.client import Client -from appwrite.services.avatars import Avatars - -client = Client() - -(client - .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint - .set_project('5df5acd0d48c2') # Your project ID - .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key -) - -avatars = Avatars(client) - -result = avatars.get_browser('aa') diff --git a/docs/examples/1.0.0/server-python/examples/avatars/get-credit-card.md b/docs/examples/1.0.0/server-python/examples/avatars/get-credit-card.md deleted file mode 100644 index 83f76aca42..0000000000 --- a/docs/examples/1.0.0/server-python/examples/avatars/get-credit-card.md +++ /dev/null @@ -1,14 +0,0 @@ -from appwrite.client import Client -from appwrite.services.avatars import Avatars - -client = Client() - -(client - .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint - .set_project('5df5acd0d48c2') # Your project ID - .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key -) - -avatars = Avatars(client) - -result = avatars.get_credit_card('amex') diff --git a/docs/examples/1.0.0/server-python/examples/avatars/get-favicon.md b/docs/examples/1.0.0/server-python/examples/avatars/get-favicon.md deleted file mode 100644 index 6946080bee..0000000000 --- a/docs/examples/1.0.0/server-python/examples/avatars/get-favicon.md +++ /dev/null @@ -1,14 +0,0 @@ -from appwrite.client import Client -from appwrite.services.avatars import Avatars - -client = Client() - -(client - .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint - .set_project('5df5acd0d48c2') # Your project ID - .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key -) - -avatars = Avatars(client) - -result = avatars.get_favicon('https://example.com') diff --git a/docs/examples/1.0.0/server-python/examples/avatars/get-flag.md b/docs/examples/1.0.0/server-python/examples/avatars/get-flag.md deleted file mode 100644 index 188d6d35bd..0000000000 --- a/docs/examples/1.0.0/server-python/examples/avatars/get-flag.md +++ /dev/null @@ -1,14 +0,0 @@ -from appwrite.client import Client -from appwrite.services.avatars import Avatars - -client = Client() - -(client - .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint - .set_project('5df5acd0d48c2') # Your project ID - .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key -) - -avatars = Avatars(client) - -result = avatars.get_flag('af') diff --git a/docs/examples/1.0.0/server-python/examples/avatars/get-image.md b/docs/examples/1.0.0/server-python/examples/avatars/get-image.md deleted file mode 100644 index 29a6430eab..0000000000 --- a/docs/examples/1.0.0/server-python/examples/avatars/get-image.md +++ /dev/null @@ -1,14 +0,0 @@ -from appwrite.client import Client -from appwrite.services.avatars import Avatars - -client = Client() - -(client - .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint - .set_project('5df5acd0d48c2') # Your project ID - .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key -) - -avatars = Avatars(client) - -result = avatars.get_image('https://example.com') diff --git a/docs/examples/1.0.0/server-python/examples/avatars/get-initials.md b/docs/examples/1.0.0/server-python/examples/avatars/get-initials.md deleted file mode 100644 index 0c300af5da..0000000000 --- a/docs/examples/1.0.0/server-python/examples/avatars/get-initials.md +++ /dev/null @@ -1,14 +0,0 @@ -from appwrite.client import Client -from appwrite.services.avatars import Avatars - -client = Client() - -(client - .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint - .set_project('5df5acd0d48c2') # Your project ID - .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key -) - -avatars = Avatars(client) - -result = avatars.get_initials() diff --git a/docs/examples/1.0.0/server-python/examples/avatars/get-q-r.md b/docs/examples/1.0.0/server-python/examples/avatars/get-q-r.md deleted file mode 100644 index 38378e9235..0000000000 --- a/docs/examples/1.0.0/server-python/examples/avatars/get-q-r.md +++ /dev/null @@ -1,14 +0,0 @@ -from appwrite.client import Client -from appwrite.services.avatars import Avatars - -client = Client() - -(client - .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint - .set_project('5df5acd0d48c2') # Your project ID - .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key -) - -avatars = Avatars(client) - -result = avatars.get_qr('[TEXT]') diff --git a/docs/examples/1.0.0/server-python/examples/databases/create-boolean-attribute.md b/docs/examples/1.0.0/server-python/examples/databases/create-boolean-attribute.md deleted file mode 100644 index 32f3289555..0000000000 --- a/docs/examples/1.0.0/server-python/examples/databases/create-boolean-attribute.md +++ /dev/null @@ -1,14 +0,0 @@ -from appwrite.client import Client -from appwrite.services.databases import Databases - -client = Client() - -(client - .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint - .set_project('5df5acd0d48c2') # Your project ID - .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key -) - -databases = Databases(client) - -result = databases.create_boolean_attribute('[DATABASE_ID]', '[COLLECTION_ID]', '', False) diff --git a/docs/examples/1.0.0/server-python/examples/databases/create-collection.md b/docs/examples/1.0.0/server-python/examples/databases/create-collection.md deleted file mode 100644 index edcb0d93a9..0000000000 --- a/docs/examples/1.0.0/server-python/examples/databases/create-collection.md +++ /dev/null @@ -1,14 +0,0 @@ -from appwrite.client import Client -from appwrite.services.databases import Databases - -client = Client() - -(client - .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint - .set_project('5df5acd0d48c2') # Your project ID - .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key -) - -databases = Databases(client) - -result = databases.create_collection('[DATABASE_ID]', '[COLLECTION_ID]', '[NAME]') diff --git a/docs/examples/1.0.0/server-python/examples/databases/create-datetime-attribute.md b/docs/examples/1.0.0/server-python/examples/databases/create-datetime-attribute.md deleted file mode 100644 index 0bc457f203..0000000000 --- a/docs/examples/1.0.0/server-python/examples/databases/create-datetime-attribute.md +++ /dev/null @@ -1,14 +0,0 @@ -from appwrite.client import Client -from appwrite.services.databases import Databases - -client = Client() - -(client - .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint - .set_project('5df5acd0d48c2') # Your project ID - .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key -) - -databases = Databases(client) - -result = databases.create_datetime_attribute('[DATABASE_ID]', '[COLLECTION_ID]', '', False) diff --git a/docs/examples/1.0.0/server-python/examples/databases/create-document.md b/docs/examples/1.0.0/server-python/examples/databases/create-document.md deleted file mode 100644 index 88b1c71f25..0000000000 --- a/docs/examples/1.0.0/server-python/examples/databases/create-document.md +++ /dev/null @@ -1,14 +0,0 @@ -from appwrite.client import Client -from appwrite.services.databases import Databases - -client = Client() - -(client - .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint - .set_project('5df5acd0d48c2') # Your project ID - .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key -) - -databases = Databases(client) - -result = databases.create_document('[DATABASE_ID]', '[COLLECTION_ID]', '[DOCUMENT_ID]', {}) diff --git a/docs/examples/1.0.0/server-python/examples/databases/create-email-attribute.md b/docs/examples/1.0.0/server-python/examples/databases/create-email-attribute.md deleted file mode 100644 index 99a3499e19..0000000000 --- a/docs/examples/1.0.0/server-python/examples/databases/create-email-attribute.md +++ /dev/null @@ -1,14 +0,0 @@ -from appwrite.client import Client -from appwrite.services.databases import Databases - -client = Client() - -(client - .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint - .set_project('5df5acd0d48c2') # Your project ID - .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key -) - -databases = Databases(client) - -result = databases.create_email_attribute('[DATABASE_ID]', '[COLLECTION_ID]', '', False) diff --git a/docs/examples/1.0.0/server-python/examples/databases/create-enum-attribute.md b/docs/examples/1.0.0/server-python/examples/databases/create-enum-attribute.md deleted file mode 100644 index 6a9aa8b173..0000000000 --- a/docs/examples/1.0.0/server-python/examples/databases/create-enum-attribute.md +++ /dev/null @@ -1,14 +0,0 @@ -from appwrite.client import Client -from appwrite.services.databases import Databases - -client = Client() - -(client - .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint - .set_project('5df5acd0d48c2') # Your project ID - .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key -) - -databases = Databases(client) - -result = databases.create_enum_attribute('[DATABASE_ID]', '[COLLECTION_ID]', '', [], False) diff --git a/docs/examples/1.0.0/server-python/examples/databases/create-float-attribute.md b/docs/examples/1.0.0/server-python/examples/databases/create-float-attribute.md deleted file mode 100644 index 2622020534..0000000000 --- a/docs/examples/1.0.0/server-python/examples/databases/create-float-attribute.md +++ /dev/null @@ -1,14 +0,0 @@ -from appwrite.client import Client -from appwrite.services.databases import Databases - -client = Client() - -(client - .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint - .set_project('5df5acd0d48c2') # Your project ID - .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key -) - -databases = Databases(client) - -result = databases.create_float_attribute('[DATABASE_ID]', '[COLLECTION_ID]', '', False) diff --git a/docs/examples/1.0.0/server-python/examples/databases/create-index.md b/docs/examples/1.0.0/server-python/examples/databases/create-index.md deleted file mode 100644 index 1632a54deb..0000000000 --- a/docs/examples/1.0.0/server-python/examples/databases/create-index.md +++ /dev/null @@ -1,14 +0,0 @@ -from appwrite.client import Client -from appwrite.services.databases import Databases - -client = Client() - -(client - .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint - .set_project('5df5acd0d48c2') # Your project ID - .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key -) - -databases = Databases(client) - -result = databases.create_index('[DATABASE_ID]', '[COLLECTION_ID]', '', 'key', []) diff --git a/docs/examples/1.0.0/server-python/examples/databases/create-integer-attribute.md b/docs/examples/1.0.0/server-python/examples/databases/create-integer-attribute.md deleted file mode 100644 index 5524632865..0000000000 --- a/docs/examples/1.0.0/server-python/examples/databases/create-integer-attribute.md +++ /dev/null @@ -1,14 +0,0 @@ -from appwrite.client import Client -from appwrite.services.databases import Databases - -client = Client() - -(client - .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint - .set_project('5df5acd0d48c2') # Your project ID - .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key -) - -databases = Databases(client) - -result = databases.create_integer_attribute('[DATABASE_ID]', '[COLLECTION_ID]', '', False) diff --git a/docs/examples/1.0.0/server-python/examples/databases/create-ip-attribute.md b/docs/examples/1.0.0/server-python/examples/databases/create-ip-attribute.md deleted file mode 100644 index c6d78dd968..0000000000 --- a/docs/examples/1.0.0/server-python/examples/databases/create-ip-attribute.md +++ /dev/null @@ -1,14 +0,0 @@ -from appwrite.client import Client -from appwrite.services.databases import Databases - -client = Client() - -(client - .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint - .set_project('5df5acd0d48c2') # Your project ID - .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key -) - -databases = Databases(client) - -result = databases.create_ip_attribute('[DATABASE_ID]', '[COLLECTION_ID]', '', False) diff --git a/docs/examples/1.0.0/server-python/examples/databases/create-string-attribute.md b/docs/examples/1.0.0/server-python/examples/databases/create-string-attribute.md deleted file mode 100644 index 44152c67e2..0000000000 --- a/docs/examples/1.0.0/server-python/examples/databases/create-string-attribute.md +++ /dev/null @@ -1,14 +0,0 @@ -from appwrite.client import Client -from appwrite.services.databases import Databases - -client = Client() - -(client - .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint - .set_project('5df5acd0d48c2') # Your project ID - .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key -) - -databases = Databases(client) - -result = databases.create_string_attribute('[DATABASE_ID]', '[COLLECTION_ID]', '', 1, False) diff --git a/docs/examples/1.0.0/server-python/examples/databases/create-url-attribute.md b/docs/examples/1.0.0/server-python/examples/databases/create-url-attribute.md deleted file mode 100644 index d0fcb5bd63..0000000000 --- a/docs/examples/1.0.0/server-python/examples/databases/create-url-attribute.md +++ /dev/null @@ -1,14 +0,0 @@ -from appwrite.client import Client -from appwrite.services.databases import Databases - -client = Client() - -(client - .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint - .set_project('5df5acd0d48c2') # Your project ID - .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key -) - -databases = Databases(client) - -result = databases.create_url_attribute('[DATABASE_ID]', '[COLLECTION_ID]', '', False) diff --git a/docs/examples/1.0.0/server-python/examples/databases/create.md b/docs/examples/1.0.0/server-python/examples/databases/create.md deleted file mode 100644 index 78a859de23..0000000000 --- a/docs/examples/1.0.0/server-python/examples/databases/create.md +++ /dev/null @@ -1,14 +0,0 @@ -from appwrite.client import Client -from appwrite.services.databases import Databases - -client = Client() - -(client - .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint - .set_project('5df5acd0d48c2') # Your project ID - .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key -) - -databases = Databases(client) - -result = databases.create('[DATABASE_ID]', '[NAME]') diff --git a/docs/examples/1.0.0/server-python/examples/databases/delete-attribute.md b/docs/examples/1.0.0/server-python/examples/databases/delete-attribute.md deleted file mode 100644 index 862361fc8d..0000000000 --- a/docs/examples/1.0.0/server-python/examples/databases/delete-attribute.md +++ /dev/null @@ -1,14 +0,0 @@ -from appwrite.client import Client -from appwrite.services.databases import Databases - -client = Client() - -(client - .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint - .set_project('5df5acd0d48c2') # Your project ID - .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key -) - -databases = Databases(client) - -result = databases.delete_attribute('[DATABASE_ID]', '[COLLECTION_ID]', '') diff --git a/docs/examples/1.0.0/server-python/examples/databases/delete-collection.md b/docs/examples/1.0.0/server-python/examples/databases/delete-collection.md deleted file mode 100644 index 7217442396..0000000000 --- a/docs/examples/1.0.0/server-python/examples/databases/delete-collection.md +++ /dev/null @@ -1,14 +0,0 @@ -from appwrite.client import Client -from appwrite.services.databases import Databases - -client = Client() - -(client - .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint - .set_project('5df5acd0d48c2') # Your project ID - .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key -) - -databases = Databases(client) - -result = databases.delete_collection('[DATABASE_ID]', '[COLLECTION_ID]') diff --git a/docs/examples/1.0.0/server-python/examples/databases/delete-document.md b/docs/examples/1.0.0/server-python/examples/databases/delete-document.md deleted file mode 100644 index a33fdc3564..0000000000 --- a/docs/examples/1.0.0/server-python/examples/databases/delete-document.md +++ /dev/null @@ -1,14 +0,0 @@ -from appwrite.client import Client -from appwrite.services.databases import Databases - -client = Client() - -(client - .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint - .set_project('5df5acd0d48c2') # Your project ID - .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key -) - -databases = Databases(client) - -result = databases.delete_document('[DATABASE_ID]', '[COLLECTION_ID]', '[DOCUMENT_ID]') diff --git a/docs/examples/1.0.0/server-python/examples/databases/delete-index.md b/docs/examples/1.0.0/server-python/examples/databases/delete-index.md deleted file mode 100644 index c577a30b69..0000000000 --- a/docs/examples/1.0.0/server-python/examples/databases/delete-index.md +++ /dev/null @@ -1,14 +0,0 @@ -from appwrite.client import Client -from appwrite.services.databases import Databases - -client = Client() - -(client - .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint - .set_project('5df5acd0d48c2') # Your project ID - .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key -) - -databases = Databases(client) - -result = databases.delete_index('[DATABASE_ID]', '[COLLECTION_ID]', '') diff --git a/docs/examples/1.0.0/server-python/examples/databases/delete.md b/docs/examples/1.0.0/server-python/examples/databases/delete.md deleted file mode 100644 index dd7bc9997c..0000000000 --- a/docs/examples/1.0.0/server-python/examples/databases/delete.md +++ /dev/null @@ -1,14 +0,0 @@ -from appwrite.client import Client -from appwrite.services.databases import Databases - -client = Client() - -(client - .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint - .set_project('5df5acd0d48c2') # Your project ID - .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key -) - -databases = Databases(client) - -result = databases.delete('[DATABASE_ID]') diff --git a/docs/examples/1.0.0/server-python/examples/databases/get-attribute.md b/docs/examples/1.0.0/server-python/examples/databases/get-attribute.md deleted file mode 100644 index b33287a30c..0000000000 --- a/docs/examples/1.0.0/server-python/examples/databases/get-attribute.md +++ /dev/null @@ -1,14 +0,0 @@ -from appwrite.client import Client -from appwrite.services.databases import Databases - -client = Client() - -(client - .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint - .set_project('5df5acd0d48c2') # Your project ID - .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key -) - -databases = Databases(client) - -result = databases.get_attribute('[DATABASE_ID]', '[COLLECTION_ID]', '') diff --git a/docs/examples/1.0.0/server-python/examples/databases/get-collection.md b/docs/examples/1.0.0/server-python/examples/databases/get-collection.md deleted file mode 100644 index b8ca5b8208..0000000000 --- a/docs/examples/1.0.0/server-python/examples/databases/get-collection.md +++ /dev/null @@ -1,14 +0,0 @@ -from appwrite.client import Client -from appwrite.services.databases import Databases - -client = Client() - -(client - .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint - .set_project('5df5acd0d48c2') # Your project ID - .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key -) - -databases = Databases(client) - -result = databases.get_collection('[DATABASE_ID]', '[COLLECTION_ID]') diff --git a/docs/examples/1.0.0/server-python/examples/databases/get-document.md b/docs/examples/1.0.0/server-python/examples/databases/get-document.md deleted file mode 100644 index 4085f021e1..0000000000 --- a/docs/examples/1.0.0/server-python/examples/databases/get-document.md +++ /dev/null @@ -1,14 +0,0 @@ -from appwrite.client import Client -from appwrite.services.databases import Databases - -client = Client() - -(client - .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint - .set_project('5df5acd0d48c2') # Your project ID - .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key -) - -databases = Databases(client) - -result = databases.get_document('[DATABASE_ID]', '[COLLECTION_ID]', '[DOCUMENT_ID]') diff --git a/docs/examples/1.0.0/server-python/examples/databases/get-index.md b/docs/examples/1.0.0/server-python/examples/databases/get-index.md deleted file mode 100644 index a631ccfeaa..0000000000 --- a/docs/examples/1.0.0/server-python/examples/databases/get-index.md +++ /dev/null @@ -1,14 +0,0 @@ -from appwrite.client import Client -from appwrite.services.databases import Databases - -client = Client() - -(client - .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint - .set_project('5df5acd0d48c2') # Your project ID - .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key -) - -databases = Databases(client) - -result = databases.get_index('[DATABASE_ID]', '[COLLECTION_ID]', '') diff --git a/docs/examples/1.0.0/server-python/examples/databases/get.md b/docs/examples/1.0.0/server-python/examples/databases/get.md deleted file mode 100644 index 0ebdfd52f8..0000000000 --- a/docs/examples/1.0.0/server-python/examples/databases/get.md +++ /dev/null @@ -1,14 +0,0 @@ -from appwrite.client import Client -from appwrite.services.databases import Databases - -client = Client() - -(client - .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint - .set_project('5df5acd0d48c2') # Your project ID - .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key -) - -databases = Databases(client) - -result = databases.get('[DATABASE_ID]') diff --git a/docs/examples/1.0.0/server-python/examples/databases/list-attributes.md b/docs/examples/1.0.0/server-python/examples/databases/list-attributes.md deleted file mode 100644 index 20970ab55e..0000000000 --- a/docs/examples/1.0.0/server-python/examples/databases/list-attributes.md +++ /dev/null @@ -1,14 +0,0 @@ -from appwrite.client import Client -from appwrite.services.databases import Databases - -client = Client() - -(client - .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint - .set_project('5df5acd0d48c2') # Your project ID - .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key -) - -databases = Databases(client) - -result = databases.list_attributes('[DATABASE_ID]', '[COLLECTION_ID]') diff --git a/docs/examples/1.0.0/server-python/examples/databases/list-collections.md b/docs/examples/1.0.0/server-python/examples/databases/list-collections.md deleted file mode 100644 index 6ac9a29d56..0000000000 --- a/docs/examples/1.0.0/server-python/examples/databases/list-collections.md +++ /dev/null @@ -1,14 +0,0 @@ -from appwrite.client import Client -from appwrite.services.databases import Databases - -client = Client() - -(client - .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint - .set_project('5df5acd0d48c2') # Your project ID - .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key -) - -databases = Databases(client) - -result = databases.list_collections('[DATABASE_ID]') diff --git a/docs/examples/1.0.0/server-python/examples/databases/list-documents.md b/docs/examples/1.0.0/server-python/examples/databases/list-documents.md deleted file mode 100644 index ebcb62497c..0000000000 --- a/docs/examples/1.0.0/server-python/examples/databases/list-documents.md +++ /dev/null @@ -1,14 +0,0 @@ -from appwrite.client import Client -from appwrite.services.databases import Databases - -client = Client() - -(client - .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint - .set_project('5df5acd0d48c2') # Your project ID - .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key -) - -databases = Databases(client) - -result = databases.list_documents('[DATABASE_ID]', '[COLLECTION_ID]') diff --git a/docs/examples/1.0.0/server-python/examples/databases/list-indexes.md b/docs/examples/1.0.0/server-python/examples/databases/list-indexes.md deleted file mode 100644 index 95f629ff41..0000000000 --- a/docs/examples/1.0.0/server-python/examples/databases/list-indexes.md +++ /dev/null @@ -1,14 +0,0 @@ -from appwrite.client import Client -from appwrite.services.databases import Databases - -client = Client() - -(client - .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint - .set_project('5df5acd0d48c2') # Your project ID - .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key -) - -databases = Databases(client) - -result = databases.list_indexes('[DATABASE_ID]', '[COLLECTION_ID]') diff --git a/docs/examples/1.0.0/server-python/examples/databases/list.md b/docs/examples/1.0.0/server-python/examples/databases/list.md deleted file mode 100644 index 61460a9a6d..0000000000 --- a/docs/examples/1.0.0/server-python/examples/databases/list.md +++ /dev/null @@ -1,14 +0,0 @@ -from appwrite.client import Client -from appwrite.services.databases import Databases - -client = Client() - -(client - .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint - .set_project('5df5acd0d48c2') # Your project ID - .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key -) - -databases = Databases(client) - -result = databases.list() diff --git a/docs/examples/1.0.0/server-python/examples/databases/update-collection.md b/docs/examples/1.0.0/server-python/examples/databases/update-collection.md deleted file mode 100644 index deb81d62dd..0000000000 --- a/docs/examples/1.0.0/server-python/examples/databases/update-collection.md +++ /dev/null @@ -1,14 +0,0 @@ -from appwrite.client import Client -from appwrite.services.databases import Databases - -client = Client() - -(client - .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint - .set_project('5df5acd0d48c2') # Your project ID - .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key -) - -databases = Databases(client) - -result = databases.update_collection('[DATABASE_ID]', '[COLLECTION_ID]', '[NAME]') diff --git a/docs/examples/1.0.0/server-python/examples/databases/update-document.md b/docs/examples/1.0.0/server-python/examples/databases/update-document.md deleted file mode 100644 index 2d0123fb74..0000000000 --- a/docs/examples/1.0.0/server-python/examples/databases/update-document.md +++ /dev/null @@ -1,14 +0,0 @@ -from appwrite.client import Client -from appwrite.services.databases import Databases - -client = Client() - -(client - .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint - .set_project('5df5acd0d48c2') # Your project ID - .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key -) - -databases = Databases(client) - -result = databases.update_document('[DATABASE_ID]', '[COLLECTION_ID]', '[DOCUMENT_ID]') diff --git a/docs/examples/1.0.0/server-python/examples/databases/update.md b/docs/examples/1.0.0/server-python/examples/databases/update.md deleted file mode 100644 index 03e7d349cc..0000000000 --- a/docs/examples/1.0.0/server-python/examples/databases/update.md +++ /dev/null @@ -1,14 +0,0 @@ -from appwrite.client import Client -from appwrite.services.databases import Databases - -client = Client() - -(client - .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint - .set_project('5df5acd0d48c2') # Your project ID - .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key -) - -databases = Databases(client) - -result = databases.update('[DATABASE_ID]', '[NAME]') diff --git a/docs/examples/1.0.0/server-python/examples/functions/create-deployment.md b/docs/examples/1.0.0/server-python/examples/functions/create-deployment.md deleted file mode 100644 index 66a8f4db73..0000000000 --- a/docs/examples/1.0.0/server-python/examples/functions/create-deployment.md +++ /dev/null @@ -1,15 +0,0 @@ -from appwrite.client import Client -from appwrite.input_file import InputFile -from appwrite.services.functions import Functions - -client = Client() - -(client - .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint - .set_project('5df5acd0d48c2') # Your project ID - .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key -) - -functions = Functions(client) - -result = functions.create_deployment('[FUNCTION_ID]', '[ENTRYPOINT]', InputFile.from_path('file.png'), False) diff --git a/docs/examples/1.0.0/server-python/examples/functions/create-execution.md b/docs/examples/1.0.0/server-python/examples/functions/create-execution.md deleted file mode 100644 index dc4442cd84..0000000000 --- a/docs/examples/1.0.0/server-python/examples/functions/create-execution.md +++ /dev/null @@ -1,14 +0,0 @@ -from appwrite.client import Client -from appwrite.services.functions import Functions - -client = Client() - -(client - .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint - .set_project('5df5acd0d48c2') # Your project ID - .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key -) - -functions = Functions(client) - -result = functions.create_execution('[FUNCTION_ID]') diff --git a/docs/examples/1.0.0/server-python/examples/functions/create-variable.md b/docs/examples/1.0.0/server-python/examples/functions/create-variable.md deleted file mode 100644 index 3af8404f34..0000000000 --- a/docs/examples/1.0.0/server-python/examples/functions/create-variable.md +++ /dev/null @@ -1,14 +0,0 @@ -from appwrite.client import Client -from appwrite.services.functions import Functions - -client = Client() - -(client - .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint - .set_project('5df5acd0d48c2') # Your project ID - .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key -) - -functions = Functions(client) - -result = functions.create_variable('[FUNCTION_ID]', '[KEY]', '[VALUE]') diff --git a/docs/examples/1.0.0/server-python/examples/functions/create.md b/docs/examples/1.0.0/server-python/examples/functions/create.md deleted file mode 100644 index c1eeab487a..0000000000 --- a/docs/examples/1.0.0/server-python/examples/functions/create.md +++ /dev/null @@ -1,14 +0,0 @@ -from appwrite.client import Client -from appwrite.services.functions import Functions - -client = Client() - -(client - .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint - .set_project('5df5acd0d48c2') # Your project ID - .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key -) - -functions = Functions(client) - -result = functions.create('[FUNCTION_ID]', '[NAME]', ["any"], 'node-14.5') diff --git a/docs/examples/1.0.0/server-python/examples/functions/delete-deployment.md b/docs/examples/1.0.0/server-python/examples/functions/delete-deployment.md deleted file mode 100644 index ebd3877eaf..0000000000 --- a/docs/examples/1.0.0/server-python/examples/functions/delete-deployment.md +++ /dev/null @@ -1,14 +0,0 @@ -from appwrite.client import Client -from appwrite.services.functions import Functions - -client = Client() - -(client - .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint - .set_project('5df5acd0d48c2') # Your project ID - .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key -) - -functions = Functions(client) - -result = functions.delete_deployment('[FUNCTION_ID]', '[DEPLOYMENT_ID]') diff --git a/docs/examples/1.0.0/server-python/examples/functions/delete-variable.md b/docs/examples/1.0.0/server-python/examples/functions/delete-variable.md deleted file mode 100644 index 93701f08a8..0000000000 --- a/docs/examples/1.0.0/server-python/examples/functions/delete-variable.md +++ /dev/null @@ -1,14 +0,0 @@ -from appwrite.client import Client -from appwrite.services.functions import Functions - -client = Client() - -(client - .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint - .set_project('5df5acd0d48c2') # Your project ID - .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key -) - -functions = Functions(client) - -result = functions.delete_variable('[FUNCTION_ID]', '[VARIABLE_ID]') diff --git a/docs/examples/1.0.0/server-python/examples/functions/delete.md b/docs/examples/1.0.0/server-python/examples/functions/delete.md deleted file mode 100644 index 52658e8c30..0000000000 --- a/docs/examples/1.0.0/server-python/examples/functions/delete.md +++ /dev/null @@ -1,14 +0,0 @@ -from appwrite.client import Client -from appwrite.services.functions import Functions - -client = Client() - -(client - .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint - .set_project('5df5acd0d48c2') # Your project ID - .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key -) - -functions = Functions(client) - -result = functions.delete('[FUNCTION_ID]') diff --git a/docs/examples/1.0.0/server-python/examples/functions/get-deployment.md b/docs/examples/1.0.0/server-python/examples/functions/get-deployment.md deleted file mode 100644 index e94bab7e33..0000000000 --- a/docs/examples/1.0.0/server-python/examples/functions/get-deployment.md +++ /dev/null @@ -1,14 +0,0 @@ -from appwrite.client import Client -from appwrite.services.functions import Functions - -client = Client() - -(client - .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint - .set_project('5df5acd0d48c2') # Your project ID - .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key -) - -functions = Functions(client) - -result = functions.get_deployment('[FUNCTION_ID]', '[DEPLOYMENT_ID]') diff --git a/docs/examples/1.0.0/server-python/examples/functions/get-execution.md b/docs/examples/1.0.0/server-python/examples/functions/get-execution.md deleted file mode 100644 index 1e101304d3..0000000000 --- a/docs/examples/1.0.0/server-python/examples/functions/get-execution.md +++ /dev/null @@ -1,14 +0,0 @@ -from appwrite.client import Client -from appwrite.services.functions import Functions - -client = Client() - -(client - .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint - .set_project('5df5acd0d48c2') # Your project ID - .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key -) - -functions = Functions(client) - -result = functions.get_execution('[FUNCTION_ID]', '[EXECUTION_ID]') diff --git a/docs/examples/1.0.0/server-python/examples/functions/get-variable.md b/docs/examples/1.0.0/server-python/examples/functions/get-variable.md deleted file mode 100644 index f1916d651f..0000000000 --- a/docs/examples/1.0.0/server-python/examples/functions/get-variable.md +++ /dev/null @@ -1,14 +0,0 @@ -from appwrite.client import Client -from appwrite.services.functions import Functions - -client = Client() - -(client - .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint - .set_project('5df5acd0d48c2') # Your project ID - .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key -) - -functions = Functions(client) - -result = functions.get_variable('[FUNCTION_ID]', '[VARIABLE_ID]') diff --git a/docs/examples/1.0.0/server-python/examples/functions/get.md b/docs/examples/1.0.0/server-python/examples/functions/get.md deleted file mode 100644 index 0007667da6..0000000000 --- a/docs/examples/1.0.0/server-python/examples/functions/get.md +++ /dev/null @@ -1,14 +0,0 @@ -from appwrite.client import Client -from appwrite.services.functions import Functions - -client = Client() - -(client - .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint - .set_project('5df5acd0d48c2') # Your project ID - .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key -) - -functions = Functions(client) - -result = functions.get('[FUNCTION_ID]') diff --git a/docs/examples/1.0.0/server-python/examples/functions/list-deployments.md b/docs/examples/1.0.0/server-python/examples/functions/list-deployments.md deleted file mode 100644 index 15e37de7e5..0000000000 --- a/docs/examples/1.0.0/server-python/examples/functions/list-deployments.md +++ /dev/null @@ -1,14 +0,0 @@ -from appwrite.client import Client -from appwrite.services.functions import Functions - -client = Client() - -(client - .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint - .set_project('5df5acd0d48c2') # Your project ID - .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key -) - -functions = Functions(client) - -result = functions.list_deployments('[FUNCTION_ID]') diff --git a/docs/examples/1.0.0/server-python/examples/functions/list-executions.md b/docs/examples/1.0.0/server-python/examples/functions/list-executions.md deleted file mode 100644 index 6d75e093f4..0000000000 --- a/docs/examples/1.0.0/server-python/examples/functions/list-executions.md +++ /dev/null @@ -1,14 +0,0 @@ -from appwrite.client import Client -from appwrite.services.functions import Functions - -client = Client() - -(client - .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint - .set_project('5df5acd0d48c2') # Your project ID - .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key -) - -functions = Functions(client) - -result = functions.list_executions('[FUNCTION_ID]') diff --git a/docs/examples/1.0.0/server-python/examples/functions/list-runtimes.md b/docs/examples/1.0.0/server-python/examples/functions/list-runtimes.md deleted file mode 100644 index a832a4dcdc..0000000000 --- a/docs/examples/1.0.0/server-python/examples/functions/list-runtimes.md +++ /dev/null @@ -1,14 +0,0 @@ -from appwrite.client import Client -from appwrite.services.functions import Functions - -client = Client() - -(client - .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint - .set_project('5df5acd0d48c2') # Your project ID - .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key -) - -functions = Functions(client) - -result = functions.list_runtimes() diff --git a/docs/examples/1.0.0/server-python/examples/functions/list-variables.md b/docs/examples/1.0.0/server-python/examples/functions/list-variables.md deleted file mode 100644 index 4beec806c6..0000000000 --- a/docs/examples/1.0.0/server-python/examples/functions/list-variables.md +++ /dev/null @@ -1,14 +0,0 @@ -from appwrite.client import Client -from appwrite.services.functions import Functions - -client = Client() - -(client - .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint - .set_project('5df5acd0d48c2') # Your project ID - .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key -) - -functions = Functions(client) - -result = functions.list_variables('[FUNCTION_ID]') diff --git a/docs/examples/1.0.0/server-python/examples/functions/list.md b/docs/examples/1.0.0/server-python/examples/functions/list.md deleted file mode 100644 index cc1f04d9c6..0000000000 --- a/docs/examples/1.0.0/server-python/examples/functions/list.md +++ /dev/null @@ -1,14 +0,0 @@ -from appwrite.client import Client -from appwrite.services.functions import Functions - -client = Client() - -(client - .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint - .set_project('5df5acd0d48c2') # Your project ID - .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key -) - -functions = Functions(client) - -result = functions.list() diff --git a/docs/examples/1.0.0/server-python/examples/functions/retry-build.md b/docs/examples/1.0.0/server-python/examples/functions/retry-build.md deleted file mode 100644 index 1a5e1b95da..0000000000 --- a/docs/examples/1.0.0/server-python/examples/functions/retry-build.md +++ /dev/null @@ -1,14 +0,0 @@ -from appwrite.client import Client -from appwrite.services.functions import Functions - -client = Client() - -(client - .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint - .set_project('5df5acd0d48c2') # Your project ID - .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key -) - -functions = Functions(client) - -result = functions.retry_build('[FUNCTION_ID]', '[DEPLOYMENT_ID]', '[BUILD_ID]') diff --git a/docs/examples/1.0.0/server-python/examples/functions/update-deployment.md b/docs/examples/1.0.0/server-python/examples/functions/update-deployment.md deleted file mode 100644 index 473276f787..0000000000 --- a/docs/examples/1.0.0/server-python/examples/functions/update-deployment.md +++ /dev/null @@ -1,14 +0,0 @@ -from appwrite.client import Client -from appwrite.services.functions import Functions - -client = Client() - -(client - .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint - .set_project('5df5acd0d48c2') # Your project ID - .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key -) - -functions = Functions(client) - -result = functions.update_deployment('[FUNCTION_ID]', '[DEPLOYMENT_ID]') diff --git a/docs/examples/1.0.0/server-python/examples/functions/update-variable.md b/docs/examples/1.0.0/server-python/examples/functions/update-variable.md deleted file mode 100644 index 05f0911456..0000000000 --- a/docs/examples/1.0.0/server-python/examples/functions/update-variable.md +++ /dev/null @@ -1,14 +0,0 @@ -from appwrite.client import Client -from appwrite.services.functions import Functions - -client = Client() - -(client - .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint - .set_project('5df5acd0d48c2') # Your project ID - .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key -) - -functions = Functions(client) - -result = functions.update_variable('[FUNCTION_ID]', '[VARIABLE_ID]', '[KEY]') diff --git a/docs/examples/1.0.0/server-python/examples/functions/update.md b/docs/examples/1.0.0/server-python/examples/functions/update.md deleted file mode 100644 index b5fb3a07fb..0000000000 --- a/docs/examples/1.0.0/server-python/examples/functions/update.md +++ /dev/null @@ -1,14 +0,0 @@ -from appwrite.client import Client -from appwrite.services.functions import Functions - -client = Client() - -(client - .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint - .set_project('5df5acd0d48c2') # Your project ID - .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key -) - -functions = Functions(client) - -result = functions.update('[FUNCTION_ID]', '[NAME]', ["any"]) diff --git a/docs/examples/1.0.0/server-python/examples/health/get-antivirus.md b/docs/examples/1.0.0/server-python/examples/health/get-antivirus.md deleted file mode 100644 index 97ee120365..0000000000 --- a/docs/examples/1.0.0/server-python/examples/health/get-antivirus.md +++ /dev/null @@ -1,14 +0,0 @@ -from appwrite.client import Client -from appwrite.services.health import Health - -client = Client() - -(client - .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint - .set_project('5df5acd0d48c2') # Your project ID - .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key -) - -health = Health(client) - -result = health.get_antivirus() diff --git a/docs/examples/1.0.0/server-python/examples/health/get-cache.md b/docs/examples/1.0.0/server-python/examples/health/get-cache.md deleted file mode 100644 index 57c7939b7f..0000000000 --- a/docs/examples/1.0.0/server-python/examples/health/get-cache.md +++ /dev/null @@ -1,14 +0,0 @@ -from appwrite.client import Client -from appwrite.services.health import Health - -client = Client() - -(client - .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint - .set_project('5df5acd0d48c2') # Your project ID - .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key -) - -health = Health(client) - -result = health.get_cache() diff --git a/docs/examples/1.0.0/server-python/examples/health/get-d-b.md b/docs/examples/1.0.0/server-python/examples/health/get-d-b.md deleted file mode 100644 index 4c2bafec96..0000000000 --- a/docs/examples/1.0.0/server-python/examples/health/get-d-b.md +++ /dev/null @@ -1,14 +0,0 @@ -from appwrite.client import Client -from appwrite.services.health import Health - -client = Client() - -(client - .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint - .set_project('5df5acd0d48c2') # Your project ID - .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key -) - -health = Health(client) - -result = health.get_db() diff --git a/docs/examples/1.0.0/server-python/examples/health/get-queue-certificates.md b/docs/examples/1.0.0/server-python/examples/health/get-queue-certificates.md deleted file mode 100644 index 1f87c2758a..0000000000 --- a/docs/examples/1.0.0/server-python/examples/health/get-queue-certificates.md +++ /dev/null @@ -1,14 +0,0 @@ -from appwrite.client import Client -from appwrite.services.health import Health - -client = Client() - -(client - .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint - .set_project('5df5acd0d48c2') # Your project ID - .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key -) - -health = Health(client) - -result = health.get_queue_certificates() diff --git a/docs/examples/1.0.0/server-python/examples/health/get-queue-functions.md b/docs/examples/1.0.0/server-python/examples/health/get-queue-functions.md deleted file mode 100644 index 3e0b0c01e0..0000000000 --- a/docs/examples/1.0.0/server-python/examples/health/get-queue-functions.md +++ /dev/null @@ -1,14 +0,0 @@ -from appwrite.client import Client -from appwrite.services.health import Health - -client = Client() - -(client - .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint - .set_project('5df5acd0d48c2') # Your project ID - .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key -) - -health = Health(client) - -result = health.get_queue_functions() diff --git a/docs/examples/1.0.0/server-python/examples/health/get-queue-logs.md b/docs/examples/1.0.0/server-python/examples/health/get-queue-logs.md deleted file mode 100644 index fdf80c6d82..0000000000 --- a/docs/examples/1.0.0/server-python/examples/health/get-queue-logs.md +++ /dev/null @@ -1,14 +0,0 @@ -from appwrite.client import Client -from appwrite.services.health import Health - -client = Client() - -(client - .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint - .set_project('5df5acd0d48c2') # Your project ID - .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key -) - -health = Health(client) - -result = health.get_queue_logs() diff --git a/docs/examples/1.0.0/server-python/examples/health/get-queue-webhooks.md b/docs/examples/1.0.0/server-python/examples/health/get-queue-webhooks.md deleted file mode 100644 index 90c4238987..0000000000 --- a/docs/examples/1.0.0/server-python/examples/health/get-queue-webhooks.md +++ /dev/null @@ -1,14 +0,0 @@ -from appwrite.client import Client -from appwrite.services.health import Health - -client = Client() - -(client - .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint - .set_project('5df5acd0d48c2') # Your project ID - .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key -) - -health = Health(client) - -result = health.get_queue_webhooks() diff --git a/docs/examples/1.0.0/server-python/examples/health/get-storage-local.md b/docs/examples/1.0.0/server-python/examples/health/get-storage-local.md deleted file mode 100644 index b06dcef245..0000000000 --- a/docs/examples/1.0.0/server-python/examples/health/get-storage-local.md +++ /dev/null @@ -1,14 +0,0 @@ -from appwrite.client import Client -from appwrite.services.health import Health - -client = Client() - -(client - .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint - .set_project('5df5acd0d48c2') # Your project ID - .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key -) - -health = Health(client) - -result = health.get_storage_local() diff --git a/docs/examples/1.0.0/server-python/examples/health/get-time.md b/docs/examples/1.0.0/server-python/examples/health/get-time.md deleted file mode 100644 index df68c1a0f9..0000000000 --- a/docs/examples/1.0.0/server-python/examples/health/get-time.md +++ /dev/null @@ -1,14 +0,0 @@ -from appwrite.client import Client -from appwrite.services.health import Health - -client = Client() - -(client - .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint - .set_project('5df5acd0d48c2') # Your project ID - .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key -) - -health = Health(client) - -result = health.get_time() diff --git a/docs/examples/1.0.0/server-python/examples/health/get.md b/docs/examples/1.0.0/server-python/examples/health/get.md deleted file mode 100644 index f3416aef75..0000000000 --- a/docs/examples/1.0.0/server-python/examples/health/get.md +++ /dev/null @@ -1,14 +0,0 @@ -from appwrite.client import Client -from appwrite.services.health import Health - -client = Client() - -(client - .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint - .set_project('5df5acd0d48c2') # Your project ID - .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key -) - -health = Health(client) - -result = health.get() diff --git a/docs/examples/1.0.0/server-python/examples/locale/get-continents.md b/docs/examples/1.0.0/server-python/examples/locale/get-continents.md deleted file mode 100644 index 393326ddab..0000000000 --- a/docs/examples/1.0.0/server-python/examples/locale/get-continents.md +++ /dev/null @@ -1,14 +0,0 @@ -from appwrite.client import Client -from appwrite.services.locale import Locale - -client = Client() - -(client - .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint - .set_project('5df5acd0d48c2') # Your project ID - .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key -) - -locale = Locale(client) - -result = locale.get_continents() diff --git a/docs/examples/1.0.0/server-python/examples/locale/get-countries-e-u.md b/docs/examples/1.0.0/server-python/examples/locale/get-countries-e-u.md deleted file mode 100644 index 51178ddd66..0000000000 --- a/docs/examples/1.0.0/server-python/examples/locale/get-countries-e-u.md +++ /dev/null @@ -1,14 +0,0 @@ -from appwrite.client import Client -from appwrite.services.locale import Locale - -client = Client() - -(client - .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint - .set_project('5df5acd0d48c2') # Your project ID - .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key -) - -locale = Locale(client) - -result = locale.get_countries_eu() diff --git a/docs/examples/1.0.0/server-python/examples/locale/get-countries-phones.md b/docs/examples/1.0.0/server-python/examples/locale/get-countries-phones.md deleted file mode 100644 index 8c7693a35c..0000000000 --- a/docs/examples/1.0.0/server-python/examples/locale/get-countries-phones.md +++ /dev/null @@ -1,14 +0,0 @@ -from appwrite.client import Client -from appwrite.services.locale import Locale - -client = Client() - -(client - .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint - .set_project('5df5acd0d48c2') # Your project ID - .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key -) - -locale = Locale(client) - -result = locale.get_countries_phones() diff --git a/docs/examples/1.0.0/server-python/examples/locale/get-countries.md b/docs/examples/1.0.0/server-python/examples/locale/get-countries.md deleted file mode 100644 index 8a6c7cb1c3..0000000000 --- a/docs/examples/1.0.0/server-python/examples/locale/get-countries.md +++ /dev/null @@ -1,14 +0,0 @@ -from appwrite.client import Client -from appwrite.services.locale import Locale - -client = Client() - -(client - .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint - .set_project('5df5acd0d48c2') # Your project ID - .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key -) - -locale = Locale(client) - -result = locale.get_countries() diff --git a/docs/examples/1.0.0/server-python/examples/locale/get-currencies.md b/docs/examples/1.0.0/server-python/examples/locale/get-currencies.md deleted file mode 100644 index 17586de230..0000000000 --- a/docs/examples/1.0.0/server-python/examples/locale/get-currencies.md +++ /dev/null @@ -1,14 +0,0 @@ -from appwrite.client import Client -from appwrite.services.locale import Locale - -client = Client() - -(client - .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint - .set_project('5df5acd0d48c2') # Your project ID - .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key -) - -locale = Locale(client) - -result = locale.get_currencies() diff --git a/docs/examples/1.0.0/server-python/examples/locale/get-languages.md b/docs/examples/1.0.0/server-python/examples/locale/get-languages.md deleted file mode 100644 index 292a401f75..0000000000 --- a/docs/examples/1.0.0/server-python/examples/locale/get-languages.md +++ /dev/null @@ -1,14 +0,0 @@ -from appwrite.client import Client -from appwrite.services.locale import Locale - -client = Client() - -(client - .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint - .set_project('5df5acd0d48c2') # Your project ID - .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key -) - -locale = Locale(client) - -result = locale.get_languages() diff --git a/docs/examples/1.0.0/server-python/examples/locale/get.md b/docs/examples/1.0.0/server-python/examples/locale/get.md deleted file mode 100644 index 752df0123d..0000000000 --- a/docs/examples/1.0.0/server-python/examples/locale/get.md +++ /dev/null @@ -1,14 +0,0 @@ -from appwrite.client import Client -from appwrite.services.locale import Locale - -client = Client() - -(client - .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint - .set_project('5df5acd0d48c2') # Your project ID - .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key -) - -locale = Locale(client) - -result = locale.get() diff --git a/docs/examples/1.0.0/server-python/examples/storage/create-bucket.md b/docs/examples/1.0.0/server-python/examples/storage/create-bucket.md deleted file mode 100644 index af45c50fc0..0000000000 --- a/docs/examples/1.0.0/server-python/examples/storage/create-bucket.md +++ /dev/null @@ -1,14 +0,0 @@ -from appwrite.client import Client -from appwrite.services.storage import Storage - -client = Client() - -(client - .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint - .set_project('5df5acd0d48c2') # Your project ID - .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key -) - -storage = Storage(client) - -result = storage.create_bucket('[BUCKET_ID]', '[NAME]') diff --git a/docs/examples/1.0.0/server-python/examples/storage/create-file.md b/docs/examples/1.0.0/server-python/examples/storage/create-file.md deleted file mode 100644 index ce6d3fcb6b..0000000000 --- a/docs/examples/1.0.0/server-python/examples/storage/create-file.md +++ /dev/null @@ -1,15 +0,0 @@ -from appwrite.client import Client -from appwrite.input_file import InputFile -from appwrite.services.storage import Storage - -client = Client() - -(client - .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint - .set_project('5df5acd0d48c2') # Your project ID - .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key -) - -storage = Storage(client) - -result = storage.create_file('[BUCKET_ID]', '[FILE_ID]', InputFile.from_path('file.png')) diff --git a/docs/examples/1.0.0/server-python/examples/storage/delete-bucket.md b/docs/examples/1.0.0/server-python/examples/storage/delete-bucket.md deleted file mode 100644 index e992670f8d..0000000000 --- a/docs/examples/1.0.0/server-python/examples/storage/delete-bucket.md +++ /dev/null @@ -1,14 +0,0 @@ -from appwrite.client import Client -from appwrite.services.storage import Storage - -client = Client() - -(client - .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint - .set_project('5df5acd0d48c2') # Your project ID - .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key -) - -storage = Storage(client) - -result = storage.delete_bucket('[BUCKET_ID]') diff --git a/docs/examples/1.0.0/server-python/examples/storage/delete-file.md b/docs/examples/1.0.0/server-python/examples/storage/delete-file.md deleted file mode 100644 index d38b70b83c..0000000000 --- a/docs/examples/1.0.0/server-python/examples/storage/delete-file.md +++ /dev/null @@ -1,14 +0,0 @@ -from appwrite.client import Client -from appwrite.services.storage import Storage - -client = Client() - -(client - .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint - .set_project('5df5acd0d48c2') # Your project ID - .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key -) - -storage = Storage(client) - -result = storage.delete_file('[BUCKET_ID]', '[FILE_ID]') diff --git a/docs/examples/1.0.0/server-python/examples/storage/get-bucket.md b/docs/examples/1.0.0/server-python/examples/storage/get-bucket.md deleted file mode 100644 index 85f870b48f..0000000000 --- a/docs/examples/1.0.0/server-python/examples/storage/get-bucket.md +++ /dev/null @@ -1,14 +0,0 @@ -from appwrite.client import Client -from appwrite.services.storage import Storage - -client = Client() - -(client - .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint - .set_project('5df5acd0d48c2') # Your project ID - .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key -) - -storage = Storage(client) - -result = storage.get_bucket('[BUCKET_ID]') diff --git a/docs/examples/1.0.0/server-python/examples/storage/get-file-download.md b/docs/examples/1.0.0/server-python/examples/storage/get-file-download.md deleted file mode 100644 index dcc5790b9c..0000000000 --- a/docs/examples/1.0.0/server-python/examples/storage/get-file-download.md +++ /dev/null @@ -1,14 +0,0 @@ -from appwrite.client import Client -from appwrite.services.storage import Storage - -client = Client() - -(client - .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint - .set_project('5df5acd0d48c2') # Your project ID - .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key -) - -storage = Storage(client) - -result = storage.get_file_download('[BUCKET_ID]', '[FILE_ID]') diff --git a/docs/examples/1.0.0/server-python/examples/storage/get-file-preview.md b/docs/examples/1.0.0/server-python/examples/storage/get-file-preview.md deleted file mode 100644 index cbba840ded..0000000000 --- a/docs/examples/1.0.0/server-python/examples/storage/get-file-preview.md +++ /dev/null @@ -1,14 +0,0 @@ -from appwrite.client import Client -from appwrite.services.storage import Storage - -client = Client() - -(client - .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint - .set_project('5df5acd0d48c2') # Your project ID - .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key -) - -storage = Storage(client) - -result = storage.get_file_preview('[BUCKET_ID]', '[FILE_ID]') diff --git a/docs/examples/1.0.0/server-python/examples/storage/get-file-view.md b/docs/examples/1.0.0/server-python/examples/storage/get-file-view.md deleted file mode 100644 index 4648e80169..0000000000 --- a/docs/examples/1.0.0/server-python/examples/storage/get-file-view.md +++ /dev/null @@ -1,14 +0,0 @@ -from appwrite.client import Client -from appwrite.services.storage import Storage - -client = Client() - -(client - .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint - .set_project('5df5acd0d48c2') # Your project ID - .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key -) - -storage = Storage(client) - -result = storage.get_file_view('[BUCKET_ID]', '[FILE_ID]') diff --git a/docs/examples/1.0.0/server-python/examples/storage/get-file.md b/docs/examples/1.0.0/server-python/examples/storage/get-file.md deleted file mode 100644 index 818acf24a7..0000000000 --- a/docs/examples/1.0.0/server-python/examples/storage/get-file.md +++ /dev/null @@ -1,14 +0,0 @@ -from appwrite.client import Client -from appwrite.services.storage import Storage - -client = Client() - -(client - .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint - .set_project('5df5acd0d48c2') # Your project ID - .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key -) - -storage = Storage(client) - -result = storage.get_file('[BUCKET_ID]', '[FILE_ID]') diff --git a/docs/examples/1.0.0/server-python/examples/storage/list-buckets.md b/docs/examples/1.0.0/server-python/examples/storage/list-buckets.md deleted file mode 100644 index 7dde490e0c..0000000000 --- a/docs/examples/1.0.0/server-python/examples/storage/list-buckets.md +++ /dev/null @@ -1,14 +0,0 @@ -from appwrite.client import Client -from appwrite.services.storage import Storage - -client = Client() - -(client - .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint - .set_project('5df5acd0d48c2') # Your project ID - .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key -) - -storage = Storage(client) - -result = storage.list_buckets() diff --git a/docs/examples/1.0.0/server-python/examples/storage/list-files.md b/docs/examples/1.0.0/server-python/examples/storage/list-files.md deleted file mode 100644 index 4c9891a9eb..0000000000 --- a/docs/examples/1.0.0/server-python/examples/storage/list-files.md +++ /dev/null @@ -1,14 +0,0 @@ -from appwrite.client import Client -from appwrite.services.storage import Storage - -client = Client() - -(client - .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint - .set_project('5df5acd0d48c2') # Your project ID - .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key -) - -storage = Storage(client) - -result = storage.list_files('[BUCKET_ID]') diff --git a/docs/examples/1.0.0/server-python/examples/storage/update-bucket.md b/docs/examples/1.0.0/server-python/examples/storage/update-bucket.md deleted file mode 100644 index 2bcc18e25a..0000000000 --- a/docs/examples/1.0.0/server-python/examples/storage/update-bucket.md +++ /dev/null @@ -1,14 +0,0 @@ -from appwrite.client import Client -from appwrite.services.storage import Storage - -client = Client() - -(client - .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint - .set_project('5df5acd0d48c2') # Your project ID - .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key -) - -storage = Storage(client) - -result = storage.update_bucket('[BUCKET_ID]', '[NAME]') diff --git a/docs/examples/1.0.0/server-python/examples/storage/update-file.md b/docs/examples/1.0.0/server-python/examples/storage/update-file.md deleted file mode 100644 index 09d371a6ca..0000000000 --- a/docs/examples/1.0.0/server-python/examples/storage/update-file.md +++ /dev/null @@ -1,14 +0,0 @@ -from appwrite.client import Client -from appwrite.services.storage import Storage - -client = Client() - -(client - .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint - .set_project('5df5acd0d48c2') # Your project ID - .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key -) - -storage = Storage(client) - -result = storage.update_file('[BUCKET_ID]', '[FILE_ID]') diff --git a/docs/examples/1.0.0/server-python/examples/teams/create-membership.md b/docs/examples/1.0.0/server-python/examples/teams/create-membership.md deleted file mode 100644 index 9e2c832b3c..0000000000 --- a/docs/examples/1.0.0/server-python/examples/teams/create-membership.md +++ /dev/null @@ -1,14 +0,0 @@ -from appwrite.client import Client -from appwrite.services.teams import Teams - -client = Client() - -(client - .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint - .set_project('5df5acd0d48c2') # Your project ID - .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key -) - -teams = Teams(client) - -result = teams.create_membership('[TEAM_ID]', 'email@example.com', [], 'https://example.com') diff --git a/docs/examples/1.0.0/server-python/examples/teams/create.md b/docs/examples/1.0.0/server-python/examples/teams/create.md deleted file mode 100644 index 36b4494e11..0000000000 --- a/docs/examples/1.0.0/server-python/examples/teams/create.md +++ /dev/null @@ -1,14 +0,0 @@ -from appwrite.client import Client -from appwrite.services.teams import Teams - -client = Client() - -(client - .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint - .set_project('5df5acd0d48c2') # Your project ID - .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key -) - -teams = Teams(client) - -result = teams.create('[TEAM_ID]', '[NAME]') diff --git a/docs/examples/1.0.0/server-python/examples/teams/delete-membership.md b/docs/examples/1.0.0/server-python/examples/teams/delete-membership.md deleted file mode 100644 index 50c259a52d..0000000000 --- a/docs/examples/1.0.0/server-python/examples/teams/delete-membership.md +++ /dev/null @@ -1,14 +0,0 @@ -from appwrite.client import Client -from appwrite.services.teams import Teams - -client = Client() - -(client - .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint - .set_project('5df5acd0d48c2') # Your project ID - .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key -) - -teams = Teams(client) - -result = teams.delete_membership('[TEAM_ID]', '[MEMBERSHIP_ID]') diff --git a/docs/examples/1.0.0/server-python/examples/teams/delete.md b/docs/examples/1.0.0/server-python/examples/teams/delete.md deleted file mode 100644 index 8fb037cd4a..0000000000 --- a/docs/examples/1.0.0/server-python/examples/teams/delete.md +++ /dev/null @@ -1,14 +0,0 @@ -from appwrite.client import Client -from appwrite.services.teams import Teams - -client = Client() - -(client - .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint - .set_project('5df5acd0d48c2') # Your project ID - .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key -) - -teams = Teams(client) - -result = teams.delete('[TEAM_ID]') diff --git a/docs/examples/1.0.0/server-python/examples/teams/get-membership.md b/docs/examples/1.0.0/server-python/examples/teams/get-membership.md deleted file mode 100644 index 2586e943f9..0000000000 --- a/docs/examples/1.0.0/server-python/examples/teams/get-membership.md +++ /dev/null @@ -1,14 +0,0 @@ -from appwrite.client import Client -from appwrite.services.teams import Teams - -client = Client() - -(client - .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint - .set_project('5df5acd0d48c2') # Your project ID - .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key -) - -teams = Teams(client) - -result = teams.get_membership('[TEAM_ID]', '[MEMBERSHIP_ID]') diff --git a/docs/examples/1.0.0/server-python/examples/teams/get-memberships.md b/docs/examples/1.0.0/server-python/examples/teams/get-memberships.md deleted file mode 100644 index 6c6482418b..0000000000 --- a/docs/examples/1.0.0/server-python/examples/teams/get-memberships.md +++ /dev/null @@ -1,14 +0,0 @@ -from appwrite.client import Client -from appwrite.services.teams import Teams - -client = Client() - -(client - .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint - .set_project('5df5acd0d48c2') # Your project ID - .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key -) - -teams = Teams(client) - -result = teams.get_memberships('[TEAM_ID]') diff --git a/docs/examples/1.0.0/server-python/examples/teams/get.md b/docs/examples/1.0.0/server-python/examples/teams/get.md deleted file mode 100644 index 6c2b404517..0000000000 --- a/docs/examples/1.0.0/server-python/examples/teams/get.md +++ /dev/null @@ -1,14 +0,0 @@ -from appwrite.client import Client -from appwrite.services.teams import Teams - -client = Client() - -(client - .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint - .set_project('5df5acd0d48c2') # Your project ID - .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key -) - -teams = Teams(client) - -result = teams.get('[TEAM_ID]') diff --git a/docs/examples/1.0.0/server-python/examples/teams/list.md b/docs/examples/1.0.0/server-python/examples/teams/list.md deleted file mode 100644 index c538aea340..0000000000 --- a/docs/examples/1.0.0/server-python/examples/teams/list.md +++ /dev/null @@ -1,14 +0,0 @@ -from appwrite.client import Client -from appwrite.services.teams import Teams - -client = Client() - -(client - .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint - .set_project('5df5acd0d48c2') # Your project ID - .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key -) - -teams = Teams(client) - -result = teams.list() diff --git a/docs/examples/1.0.0/server-python/examples/teams/update-membership-roles.md b/docs/examples/1.0.0/server-python/examples/teams/update-membership-roles.md deleted file mode 100644 index d637dd6e9c..0000000000 --- a/docs/examples/1.0.0/server-python/examples/teams/update-membership-roles.md +++ /dev/null @@ -1,14 +0,0 @@ -from appwrite.client import Client -from appwrite.services.teams import Teams - -client = Client() - -(client - .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint - .set_project('5df5acd0d48c2') # Your project ID - .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key -) - -teams = Teams(client) - -result = teams.update_membership_roles('[TEAM_ID]', '[MEMBERSHIP_ID]', []) diff --git a/docs/examples/1.0.0/server-python/examples/teams/update-membership-status.md b/docs/examples/1.0.0/server-python/examples/teams/update-membership-status.md deleted file mode 100644 index 357d4091c4..0000000000 --- a/docs/examples/1.0.0/server-python/examples/teams/update-membership-status.md +++ /dev/null @@ -1,14 +0,0 @@ -from appwrite.client import Client -from appwrite.services.teams import Teams - -client = Client() - -(client - .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint - .set_project('5df5acd0d48c2') # Your project ID - .set_jwt('eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ...') # Your secret JSON Web Token -) - -teams = Teams(client) - -result = teams.update_membership_status('[TEAM_ID]', '[MEMBERSHIP_ID]', '[USER_ID]', '[SECRET]') diff --git a/docs/examples/1.0.0/server-python/examples/teams/update.md b/docs/examples/1.0.0/server-python/examples/teams/update.md deleted file mode 100644 index 2b9c222be0..0000000000 --- a/docs/examples/1.0.0/server-python/examples/teams/update.md +++ /dev/null @@ -1,14 +0,0 @@ -from appwrite.client import Client -from appwrite.services.teams import Teams - -client = Client() - -(client - .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint - .set_project('5df5acd0d48c2') # Your project ID - .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key -) - -teams = Teams(client) - -result = teams.update('[TEAM_ID]', '[NAME]') diff --git a/docs/examples/1.0.0/server-python/examples/users/create-argon2user.md b/docs/examples/1.0.0/server-python/examples/users/create-argon2user.md deleted file mode 100644 index ac7fafb787..0000000000 --- a/docs/examples/1.0.0/server-python/examples/users/create-argon2user.md +++ /dev/null @@ -1,14 +0,0 @@ -from appwrite.client import Client -from appwrite.services.users import Users - -client = Client() - -(client - .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint - .set_project('5df5acd0d48c2') # Your project ID - .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key -) - -users = Users(client) - -result = users.create_argon2_user('[USER_ID]', 'email@example.com', 'password') diff --git a/docs/examples/1.0.0/server-python/examples/users/create-bcrypt-user.md b/docs/examples/1.0.0/server-python/examples/users/create-bcrypt-user.md deleted file mode 100644 index e30c7431e2..0000000000 --- a/docs/examples/1.0.0/server-python/examples/users/create-bcrypt-user.md +++ /dev/null @@ -1,14 +0,0 @@ -from appwrite.client import Client -from appwrite.services.users import Users - -client = Client() - -(client - .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint - .set_project('5df5acd0d48c2') # Your project ID - .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key -) - -users = Users(client) - -result = users.create_bcrypt_user('[USER_ID]', 'email@example.com', 'password') diff --git a/docs/examples/1.0.0/server-python/examples/users/create-m-d5user.md b/docs/examples/1.0.0/server-python/examples/users/create-m-d5user.md deleted file mode 100644 index b235a0104b..0000000000 --- a/docs/examples/1.0.0/server-python/examples/users/create-m-d5user.md +++ /dev/null @@ -1,14 +0,0 @@ -from appwrite.client import Client -from appwrite.services.users import Users - -client = Client() - -(client - .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint - .set_project('5df5acd0d48c2') # Your project ID - .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key -) - -users = Users(client) - -result = users.create_md5_user('[USER_ID]', 'email@example.com', 'password') diff --git a/docs/examples/1.0.0/server-python/examples/users/create-p-h-pass-user.md b/docs/examples/1.0.0/server-python/examples/users/create-p-h-pass-user.md deleted file mode 100644 index 5fca1ab89b..0000000000 --- a/docs/examples/1.0.0/server-python/examples/users/create-p-h-pass-user.md +++ /dev/null @@ -1,14 +0,0 @@ -from appwrite.client import Client -from appwrite.services.users import Users - -client = Client() - -(client - .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint - .set_project('5df5acd0d48c2') # Your project ID - .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key -) - -users = Users(client) - -result = users.create_ph_pass_user('[USER_ID]', 'email@example.com', 'password') diff --git a/docs/examples/1.0.0/server-python/examples/users/create-s-h-a-user.md b/docs/examples/1.0.0/server-python/examples/users/create-s-h-a-user.md deleted file mode 100644 index fe42af4272..0000000000 --- a/docs/examples/1.0.0/server-python/examples/users/create-s-h-a-user.md +++ /dev/null @@ -1,14 +0,0 @@ -from appwrite.client import Client -from appwrite.services.users import Users - -client = Client() - -(client - .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint - .set_project('5df5acd0d48c2') # Your project ID - .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key -) - -users = Users(client) - -result = users.create_sha_user('[USER_ID]', 'email@example.com', 'password') diff --git a/docs/examples/1.0.0/server-python/examples/users/create-scrypt-modified-user.md b/docs/examples/1.0.0/server-python/examples/users/create-scrypt-modified-user.md deleted file mode 100644 index d83a4e7075..0000000000 --- a/docs/examples/1.0.0/server-python/examples/users/create-scrypt-modified-user.md +++ /dev/null @@ -1,14 +0,0 @@ -from appwrite.client import Client -from appwrite.services.users import Users - -client = Client() - -(client - .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint - .set_project('5df5acd0d48c2') # Your project ID - .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key -) - -users = Users(client) - -result = users.create_scrypt_modified_user('[USER_ID]', 'email@example.com', 'password', '[PASSWORD_SALT]', '[PASSWORD_SALT_SEPARATOR]', '[PASSWORD_SIGNER_KEY]') diff --git a/docs/examples/1.0.0/server-python/examples/users/create-scrypt-user.md b/docs/examples/1.0.0/server-python/examples/users/create-scrypt-user.md deleted file mode 100644 index 3669358d3a..0000000000 --- a/docs/examples/1.0.0/server-python/examples/users/create-scrypt-user.md +++ /dev/null @@ -1,14 +0,0 @@ -from appwrite.client import Client -from appwrite.services.users import Users - -client = Client() - -(client - .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint - .set_project('5df5acd0d48c2') # Your project ID - .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key -) - -users = Users(client) - -result = users.create_scrypt_user('[USER_ID]', 'email@example.com', 'password', '[PASSWORD_SALT]', None, None, None, None) diff --git a/docs/examples/1.0.0/server-python/examples/users/create.md b/docs/examples/1.0.0/server-python/examples/users/create.md deleted file mode 100644 index 5057d731c8..0000000000 --- a/docs/examples/1.0.0/server-python/examples/users/create.md +++ /dev/null @@ -1,14 +0,0 @@ -from appwrite.client import Client -from appwrite.services.users import Users - -client = Client() - -(client - .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint - .set_project('5df5acd0d48c2') # Your project ID - .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key -) - -users = Users(client) - -result = users.create('[USER_ID]') diff --git a/docs/examples/1.0.0/server-python/examples/users/delete-session.md b/docs/examples/1.0.0/server-python/examples/users/delete-session.md deleted file mode 100644 index d25cfb3abc..0000000000 --- a/docs/examples/1.0.0/server-python/examples/users/delete-session.md +++ /dev/null @@ -1,14 +0,0 @@ -from appwrite.client import Client -from appwrite.services.users import Users - -client = Client() - -(client - .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint - .set_project('5df5acd0d48c2') # Your project ID - .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key -) - -users = Users(client) - -result = users.delete_session('[USER_ID]', '[SESSION_ID]') diff --git a/docs/examples/1.0.0/server-python/examples/users/delete-sessions.md b/docs/examples/1.0.0/server-python/examples/users/delete-sessions.md deleted file mode 100644 index 9b24db1b5c..0000000000 --- a/docs/examples/1.0.0/server-python/examples/users/delete-sessions.md +++ /dev/null @@ -1,14 +0,0 @@ -from appwrite.client import Client -from appwrite.services.users import Users - -client = Client() - -(client - .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint - .set_project('5df5acd0d48c2') # Your project ID - .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key -) - -users = Users(client) - -result = users.delete_sessions('[USER_ID]') diff --git a/docs/examples/1.0.0/server-python/examples/users/delete.md b/docs/examples/1.0.0/server-python/examples/users/delete.md deleted file mode 100644 index 820eead71f..0000000000 --- a/docs/examples/1.0.0/server-python/examples/users/delete.md +++ /dev/null @@ -1,14 +0,0 @@ -from appwrite.client import Client -from appwrite.services.users import Users - -client = Client() - -(client - .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint - .set_project('5df5acd0d48c2') # Your project ID - .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key -) - -users = Users(client) - -result = users.delete('[USER_ID]') diff --git a/docs/examples/1.0.0/server-python/examples/users/get-logs.md b/docs/examples/1.0.0/server-python/examples/users/get-logs.md deleted file mode 100644 index c93ae244c8..0000000000 --- a/docs/examples/1.0.0/server-python/examples/users/get-logs.md +++ /dev/null @@ -1,14 +0,0 @@ -from appwrite.client import Client -from appwrite.services.users import Users - -client = Client() - -(client - .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint - .set_project('5df5acd0d48c2') # Your project ID - .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key -) - -users = Users(client) - -result = users.get_logs('[USER_ID]') diff --git a/docs/examples/1.0.0/server-python/examples/users/get-memberships.md b/docs/examples/1.0.0/server-python/examples/users/get-memberships.md deleted file mode 100644 index 311d725b24..0000000000 --- a/docs/examples/1.0.0/server-python/examples/users/get-memberships.md +++ /dev/null @@ -1,14 +0,0 @@ -from appwrite.client import Client -from appwrite.services.users import Users - -client = Client() - -(client - .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint - .set_project('5df5acd0d48c2') # Your project ID - .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key -) - -users = Users(client) - -result = users.get_memberships('[USER_ID]') diff --git a/docs/examples/1.0.0/server-python/examples/users/get-prefs.md b/docs/examples/1.0.0/server-python/examples/users/get-prefs.md deleted file mode 100644 index 9ef100f9e6..0000000000 --- a/docs/examples/1.0.0/server-python/examples/users/get-prefs.md +++ /dev/null @@ -1,14 +0,0 @@ -from appwrite.client import Client -from appwrite.services.users import Users - -client = Client() - -(client - .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint - .set_project('5df5acd0d48c2') # Your project ID - .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key -) - -users = Users(client) - -result = users.get_prefs('[USER_ID]') diff --git a/docs/examples/1.0.0/server-python/examples/users/get-sessions.md b/docs/examples/1.0.0/server-python/examples/users/get-sessions.md deleted file mode 100644 index 4de3120dfb..0000000000 --- a/docs/examples/1.0.0/server-python/examples/users/get-sessions.md +++ /dev/null @@ -1,14 +0,0 @@ -from appwrite.client import Client -from appwrite.services.users import Users - -client = Client() - -(client - .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint - .set_project('5df5acd0d48c2') # Your project ID - .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key -) - -users = Users(client) - -result = users.get_sessions('[USER_ID]') diff --git a/docs/examples/1.0.0/server-python/examples/users/get.md b/docs/examples/1.0.0/server-python/examples/users/get.md deleted file mode 100644 index c11f96e64b..0000000000 --- a/docs/examples/1.0.0/server-python/examples/users/get.md +++ /dev/null @@ -1,14 +0,0 @@ -from appwrite.client import Client -from appwrite.services.users import Users - -client = Client() - -(client - .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint - .set_project('5df5acd0d48c2') # Your project ID - .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key -) - -users = Users(client) - -result = users.get('[USER_ID]') diff --git a/docs/examples/1.0.0/server-python/examples/users/list.md b/docs/examples/1.0.0/server-python/examples/users/list.md deleted file mode 100644 index c4a66e42d2..0000000000 --- a/docs/examples/1.0.0/server-python/examples/users/list.md +++ /dev/null @@ -1,14 +0,0 @@ -from appwrite.client import Client -from appwrite.services.users import Users - -client = Client() - -(client - .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint - .set_project('5df5acd0d48c2') # Your project ID - .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key -) - -users = Users(client) - -result = users.list() diff --git a/docs/examples/1.0.0/server-python/examples/users/update-email-verification.md b/docs/examples/1.0.0/server-python/examples/users/update-email-verification.md deleted file mode 100644 index 6dc343b94c..0000000000 --- a/docs/examples/1.0.0/server-python/examples/users/update-email-verification.md +++ /dev/null @@ -1,14 +0,0 @@ -from appwrite.client import Client -from appwrite.services.users import Users - -client = Client() - -(client - .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint - .set_project('5df5acd0d48c2') # Your project ID - .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key -) - -users = Users(client) - -result = users.update_email_verification('[USER_ID]', False) diff --git a/docs/examples/1.0.0/server-python/examples/users/update-email.md b/docs/examples/1.0.0/server-python/examples/users/update-email.md deleted file mode 100644 index 1803623f8f..0000000000 --- a/docs/examples/1.0.0/server-python/examples/users/update-email.md +++ /dev/null @@ -1,14 +0,0 @@ -from appwrite.client import Client -from appwrite.services.users import Users - -client = Client() - -(client - .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint - .set_project('5df5acd0d48c2') # Your project ID - .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key -) - -users = Users(client) - -result = users.update_email('[USER_ID]', 'email@example.com') diff --git a/docs/examples/1.0.0/server-python/examples/users/update-name.md b/docs/examples/1.0.0/server-python/examples/users/update-name.md deleted file mode 100644 index 728940d2a0..0000000000 --- a/docs/examples/1.0.0/server-python/examples/users/update-name.md +++ /dev/null @@ -1,14 +0,0 @@ -from appwrite.client import Client -from appwrite.services.users import Users - -client = Client() - -(client - .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint - .set_project('5df5acd0d48c2') # Your project ID - .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key -) - -users = Users(client) - -result = users.update_name('[USER_ID]', '[NAME]') diff --git a/docs/examples/1.0.0/server-python/examples/users/update-password.md b/docs/examples/1.0.0/server-python/examples/users/update-password.md deleted file mode 100644 index 56b15e7dba..0000000000 --- a/docs/examples/1.0.0/server-python/examples/users/update-password.md +++ /dev/null @@ -1,14 +0,0 @@ -from appwrite.client import Client -from appwrite.services.users import Users - -client = Client() - -(client - .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint - .set_project('5df5acd0d48c2') # Your project ID - .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key -) - -users = Users(client) - -result = users.update_password('[USER_ID]', 'password') diff --git a/docs/examples/1.0.0/server-python/examples/users/update-phone-verification.md b/docs/examples/1.0.0/server-python/examples/users/update-phone-verification.md deleted file mode 100644 index f5f63495f8..0000000000 --- a/docs/examples/1.0.0/server-python/examples/users/update-phone-verification.md +++ /dev/null @@ -1,14 +0,0 @@ -from appwrite.client import Client -from appwrite.services.users import Users - -client = Client() - -(client - .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint - .set_project('5df5acd0d48c2') # Your project ID - .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key -) - -users = Users(client) - -result = users.update_phone_verification('[USER_ID]', False) diff --git a/docs/examples/1.0.0/server-python/examples/users/update-phone.md b/docs/examples/1.0.0/server-python/examples/users/update-phone.md deleted file mode 100644 index 6c89c4e725..0000000000 --- a/docs/examples/1.0.0/server-python/examples/users/update-phone.md +++ /dev/null @@ -1,14 +0,0 @@ -from appwrite.client import Client -from appwrite.services.users import Users - -client = Client() - -(client - .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint - .set_project('5df5acd0d48c2') # Your project ID - .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key -) - -users = Users(client) - -result = users.update_phone('[USER_ID]', '') diff --git a/docs/examples/1.0.0/server-python/examples/users/update-prefs.md b/docs/examples/1.0.0/server-python/examples/users/update-prefs.md deleted file mode 100644 index 7e0fe7c35a..0000000000 --- a/docs/examples/1.0.0/server-python/examples/users/update-prefs.md +++ /dev/null @@ -1,14 +0,0 @@ -from appwrite.client import Client -from appwrite.services.users import Users - -client = Client() - -(client - .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint - .set_project('5df5acd0d48c2') # Your project ID - .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key -) - -users = Users(client) - -result = users.update_prefs('[USER_ID]', {}) diff --git a/docs/examples/1.0.0/server-python/examples/users/update-status.md b/docs/examples/1.0.0/server-python/examples/users/update-status.md deleted file mode 100644 index 55b32b1c1c..0000000000 --- a/docs/examples/1.0.0/server-python/examples/users/update-status.md +++ /dev/null @@ -1,14 +0,0 @@ -from appwrite.client import Client -from appwrite.services.users import Users - -client = Client() - -(client - .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint - .set_project('5df5acd0d48c2') # Your project ID - .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key -) - -users = Users(client) - -result = users.update_status('[USER_ID]', False) diff --git a/docs/examples/1.0.0/server-ruby/examples/account/create-phone-verification.md b/docs/examples/1.0.0/server-ruby/examples/account/create-phone-verification.md deleted file mode 100644 index 10b9b8629f..0000000000 --- a/docs/examples/1.0.0/server-ruby/examples/account/create-phone-verification.md +++ /dev/null @@ -1,14 +0,0 @@ -require 'appwrite' - -client = Appwrite::Client.new - -client - .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint - .set_project('5df5acd0d48c2') # Your project ID - .set_jwt('eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ...') # Your secret JSON Web Token - -account = Appwrite::Account.new(client) - -response = account.create_phone_verification() - -puts response.inspect \ No newline at end of file diff --git a/docs/examples/1.0.0/server-ruby/examples/account/get-logs.md b/docs/examples/1.0.0/server-ruby/examples/account/get-logs.md deleted file mode 100644 index 31d1aebd12..0000000000 --- a/docs/examples/1.0.0/server-ruby/examples/account/get-logs.md +++ /dev/null @@ -1,14 +0,0 @@ -require 'appwrite' - -client = Appwrite::Client.new - -client - .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint - .set_project('5df5acd0d48c2') # Your project ID - .set_jwt('eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ...') # Your secret JSON Web Token - -account = Appwrite::Account.new(client) - -response = account.get_logs() - -puts response.inspect \ No newline at end of file diff --git a/docs/examples/1.0.0/server-ruby/examples/account/get-sessions.md b/docs/examples/1.0.0/server-ruby/examples/account/get-sessions.md deleted file mode 100644 index 67302aa556..0000000000 --- a/docs/examples/1.0.0/server-ruby/examples/account/get-sessions.md +++ /dev/null @@ -1,14 +0,0 @@ -require 'appwrite' - -client = Appwrite::Client.new - -client - .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint - .set_project('5df5acd0d48c2') # Your project ID - .set_jwt('eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ...') # Your secret JSON Web Token - -account = Appwrite::Account.new(client) - -response = account.get_sessions() - -puts response.inspect \ No newline at end of file diff --git a/docs/examples/1.0.0/server-ruby/examples/account/update-email.md b/docs/examples/1.0.0/server-ruby/examples/account/update-email.md deleted file mode 100644 index a036b30974..0000000000 --- a/docs/examples/1.0.0/server-ruby/examples/account/update-email.md +++ /dev/null @@ -1,14 +0,0 @@ -require 'appwrite' - -client = Appwrite::Client.new - -client - .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint - .set_project('5df5acd0d48c2') # Your project ID - .set_jwt('eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ...') # Your secret JSON Web Token - -account = Appwrite::Account.new(client) - -response = account.update_email(email: 'email@example.com', password: 'password') - -puts response.inspect \ No newline at end of file diff --git a/docs/examples/1.0.0/server-ruby/examples/account/update-name.md b/docs/examples/1.0.0/server-ruby/examples/account/update-name.md deleted file mode 100644 index 217be57b15..0000000000 --- a/docs/examples/1.0.0/server-ruby/examples/account/update-name.md +++ /dev/null @@ -1,14 +0,0 @@ -require 'appwrite' - -client = Appwrite::Client.new - -client - .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint - .set_project('5df5acd0d48c2') # Your project ID - .set_jwt('eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ...') # Your secret JSON Web Token - -account = Appwrite::Account.new(client) - -response = account.update_name(name: '[NAME]') - -puts response.inspect \ No newline at end of file diff --git a/docs/examples/1.0.0/server-ruby/examples/account/update-password.md b/docs/examples/1.0.0/server-ruby/examples/account/update-password.md deleted file mode 100644 index 0e6914d26a..0000000000 --- a/docs/examples/1.0.0/server-ruby/examples/account/update-password.md +++ /dev/null @@ -1,14 +0,0 @@ -require 'appwrite' - -client = Appwrite::Client.new - -client - .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint - .set_project('5df5acd0d48c2') # Your project ID - .set_jwt('eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ...') # Your secret JSON Web Token - -account = Appwrite::Account.new(client) - -response = account.update_password(password: 'password') - -puts response.inspect \ No newline at end of file diff --git a/docs/examples/1.0.0/server-ruby/examples/account/update-phone-verification.md b/docs/examples/1.0.0/server-ruby/examples/account/update-phone-verification.md deleted file mode 100644 index 06a61212d4..0000000000 --- a/docs/examples/1.0.0/server-ruby/examples/account/update-phone-verification.md +++ /dev/null @@ -1,14 +0,0 @@ -require 'appwrite' - -client = Appwrite::Client.new - -client - .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint - .set_project('5df5acd0d48c2') # Your project ID - .set_jwt('eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ...') # Your secret JSON Web Token - -account = Appwrite::Account.new(client) - -response = account.update_phone_verification(user_id: '[USER_ID]', secret: '[SECRET]') - -puts response.inspect \ No newline at end of file diff --git a/docs/examples/1.0.0/server-ruby/examples/account/update-phone.md b/docs/examples/1.0.0/server-ruby/examples/account/update-phone.md deleted file mode 100644 index e94e4fa6c8..0000000000 --- a/docs/examples/1.0.0/server-ruby/examples/account/update-phone.md +++ /dev/null @@ -1,14 +0,0 @@ -require 'appwrite' - -client = Appwrite::Client.new - -client - .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint - .set_project('5df5acd0d48c2') # Your project ID - .set_jwt('eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ...') # Your secret JSON Web Token - -account = Appwrite::Account.new(client) - -response = account.update_phone(phone: '', password: 'password') - -puts response.inspect \ No newline at end of file diff --git a/docs/examples/1.0.0/server-ruby/examples/account/update-prefs.md b/docs/examples/1.0.0/server-ruby/examples/account/update-prefs.md deleted file mode 100644 index 6a78546b15..0000000000 --- a/docs/examples/1.0.0/server-ruby/examples/account/update-prefs.md +++ /dev/null @@ -1,14 +0,0 @@ -require 'appwrite' - -client = Appwrite::Client.new - -client - .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint - .set_project('5df5acd0d48c2') # Your project ID - .set_jwt('eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ...') # Your secret JSON Web Token - -account = Appwrite::Account.new(client) - -response = account.update_prefs(prefs: {}) - -puts response.inspect \ No newline at end of file diff --git a/docs/examples/1.0.0/server-ruby/examples/account/update-recovery.md b/docs/examples/1.0.0/server-ruby/examples/account/update-recovery.md deleted file mode 100644 index d6d0050fe3..0000000000 --- a/docs/examples/1.0.0/server-ruby/examples/account/update-recovery.md +++ /dev/null @@ -1,14 +0,0 @@ -require 'appwrite' - -client = Appwrite::Client.new - -client - .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint - .set_project('5df5acd0d48c2') # Your project ID - .set_jwt('eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ...') # Your secret JSON Web Token - -account = Appwrite::Account.new(client) - -response = account.update_recovery(user_id: '[USER_ID]', secret: '[SECRET]', password: 'password', password_again: 'password') - -puts response.inspect \ No newline at end of file diff --git a/docs/examples/1.0.0/server-ruby/examples/account/update-session.md b/docs/examples/1.0.0/server-ruby/examples/account/update-session.md deleted file mode 100644 index 281efc72f7..0000000000 --- a/docs/examples/1.0.0/server-ruby/examples/account/update-session.md +++ /dev/null @@ -1,14 +0,0 @@ -require 'appwrite' - -client = Appwrite::Client.new - -client - .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint - .set_project('5df5acd0d48c2') # Your project ID - .set_jwt('eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ...') # Your secret JSON Web Token - -account = Appwrite::Account.new(client) - -response = account.update_session(session_id: '[SESSION_ID]') - -puts response.inspect \ No newline at end of file diff --git a/docs/examples/1.0.0/server-ruby/examples/account/update-status.md b/docs/examples/1.0.0/server-ruby/examples/account/update-status.md deleted file mode 100644 index c609271182..0000000000 --- a/docs/examples/1.0.0/server-ruby/examples/account/update-status.md +++ /dev/null @@ -1,14 +0,0 @@ -require 'appwrite' - -client = Appwrite::Client.new - -client - .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint - .set_project('5df5acd0d48c2') # Your project ID - .set_jwt('eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ...') # Your secret JSON Web Token - -account = Appwrite::Account.new(client) - -response = account.update_status() - -puts response.inspect \ No newline at end of file diff --git a/docs/examples/1.0.0/server-ruby/examples/account/update-verification.md b/docs/examples/1.0.0/server-ruby/examples/account/update-verification.md deleted file mode 100644 index c2079c05b5..0000000000 --- a/docs/examples/1.0.0/server-ruby/examples/account/update-verification.md +++ /dev/null @@ -1,14 +0,0 @@ -require 'appwrite' - -client = Appwrite::Client.new - -client - .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint - .set_project('5df5acd0d48c2') # Your project ID - .set_jwt('eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ...') # Your secret JSON Web Token - -account = Appwrite::Account.new(client) - -response = account.update_verification(user_id: '[USER_ID]', secret: '[SECRET]') - -puts response.inspect \ No newline at end of file diff --git a/docs/examples/1.0.0/server-ruby/examples/avatars/get-credit-card.md b/docs/examples/1.0.0/server-ruby/examples/avatars/get-credit-card.md deleted file mode 100644 index bf2d103536..0000000000 --- a/docs/examples/1.0.0/server-ruby/examples/avatars/get-credit-card.md +++ /dev/null @@ -1,14 +0,0 @@ -require 'appwrite' - -client = Appwrite::Client.new - -client - .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint - .set_project('5df5acd0d48c2') # Your project ID - .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key - -avatars = Appwrite::Avatars.new(client) - -response = avatars.get_credit_card(code: 'amex') - -puts response.inspect \ No newline at end of file diff --git a/docs/examples/1.0.0/server-ruby/examples/avatars/get-q-r.md b/docs/examples/1.0.0/server-ruby/examples/avatars/get-q-r.md deleted file mode 100644 index 3714d545eb..0000000000 --- a/docs/examples/1.0.0/server-ruby/examples/avatars/get-q-r.md +++ /dev/null @@ -1,14 +0,0 @@ -require 'appwrite' - -client = Appwrite::Client.new - -client - .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint - .set_project('5df5acd0d48c2') # Your project ID - .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key - -avatars = Appwrite::Avatars.new(client) - -response = avatars.get_qr(text: '[TEXT]') - -puts response.inspect \ No newline at end of file diff --git a/docs/examples/1.0.0/server-ruby/examples/databases/create-boolean-attribute.md b/docs/examples/1.0.0/server-ruby/examples/databases/create-boolean-attribute.md deleted file mode 100644 index 31f0c4c256..0000000000 --- a/docs/examples/1.0.0/server-ruby/examples/databases/create-boolean-attribute.md +++ /dev/null @@ -1,14 +0,0 @@ -require 'appwrite' - -client = Appwrite::Client.new - -client - .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint - .set_project('5df5acd0d48c2') # Your project ID - .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key - -databases = Appwrite::Databases.new(client) - -response = databases.create_boolean_attribute(database_id: '[DATABASE_ID]', collection_id: '[COLLECTION_ID]', key: '', required: false) - -puts response.inspect \ No newline at end of file diff --git a/docs/examples/1.0.0/server-ruby/examples/databases/create-collection.md b/docs/examples/1.0.0/server-ruby/examples/databases/create-collection.md deleted file mode 100644 index dc330a0692..0000000000 --- a/docs/examples/1.0.0/server-ruby/examples/databases/create-collection.md +++ /dev/null @@ -1,14 +0,0 @@ -require 'appwrite' - -client = Appwrite::Client.new - -client - .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint - .set_project('5df5acd0d48c2') # Your project ID - .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key - -databases = Appwrite::Databases.new(client) - -response = databases.create_collection(database_id: '[DATABASE_ID]', collection_id: '[COLLECTION_ID]', name: '[NAME]') - -puts response.inspect \ No newline at end of file diff --git a/docs/examples/1.0.0/server-ruby/examples/databases/create-datetime-attribute.md b/docs/examples/1.0.0/server-ruby/examples/databases/create-datetime-attribute.md deleted file mode 100644 index 7c3e72cfa3..0000000000 --- a/docs/examples/1.0.0/server-ruby/examples/databases/create-datetime-attribute.md +++ /dev/null @@ -1,14 +0,0 @@ -require 'appwrite' - -client = Appwrite::Client.new - -client - .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint - .set_project('5df5acd0d48c2') # Your project ID - .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key - -databases = Appwrite::Databases.new(client) - -response = databases.create_datetime_attribute(database_id: '[DATABASE_ID]', collection_id: '[COLLECTION_ID]', key: '', required: false) - -puts response.inspect \ No newline at end of file diff --git a/docs/examples/1.0.0/server-ruby/examples/databases/create-document.md b/docs/examples/1.0.0/server-ruby/examples/databases/create-document.md deleted file mode 100644 index bab29bf3c4..0000000000 --- a/docs/examples/1.0.0/server-ruby/examples/databases/create-document.md +++ /dev/null @@ -1,14 +0,0 @@ -require 'appwrite' - -client = Appwrite::Client.new - -client - .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint - .set_project('5df5acd0d48c2') # Your project ID - .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key - -databases = Appwrite::Databases.new(client) - -response = databases.create_document(database_id: '[DATABASE_ID]', collection_id: '[COLLECTION_ID]', document_id: '[DOCUMENT_ID]', data: {}) - -puts response.inspect \ No newline at end of file diff --git a/docs/examples/1.0.0/server-ruby/examples/databases/create-email-attribute.md b/docs/examples/1.0.0/server-ruby/examples/databases/create-email-attribute.md deleted file mode 100644 index 04bdc46f75..0000000000 --- a/docs/examples/1.0.0/server-ruby/examples/databases/create-email-attribute.md +++ /dev/null @@ -1,14 +0,0 @@ -require 'appwrite' - -client = Appwrite::Client.new - -client - .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint - .set_project('5df5acd0d48c2') # Your project ID - .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key - -databases = Appwrite::Databases.new(client) - -response = databases.create_email_attribute(database_id: '[DATABASE_ID]', collection_id: '[COLLECTION_ID]', key: '', required: false) - -puts response.inspect \ No newline at end of file diff --git a/docs/examples/1.0.0/server-ruby/examples/databases/create-enum-attribute.md b/docs/examples/1.0.0/server-ruby/examples/databases/create-enum-attribute.md deleted file mode 100644 index 2d755d5f24..0000000000 --- a/docs/examples/1.0.0/server-ruby/examples/databases/create-enum-attribute.md +++ /dev/null @@ -1,14 +0,0 @@ -require 'appwrite' - -client = Appwrite::Client.new - -client - .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint - .set_project('5df5acd0d48c2') # Your project ID - .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key - -databases = Appwrite::Databases.new(client) - -response = databases.create_enum_attribute(database_id: '[DATABASE_ID]', collection_id: '[COLLECTION_ID]', key: '', elements: [], required: false) - -puts response.inspect \ No newline at end of file diff --git a/docs/examples/1.0.0/server-ruby/examples/databases/create-float-attribute.md b/docs/examples/1.0.0/server-ruby/examples/databases/create-float-attribute.md deleted file mode 100644 index 69e7e67121..0000000000 --- a/docs/examples/1.0.0/server-ruby/examples/databases/create-float-attribute.md +++ /dev/null @@ -1,14 +0,0 @@ -require 'appwrite' - -client = Appwrite::Client.new - -client - .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint - .set_project('5df5acd0d48c2') # Your project ID - .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key - -databases = Appwrite::Databases.new(client) - -response = databases.create_float_attribute(database_id: '[DATABASE_ID]', collection_id: '[COLLECTION_ID]', key: '', required: false) - -puts response.inspect \ No newline at end of file diff --git a/docs/examples/1.0.0/server-ruby/examples/databases/create-index.md b/docs/examples/1.0.0/server-ruby/examples/databases/create-index.md deleted file mode 100644 index 7a8026d5ef..0000000000 --- a/docs/examples/1.0.0/server-ruby/examples/databases/create-index.md +++ /dev/null @@ -1,14 +0,0 @@ -require 'appwrite' - -client = Appwrite::Client.new - -client - .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint - .set_project('5df5acd0d48c2') # Your project ID - .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key - -databases = Appwrite::Databases.new(client) - -response = databases.create_index(database_id: '[DATABASE_ID]', collection_id: '[COLLECTION_ID]', key: '', type: 'key', attributes: []) - -puts response.inspect \ No newline at end of file diff --git a/docs/examples/1.0.0/server-ruby/examples/databases/create-integer-attribute.md b/docs/examples/1.0.0/server-ruby/examples/databases/create-integer-attribute.md deleted file mode 100644 index 1bae8b555e..0000000000 --- a/docs/examples/1.0.0/server-ruby/examples/databases/create-integer-attribute.md +++ /dev/null @@ -1,14 +0,0 @@ -require 'appwrite' - -client = Appwrite::Client.new - -client - .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint - .set_project('5df5acd0d48c2') # Your project ID - .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key - -databases = Appwrite::Databases.new(client) - -response = databases.create_integer_attribute(database_id: '[DATABASE_ID]', collection_id: '[COLLECTION_ID]', key: '', required: false) - -puts response.inspect \ No newline at end of file diff --git a/docs/examples/1.0.0/server-ruby/examples/databases/create-ip-attribute.md b/docs/examples/1.0.0/server-ruby/examples/databases/create-ip-attribute.md deleted file mode 100644 index 4cfebdea8b..0000000000 --- a/docs/examples/1.0.0/server-ruby/examples/databases/create-ip-attribute.md +++ /dev/null @@ -1,14 +0,0 @@ -require 'appwrite' - -client = Appwrite::Client.new - -client - .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint - .set_project('5df5acd0d48c2') # Your project ID - .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key - -databases = Appwrite::Databases.new(client) - -response = databases.create_ip_attribute(database_id: '[DATABASE_ID]', collection_id: '[COLLECTION_ID]', key: '', required: false) - -puts response.inspect \ No newline at end of file diff --git a/docs/examples/1.0.0/server-ruby/examples/databases/create-string-attribute.md b/docs/examples/1.0.0/server-ruby/examples/databases/create-string-attribute.md deleted file mode 100644 index c1457a364c..0000000000 --- a/docs/examples/1.0.0/server-ruby/examples/databases/create-string-attribute.md +++ /dev/null @@ -1,14 +0,0 @@ -require 'appwrite' - -client = Appwrite::Client.new - -client - .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint - .set_project('5df5acd0d48c2') # Your project ID - .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key - -databases = Appwrite::Databases.new(client) - -response = databases.create_string_attribute(database_id: '[DATABASE_ID]', collection_id: '[COLLECTION_ID]', key: '', size: 1, required: false) - -puts response.inspect \ No newline at end of file diff --git a/docs/examples/1.0.0/server-ruby/examples/databases/create-url-attribute.md b/docs/examples/1.0.0/server-ruby/examples/databases/create-url-attribute.md deleted file mode 100644 index 0a368b44b3..0000000000 --- a/docs/examples/1.0.0/server-ruby/examples/databases/create-url-attribute.md +++ /dev/null @@ -1,14 +0,0 @@ -require 'appwrite' - -client = Appwrite::Client.new - -client - .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint - .set_project('5df5acd0d48c2') # Your project ID - .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key - -databases = Appwrite::Databases.new(client) - -response = databases.create_url_attribute(database_id: '[DATABASE_ID]', collection_id: '[COLLECTION_ID]', key: '', required: false) - -puts response.inspect \ No newline at end of file diff --git a/docs/examples/1.0.0/server-ruby/examples/databases/create.md b/docs/examples/1.0.0/server-ruby/examples/databases/create.md deleted file mode 100644 index 2f9b7c1d18..0000000000 --- a/docs/examples/1.0.0/server-ruby/examples/databases/create.md +++ /dev/null @@ -1,14 +0,0 @@ -require 'appwrite' - -client = Appwrite::Client.new - -client - .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint - .set_project('5df5acd0d48c2') # Your project ID - .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key - -databases = Appwrite::Databases.new(client) - -response = databases.create(database_id: '[DATABASE_ID]', name: '[NAME]') - -puts response.inspect \ No newline at end of file diff --git a/docs/examples/1.0.0/server-ruby/examples/databases/delete-attribute.md b/docs/examples/1.0.0/server-ruby/examples/databases/delete-attribute.md deleted file mode 100644 index b19bc6aef7..0000000000 --- a/docs/examples/1.0.0/server-ruby/examples/databases/delete-attribute.md +++ /dev/null @@ -1,14 +0,0 @@ -require 'appwrite' - -client = Appwrite::Client.new - -client - .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint - .set_project('5df5acd0d48c2') # Your project ID - .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key - -databases = Appwrite::Databases.new(client) - -response = databases.delete_attribute(database_id: '[DATABASE_ID]', collection_id: '[COLLECTION_ID]', key: '') - -puts response.inspect \ No newline at end of file diff --git a/docs/examples/1.0.0/server-ruby/examples/databases/delete-collection.md b/docs/examples/1.0.0/server-ruby/examples/databases/delete-collection.md deleted file mode 100644 index 9e8e8abb07..0000000000 --- a/docs/examples/1.0.0/server-ruby/examples/databases/delete-collection.md +++ /dev/null @@ -1,14 +0,0 @@ -require 'appwrite' - -client = Appwrite::Client.new - -client - .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint - .set_project('5df5acd0d48c2') # Your project ID - .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key - -databases = Appwrite::Databases.new(client) - -response = databases.delete_collection(database_id: '[DATABASE_ID]', collection_id: '[COLLECTION_ID]') - -puts response.inspect \ No newline at end of file diff --git a/docs/examples/1.0.0/server-ruby/examples/databases/delete-index.md b/docs/examples/1.0.0/server-ruby/examples/databases/delete-index.md deleted file mode 100644 index bc21116842..0000000000 --- a/docs/examples/1.0.0/server-ruby/examples/databases/delete-index.md +++ /dev/null @@ -1,14 +0,0 @@ -require 'appwrite' - -client = Appwrite::Client.new - -client - .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint - .set_project('5df5acd0d48c2') # Your project ID - .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key - -databases = Appwrite::Databases.new(client) - -response = databases.delete_index(database_id: '[DATABASE_ID]', collection_id: '[COLLECTION_ID]', key: '') - -puts response.inspect \ No newline at end of file diff --git a/docs/examples/1.0.0/server-ruby/examples/databases/delete.md b/docs/examples/1.0.0/server-ruby/examples/databases/delete.md deleted file mode 100644 index ee44decd9c..0000000000 --- a/docs/examples/1.0.0/server-ruby/examples/databases/delete.md +++ /dev/null @@ -1,14 +0,0 @@ -require 'appwrite' - -client = Appwrite::Client.new - -client - .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint - .set_project('5df5acd0d48c2') # Your project ID - .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key - -databases = Appwrite::Databases.new(client) - -response = databases.delete(database_id: '[DATABASE_ID]') - -puts response.inspect \ No newline at end of file diff --git a/docs/examples/1.0.0/server-ruby/examples/databases/get-attribute.md b/docs/examples/1.0.0/server-ruby/examples/databases/get-attribute.md deleted file mode 100644 index 06af19a7cd..0000000000 --- a/docs/examples/1.0.0/server-ruby/examples/databases/get-attribute.md +++ /dev/null @@ -1,14 +0,0 @@ -require 'appwrite' - -client = Appwrite::Client.new - -client - .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint - .set_project('5df5acd0d48c2') # Your project ID - .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key - -databases = Appwrite::Databases.new(client) - -response = databases.get_attribute(database_id: '[DATABASE_ID]', collection_id: '[COLLECTION_ID]', key: '') - -puts response.inspect \ No newline at end of file diff --git a/docs/examples/1.0.0/server-ruby/examples/databases/get-collection.md b/docs/examples/1.0.0/server-ruby/examples/databases/get-collection.md deleted file mode 100644 index b66facbc3a..0000000000 --- a/docs/examples/1.0.0/server-ruby/examples/databases/get-collection.md +++ /dev/null @@ -1,14 +0,0 @@ -require 'appwrite' - -client = Appwrite::Client.new - -client - .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint - .set_project('5df5acd0d48c2') # Your project ID - .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key - -databases = Appwrite::Databases.new(client) - -response = databases.get_collection(database_id: '[DATABASE_ID]', collection_id: '[COLLECTION_ID]') - -puts response.inspect \ No newline at end of file diff --git a/docs/examples/1.0.0/server-ruby/examples/databases/get-document.md b/docs/examples/1.0.0/server-ruby/examples/databases/get-document.md deleted file mode 100644 index d3c77276a6..0000000000 --- a/docs/examples/1.0.0/server-ruby/examples/databases/get-document.md +++ /dev/null @@ -1,14 +0,0 @@ -require 'appwrite' - -client = Appwrite::Client.new - -client - .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint - .set_project('5df5acd0d48c2') # Your project ID - .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key - -databases = Appwrite::Databases.new(client) - -response = databases.get_document(database_id: '[DATABASE_ID]', collection_id: '[COLLECTION_ID]', document_id: '[DOCUMENT_ID]') - -puts response.inspect \ No newline at end of file diff --git a/docs/examples/1.0.0/server-ruby/examples/databases/get-index.md b/docs/examples/1.0.0/server-ruby/examples/databases/get-index.md deleted file mode 100644 index 143182b4eb..0000000000 --- a/docs/examples/1.0.0/server-ruby/examples/databases/get-index.md +++ /dev/null @@ -1,14 +0,0 @@ -require 'appwrite' - -client = Appwrite::Client.new - -client - .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint - .set_project('5df5acd0d48c2') # Your project ID - .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key - -databases = Appwrite::Databases.new(client) - -response = databases.get_index(database_id: '[DATABASE_ID]', collection_id: '[COLLECTION_ID]', key: '') - -puts response.inspect \ No newline at end of file diff --git a/docs/examples/1.0.0/server-ruby/examples/databases/get.md b/docs/examples/1.0.0/server-ruby/examples/databases/get.md deleted file mode 100644 index 093e45037c..0000000000 --- a/docs/examples/1.0.0/server-ruby/examples/databases/get.md +++ /dev/null @@ -1,14 +0,0 @@ -require 'appwrite' - -client = Appwrite::Client.new - -client - .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint - .set_project('5df5acd0d48c2') # Your project ID - .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key - -databases = Appwrite::Databases.new(client) - -response = databases.get(database_id: '[DATABASE_ID]') - -puts response.inspect \ No newline at end of file diff --git a/docs/examples/1.0.0/server-ruby/examples/databases/list-attributes.md b/docs/examples/1.0.0/server-ruby/examples/databases/list-attributes.md deleted file mode 100644 index c83ce00ee7..0000000000 --- a/docs/examples/1.0.0/server-ruby/examples/databases/list-attributes.md +++ /dev/null @@ -1,14 +0,0 @@ -require 'appwrite' - -client = Appwrite::Client.new - -client - .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint - .set_project('5df5acd0d48c2') # Your project ID - .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key - -databases = Appwrite::Databases.new(client) - -response = databases.list_attributes(database_id: '[DATABASE_ID]', collection_id: '[COLLECTION_ID]') - -puts response.inspect \ No newline at end of file diff --git a/docs/examples/1.0.0/server-ruby/examples/databases/list-collections.md b/docs/examples/1.0.0/server-ruby/examples/databases/list-collections.md deleted file mode 100644 index fb27f1d030..0000000000 --- a/docs/examples/1.0.0/server-ruby/examples/databases/list-collections.md +++ /dev/null @@ -1,14 +0,0 @@ -require 'appwrite' - -client = Appwrite::Client.new - -client - .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint - .set_project('5df5acd0d48c2') # Your project ID - .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key - -databases = Appwrite::Databases.new(client) - -response = databases.list_collections(database_id: '[DATABASE_ID]') - -puts response.inspect \ No newline at end of file diff --git a/docs/examples/1.0.0/server-ruby/examples/databases/list-documents.md b/docs/examples/1.0.0/server-ruby/examples/databases/list-documents.md deleted file mode 100644 index 4f4b1d97ab..0000000000 --- a/docs/examples/1.0.0/server-ruby/examples/databases/list-documents.md +++ /dev/null @@ -1,14 +0,0 @@ -require 'appwrite' - -client = Appwrite::Client.new - -client - .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint - .set_project('5df5acd0d48c2') # Your project ID - .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key - -databases = Appwrite::Databases.new(client) - -response = databases.list_documents(database_id: '[DATABASE_ID]', collection_id: '[COLLECTION_ID]') - -puts response.inspect \ No newline at end of file diff --git a/docs/examples/1.0.0/server-ruby/examples/databases/list-indexes.md b/docs/examples/1.0.0/server-ruby/examples/databases/list-indexes.md deleted file mode 100644 index 3edf1a02e9..0000000000 --- a/docs/examples/1.0.0/server-ruby/examples/databases/list-indexes.md +++ /dev/null @@ -1,14 +0,0 @@ -require 'appwrite' - -client = Appwrite::Client.new - -client - .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint - .set_project('5df5acd0d48c2') # Your project ID - .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key - -databases = Appwrite::Databases.new(client) - -response = databases.list_indexes(database_id: '[DATABASE_ID]', collection_id: '[COLLECTION_ID]') - -puts response.inspect \ No newline at end of file diff --git a/docs/examples/1.0.0/server-ruby/examples/databases/list.md b/docs/examples/1.0.0/server-ruby/examples/databases/list.md deleted file mode 100644 index ae0112dc30..0000000000 --- a/docs/examples/1.0.0/server-ruby/examples/databases/list.md +++ /dev/null @@ -1,14 +0,0 @@ -require 'appwrite' - -client = Appwrite::Client.new - -client - .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint - .set_project('5df5acd0d48c2') # Your project ID - .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key - -databases = Appwrite::Databases.new(client) - -response = databases.list() - -puts response.inspect \ No newline at end of file diff --git a/docs/examples/1.0.0/server-ruby/examples/databases/update-collection.md b/docs/examples/1.0.0/server-ruby/examples/databases/update-collection.md deleted file mode 100644 index 01d87249ea..0000000000 --- a/docs/examples/1.0.0/server-ruby/examples/databases/update-collection.md +++ /dev/null @@ -1,14 +0,0 @@ -require 'appwrite' - -client = Appwrite::Client.new - -client - .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint - .set_project('5df5acd0d48c2') # Your project ID - .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key - -databases = Appwrite::Databases.new(client) - -response = databases.update_collection(database_id: '[DATABASE_ID]', collection_id: '[COLLECTION_ID]', name: '[NAME]') - -puts response.inspect \ No newline at end of file diff --git a/docs/examples/1.0.0/server-ruby/examples/databases/update-document.md b/docs/examples/1.0.0/server-ruby/examples/databases/update-document.md deleted file mode 100644 index e6de79eddd..0000000000 --- a/docs/examples/1.0.0/server-ruby/examples/databases/update-document.md +++ /dev/null @@ -1,14 +0,0 @@ -require 'appwrite' - -client = Appwrite::Client.new - -client - .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint - .set_project('5df5acd0d48c2') # Your project ID - .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key - -databases = Appwrite::Databases.new(client) - -response = databases.update_document(database_id: '[DATABASE_ID]', collection_id: '[COLLECTION_ID]', document_id: '[DOCUMENT_ID]') - -puts response.inspect \ No newline at end of file diff --git a/docs/examples/1.0.0/server-ruby/examples/databases/update.md b/docs/examples/1.0.0/server-ruby/examples/databases/update.md deleted file mode 100644 index 9100787e4c..0000000000 --- a/docs/examples/1.0.0/server-ruby/examples/databases/update.md +++ /dev/null @@ -1,14 +0,0 @@ -require 'appwrite' - -client = Appwrite::Client.new - -client - .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint - .set_project('5df5acd0d48c2') # Your project ID - .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key - -databases = Appwrite::Databases.new(client) - -response = databases.update(database_id: '[DATABASE_ID]', name: '[NAME]') - -puts response.inspect \ No newline at end of file diff --git a/docs/examples/1.0.0/server-ruby/examples/functions/create-deployment.md b/docs/examples/1.0.0/server-ruby/examples/functions/create-deployment.md deleted file mode 100644 index 42f3e467bb..0000000000 --- a/docs/examples/1.0.0/server-ruby/examples/functions/create-deployment.md +++ /dev/null @@ -1,14 +0,0 @@ -require 'appwrite' - -client = Appwrite::Client.new - -client - .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint - .set_project('5df5acd0d48c2') # Your project ID - .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key - -functions = Appwrite::Functions.new(client) - -response = functions.create_deployment(function_id: '[FUNCTION_ID]', entrypoint: '[ENTRYPOINT]', code: Appwrite::InputFile.from_path('dir/file.png'), activate: false) - -puts response.inspect \ No newline at end of file diff --git a/docs/examples/1.0.0/server-ruby/examples/functions/create-execution.md b/docs/examples/1.0.0/server-ruby/examples/functions/create-execution.md deleted file mode 100644 index 25d48ddadf..0000000000 --- a/docs/examples/1.0.0/server-ruby/examples/functions/create-execution.md +++ /dev/null @@ -1,14 +0,0 @@ -require 'appwrite' - -client = Appwrite::Client.new - -client - .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint - .set_project('5df5acd0d48c2') # Your project ID - .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key - -functions = Appwrite::Functions.new(client) - -response = functions.create_execution(function_id: '[FUNCTION_ID]') - -puts response.inspect \ No newline at end of file diff --git a/docs/examples/1.0.0/server-ruby/examples/functions/create-variable.md b/docs/examples/1.0.0/server-ruby/examples/functions/create-variable.md deleted file mode 100644 index 7380a5b838..0000000000 --- a/docs/examples/1.0.0/server-ruby/examples/functions/create-variable.md +++ /dev/null @@ -1,14 +0,0 @@ -require 'appwrite' - -client = Appwrite::Client.new - -client - .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint - .set_project('5df5acd0d48c2') # Your project ID - .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key - -functions = Appwrite::Functions.new(client) - -response = functions.create_variable(function_id: '[FUNCTION_ID]', key: '[KEY]', value: '[VALUE]') - -puts response.inspect \ No newline at end of file diff --git a/docs/examples/1.0.0/server-ruby/examples/functions/delete-deployment.md b/docs/examples/1.0.0/server-ruby/examples/functions/delete-deployment.md deleted file mode 100644 index 6ae40f76f4..0000000000 --- a/docs/examples/1.0.0/server-ruby/examples/functions/delete-deployment.md +++ /dev/null @@ -1,14 +0,0 @@ -require 'appwrite' - -client = Appwrite::Client.new - -client - .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint - .set_project('5df5acd0d48c2') # Your project ID - .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key - -functions = Appwrite::Functions.new(client) - -response = functions.delete_deployment(function_id: '[FUNCTION_ID]', deployment_id: '[DEPLOYMENT_ID]') - -puts response.inspect \ No newline at end of file diff --git a/docs/examples/1.0.0/server-ruby/examples/functions/delete-variable.md b/docs/examples/1.0.0/server-ruby/examples/functions/delete-variable.md deleted file mode 100644 index f8c1917562..0000000000 --- a/docs/examples/1.0.0/server-ruby/examples/functions/delete-variable.md +++ /dev/null @@ -1,14 +0,0 @@ -require 'appwrite' - -client = Appwrite::Client.new - -client - .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint - .set_project('5df5acd0d48c2') # Your project ID - .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key - -functions = Appwrite::Functions.new(client) - -response = functions.delete_variable(function_id: '[FUNCTION_ID]', variable_id: '[VARIABLE_ID]') - -puts response.inspect \ No newline at end of file diff --git a/docs/examples/1.0.0/server-ruby/examples/functions/delete.md b/docs/examples/1.0.0/server-ruby/examples/functions/delete.md deleted file mode 100644 index 33d2154958..0000000000 --- a/docs/examples/1.0.0/server-ruby/examples/functions/delete.md +++ /dev/null @@ -1,14 +0,0 @@ -require 'appwrite' - -client = Appwrite::Client.new - -client - .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint - .set_project('5df5acd0d48c2') # Your project ID - .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key - -functions = Appwrite::Functions.new(client) - -response = functions.delete(function_id: '[FUNCTION_ID]') - -puts response.inspect \ No newline at end of file diff --git a/docs/examples/1.0.0/server-ruby/examples/functions/get-deployment.md b/docs/examples/1.0.0/server-ruby/examples/functions/get-deployment.md deleted file mode 100644 index f9cbff3800..0000000000 --- a/docs/examples/1.0.0/server-ruby/examples/functions/get-deployment.md +++ /dev/null @@ -1,14 +0,0 @@ -require 'appwrite' - -client = Appwrite::Client.new - -client - .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint - .set_project('5df5acd0d48c2') # Your project ID - .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key - -functions = Appwrite::Functions.new(client) - -response = functions.get_deployment(function_id: '[FUNCTION_ID]', deployment_id: '[DEPLOYMENT_ID]') - -puts response.inspect \ No newline at end of file diff --git a/docs/examples/1.0.0/server-ruby/examples/functions/get-execution.md b/docs/examples/1.0.0/server-ruby/examples/functions/get-execution.md deleted file mode 100644 index dd43307553..0000000000 --- a/docs/examples/1.0.0/server-ruby/examples/functions/get-execution.md +++ /dev/null @@ -1,14 +0,0 @@ -require 'appwrite' - -client = Appwrite::Client.new - -client - .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint - .set_project('5df5acd0d48c2') # Your project ID - .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key - -functions = Appwrite::Functions.new(client) - -response = functions.get_execution(function_id: '[FUNCTION_ID]', execution_id: '[EXECUTION_ID]') - -puts response.inspect \ No newline at end of file diff --git a/docs/examples/1.0.0/server-ruby/examples/functions/get-variable.md b/docs/examples/1.0.0/server-ruby/examples/functions/get-variable.md deleted file mode 100644 index f3046ca63d..0000000000 --- a/docs/examples/1.0.0/server-ruby/examples/functions/get-variable.md +++ /dev/null @@ -1,14 +0,0 @@ -require 'appwrite' - -client = Appwrite::Client.new - -client - .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint - .set_project('5df5acd0d48c2') # Your project ID - .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key - -functions = Appwrite::Functions.new(client) - -response = functions.get_variable(function_id: '[FUNCTION_ID]', variable_id: '[VARIABLE_ID]') - -puts response.inspect \ No newline at end of file diff --git a/docs/examples/1.0.0/server-ruby/examples/functions/get.md b/docs/examples/1.0.0/server-ruby/examples/functions/get.md deleted file mode 100644 index 463f6a406b..0000000000 --- a/docs/examples/1.0.0/server-ruby/examples/functions/get.md +++ /dev/null @@ -1,14 +0,0 @@ -require 'appwrite' - -client = Appwrite::Client.new - -client - .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint - .set_project('5df5acd0d48c2') # Your project ID - .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key - -functions = Appwrite::Functions.new(client) - -response = functions.get(function_id: '[FUNCTION_ID]') - -puts response.inspect \ No newline at end of file diff --git a/docs/examples/1.0.0/server-ruby/examples/functions/list-deployments.md b/docs/examples/1.0.0/server-ruby/examples/functions/list-deployments.md deleted file mode 100644 index 36df28c8ab..0000000000 --- a/docs/examples/1.0.0/server-ruby/examples/functions/list-deployments.md +++ /dev/null @@ -1,14 +0,0 @@ -require 'appwrite' - -client = Appwrite::Client.new - -client - .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint - .set_project('5df5acd0d48c2') # Your project ID - .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key - -functions = Appwrite::Functions.new(client) - -response = functions.list_deployments(function_id: '[FUNCTION_ID]') - -puts response.inspect \ No newline at end of file diff --git a/docs/examples/1.0.0/server-ruby/examples/functions/list-executions.md b/docs/examples/1.0.0/server-ruby/examples/functions/list-executions.md deleted file mode 100644 index da66723679..0000000000 --- a/docs/examples/1.0.0/server-ruby/examples/functions/list-executions.md +++ /dev/null @@ -1,14 +0,0 @@ -require 'appwrite' - -client = Appwrite::Client.new - -client - .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint - .set_project('5df5acd0d48c2') # Your project ID - .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key - -functions = Appwrite::Functions.new(client) - -response = functions.list_executions(function_id: '[FUNCTION_ID]') - -puts response.inspect \ No newline at end of file diff --git a/docs/examples/1.0.0/server-ruby/examples/functions/list-runtimes.md b/docs/examples/1.0.0/server-ruby/examples/functions/list-runtimes.md deleted file mode 100644 index b8f0a75aff..0000000000 --- a/docs/examples/1.0.0/server-ruby/examples/functions/list-runtimes.md +++ /dev/null @@ -1,14 +0,0 @@ -require 'appwrite' - -client = Appwrite::Client.new - -client - .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint - .set_project('5df5acd0d48c2') # Your project ID - .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key - -functions = Appwrite::Functions.new(client) - -response = functions.list_runtimes() - -puts response.inspect \ No newline at end of file diff --git a/docs/examples/1.0.0/server-ruby/examples/functions/list-variables.md b/docs/examples/1.0.0/server-ruby/examples/functions/list-variables.md deleted file mode 100644 index 8bfa6889ec..0000000000 --- a/docs/examples/1.0.0/server-ruby/examples/functions/list-variables.md +++ /dev/null @@ -1,14 +0,0 @@ -require 'appwrite' - -client = Appwrite::Client.new - -client - .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint - .set_project('5df5acd0d48c2') # Your project ID - .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key - -functions = Appwrite::Functions.new(client) - -response = functions.list_variables(function_id: '[FUNCTION_ID]') - -puts response.inspect \ No newline at end of file diff --git a/docs/examples/1.0.0/server-ruby/examples/functions/list.md b/docs/examples/1.0.0/server-ruby/examples/functions/list.md deleted file mode 100644 index ce82a162a5..0000000000 --- a/docs/examples/1.0.0/server-ruby/examples/functions/list.md +++ /dev/null @@ -1,14 +0,0 @@ -require 'appwrite' - -client = Appwrite::Client.new - -client - .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint - .set_project('5df5acd0d48c2') # Your project ID - .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key - -functions = Appwrite::Functions.new(client) - -response = functions.list() - -puts response.inspect \ No newline at end of file diff --git a/docs/examples/1.0.0/server-ruby/examples/functions/retry-build.md b/docs/examples/1.0.0/server-ruby/examples/functions/retry-build.md deleted file mode 100644 index 1e27f85af4..0000000000 --- a/docs/examples/1.0.0/server-ruby/examples/functions/retry-build.md +++ /dev/null @@ -1,14 +0,0 @@ -require 'appwrite' - -client = Appwrite::Client.new - -client - .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint - .set_project('5df5acd0d48c2') # Your project ID - .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key - -functions = Appwrite::Functions.new(client) - -response = functions.retry_build(function_id: '[FUNCTION_ID]', deployment_id: '[DEPLOYMENT_ID]', build_id: '[BUILD_ID]') - -puts response.inspect \ No newline at end of file diff --git a/docs/examples/1.0.0/server-ruby/examples/functions/update-deployment.md b/docs/examples/1.0.0/server-ruby/examples/functions/update-deployment.md deleted file mode 100644 index 02a5bb5014..0000000000 --- a/docs/examples/1.0.0/server-ruby/examples/functions/update-deployment.md +++ /dev/null @@ -1,14 +0,0 @@ -require 'appwrite' - -client = Appwrite::Client.new - -client - .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint - .set_project('5df5acd0d48c2') # Your project ID - .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key - -functions = Appwrite::Functions.new(client) - -response = functions.update_deployment(function_id: '[FUNCTION_ID]', deployment_id: '[DEPLOYMENT_ID]') - -puts response.inspect \ No newline at end of file diff --git a/docs/examples/1.0.0/server-ruby/examples/functions/update-variable.md b/docs/examples/1.0.0/server-ruby/examples/functions/update-variable.md deleted file mode 100644 index 7851cf34f9..0000000000 --- a/docs/examples/1.0.0/server-ruby/examples/functions/update-variable.md +++ /dev/null @@ -1,14 +0,0 @@ -require 'appwrite' - -client = Appwrite::Client.new - -client - .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint - .set_project('5df5acd0d48c2') # Your project ID - .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key - -functions = Appwrite::Functions.new(client) - -response = functions.update_variable(function_id: '[FUNCTION_ID]', variable_id: '[VARIABLE_ID]', key: '[KEY]') - -puts response.inspect \ No newline at end of file diff --git a/docs/examples/1.0.0/server-ruby/examples/health/get-cache.md b/docs/examples/1.0.0/server-ruby/examples/health/get-cache.md deleted file mode 100644 index cbaa4b959f..0000000000 --- a/docs/examples/1.0.0/server-ruby/examples/health/get-cache.md +++ /dev/null @@ -1,14 +0,0 @@ -require 'appwrite' - -client = Appwrite::Client.new - -client - .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint - .set_project('5df5acd0d48c2') # Your project ID - .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key - -health = Appwrite::Health.new(client) - -response = health.get_cache() - -puts response.inspect \ No newline at end of file diff --git a/docs/examples/1.0.0/server-ruby/examples/health/get-d-b.md b/docs/examples/1.0.0/server-ruby/examples/health/get-d-b.md deleted file mode 100644 index 9f7bedd7f5..0000000000 --- a/docs/examples/1.0.0/server-ruby/examples/health/get-d-b.md +++ /dev/null @@ -1,14 +0,0 @@ -require 'appwrite' - -client = Appwrite::Client.new - -client - .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint - .set_project('5df5acd0d48c2') # Your project ID - .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key - -health = Appwrite::Health.new(client) - -response = health.get_db() - -puts response.inspect \ No newline at end of file diff --git a/docs/examples/1.0.0/server-ruby/examples/health/get-time.md b/docs/examples/1.0.0/server-ruby/examples/health/get-time.md deleted file mode 100644 index b29672255f..0000000000 --- a/docs/examples/1.0.0/server-ruby/examples/health/get-time.md +++ /dev/null @@ -1,14 +0,0 @@ -require 'appwrite' - -client = Appwrite::Client.new - -client - .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint - .set_project('5df5acd0d48c2') # Your project ID - .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key - -health = Appwrite::Health.new(client) - -response = health.get_time() - -puts response.inspect \ No newline at end of file diff --git a/docs/examples/1.0.0/server-ruby/examples/locale/get-continents.md b/docs/examples/1.0.0/server-ruby/examples/locale/get-continents.md deleted file mode 100644 index 8857911dab..0000000000 --- a/docs/examples/1.0.0/server-ruby/examples/locale/get-continents.md +++ /dev/null @@ -1,14 +0,0 @@ -require 'appwrite' - -client = Appwrite::Client.new - -client - .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint - .set_project('5df5acd0d48c2') # Your project ID - .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key - -locale = Appwrite::Locale.new(client) - -response = locale.get_continents() - -puts response.inspect \ No newline at end of file diff --git a/docs/examples/1.0.0/server-ruby/examples/locale/get-countries-e-u.md b/docs/examples/1.0.0/server-ruby/examples/locale/get-countries-e-u.md deleted file mode 100644 index 92e593edf0..0000000000 --- a/docs/examples/1.0.0/server-ruby/examples/locale/get-countries-e-u.md +++ /dev/null @@ -1,14 +0,0 @@ -require 'appwrite' - -client = Appwrite::Client.new - -client - .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint - .set_project('5df5acd0d48c2') # Your project ID - .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key - -locale = Appwrite::Locale.new(client) - -response = locale.get_countries_eu() - -puts response.inspect \ No newline at end of file diff --git a/docs/examples/1.0.0/server-ruby/examples/locale/get-countries-phones.md b/docs/examples/1.0.0/server-ruby/examples/locale/get-countries-phones.md deleted file mode 100644 index d3ae0c4e8a..0000000000 --- a/docs/examples/1.0.0/server-ruby/examples/locale/get-countries-phones.md +++ /dev/null @@ -1,14 +0,0 @@ -require 'appwrite' - -client = Appwrite::Client.new - -client - .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint - .set_project('5df5acd0d48c2') # Your project ID - .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key - -locale = Appwrite::Locale.new(client) - -response = locale.get_countries_phones() - -puts response.inspect \ No newline at end of file diff --git a/docs/examples/1.0.0/server-ruby/examples/locale/get-countries.md b/docs/examples/1.0.0/server-ruby/examples/locale/get-countries.md deleted file mode 100644 index 895917e42d..0000000000 --- a/docs/examples/1.0.0/server-ruby/examples/locale/get-countries.md +++ /dev/null @@ -1,14 +0,0 @@ -require 'appwrite' - -client = Appwrite::Client.new - -client - .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint - .set_project('5df5acd0d48c2') # Your project ID - .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key - -locale = Appwrite::Locale.new(client) - -response = locale.get_countries() - -puts response.inspect \ No newline at end of file diff --git a/docs/examples/1.0.0/server-ruby/examples/locale/get-currencies.md b/docs/examples/1.0.0/server-ruby/examples/locale/get-currencies.md deleted file mode 100644 index 48278af4ed..0000000000 --- a/docs/examples/1.0.0/server-ruby/examples/locale/get-currencies.md +++ /dev/null @@ -1,14 +0,0 @@ -require 'appwrite' - -client = Appwrite::Client.new - -client - .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint - .set_project('5df5acd0d48c2') # Your project ID - .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key - -locale = Appwrite::Locale.new(client) - -response = locale.get_currencies() - -puts response.inspect \ No newline at end of file diff --git a/docs/examples/1.0.0/server-ruby/examples/locale/get-languages.md b/docs/examples/1.0.0/server-ruby/examples/locale/get-languages.md deleted file mode 100644 index dccf02d769..0000000000 --- a/docs/examples/1.0.0/server-ruby/examples/locale/get-languages.md +++ /dev/null @@ -1,14 +0,0 @@ -require 'appwrite' - -client = Appwrite::Client.new - -client - .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint - .set_project('5df5acd0d48c2') # Your project ID - .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key - -locale = Appwrite::Locale.new(client) - -response = locale.get_languages() - -puts response.inspect \ No newline at end of file diff --git a/docs/examples/1.0.0/server-ruby/examples/locale/get.md b/docs/examples/1.0.0/server-ruby/examples/locale/get.md deleted file mode 100644 index f8e37d34a8..0000000000 --- a/docs/examples/1.0.0/server-ruby/examples/locale/get.md +++ /dev/null @@ -1,14 +0,0 @@ -require 'appwrite' - -client = Appwrite::Client.new - -client - .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint - .set_project('5df5acd0d48c2') # Your project ID - .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key - -locale = Appwrite::Locale.new(client) - -response = locale.get() - -puts response.inspect \ No newline at end of file diff --git a/docs/examples/1.0.0/server-ruby/examples/storage/create-bucket.md b/docs/examples/1.0.0/server-ruby/examples/storage/create-bucket.md deleted file mode 100644 index cd5d7db8e2..0000000000 --- a/docs/examples/1.0.0/server-ruby/examples/storage/create-bucket.md +++ /dev/null @@ -1,14 +0,0 @@ -require 'appwrite' - -client = Appwrite::Client.new - -client - .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint - .set_project('5df5acd0d48c2') # Your project ID - .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key - -storage = Appwrite::Storage.new(client) - -response = storage.create_bucket(bucket_id: '[BUCKET_ID]', name: '[NAME]') - -puts response.inspect \ No newline at end of file diff --git a/docs/examples/1.0.0/server-ruby/examples/storage/create-file.md b/docs/examples/1.0.0/server-ruby/examples/storage/create-file.md deleted file mode 100644 index efac0b4c0b..0000000000 --- a/docs/examples/1.0.0/server-ruby/examples/storage/create-file.md +++ /dev/null @@ -1,15 +0,0 @@ -require 'appwrite' - -client = Appwrite::Client.new -InputFile = Appwrite::InputFile - -client - .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint - .set_project('5df5acd0d48c2') # Your project ID - .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key - -storage = Appwrite::Storage.new(client) - -response = storage.create_file(bucket_id: '[BUCKET_ID]', file_id: '[FILE_ID]', file: Appwrite::InputFile.from_path('dir/file.png')) - -puts response.inspect \ No newline at end of file diff --git a/docs/examples/1.0.0/server-ruby/examples/storage/delete-bucket.md b/docs/examples/1.0.0/server-ruby/examples/storage/delete-bucket.md deleted file mode 100644 index e44be3581e..0000000000 --- a/docs/examples/1.0.0/server-ruby/examples/storage/delete-bucket.md +++ /dev/null @@ -1,14 +0,0 @@ -require 'appwrite' - -client = Appwrite::Client.new - -client - .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint - .set_project('5df5acd0d48c2') # Your project ID - .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key - -storage = Appwrite::Storage.new(client) - -response = storage.delete_bucket(bucket_id: '[BUCKET_ID]') - -puts response.inspect \ No newline at end of file diff --git a/docs/examples/1.0.0/server-ruby/examples/storage/delete-file.md b/docs/examples/1.0.0/server-ruby/examples/storage/delete-file.md deleted file mode 100644 index bba6c6e8da..0000000000 --- a/docs/examples/1.0.0/server-ruby/examples/storage/delete-file.md +++ /dev/null @@ -1,14 +0,0 @@ -require 'appwrite' - -client = Appwrite::Client.new - -client - .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint - .set_project('5df5acd0d48c2') # Your project ID - .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key - -storage = Appwrite::Storage.new(client) - -response = storage.delete_file(bucket_id: '[BUCKET_ID]', file_id: '[FILE_ID]') - -puts response.inspect \ No newline at end of file diff --git a/docs/examples/1.0.0/server-ruby/examples/storage/get-bucket.md b/docs/examples/1.0.0/server-ruby/examples/storage/get-bucket.md deleted file mode 100644 index d1d6b9a4cd..0000000000 --- a/docs/examples/1.0.0/server-ruby/examples/storage/get-bucket.md +++ /dev/null @@ -1,14 +0,0 @@ -require 'appwrite' - -client = Appwrite::Client.new - -client - .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint - .set_project('5df5acd0d48c2') # Your project ID - .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key - -storage = Appwrite::Storage.new(client) - -response = storage.get_bucket(bucket_id: '[BUCKET_ID]') - -puts response.inspect \ No newline at end of file diff --git a/docs/examples/1.0.0/server-ruby/examples/storage/get-file-download.md b/docs/examples/1.0.0/server-ruby/examples/storage/get-file-download.md deleted file mode 100644 index f3903072a3..0000000000 --- a/docs/examples/1.0.0/server-ruby/examples/storage/get-file-download.md +++ /dev/null @@ -1,14 +0,0 @@ -require 'appwrite' - -client = Appwrite::Client.new - -client - .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint - .set_project('5df5acd0d48c2') # Your project ID - .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key - -storage = Appwrite::Storage.new(client) - -response = storage.get_file_download(bucket_id: '[BUCKET_ID]', file_id: '[FILE_ID]') - -puts response.inspect \ No newline at end of file diff --git a/docs/examples/1.0.0/server-ruby/examples/storage/get-file-preview.md b/docs/examples/1.0.0/server-ruby/examples/storage/get-file-preview.md deleted file mode 100644 index 6f2f249d5f..0000000000 --- a/docs/examples/1.0.0/server-ruby/examples/storage/get-file-preview.md +++ /dev/null @@ -1,14 +0,0 @@ -require 'appwrite' - -client = Appwrite::Client.new - -client - .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint - .set_project('5df5acd0d48c2') # Your project ID - .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key - -storage = Appwrite::Storage.new(client) - -response = storage.get_file_preview(bucket_id: '[BUCKET_ID]', file_id: '[FILE_ID]') - -puts response.inspect \ No newline at end of file diff --git a/docs/examples/1.0.0/server-ruby/examples/storage/get-file-view.md b/docs/examples/1.0.0/server-ruby/examples/storage/get-file-view.md deleted file mode 100644 index ea59ce1e25..0000000000 --- a/docs/examples/1.0.0/server-ruby/examples/storage/get-file-view.md +++ /dev/null @@ -1,14 +0,0 @@ -require 'appwrite' - -client = Appwrite::Client.new - -client - .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint - .set_project('5df5acd0d48c2') # Your project ID - .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key - -storage = Appwrite::Storage.new(client) - -response = storage.get_file_view(bucket_id: '[BUCKET_ID]', file_id: '[FILE_ID]') - -puts response.inspect \ No newline at end of file diff --git a/docs/examples/1.0.0/server-ruby/examples/storage/get-file.md b/docs/examples/1.0.0/server-ruby/examples/storage/get-file.md deleted file mode 100644 index a7758d0855..0000000000 --- a/docs/examples/1.0.0/server-ruby/examples/storage/get-file.md +++ /dev/null @@ -1,14 +0,0 @@ -require 'appwrite' - -client = Appwrite::Client.new - -client - .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint - .set_project('5df5acd0d48c2') # Your project ID - .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key - -storage = Appwrite::Storage.new(client) - -response = storage.get_file(bucket_id: '[BUCKET_ID]', file_id: '[FILE_ID]') - -puts response.inspect \ No newline at end of file diff --git a/docs/examples/1.0.0/server-ruby/examples/storage/list-files.md b/docs/examples/1.0.0/server-ruby/examples/storage/list-files.md deleted file mode 100644 index f7c6bb88b4..0000000000 --- a/docs/examples/1.0.0/server-ruby/examples/storage/list-files.md +++ /dev/null @@ -1,14 +0,0 @@ -require 'appwrite' - -client = Appwrite::Client.new - -client - .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint - .set_project('5df5acd0d48c2') # Your project ID - .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key - -storage = Appwrite::Storage.new(client) - -response = storage.list_files(bucket_id: '[BUCKET_ID]') - -puts response.inspect \ No newline at end of file diff --git a/docs/examples/1.0.0/server-ruby/examples/storage/update-bucket.md b/docs/examples/1.0.0/server-ruby/examples/storage/update-bucket.md deleted file mode 100644 index 32b37b6acc..0000000000 --- a/docs/examples/1.0.0/server-ruby/examples/storage/update-bucket.md +++ /dev/null @@ -1,14 +0,0 @@ -require 'appwrite' - -client = Appwrite::Client.new - -client - .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint - .set_project('5df5acd0d48c2') # Your project ID - .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key - -storage = Appwrite::Storage.new(client) - -response = storage.update_bucket(bucket_id: '[BUCKET_ID]', name: '[NAME]') - -puts response.inspect \ No newline at end of file diff --git a/docs/examples/1.0.0/server-ruby/examples/storage/update-file.md b/docs/examples/1.0.0/server-ruby/examples/storage/update-file.md deleted file mode 100644 index bf42b7e886..0000000000 --- a/docs/examples/1.0.0/server-ruby/examples/storage/update-file.md +++ /dev/null @@ -1,14 +0,0 @@ -require 'appwrite' - -client = Appwrite::Client.new - -client - .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint - .set_project('5df5acd0d48c2') # Your project ID - .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key - -storage = Appwrite::Storage.new(client) - -response = storage.update_file(bucket_id: '[BUCKET_ID]', file_id: '[FILE_ID]') - -puts response.inspect \ No newline at end of file diff --git a/docs/examples/1.0.0/server-ruby/examples/teams/create-membership.md b/docs/examples/1.0.0/server-ruby/examples/teams/create-membership.md deleted file mode 100644 index 5c82311054..0000000000 --- a/docs/examples/1.0.0/server-ruby/examples/teams/create-membership.md +++ /dev/null @@ -1,14 +0,0 @@ -require 'appwrite' - -client = Appwrite::Client.new - -client - .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint - .set_project('5df5acd0d48c2') # Your project ID - .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key - -teams = Appwrite::Teams.new(client) - -response = teams.create_membership(team_id: '[TEAM_ID]', email: 'email@example.com', roles: [], url: 'https://example.com') - -puts response.inspect \ No newline at end of file diff --git a/docs/examples/1.0.0/server-ruby/examples/teams/create.md b/docs/examples/1.0.0/server-ruby/examples/teams/create.md deleted file mode 100644 index 58f09d8918..0000000000 --- a/docs/examples/1.0.0/server-ruby/examples/teams/create.md +++ /dev/null @@ -1,14 +0,0 @@ -require 'appwrite' - -client = Appwrite::Client.new - -client - .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint - .set_project('5df5acd0d48c2') # Your project ID - .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key - -teams = Appwrite::Teams.new(client) - -response = teams.create(team_id: '[TEAM_ID]', name: '[NAME]') - -puts response.inspect \ No newline at end of file diff --git a/docs/examples/1.0.0/server-ruby/examples/teams/delete-membership.md b/docs/examples/1.0.0/server-ruby/examples/teams/delete-membership.md deleted file mode 100644 index 5d415622ed..0000000000 --- a/docs/examples/1.0.0/server-ruby/examples/teams/delete-membership.md +++ /dev/null @@ -1,14 +0,0 @@ -require 'appwrite' - -client = Appwrite::Client.new - -client - .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint - .set_project('5df5acd0d48c2') # Your project ID - .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key - -teams = Appwrite::Teams.new(client) - -response = teams.delete_membership(team_id: '[TEAM_ID]', membership_id: '[MEMBERSHIP_ID]') - -puts response.inspect \ No newline at end of file diff --git a/docs/examples/1.0.0/server-ruby/examples/teams/delete.md b/docs/examples/1.0.0/server-ruby/examples/teams/delete.md deleted file mode 100644 index 792abc25cd..0000000000 --- a/docs/examples/1.0.0/server-ruby/examples/teams/delete.md +++ /dev/null @@ -1,14 +0,0 @@ -require 'appwrite' - -client = Appwrite::Client.new - -client - .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint - .set_project('5df5acd0d48c2') # Your project ID - .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key - -teams = Appwrite::Teams.new(client) - -response = teams.delete(team_id: '[TEAM_ID]') - -puts response.inspect \ No newline at end of file diff --git a/docs/examples/1.0.0/server-ruby/examples/teams/get-membership.md b/docs/examples/1.0.0/server-ruby/examples/teams/get-membership.md deleted file mode 100644 index be37320c11..0000000000 --- a/docs/examples/1.0.0/server-ruby/examples/teams/get-membership.md +++ /dev/null @@ -1,14 +0,0 @@ -require 'appwrite' - -client = Appwrite::Client.new - -client - .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint - .set_project('5df5acd0d48c2') # Your project ID - .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key - -teams = Appwrite::Teams.new(client) - -response = teams.get_membership(team_id: '[TEAM_ID]', membership_id: '[MEMBERSHIP_ID]') - -puts response.inspect \ No newline at end of file diff --git a/docs/examples/1.0.0/server-ruby/examples/teams/get-memberships.md b/docs/examples/1.0.0/server-ruby/examples/teams/get-memberships.md deleted file mode 100644 index de0d1a7ae3..0000000000 --- a/docs/examples/1.0.0/server-ruby/examples/teams/get-memberships.md +++ /dev/null @@ -1,14 +0,0 @@ -require 'appwrite' - -client = Appwrite::Client.new - -client - .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint - .set_project('5df5acd0d48c2') # Your project ID - .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key - -teams = Appwrite::Teams.new(client) - -response = teams.get_memberships(team_id: '[TEAM_ID]') - -puts response.inspect \ No newline at end of file diff --git a/docs/examples/1.0.0/server-ruby/examples/teams/update-membership-roles.md b/docs/examples/1.0.0/server-ruby/examples/teams/update-membership-roles.md deleted file mode 100644 index e754ec42f4..0000000000 --- a/docs/examples/1.0.0/server-ruby/examples/teams/update-membership-roles.md +++ /dev/null @@ -1,14 +0,0 @@ -require 'appwrite' - -client = Appwrite::Client.new - -client - .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint - .set_project('5df5acd0d48c2') # Your project ID - .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key - -teams = Appwrite::Teams.new(client) - -response = teams.update_membership_roles(team_id: '[TEAM_ID]', membership_id: '[MEMBERSHIP_ID]', roles: []) - -puts response.inspect \ No newline at end of file diff --git a/docs/examples/1.0.0/server-ruby/examples/teams/update-membership-status.md b/docs/examples/1.0.0/server-ruby/examples/teams/update-membership-status.md deleted file mode 100644 index 7f539905d5..0000000000 --- a/docs/examples/1.0.0/server-ruby/examples/teams/update-membership-status.md +++ /dev/null @@ -1,14 +0,0 @@ -require 'appwrite' - -client = Appwrite::Client.new - -client - .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint - .set_project('5df5acd0d48c2') # Your project ID - .set_jwt('eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ...') # Your secret JSON Web Token - -teams = Appwrite::Teams.new(client) - -response = teams.update_membership_status(team_id: '[TEAM_ID]', membership_id: '[MEMBERSHIP_ID]', user_id: '[USER_ID]', secret: '[SECRET]') - -puts response.inspect \ No newline at end of file diff --git a/docs/examples/1.0.0/server-ruby/examples/teams/update.md b/docs/examples/1.0.0/server-ruby/examples/teams/update.md deleted file mode 100644 index 2fb0e774e4..0000000000 --- a/docs/examples/1.0.0/server-ruby/examples/teams/update.md +++ /dev/null @@ -1,14 +0,0 @@ -require 'appwrite' - -client = Appwrite::Client.new - -client - .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint - .set_project('5df5acd0d48c2') # Your project ID - .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key - -teams = Appwrite::Teams.new(client) - -response = teams.update(team_id: '[TEAM_ID]', name: '[NAME]') - -puts response.inspect \ No newline at end of file diff --git a/docs/examples/1.0.0/server-ruby/examples/users/create-argon2user.md b/docs/examples/1.0.0/server-ruby/examples/users/create-argon2user.md deleted file mode 100644 index f042e1228d..0000000000 --- a/docs/examples/1.0.0/server-ruby/examples/users/create-argon2user.md +++ /dev/null @@ -1,14 +0,0 @@ -require 'appwrite' - -client = Appwrite::Client.new - -client - .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint - .set_project('5df5acd0d48c2') # Your project ID - .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key - -users = Appwrite::Users.new(client) - -response = users.create_argon2_user(user_id: '[USER_ID]', email: 'email@example.com', password: 'password') - -puts response.inspect \ No newline at end of file diff --git a/docs/examples/1.0.0/server-ruby/examples/users/create-bcrypt-user.md b/docs/examples/1.0.0/server-ruby/examples/users/create-bcrypt-user.md deleted file mode 100644 index 35318375b7..0000000000 --- a/docs/examples/1.0.0/server-ruby/examples/users/create-bcrypt-user.md +++ /dev/null @@ -1,14 +0,0 @@ -require 'appwrite' - -client = Appwrite::Client.new - -client - .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint - .set_project('5df5acd0d48c2') # Your project ID - .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key - -users = Appwrite::Users.new(client) - -response = users.create_bcrypt_user(user_id: '[USER_ID]', email: 'email@example.com', password: 'password') - -puts response.inspect \ No newline at end of file diff --git a/docs/examples/1.0.0/server-ruby/examples/users/create-m-d5user.md b/docs/examples/1.0.0/server-ruby/examples/users/create-m-d5user.md deleted file mode 100644 index dba9b494ad..0000000000 --- a/docs/examples/1.0.0/server-ruby/examples/users/create-m-d5user.md +++ /dev/null @@ -1,14 +0,0 @@ -require 'appwrite' - -client = Appwrite::Client.new - -client - .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint - .set_project('5df5acd0d48c2') # Your project ID - .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key - -users = Appwrite::Users.new(client) - -response = users.create_md5_user(user_id: '[USER_ID]', email: 'email@example.com', password: 'password') - -puts response.inspect \ No newline at end of file diff --git a/docs/examples/1.0.0/server-ruby/examples/users/create-p-h-pass-user.md b/docs/examples/1.0.0/server-ruby/examples/users/create-p-h-pass-user.md deleted file mode 100644 index 73dd93045a..0000000000 --- a/docs/examples/1.0.0/server-ruby/examples/users/create-p-h-pass-user.md +++ /dev/null @@ -1,14 +0,0 @@ -require 'appwrite' - -client = Appwrite::Client.new - -client - .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint - .set_project('5df5acd0d48c2') # Your project ID - .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key - -users = Appwrite::Users.new(client) - -response = users.create_ph_pass_user(user_id: '[USER_ID]', email: 'email@example.com', password: 'password') - -puts response.inspect \ No newline at end of file diff --git a/docs/examples/1.0.0/server-ruby/examples/users/create-s-h-a-user.md b/docs/examples/1.0.0/server-ruby/examples/users/create-s-h-a-user.md deleted file mode 100644 index a2aae34ff7..0000000000 --- a/docs/examples/1.0.0/server-ruby/examples/users/create-s-h-a-user.md +++ /dev/null @@ -1,14 +0,0 @@ -require 'appwrite' - -client = Appwrite::Client.new - -client - .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint - .set_project('5df5acd0d48c2') # Your project ID - .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key - -users = Appwrite::Users.new(client) - -response = users.create_sha_user(user_id: '[USER_ID]', email: 'email@example.com', password: 'password') - -puts response.inspect \ No newline at end of file diff --git a/docs/examples/1.0.0/server-ruby/examples/users/create-scrypt-modified-user.md b/docs/examples/1.0.0/server-ruby/examples/users/create-scrypt-modified-user.md deleted file mode 100644 index 55505b67ef..0000000000 --- a/docs/examples/1.0.0/server-ruby/examples/users/create-scrypt-modified-user.md +++ /dev/null @@ -1,14 +0,0 @@ -require 'appwrite' - -client = Appwrite::Client.new - -client - .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint - .set_project('5df5acd0d48c2') # Your project ID - .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key - -users = Appwrite::Users.new(client) - -response = users.create_scrypt_modified_user(user_id: '[USER_ID]', email: 'email@example.com', password: 'password', password_salt: '[PASSWORD_SALT]', password_salt_separator: '[PASSWORD_SALT_SEPARATOR]', password_signer_key: '[PASSWORD_SIGNER_KEY]') - -puts response.inspect \ No newline at end of file diff --git a/docs/examples/1.0.0/server-ruby/examples/users/create-scrypt-user.md b/docs/examples/1.0.0/server-ruby/examples/users/create-scrypt-user.md deleted file mode 100644 index d4be5fdfb0..0000000000 --- a/docs/examples/1.0.0/server-ruby/examples/users/create-scrypt-user.md +++ /dev/null @@ -1,14 +0,0 @@ -require 'appwrite' - -client = Appwrite::Client.new - -client - .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint - .set_project('5df5acd0d48c2') # Your project ID - .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key - -users = Appwrite::Users.new(client) - -response = users.create_scrypt_user(user_id: '[USER_ID]', email: 'email@example.com', password: 'password', password_salt: '[PASSWORD_SALT]', password_cpu: null, password_memory: null, password_parallel: null, password_length: null) - -puts response.inspect \ No newline at end of file diff --git a/docs/examples/1.0.0/server-ruby/examples/users/create.md b/docs/examples/1.0.0/server-ruby/examples/users/create.md deleted file mode 100644 index 443b221ee2..0000000000 --- a/docs/examples/1.0.0/server-ruby/examples/users/create.md +++ /dev/null @@ -1,14 +0,0 @@ -require 'appwrite' - -client = Appwrite::Client.new - -client - .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint - .set_project('5df5acd0d48c2') # Your project ID - .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key - -users = Appwrite::Users.new(client) - -response = users.create(user_id: '[USER_ID]') - -puts response.inspect \ No newline at end of file diff --git a/docs/examples/1.0.0/server-ruby/examples/users/delete-session.md b/docs/examples/1.0.0/server-ruby/examples/users/delete-session.md deleted file mode 100644 index 676d8dda8f..0000000000 --- a/docs/examples/1.0.0/server-ruby/examples/users/delete-session.md +++ /dev/null @@ -1,14 +0,0 @@ -require 'appwrite' - -client = Appwrite::Client.new - -client - .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint - .set_project('5df5acd0d48c2') # Your project ID - .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key - -users = Appwrite::Users.new(client) - -response = users.delete_session(user_id: '[USER_ID]', session_id: '[SESSION_ID]') - -puts response.inspect \ No newline at end of file diff --git a/docs/examples/1.0.0/server-ruby/examples/users/delete-sessions.md b/docs/examples/1.0.0/server-ruby/examples/users/delete-sessions.md deleted file mode 100644 index 8578572dc1..0000000000 --- a/docs/examples/1.0.0/server-ruby/examples/users/delete-sessions.md +++ /dev/null @@ -1,14 +0,0 @@ -require 'appwrite' - -client = Appwrite::Client.new - -client - .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint - .set_project('5df5acd0d48c2') # Your project ID - .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key - -users = Appwrite::Users.new(client) - -response = users.delete_sessions(user_id: '[USER_ID]') - -puts response.inspect \ No newline at end of file diff --git a/docs/examples/1.0.0/server-ruby/examples/users/delete.md b/docs/examples/1.0.0/server-ruby/examples/users/delete.md deleted file mode 100644 index 2504751dd2..0000000000 --- a/docs/examples/1.0.0/server-ruby/examples/users/delete.md +++ /dev/null @@ -1,14 +0,0 @@ -require 'appwrite' - -client = Appwrite::Client.new - -client - .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint - .set_project('5df5acd0d48c2') # Your project ID - .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key - -users = Appwrite::Users.new(client) - -response = users.delete(user_id: '[USER_ID]') - -puts response.inspect \ No newline at end of file diff --git a/docs/examples/1.0.0/server-ruby/examples/users/get-logs.md b/docs/examples/1.0.0/server-ruby/examples/users/get-logs.md deleted file mode 100644 index e010503c3c..0000000000 --- a/docs/examples/1.0.0/server-ruby/examples/users/get-logs.md +++ /dev/null @@ -1,14 +0,0 @@ -require 'appwrite' - -client = Appwrite::Client.new - -client - .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint - .set_project('5df5acd0d48c2') # Your project ID - .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key - -users = Appwrite::Users.new(client) - -response = users.get_logs(user_id: '[USER_ID]') - -puts response.inspect \ No newline at end of file diff --git a/docs/examples/1.0.0/server-ruby/examples/users/get-memberships.md b/docs/examples/1.0.0/server-ruby/examples/users/get-memberships.md deleted file mode 100644 index e842039404..0000000000 --- a/docs/examples/1.0.0/server-ruby/examples/users/get-memberships.md +++ /dev/null @@ -1,14 +0,0 @@ -require 'appwrite' - -client = Appwrite::Client.new - -client - .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint - .set_project('5df5acd0d48c2') # Your project ID - .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key - -users = Appwrite::Users.new(client) - -response = users.get_memberships(user_id: '[USER_ID]') - -puts response.inspect \ No newline at end of file diff --git a/docs/examples/1.0.0/server-ruby/examples/users/get-prefs.md b/docs/examples/1.0.0/server-ruby/examples/users/get-prefs.md deleted file mode 100644 index d818802801..0000000000 --- a/docs/examples/1.0.0/server-ruby/examples/users/get-prefs.md +++ /dev/null @@ -1,14 +0,0 @@ -require 'appwrite' - -client = Appwrite::Client.new - -client - .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint - .set_project('5df5acd0d48c2') # Your project ID - .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key - -users = Appwrite::Users.new(client) - -response = users.get_prefs(user_id: '[USER_ID]') - -puts response.inspect \ No newline at end of file diff --git a/docs/examples/1.0.0/server-ruby/examples/users/get-sessions.md b/docs/examples/1.0.0/server-ruby/examples/users/get-sessions.md deleted file mode 100644 index 8a4b0e902e..0000000000 --- a/docs/examples/1.0.0/server-ruby/examples/users/get-sessions.md +++ /dev/null @@ -1,14 +0,0 @@ -require 'appwrite' - -client = Appwrite::Client.new - -client - .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint - .set_project('5df5acd0d48c2') # Your project ID - .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key - -users = Appwrite::Users.new(client) - -response = users.get_sessions(user_id: '[USER_ID]') - -puts response.inspect \ No newline at end of file diff --git a/docs/examples/1.0.0/server-ruby/examples/users/list.md b/docs/examples/1.0.0/server-ruby/examples/users/list.md deleted file mode 100644 index 5a17e194d9..0000000000 --- a/docs/examples/1.0.0/server-ruby/examples/users/list.md +++ /dev/null @@ -1,14 +0,0 @@ -require 'appwrite' - -client = Appwrite::Client.new - -client - .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint - .set_project('5df5acd0d48c2') # Your project ID - .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key - -users = Appwrite::Users.new(client) - -response = users.list() - -puts response.inspect \ No newline at end of file diff --git a/docs/examples/1.0.0/server-ruby/examples/users/update-email-verification.md b/docs/examples/1.0.0/server-ruby/examples/users/update-email-verification.md deleted file mode 100644 index 10ede9b94b..0000000000 --- a/docs/examples/1.0.0/server-ruby/examples/users/update-email-verification.md +++ /dev/null @@ -1,14 +0,0 @@ -require 'appwrite' - -client = Appwrite::Client.new - -client - .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint - .set_project('5df5acd0d48c2') # Your project ID - .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key - -users = Appwrite::Users.new(client) - -response = users.update_email_verification(user_id: '[USER_ID]', email_verification: false) - -puts response.inspect \ No newline at end of file diff --git a/docs/examples/1.0.0/server-ruby/examples/users/update-email.md b/docs/examples/1.0.0/server-ruby/examples/users/update-email.md deleted file mode 100644 index 5d798145b6..0000000000 --- a/docs/examples/1.0.0/server-ruby/examples/users/update-email.md +++ /dev/null @@ -1,14 +0,0 @@ -require 'appwrite' - -client = Appwrite::Client.new - -client - .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint - .set_project('5df5acd0d48c2') # Your project ID - .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key - -users = Appwrite::Users.new(client) - -response = users.update_email(user_id: '[USER_ID]', email: 'email@example.com') - -puts response.inspect \ No newline at end of file diff --git a/docs/examples/1.0.0/server-ruby/examples/users/update-name.md b/docs/examples/1.0.0/server-ruby/examples/users/update-name.md deleted file mode 100644 index 6ddfe659ec..0000000000 --- a/docs/examples/1.0.0/server-ruby/examples/users/update-name.md +++ /dev/null @@ -1,14 +0,0 @@ -require 'appwrite' - -client = Appwrite::Client.new - -client - .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint - .set_project('5df5acd0d48c2') # Your project ID - .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key - -users = Appwrite::Users.new(client) - -response = users.update_name(user_id: '[USER_ID]', name: '[NAME]') - -puts response.inspect \ No newline at end of file diff --git a/docs/examples/1.0.0/server-ruby/examples/users/update-password.md b/docs/examples/1.0.0/server-ruby/examples/users/update-password.md deleted file mode 100644 index 020893f76e..0000000000 --- a/docs/examples/1.0.0/server-ruby/examples/users/update-password.md +++ /dev/null @@ -1,14 +0,0 @@ -require 'appwrite' - -client = Appwrite::Client.new - -client - .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint - .set_project('5df5acd0d48c2') # Your project ID - .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key - -users = Appwrite::Users.new(client) - -response = users.update_password(user_id: '[USER_ID]', password: 'password') - -puts response.inspect \ No newline at end of file diff --git a/docs/examples/1.0.0/server-ruby/examples/users/update-phone-verification.md b/docs/examples/1.0.0/server-ruby/examples/users/update-phone-verification.md deleted file mode 100644 index 9ac66d6a26..0000000000 --- a/docs/examples/1.0.0/server-ruby/examples/users/update-phone-verification.md +++ /dev/null @@ -1,14 +0,0 @@ -require 'appwrite' - -client = Appwrite::Client.new - -client - .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint - .set_project('5df5acd0d48c2') # Your project ID - .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key - -users = Appwrite::Users.new(client) - -response = users.update_phone_verification(user_id: '[USER_ID]', phone_verification: false) - -puts response.inspect \ No newline at end of file diff --git a/docs/examples/1.0.0/server-ruby/examples/users/update-phone.md b/docs/examples/1.0.0/server-ruby/examples/users/update-phone.md deleted file mode 100644 index 50321e9804..0000000000 --- a/docs/examples/1.0.0/server-ruby/examples/users/update-phone.md +++ /dev/null @@ -1,14 +0,0 @@ -require 'appwrite' - -client = Appwrite::Client.new - -client - .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint - .set_project('5df5acd0d48c2') # Your project ID - .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key - -users = Appwrite::Users.new(client) - -response = users.update_phone(user_id: '[USER_ID]', number: '') - -puts response.inspect \ No newline at end of file diff --git a/docs/examples/1.0.0/server-ruby/examples/users/update-prefs.md b/docs/examples/1.0.0/server-ruby/examples/users/update-prefs.md deleted file mode 100644 index bd2055e079..0000000000 --- a/docs/examples/1.0.0/server-ruby/examples/users/update-prefs.md +++ /dev/null @@ -1,14 +0,0 @@ -require 'appwrite' - -client = Appwrite::Client.new - -client - .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint - .set_project('5df5acd0d48c2') # Your project ID - .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key - -users = Appwrite::Users.new(client) - -response = users.update_prefs(user_id: '[USER_ID]', prefs: {}) - -puts response.inspect \ No newline at end of file diff --git a/docs/examples/1.0.0/server-ruby/examples/users/update-status.md b/docs/examples/1.0.0/server-ruby/examples/users/update-status.md deleted file mode 100644 index 4ff25309ef..0000000000 --- a/docs/examples/1.0.0/server-ruby/examples/users/update-status.md +++ /dev/null @@ -1,14 +0,0 @@ -require 'appwrite' - -client = Appwrite::Client.new - -client - .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint - .set_project('5df5acd0d48c2') # Your project ID - .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key - -users = Appwrite::Users.new(client) - -response = users.update_status(user_id: '[USER_ID]', status: false) - -puts response.inspect \ No newline at end of file diff --git a/docs/examples/1.0.0/server-swift/examples/account/create-phone-verification.md b/docs/examples/1.0.0/server-swift/examples/account/create-phone-verification.md deleted file mode 100644 index 79b76da109..0000000000 --- a/docs/examples/1.0.0/server-swift/examples/account/create-phone-verification.md +++ /dev/null @@ -1,12 +0,0 @@ -import Appwrite - -func main() async throws { - let client = Client() - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setJWT("eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ...") // Your secret JSON Web Token - let account = Account(client) - let token = try await account.createPhoneVerification() - - print(String(describing: token) -} diff --git a/docs/examples/1.0.0/server-swift/examples/account/create-recovery.md b/docs/examples/1.0.0/server-swift/examples/account/create-recovery.md deleted file mode 100644 index e0048ea302..0000000000 --- a/docs/examples/1.0.0/server-swift/examples/account/create-recovery.md +++ /dev/null @@ -1,15 +0,0 @@ -import Appwrite - -func main() async throws { - let client = Client() - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setJWT("eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ...") // Your secret JSON Web Token - let account = Account(client) - let token = try await account.createRecovery( - email: "email@example.com", - url: "https://example.com" - ) - - print(String(describing: token) -} diff --git a/docs/examples/1.0.0/server-swift/examples/account/create-verification.md b/docs/examples/1.0.0/server-swift/examples/account/create-verification.md deleted file mode 100644 index 530dc6638d..0000000000 --- a/docs/examples/1.0.0/server-swift/examples/account/create-verification.md +++ /dev/null @@ -1,14 +0,0 @@ -import Appwrite - -func main() async throws { - let client = Client() - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setJWT("eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ...") // Your secret JSON Web Token - let account = Account(client) - let token = try await account.createVerification( - url: "https://example.com" - ) - - print(String(describing: token) -} diff --git a/docs/examples/1.0.0/server-swift/examples/account/delete-session.md b/docs/examples/1.0.0/server-swift/examples/account/delete-session.md deleted file mode 100644 index 38cdf4ac38..0000000000 --- a/docs/examples/1.0.0/server-swift/examples/account/delete-session.md +++ /dev/null @@ -1,14 +0,0 @@ -import Appwrite - -func main() async throws { - let client = Client() - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setJWT("eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ...") // Your secret JSON Web Token - let account = Account(client) - let result = try await account.deleteSession( - sessionId: "[SESSION_ID]" - ) - - print(String(describing: result) -} diff --git a/docs/examples/1.0.0/server-swift/examples/account/delete-sessions.md b/docs/examples/1.0.0/server-swift/examples/account/delete-sessions.md deleted file mode 100644 index 3ea9dc10d8..0000000000 --- a/docs/examples/1.0.0/server-swift/examples/account/delete-sessions.md +++ /dev/null @@ -1,12 +0,0 @@ -import Appwrite - -func main() async throws { - let client = Client() - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setJWT("eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ...") // Your secret JSON Web Token - let account = Account(client) - let result = try await account.deleteSessions() - - print(String(describing: result) -} diff --git a/docs/examples/1.0.0/server-swift/examples/account/get-logs.md b/docs/examples/1.0.0/server-swift/examples/account/get-logs.md deleted file mode 100644 index ef45c16fb5..0000000000 --- a/docs/examples/1.0.0/server-swift/examples/account/get-logs.md +++ /dev/null @@ -1,12 +0,0 @@ -import Appwrite - -func main() async throws { - let client = Client() - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setJWT("eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ...") // Your secret JSON Web Token - let account = Account(client) - let logList = try await account.getLogs() - - print(String(describing: logList) -} diff --git a/docs/examples/1.0.0/server-swift/examples/account/get-prefs.md b/docs/examples/1.0.0/server-swift/examples/account/get-prefs.md deleted file mode 100644 index 1585b2b940..0000000000 --- a/docs/examples/1.0.0/server-swift/examples/account/get-prefs.md +++ /dev/null @@ -1,12 +0,0 @@ -import Appwrite - -func main() async throws { - let client = Client() - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setJWT("eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ...") // Your secret JSON Web Token - let account = Account(client) - let preferences = try await account.getPrefs() - - print(String(describing: preferences) -} diff --git a/docs/examples/1.0.0/server-swift/examples/account/get-session.md b/docs/examples/1.0.0/server-swift/examples/account/get-session.md deleted file mode 100644 index d21b42a702..0000000000 --- a/docs/examples/1.0.0/server-swift/examples/account/get-session.md +++ /dev/null @@ -1,14 +0,0 @@ -import Appwrite - -func main() async throws { - let client = Client() - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setJWT("eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ...") // Your secret JSON Web Token - let account = Account(client) - let session = try await account.getSession( - sessionId: "[SESSION_ID]" - ) - - print(String(describing: session) -} diff --git a/docs/examples/1.0.0/server-swift/examples/account/get-sessions.md b/docs/examples/1.0.0/server-swift/examples/account/get-sessions.md deleted file mode 100644 index 279657d2da..0000000000 --- a/docs/examples/1.0.0/server-swift/examples/account/get-sessions.md +++ /dev/null @@ -1,12 +0,0 @@ -import Appwrite - -func main() async throws { - let client = Client() - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setJWT("eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ...") // Your secret JSON Web Token - let account = Account(client) - let sessionList = try await account.getSessions() - - print(String(describing: sessionList) -} diff --git a/docs/examples/1.0.0/server-swift/examples/account/get.md b/docs/examples/1.0.0/server-swift/examples/account/get.md deleted file mode 100644 index ddd54288e9..0000000000 --- a/docs/examples/1.0.0/server-swift/examples/account/get.md +++ /dev/null @@ -1,12 +0,0 @@ -import Appwrite - -func main() async throws { - let client = Client() - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setJWT("eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ...") // Your secret JSON Web Token - let account = Account(client) - let account = try await account.get() - - print(String(describing: account) -} diff --git a/docs/examples/1.0.0/server-swift/examples/account/update-email.md b/docs/examples/1.0.0/server-swift/examples/account/update-email.md deleted file mode 100644 index ac546af4b3..0000000000 --- a/docs/examples/1.0.0/server-swift/examples/account/update-email.md +++ /dev/null @@ -1,15 +0,0 @@ -import Appwrite - -func main() async throws { - let client = Client() - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setJWT("eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ...") // Your secret JSON Web Token - let account = Account(client) - let account = try await account.updateEmail( - email: "email@example.com", - password: "password" - ) - - print(String(describing: account) -} diff --git a/docs/examples/1.0.0/server-swift/examples/account/update-name.md b/docs/examples/1.0.0/server-swift/examples/account/update-name.md deleted file mode 100644 index aaaa1c5876..0000000000 --- a/docs/examples/1.0.0/server-swift/examples/account/update-name.md +++ /dev/null @@ -1,14 +0,0 @@ -import Appwrite - -func main() async throws { - let client = Client() - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setJWT("eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ...") // Your secret JSON Web Token - let account = Account(client) - let account = try await account.updateName( - name: "[NAME]" - ) - - print(String(describing: account) -} diff --git a/docs/examples/1.0.0/server-swift/examples/account/update-password.md b/docs/examples/1.0.0/server-swift/examples/account/update-password.md deleted file mode 100644 index 223891673b..0000000000 --- a/docs/examples/1.0.0/server-swift/examples/account/update-password.md +++ /dev/null @@ -1,14 +0,0 @@ -import Appwrite - -func main() async throws { - let client = Client() - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setJWT("eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ...") // Your secret JSON Web Token - let account = Account(client) - let account = try await account.updatePassword( - password: "password" - ) - - print(String(describing: account) -} diff --git a/docs/examples/1.0.0/server-swift/examples/account/update-phone-verification.md b/docs/examples/1.0.0/server-swift/examples/account/update-phone-verification.md deleted file mode 100644 index 47a2d00923..0000000000 --- a/docs/examples/1.0.0/server-swift/examples/account/update-phone-verification.md +++ /dev/null @@ -1,15 +0,0 @@ -import Appwrite - -func main() async throws { - let client = Client() - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setJWT("eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ...") // Your secret JSON Web Token - let account = Account(client) - let token = try await account.updatePhoneVerification( - userId: "[USER_ID]", - secret: "[SECRET]" - ) - - print(String(describing: token) -} diff --git a/docs/examples/1.0.0/server-swift/examples/account/update-phone.md b/docs/examples/1.0.0/server-swift/examples/account/update-phone.md deleted file mode 100644 index cae64e06c9..0000000000 --- a/docs/examples/1.0.0/server-swift/examples/account/update-phone.md +++ /dev/null @@ -1,15 +0,0 @@ -import Appwrite - -func main() async throws { - let client = Client() - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setJWT("eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ...") // Your secret JSON Web Token - let account = Account(client) - let account = try await account.updatePhone( - phone: "", - password: "password" - ) - - print(String(describing: account) -} diff --git a/docs/examples/1.0.0/server-swift/examples/account/update-prefs.md b/docs/examples/1.0.0/server-swift/examples/account/update-prefs.md deleted file mode 100644 index 9babfecf18..0000000000 --- a/docs/examples/1.0.0/server-swift/examples/account/update-prefs.md +++ /dev/null @@ -1,14 +0,0 @@ -import Appwrite - -func main() async throws { - let client = Client() - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setJWT("eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ...") // Your secret JSON Web Token - let account = Account(client) - let account = try await account.updatePrefs( - prefs: [:] - ) - - print(String(describing: account) -} diff --git a/docs/examples/1.0.0/server-swift/examples/account/update-recovery.md b/docs/examples/1.0.0/server-swift/examples/account/update-recovery.md deleted file mode 100644 index 2814bf124f..0000000000 --- a/docs/examples/1.0.0/server-swift/examples/account/update-recovery.md +++ /dev/null @@ -1,17 +0,0 @@ -import Appwrite - -func main() async throws { - let client = Client() - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setJWT("eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ...") // Your secret JSON Web Token - let account = Account(client) - let token = try await account.updateRecovery( - userId: "[USER_ID]", - secret: "[SECRET]", - password: "password", - passwordAgain: "password" - ) - - print(String(describing: token) -} diff --git a/docs/examples/1.0.0/server-swift/examples/account/update-session.md b/docs/examples/1.0.0/server-swift/examples/account/update-session.md deleted file mode 100644 index 8ce9c3ce79..0000000000 --- a/docs/examples/1.0.0/server-swift/examples/account/update-session.md +++ /dev/null @@ -1,14 +0,0 @@ -import Appwrite - -func main() async throws { - let client = Client() - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setJWT("eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ...") // Your secret JSON Web Token - let account = Account(client) - let session = try await account.updateSession( - sessionId: "[SESSION_ID]" - ) - - print(String(describing: session) -} diff --git a/docs/examples/1.0.0/server-swift/examples/account/update-status.md b/docs/examples/1.0.0/server-swift/examples/account/update-status.md deleted file mode 100644 index eb5a0fee27..0000000000 --- a/docs/examples/1.0.0/server-swift/examples/account/update-status.md +++ /dev/null @@ -1,12 +0,0 @@ -import Appwrite - -func main() async throws { - let client = Client() - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setJWT("eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ...") // Your secret JSON Web Token - let account = Account(client) - let account = try await account.updateStatus() - - print(String(describing: account) -} diff --git a/docs/examples/1.0.0/server-swift/examples/account/update-verification.md b/docs/examples/1.0.0/server-swift/examples/account/update-verification.md deleted file mode 100644 index b8255614e6..0000000000 --- a/docs/examples/1.0.0/server-swift/examples/account/update-verification.md +++ /dev/null @@ -1,15 +0,0 @@ -import Appwrite - -func main() async throws { - let client = Client() - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setJWT("eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ...") // Your secret JSON Web Token - let account = Account(client) - let token = try await account.updateVerification( - userId: "[USER_ID]", - secret: "[SECRET]" - ) - - print(String(describing: token) -} diff --git a/docs/examples/1.0.0/server-swift/examples/avatars/get-browser.md b/docs/examples/1.0.0/server-swift/examples/avatars/get-browser.md deleted file mode 100644 index fe5be8cfa4..0000000000 --- a/docs/examples/1.0.0/server-swift/examples/avatars/get-browser.md +++ /dev/null @@ -1,14 +0,0 @@ -import Appwrite - -func main() async throws { - let client = Client() - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2") // Your secret API key - let avatars = Avatars(client) - let byteBuffer = try await avatars.getBrowser( - code: "aa" - ) - - print(String(describing: byteBuffer) -} diff --git a/docs/examples/1.0.0/server-swift/examples/avatars/get-credit-card.md b/docs/examples/1.0.0/server-swift/examples/avatars/get-credit-card.md deleted file mode 100644 index ad5296d06c..0000000000 --- a/docs/examples/1.0.0/server-swift/examples/avatars/get-credit-card.md +++ /dev/null @@ -1,14 +0,0 @@ -import Appwrite - -func main() async throws { - let client = Client() - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2") // Your secret API key - let avatars = Avatars(client) - let byteBuffer = try await avatars.getCreditCard( - code: "amex" - ) - - print(String(describing: byteBuffer) -} diff --git a/docs/examples/1.0.0/server-swift/examples/avatars/get-favicon.md b/docs/examples/1.0.0/server-swift/examples/avatars/get-favicon.md deleted file mode 100644 index c7cdfa7142..0000000000 --- a/docs/examples/1.0.0/server-swift/examples/avatars/get-favicon.md +++ /dev/null @@ -1,14 +0,0 @@ -import Appwrite - -func main() async throws { - let client = Client() - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2") // Your secret API key - let avatars = Avatars(client) - let byteBuffer = try await avatars.getFavicon( - url: "https://example.com" - ) - - print(String(describing: byteBuffer) -} diff --git a/docs/examples/1.0.0/server-swift/examples/avatars/get-flag.md b/docs/examples/1.0.0/server-swift/examples/avatars/get-flag.md deleted file mode 100644 index 7e8e94b4c5..0000000000 --- a/docs/examples/1.0.0/server-swift/examples/avatars/get-flag.md +++ /dev/null @@ -1,14 +0,0 @@ -import Appwrite - -func main() async throws { - let client = Client() - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2") // Your secret API key - let avatars = Avatars(client) - let byteBuffer = try await avatars.getFlag( - code: "af" - ) - - print(String(describing: byteBuffer) -} diff --git a/docs/examples/1.0.0/server-swift/examples/avatars/get-image.md b/docs/examples/1.0.0/server-swift/examples/avatars/get-image.md deleted file mode 100644 index 63ba881d4b..0000000000 --- a/docs/examples/1.0.0/server-swift/examples/avatars/get-image.md +++ /dev/null @@ -1,14 +0,0 @@ -import Appwrite - -func main() async throws { - let client = Client() - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2") // Your secret API key - let avatars = Avatars(client) - let byteBuffer = try await avatars.getImage( - url: "https://example.com" - ) - - print(String(describing: byteBuffer) -} diff --git a/docs/examples/1.0.0/server-swift/examples/avatars/get-initials.md b/docs/examples/1.0.0/server-swift/examples/avatars/get-initials.md deleted file mode 100644 index e783f5b47d..0000000000 --- a/docs/examples/1.0.0/server-swift/examples/avatars/get-initials.md +++ /dev/null @@ -1,12 +0,0 @@ -import Appwrite - -func main() async throws { - let client = Client() - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2") // Your secret API key - let avatars = Avatars(client) - let byteBuffer = try await avatars.getInitials() - - print(String(describing: byteBuffer) -} diff --git a/docs/examples/1.0.0/server-swift/examples/avatars/get-q-r.md b/docs/examples/1.0.0/server-swift/examples/avatars/get-q-r.md deleted file mode 100644 index ae8d51c0a3..0000000000 --- a/docs/examples/1.0.0/server-swift/examples/avatars/get-q-r.md +++ /dev/null @@ -1,14 +0,0 @@ -import Appwrite - -func main() async throws { - let client = Client() - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2") // Your secret API key - let avatars = Avatars(client) - let byteBuffer = try await avatars.getQR( - text: "[TEXT]" - ) - - print(String(describing: byteBuffer) -} diff --git a/docs/examples/1.0.0/server-swift/examples/databases/create-boolean-attribute.md b/docs/examples/1.0.0/server-swift/examples/databases/create-boolean-attribute.md deleted file mode 100644 index 2e8f78fa8c..0000000000 --- a/docs/examples/1.0.0/server-swift/examples/databases/create-boolean-attribute.md +++ /dev/null @@ -1,17 +0,0 @@ -import Appwrite - -func main() async throws { - let client = Client() - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2") // Your secret API key - let databases = Databases(client) - let attributeBoolean = try await databases.createBooleanAttribute( - databaseId: "[DATABASE_ID]", - collectionId: "[COLLECTION_ID]", - key: "", - required: xfalse - ) - - print(String(describing: attributeBoolean) -} diff --git a/docs/examples/1.0.0/server-swift/examples/databases/create-collection.md b/docs/examples/1.0.0/server-swift/examples/databases/create-collection.md deleted file mode 100644 index 2f279c853f..0000000000 --- a/docs/examples/1.0.0/server-swift/examples/databases/create-collection.md +++ /dev/null @@ -1,16 +0,0 @@ -import Appwrite - -func main() async throws { - let client = Client() - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2") // Your secret API key - let databases = Databases(client) - let collection = try await databases.createCollection( - databaseId: "[DATABASE_ID]", - collectionId: "[COLLECTION_ID]", - name: "[NAME]" - ) - - print(String(describing: collection) -} diff --git a/docs/examples/1.0.0/server-swift/examples/databases/create-datetime-attribute.md b/docs/examples/1.0.0/server-swift/examples/databases/create-datetime-attribute.md deleted file mode 100644 index f2487f996a..0000000000 --- a/docs/examples/1.0.0/server-swift/examples/databases/create-datetime-attribute.md +++ /dev/null @@ -1,17 +0,0 @@ -import Appwrite - -func main() async throws { - let client = Client() - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2") // Your secret API key - let databases = Databases(client) - let attributeDatetime = try await databases.createDatetimeAttribute( - databaseId: "[DATABASE_ID]", - collectionId: "[COLLECTION_ID]", - key: "", - required: xfalse - ) - - print(String(describing: attributeDatetime) -} diff --git a/docs/examples/1.0.0/server-swift/examples/databases/create-document.md b/docs/examples/1.0.0/server-swift/examples/databases/create-document.md deleted file mode 100644 index b93d97ade2..0000000000 --- a/docs/examples/1.0.0/server-swift/examples/databases/create-document.md +++ /dev/null @@ -1,17 +0,0 @@ -import Appwrite - -func main() async throws { - let client = Client() - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2") // Your secret API key - let databases = Databases(client) - let document = try await databases.createDocument( - databaseId: "[DATABASE_ID]", - collectionId: "[COLLECTION_ID]", - documentId: "[DOCUMENT_ID]", - data: [:] - ) - - print(String(describing: document) -} diff --git a/docs/examples/1.0.0/server-swift/examples/databases/create-email-attribute.md b/docs/examples/1.0.0/server-swift/examples/databases/create-email-attribute.md deleted file mode 100644 index c2bcb218dd..0000000000 --- a/docs/examples/1.0.0/server-swift/examples/databases/create-email-attribute.md +++ /dev/null @@ -1,17 +0,0 @@ -import Appwrite - -func main() async throws { - let client = Client() - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2") // Your secret API key - let databases = Databases(client) - let attributeEmail = try await databases.createEmailAttribute( - databaseId: "[DATABASE_ID]", - collectionId: "[COLLECTION_ID]", - key: "", - required: xfalse - ) - - print(String(describing: attributeEmail) -} diff --git a/docs/examples/1.0.0/server-swift/examples/databases/create-enum-attribute.md b/docs/examples/1.0.0/server-swift/examples/databases/create-enum-attribute.md deleted file mode 100644 index def8bff0bc..0000000000 --- a/docs/examples/1.0.0/server-swift/examples/databases/create-enum-attribute.md +++ /dev/null @@ -1,18 +0,0 @@ -import Appwrite - -func main() async throws { - let client = Client() - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2") // Your secret API key - let databases = Databases(client) - let attributeEnum = try await databases.createEnumAttribute( - databaseId: "[DATABASE_ID]", - collectionId: "[COLLECTION_ID]", - key: "", - elements: [], - required: xfalse - ) - - print(String(describing: attributeEnum) -} diff --git a/docs/examples/1.0.0/server-swift/examples/databases/create-float-attribute.md b/docs/examples/1.0.0/server-swift/examples/databases/create-float-attribute.md deleted file mode 100644 index bc8c826356..0000000000 --- a/docs/examples/1.0.0/server-swift/examples/databases/create-float-attribute.md +++ /dev/null @@ -1,17 +0,0 @@ -import Appwrite - -func main() async throws { - let client = Client() - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2") // Your secret API key - let databases = Databases(client) - let attributeFloat = try await databases.createFloatAttribute( - databaseId: "[DATABASE_ID]", - collectionId: "[COLLECTION_ID]", - key: "", - required: xfalse - ) - - print(String(describing: attributeFloat) -} diff --git a/docs/examples/1.0.0/server-swift/examples/databases/create-index.md b/docs/examples/1.0.0/server-swift/examples/databases/create-index.md deleted file mode 100644 index fc85de0092..0000000000 --- a/docs/examples/1.0.0/server-swift/examples/databases/create-index.md +++ /dev/null @@ -1,18 +0,0 @@ -import Appwrite - -func main() async throws { - let client = Client() - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2") // Your secret API key - let databases = Databases(client) - let index = try await databases.createIndex( - databaseId: "[DATABASE_ID]", - collectionId: "[COLLECTION_ID]", - key: "", - type: "key", - attributes: [] - ) - - print(String(describing: index) -} diff --git a/docs/examples/1.0.0/server-swift/examples/databases/create-integer-attribute.md b/docs/examples/1.0.0/server-swift/examples/databases/create-integer-attribute.md deleted file mode 100644 index d45bc4f4a4..0000000000 --- a/docs/examples/1.0.0/server-swift/examples/databases/create-integer-attribute.md +++ /dev/null @@ -1,17 +0,0 @@ -import Appwrite - -func main() async throws { - let client = Client() - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2") // Your secret API key - let databases = Databases(client) - let attributeInteger = try await databases.createIntegerAttribute( - databaseId: "[DATABASE_ID]", - collectionId: "[COLLECTION_ID]", - key: "", - required: xfalse - ) - - print(String(describing: attributeInteger) -} diff --git a/docs/examples/1.0.0/server-swift/examples/databases/create-ip-attribute.md b/docs/examples/1.0.0/server-swift/examples/databases/create-ip-attribute.md deleted file mode 100644 index 971ebcc919..0000000000 --- a/docs/examples/1.0.0/server-swift/examples/databases/create-ip-attribute.md +++ /dev/null @@ -1,17 +0,0 @@ -import Appwrite - -func main() async throws { - let client = Client() - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2") // Your secret API key - let databases = Databases(client) - let attributeIp = try await databases.createIpAttribute( - databaseId: "[DATABASE_ID]", - collectionId: "[COLLECTION_ID]", - key: "", - required: xfalse - ) - - print(String(describing: attributeIp) -} diff --git a/docs/examples/1.0.0/server-swift/examples/databases/create-string-attribute.md b/docs/examples/1.0.0/server-swift/examples/databases/create-string-attribute.md deleted file mode 100644 index 784a859450..0000000000 --- a/docs/examples/1.0.0/server-swift/examples/databases/create-string-attribute.md +++ /dev/null @@ -1,18 +0,0 @@ -import Appwrite - -func main() async throws { - let client = Client() - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2") // Your secret API key - let databases = Databases(client) - let attributeString = try await databases.createStringAttribute( - databaseId: "[DATABASE_ID]", - collectionId: "[COLLECTION_ID]", - key: "", - size: 1, - required: xfalse - ) - - print(String(describing: attributeString) -} diff --git a/docs/examples/1.0.0/server-swift/examples/databases/create-url-attribute.md b/docs/examples/1.0.0/server-swift/examples/databases/create-url-attribute.md deleted file mode 100644 index 25dcd2a9a6..0000000000 --- a/docs/examples/1.0.0/server-swift/examples/databases/create-url-attribute.md +++ /dev/null @@ -1,17 +0,0 @@ -import Appwrite - -func main() async throws { - let client = Client() - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2") // Your secret API key - let databases = Databases(client) - let attributeUrl = try await databases.createUrlAttribute( - databaseId: "[DATABASE_ID]", - collectionId: "[COLLECTION_ID]", - key: "", - required: xfalse - ) - - print(String(describing: attributeUrl) -} diff --git a/docs/examples/1.0.0/server-swift/examples/databases/create.md b/docs/examples/1.0.0/server-swift/examples/databases/create.md deleted file mode 100644 index 5ad5331bf9..0000000000 --- a/docs/examples/1.0.0/server-swift/examples/databases/create.md +++ /dev/null @@ -1,15 +0,0 @@ -import Appwrite - -func main() async throws { - let client = Client() - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2") // Your secret API key - let databases = Databases(client) - let database = try await databases.create( - databaseId: "[DATABASE_ID]", - name: "[NAME]" - ) - - print(String(describing: database) -} diff --git a/docs/examples/1.0.0/server-swift/examples/databases/delete-attribute.md b/docs/examples/1.0.0/server-swift/examples/databases/delete-attribute.md deleted file mode 100644 index 78b4d81fae..0000000000 --- a/docs/examples/1.0.0/server-swift/examples/databases/delete-attribute.md +++ /dev/null @@ -1,16 +0,0 @@ -import Appwrite - -func main() async throws { - let client = Client() - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2") // Your secret API key - let databases = Databases(client) - let result = try await databases.deleteAttribute( - databaseId: "[DATABASE_ID]", - collectionId: "[COLLECTION_ID]", - key: "" - ) - - print(String(describing: result) -} diff --git a/docs/examples/1.0.0/server-swift/examples/databases/delete-collection.md b/docs/examples/1.0.0/server-swift/examples/databases/delete-collection.md deleted file mode 100644 index b35a3e250d..0000000000 --- a/docs/examples/1.0.0/server-swift/examples/databases/delete-collection.md +++ /dev/null @@ -1,15 +0,0 @@ -import Appwrite - -func main() async throws { - let client = Client() - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2") // Your secret API key - let databases = Databases(client) - let result = try await databases.deleteCollection( - databaseId: "[DATABASE_ID]", - collectionId: "[COLLECTION_ID]" - ) - - print(String(describing: result) -} diff --git a/docs/examples/1.0.0/server-swift/examples/databases/delete-document.md b/docs/examples/1.0.0/server-swift/examples/databases/delete-document.md deleted file mode 100644 index 57fb6db16b..0000000000 --- a/docs/examples/1.0.0/server-swift/examples/databases/delete-document.md +++ /dev/null @@ -1,16 +0,0 @@ -import Appwrite - -func main() async throws { - let client = Client() - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2") // Your secret API key - let databases = Databases(client) - let result = try await databases.deleteDocument( - databaseId: "[DATABASE_ID]", - collectionId: "[COLLECTION_ID]", - documentId: "[DOCUMENT_ID]" - ) - - print(String(describing: result) -} diff --git a/docs/examples/1.0.0/server-swift/examples/databases/delete-index.md b/docs/examples/1.0.0/server-swift/examples/databases/delete-index.md deleted file mode 100644 index eca8f48319..0000000000 --- a/docs/examples/1.0.0/server-swift/examples/databases/delete-index.md +++ /dev/null @@ -1,16 +0,0 @@ -import Appwrite - -func main() async throws { - let client = Client() - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2") // Your secret API key - let databases = Databases(client) - let result = try await databases.deleteIndex( - databaseId: "[DATABASE_ID]", - collectionId: "[COLLECTION_ID]", - key: "" - ) - - print(String(describing: result) -} diff --git a/docs/examples/1.0.0/server-swift/examples/databases/delete.md b/docs/examples/1.0.0/server-swift/examples/databases/delete.md deleted file mode 100644 index 0cbfbb2dde..0000000000 --- a/docs/examples/1.0.0/server-swift/examples/databases/delete.md +++ /dev/null @@ -1,14 +0,0 @@ -import Appwrite - -func main() async throws { - let client = Client() - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2") // Your secret API key - let databases = Databases(client) - let result = try await databases.delete( - databaseId: "[DATABASE_ID]" - ) - - print(String(describing: result) -} diff --git a/docs/examples/1.0.0/server-swift/examples/databases/get-attribute.md b/docs/examples/1.0.0/server-swift/examples/databases/get-attribute.md deleted file mode 100644 index 7b8c87def4..0000000000 --- a/docs/examples/1.0.0/server-swift/examples/databases/get-attribute.md +++ /dev/null @@ -1,16 +0,0 @@ -import Appwrite - -func main() async throws { - let client = Client() - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2") // Your secret API key - let databases = Databases(client) - let result = try await databases.getAttribute( - databaseId: "[DATABASE_ID]", - collectionId: "[COLLECTION_ID]", - key: "" - ) - - print(String(describing: result) -} diff --git a/docs/examples/1.0.0/server-swift/examples/databases/get-collection.md b/docs/examples/1.0.0/server-swift/examples/databases/get-collection.md deleted file mode 100644 index c21f6ecd61..0000000000 --- a/docs/examples/1.0.0/server-swift/examples/databases/get-collection.md +++ /dev/null @@ -1,15 +0,0 @@ -import Appwrite - -func main() async throws { - let client = Client() - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2") // Your secret API key - let databases = Databases(client) - let collection = try await databases.getCollection( - databaseId: "[DATABASE_ID]", - collectionId: "[COLLECTION_ID]" - ) - - print(String(describing: collection) -} diff --git a/docs/examples/1.0.0/server-swift/examples/databases/get-document.md b/docs/examples/1.0.0/server-swift/examples/databases/get-document.md deleted file mode 100644 index 22f66b3551..0000000000 --- a/docs/examples/1.0.0/server-swift/examples/databases/get-document.md +++ /dev/null @@ -1,16 +0,0 @@ -import Appwrite - -func main() async throws { - let client = Client() - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2") // Your secret API key - let databases = Databases(client) - let document = try await databases.getDocument( - databaseId: "[DATABASE_ID]", - collectionId: "[COLLECTION_ID]", - documentId: "[DOCUMENT_ID]" - ) - - print(String(describing: document) -} diff --git a/docs/examples/1.0.0/server-swift/examples/databases/get-index.md b/docs/examples/1.0.0/server-swift/examples/databases/get-index.md deleted file mode 100644 index e23bd8109f..0000000000 --- a/docs/examples/1.0.0/server-swift/examples/databases/get-index.md +++ /dev/null @@ -1,16 +0,0 @@ -import Appwrite - -func main() async throws { - let client = Client() - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2") // Your secret API key - let databases = Databases(client) - let index = try await databases.getIndex( - databaseId: "[DATABASE_ID]", - collectionId: "[COLLECTION_ID]", - key: "" - ) - - print(String(describing: index) -} diff --git a/docs/examples/1.0.0/server-swift/examples/databases/get.md b/docs/examples/1.0.0/server-swift/examples/databases/get.md deleted file mode 100644 index 912005d73f..0000000000 --- a/docs/examples/1.0.0/server-swift/examples/databases/get.md +++ /dev/null @@ -1,14 +0,0 @@ -import Appwrite - -func main() async throws { - let client = Client() - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2") // Your secret API key - let databases = Databases(client) - let database = try await databases.get( - databaseId: "[DATABASE_ID]" - ) - - print(String(describing: database) -} diff --git a/docs/examples/1.0.0/server-swift/examples/databases/list-attributes.md b/docs/examples/1.0.0/server-swift/examples/databases/list-attributes.md deleted file mode 100644 index f7894174d5..0000000000 --- a/docs/examples/1.0.0/server-swift/examples/databases/list-attributes.md +++ /dev/null @@ -1,15 +0,0 @@ -import Appwrite - -func main() async throws { - let client = Client() - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2") // Your secret API key - let databases = Databases(client) - let attributeList = try await databases.listAttributes( - databaseId: "[DATABASE_ID]", - collectionId: "[COLLECTION_ID]" - ) - - print(String(describing: attributeList) -} diff --git a/docs/examples/1.0.0/server-swift/examples/databases/list-collections.md b/docs/examples/1.0.0/server-swift/examples/databases/list-collections.md deleted file mode 100644 index 8d0e0118ed..0000000000 --- a/docs/examples/1.0.0/server-swift/examples/databases/list-collections.md +++ /dev/null @@ -1,14 +0,0 @@ -import Appwrite - -func main() async throws { - let client = Client() - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2") // Your secret API key - let databases = Databases(client) - let collectionList = try await databases.listCollections( - databaseId: "[DATABASE_ID]" - ) - - print(String(describing: collectionList) -} diff --git a/docs/examples/1.0.0/server-swift/examples/databases/list-documents.md b/docs/examples/1.0.0/server-swift/examples/databases/list-documents.md deleted file mode 100644 index bdab597e99..0000000000 --- a/docs/examples/1.0.0/server-swift/examples/databases/list-documents.md +++ /dev/null @@ -1,15 +0,0 @@ -import Appwrite - -func main() async throws { - let client = Client() - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2") // Your secret API key - let databases = Databases(client) - let documentList = try await databases.listDocuments( - databaseId: "[DATABASE_ID]", - collectionId: "[COLLECTION_ID]" - ) - - print(String(describing: documentList) -} diff --git a/docs/examples/1.0.0/server-swift/examples/databases/list-indexes.md b/docs/examples/1.0.0/server-swift/examples/databases/list-indexes.md deleted file mode 100644 index 57b5532b8c..0000000000 --- a/docs/examples/1.0.0/server-swift/examples/databases/list-indexes.md +++ /dev/null @@ -1,15 +0,0 @@ -import Appwrite - -func main() async throws { - let client = Client() - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2") // Your secret API key - let databases = Databases(client) - let indexList = try await databases.listIndexes( - databaseId: "[DATABASE_ID]", - collectionId: "[COLLECTION_ID]" - ) - - print(String(describing: indexList) -} diff --git a/docs/examples/1.0.0/server-swift/examples/databases/list.md b/docs/examples/1.0.0/server-swift/examples/databases/list.md deleted file mode 100644 index f777518fe3..0000000000 --- a/docs/examples/1.0.0/server-swift/examples/databases/list.md +++ /dev/null @@ -1,12 +0,0 @@ -import Appwrite - -func main() async throws { - let client = Client() - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2") // Your secret API key - let databases = Databases(client) - let databaseList = try await databases.list() - - print(String(describing: databaseList) -} diff --git a/docs/examples/1.0.0/server-swift/examples/databases/update-collection.md b/docs/examples/1.0.0/server-swift/examples/databases/update-collection.md deleted file mode 100644 index 3861de183a..0000000000 --- a/docs/examples/1.0.0/server-swift/examples/databases/update-collection.md +++ /dev/null @@ -1,16 +0,0 @@ -import Appwrite - -func main() async throws { - let client = Client() - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2") // Your secret API key - let databases = Databases(client) - let collection = try await databases.updateCollection( - databaseId: "[DATABASE_ID]", - collectionId: "[COLLECTION_ID]", - name: "[NAME]" - ) - - print(String(describing: collection) -} diff --git a/docs/examples/1.0.0/server-swift/examples/databases/update-document.md b/docs/examples/1.0.0/server-swift/examples/databases/update-document.md deleted file mode 100644 index 0ab31e301c..0000000000 --- a/docs/examples/1.0.0/server-swift/examples/databases/update-document.md +++ /dev/null @@ -1,16 +0,0 @@ -import Appwrite - -func main() async throws { - let client = Client() - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2") // Your secret API key - let databases = Databases(client) - let document = try await databases.updateDocument( - databaseId: "[DATABASE_ID]", - collectionId: "[COLLECTION_ID]", - documentId: "[DOCUMENT_ID]" - ) - - print(String(describing: document) -} diff --git a/docs/examples/1.0.0/server-swift/examples/databases/update.md b/docs/examples/1.0.0/server-swift/examples/databases/update.md deleted file mode 100644 index f33df0b6b4..0000000000 --- a/docs/examples/1.0.0/server-swift/examples/databases/update.md +++ /dev/null @@ -1,15 +0,0 @@ -import Appwrite - -func main() async throws { - let client = Client() - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2") // Your secret API key - let databases = Databases(client) - let database = try await databases.update( - databaseId: "[DATABASE_ID]", - name: "[NAME]" - ) - - print(String(describing: database) -} diff --git a/docs/examples/1.0.0/server-swift/examples/functions/create-deployment.md b/docs/examples/1.0.0/server-swift/examples/functions/create-deployment.md deleted file mode 100644 index 6ae7f688e6..0000000000 --- a/docs/examples/1.0.0/server-swift/examples/functions/create-deployment.md +++ /dev/null @@ -1,17 +0,0 @@ -import Appwrite - -func main() async throws { - let client = Client() - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2") // Your secret API key - let functions = Functions(client) - let deployment = try await functions.createDeployment( - functionId: "[FUNCTION_ID]", - entrypoint: "[ENTRYPOINT]", - code: InputFile.fromPath("file.png"), - activate: xfalse - ) - - print(String(describing: deployment) -} diff --git a/docs/examples/1.0.0/server-swift/examples/functions/create-execution.md b/docs/examples/1.0.0/server-swift/examples/functions/create-execution.md deleted file mode 100644 index 02dde0c312..0000000000 --- a/docs/examples/1.0.0/server-swift/examples/functions/create-execution.md +++ /dev/null @@ -1,14 +0,0 @@ -import Appwrite - -func main() async throws { - let client = Client() - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2") // Your secret API key - let functions = Functions(client) - let execution = try await functions.createExecution( - functionId: "[FUNCTION_ID]" - ) - - print(String(describing: execution) -} diff --git a/docs/examples/1.0.0/server-swift/examples/functions/create-variable.md b/docs/examples/1.0.0/server-swift/examples/functions/create-variable.md deleted file mode 100644 index 29a221c0e6..0000000000 --- a/docs/examples/1.0.0/server-swift/examples/functions/create-variable.md +++ /dev/null @@ -1,16 +0,0 @@ -import Appwrite - -func main() async throws { - let client = Client() - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2") // Your secret API key - let functions = Functions(client) - let variable = try await functions.createVariable( - functionId: "[FUNCTION_ID]", - key: "[KEY]", - value: "[VALUE]" - ) - - print(String(describing: variable) -} diff --git a/docs/examples/1.0.0/server-swift/examples/functions/create.md b/docs/examples/1.0.0/server-swift/examples/functions/create.md deleted file mode 100644 index 85a456040e..0000000000 --- a/docs/examples/1.0.0/server-swift/examples/functions/create.md +++ /dev/null @@ -1,17 +0,0 @@ -import Appwrite - -func main() async throws { - let client = Client() - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2") // Your secret API key - let functions = Functions(client) - let function = try await functions.create( - functionId: "[FUNCTION_ID]", - name: "[NAME]", - execute: ["any"], - runtime: "node-14.5" - ) - - print(String(describing: function) -} diff --git a/docs/examples/1.0.0/server-swift/examples/functions/delete-deployment.md b/docs/examples/1.0.0/server-swift/examples/functions/delete-deployment.md deleted file mode 100644 index 322c52b7ed..0000000000 --- a/docs/examples/1.0.0/server-swift/examples/functions/delete-deployment.md +++ /dev/null @@ -1,15 +0,0 @@ -import Appwrite - -func main() async throws { - let client = Client() - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2") // Your secret API key - let functions = Functions(client) - let result = try await functions.deleteDeployment( - functionId: "[FUNCTION_ID]", - deploymentId: "[DEPLOYMENT_ID]" - ) - - print(String(describing: result) -} diff --git a/docs/examples/1.0.0/server-swift/examples/functions/delete-variable.md b/docs/examples/1.0.0/server-swift/examples/functions/delete-variable.md deleted file mode 100644 index 9feb18b3c2..0000000000 --- a/docs/examples/1.0.0/server-swift/examples/functions/delete-variable.md +++ /dev/null @@ -1,15 +0,0 @@ -import Appwrite - -func main() async throws { - let client = Client() - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2") // Your secret API key - let functions = Functions(client) - let result = try await functions.deleteVariable( - functionId: "[FUNCTION_ID]", - variableId: "[VARIABLE_ID]" - ) - - print(String(describing: result) -} diff --git a/docs/examples/1.0.0/server-swift/examples/functions/delete.md b/docs/examples/1.0.0/server-swift/examples/functions/delete.md deleted file mode 100644 index c5628163da..0000000000 --- a/docs/examples/1.0.0/server-swift/examples/functions/delete.md +++ /dev/null @@ -1,14 +0,0 @@ -import Appwrite - -func main() async throws { - let client = Client() - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2") // Your secret API key - let functions = Functions(client) - let result = try await functions.delete( - functionId: "[FUNCTION_ID]" - ) - - print(String(describing: result) -} diff --git a/docs/examples/1.0.0/server-swift/examples/functions/get-deployment.md b/docs/examples/1.0.0/server-swift/examples/functions/get-deployment.md deleted file mode 100644 index c5322ee81b..0000000000 --- a/docs/examples/1.0.0/server-swift/examples/functions/get-deployment.md +++ /dev/null @@ -1,15 +0,0 @@ -import Appwrite - -func main() async throws { - let client = Client() - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2") // Your secret API key - let functions = Functions(client) - let deployment = try await functions.getDeployment( - functionId: "[FUNCTION_ID]", - deploymentId: "[DEPLOYMENT_ID]" - ) - - print(String(describing: deployment) -} diff --git a/docs/examples/1.0.0/server-swift/examples/functions/get-execution.md b/docs/examples/1.0.0/server-swift/examples/functions/get-execution.md deleted file mode 100644 index d5bcf092ac..0000000000 --- a/docs/examples/1.0.0/server-swift/examples/functions/get-execution.md +++ /dev/null @@ -1,15 +0,0 @@ -import Appwrite - -func main() async throws { - let client = Client() - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2") // Your secret API key - let functions = Functions(client) - let execution = try await functions.getExecution( - functionId: "[FUNCTION_ID]", - executionId: "[EXECUTION_ID]" - ) - - print(String(describing: execution) -} diff --git a/docs/examples/1.0.0/server-swift/examples/functions/get-variable.md b/docs/examples/1.0.0/server-swift/examples/functions/get-variable.md deleted file mode 100644 index fd814984e4..0000000000 --- a/docs/examples/1.0.0/server-swift/examples/functions/get-variable.md +++ /dev/null @@ -1,15 +0,0 @@ -import Appwrite - -func main() async throws { - let client = Client() - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2") // Your secret API key - let functions = Functions(client) - let variable = try await functions.getVariable( - functionId: "[FUNCTION_ID]", - variableId: "[VARIABLE_ID]" - ) - - print(String(describing: variable) -} diff --git a/docs/examples/1.0.0/server-swift/examples/functions/get.md b/docs/examples/1.0.0/server-swift/examples/functions/get.md deleted file mode 100644 index 6675916a47..0000000000 --- a/docs/examples/1.0.0/server-swift/examples/functions/get.md +++ /dev/null @@ -1,14 +0,0 @@ -import Appwrite - -func main() async throws { - let client = Client() - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2") // Your secret API key - let functions = Functions(client) - let function = try await functions.get( - functionId: "[FUNCTION_ID]" - ) - - print(String(describing: function) -} diff --git a/docs/examples/1.0.0/server-swift/examples/functions/list-deployments.md b/docs/examples/1.0.0/server-swift/examples/functions/list-deployments.md deleted file mode 100644 index fce719736a..0000000000 --- a/docs/examples/1.0.0/server-swift/examples/functions/list-deployments.md +++ /dev/null @@ -1,14 +0,0 @@ -import Appwrite - -func main() async throws { - let client = Client() - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2") // Your secret API key - let functions = Functions(client) - let deploymentList = try await functions.listDeployments( - functionId: "[FUNCTION_ID]" - ) - - print(String(describing: deploymentList) -} diff --git a/docs/examples/1.0.0/server-swift/examples/functions/list-executions.md b/docs/examples/1.0.0/server-swift/examples/functions/list-executions.md deleted file mode 100644 index 95d27cbc05..0000000000 --- a/docs/examples/1.0.0/server-swift/examples/functions/list-executions.md +++ /dev/null @@ -1,14 +0,0 @@ -import Appwrite - -func main() async throws { - let client = Client() - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2") // Your secret API key - let functions = Functions(client) - let executionList = try await functions.listExecutions( - functionId: "[FUNCTION_ID]" - ) - - print(String(describing: executionList) -} diff --git a/docs/examples/1.0.0/server-swift/examples/functions/list-runtimes.md b/docs/examples/1.0.0/server-swift/examples/functions/list-runtimes.md deleted file mode 100644 index e87ad2c46c..0000000000 --- a/docs/examples/1.0.0/server-swift/examples/functions/list-runtimes.md +++ /dev/null @@ -1,12 +0,0 @@ -import Appwrite - -func main() async throws { - let client = Client() - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2") // Your secret API key - let functions = Functions(client) - let runtimeList = try await functions.listRuntimes() - - print(String(describing: runtimeList) -} diff --git a/docs/examples/1.0.0/server-swift/examples/functions/list-variables.md b/docs/examples/1.0.0/server-swift/examples/functions/list-variables.md deleted file mode 100644 index 8952aa6fcd..0000000000 --- a/docs/examples/1.0.0/server-swift/examples/functions/list-variables.md +++ /dev/null @@ -1,14 +0,0 @@ -import Appwrite - -func main() async throws { - let client = Client() - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2") // Your secret API key - let functions = Functions(client) - let variableList = try await functions.listVariables( - functionId: "[FUNCTION_ID]" - ) - - print(String(describing: variableList) -} diff --git a/docs/examples/1.0.0/server-swift/examples/functions/list.md b/docs/examples/1.0.0/server-swift/examples/functions/list.md deleted file mode 100644 index 695350d95a..0000000000 --- a/docs/examples/1.0.0/server-swift/examples/functions/list.md +++ /dev/null @@ -1,12 +0,0 @@ -import Appwrite - -func main() async throws { - let client = Client() - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2") // Your secret API key - let functions = Functions(client) - let functionList = try await functions.list() - - print(String(describing: functionList) -} diff --git a/docs/examples/1.0.0/server-swift/examples/functions/retry-build.md b/docs/examples/1.0.0/server-swift/examples/functions/retry-build.md deleted file mode 100644 index ba995313c5..0000000000 --- a/docs/examples/1.0.0/server-swift/examples/functions/retry-build.md +++ /dev/null @@ -1,16 +0,0 @@ -import Appwrite - -func main() async throws { - let client = Client() - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2") // Your secret API key - let functions = Functions(client) - let result = try await functions.retryBuild( - functionId: "[FUNCTION_ID]", - deploymentId: "[DEPLOYMENT_ID]", - buildId: "[BUILD_ID]" - ) - - print(String(describing: result) -} diff --git a/docs/examples/1.0.0/server-swift/examples/functions/update-deployment.md b/docs/examples/1.0.0/server-swift/examples/functions/update-deployment.md deleted file mode 100644 index 37d8cbb8fd..0000000000 --- a/docs/examples/1.0.0/server-swift/examples/functions/update-deployment.md +++ /dev/null @@ -1,15 +0,0 @@ -import Appwrite - -func main() async throws { - let client = Client() - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2") // Your secret API key - let functions = Functions(client) - let function = try await functions.updateDeployment( - functionId: "[FUNCTION_ID]", - deploymentId: "[DEPLOYMENT_ID]" - ) - - print(String(describing: function) -} diff --git a/docs/examples/1.0.0/server-swift/examples/functions/update-variable.md b/docs/examples/1.0.0/server-swift/examples/functions/update-variable.md deleted file mode 100644 index ff22cc2bfd..0000000000 --- a/docs/examples/1.0.0/server-swift/examples/functions/update-variable.md +++ /dev/null @@ -1,16 +0,0 @@ -import Appwrite - -func main() async throws { - let client = Client() - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2") // Your secret API key - let functions = Functions(client) - let variable = try await functions.updateVariable( - functionId: "[FUNCTION_ID]", - variableId: "[VARIABLE_ID]", - key: "[KEY]" - ) - - print(String(describing: variable) -} diff --git a/docs/examples/1.0.0/server-swift/examples/functions/update.md b/docs/examples/1.0.0/server-swift/examples/functions/update.md deleted file mode 100644 index c459ae38af..0000000000 --- a/docs/examples/1.0.0/server-swift/examples/functions/update.md +++ /dev/null @@ -1,16 +0,0 @@ -import Appwrite - -func main() async throws { - let client = Client() - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2") // Your secret API key - let functions = Functions(client) - let function = try await functions.update( - functionId: "[FUNCTION_ID]", - name: "[NAME]", - execute: ["any"] - ) - - print(String(describing: function) -} diff --git a/docs/examples/1.0.0/server-swift/examples/health/get-antivirus.md b/docs/examples/1.0.0/server-swift/examples/health/get-antivirus.md deleted file mode 100644 index 3eafa2c2f1..0000000000 --- a/docs/examples/1.0.0/server-swift/examples/health/get-antivirus.md +++ /dev/null @@ -1,12 +0,0 @@ -import Appwrite - -func main() async throws { - let client = Client() - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2") // Your secret API key - let health = Health(client) - let healthAntivirus = try await health.getAntivirus() - - print(String(describing: healthAntivirus) -} diff --git a/docs/examples/1.0.0/server-swift/examples/health/get-cache.md b/docs/examples/1.0.0/server-swift/examples/health/get-cache.md deleted file mode 100644 index 20831b4d39..0000000000 --- a/docs/examples/1.0.0/server-swift/examples/health/get-cache.md +++ /dev/null @@ -1,12 +0,0 @@ -import Appwrite - -func main() async throws { - let client = Client() - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2") // Your secret API key - let health = Health(client) - let healthStatus = try await health.getCache() - - print(String(describing: healthStatus) -} diff --git a/docs/examples/1.0.0/server-swift/examples/health/get-d-b.md b/docs/examples/1.0.0/server-swift/examples/health/get-d-b.md deleted file mode 100644 index 5808c99a73..0000000000 --- a/docs/examples/1.0.0/server-swift/examples/health/get-d-b.md +++ /dev/null @@ -1,12 +0,0 @@ -import Appwrite - -func main() async throws { - let client = Client() - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2") // Your secret API key - let health = Health(client) - let healthStatus = try await health.getDB() - - print(String(describing: healthStatus) -} diff --git a/docs/examples/1.0.0/server-swift/examples/health/get-queue-certificates.md b/docs/examples/1.0.0/server-swift/examples/health/get-queue-certificates.md deleted file mode 100644 index 123b452f99..0000000000 --- a/docs/examples/1.0.0/server-swift/examples/health/get-queue-certificates.md +++ /dev/null @@ -1,12 +0,0 @@ -import Appwrite - -func main() async throws { - let client = Client() - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2") // Your secret API key - let health = Health(client) - let healthQueue = try await health.getQueueCertificates() - - print(String(describing: healthQueue) -} diff --git a/docs/examples/1.0.0/server-swift/examples/health/get-queue-functions.md b/docs/examples/1.0.0/server-swift/examples/health/get-queue-functions.md deleted file mode 100644 index c3949a769c..0000000000 --- a/docs/examples/1.0.0/server-swift/examples/health/get-queue-functions.md +++ /dev/null @@ -1,12 +0,0 @@ -import Appwrite - -func main() async throws { - let client = Client() - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2") // Your secret API key - let health = Health(client) - let healthQueue = try await health.getQueueFunctions() - - print(String(describing: healthQueue) -} diff --git a/docs/examples/1.0.0/server-swift/examples/health/get-queue-logs.md b/docs/examples/1.0.0/server-swift/examples/health/get-queue-logs.md deleted file mode 100644 index 6a36fa966c..0000000000 --- a/docs/examples/1.0.0/server-swift/examples/health/get-queue-logs.md +++ /dev/null @@ -1,12 +0,0 @@ -import Appwrite - -func main() async throws { - let client = Client() - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2") // Your secret API key - let health = Health(client) - let healthQueue = try await health.getQueueLogs() - - print(String(describing: healthQueue) -} diff --git a/docs/examples/1.0.0/server-swift/examples/health/get-queue-webhooks.md b/docs/examples/1.0.0/server-swift/examples/health/get-queue-webhooks.md deleted file mode 100644 index bc6b7bcb14..0000000000 --- a/docs/examples/1.0.0/server-swift/examples/health/get-queue-webhooks.md +++ /dev/null @@ -1,12 +0,0 @@ -import Appwrite - -func main() async throws { - let client = Client() - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2") // Your secret API key - let health = Health(client) - let healthQueue = try await health.getQueueWebhooks() - - print(String(describing: healthQueue) -} diff --git a/docs/examples/1.0.0/server-swift/examples/health/get-storage-local.md b/docs/examples/1.0.0/server-swift/examples/health/get-storage-local.md deleted file mode 100644 index 773d8dd483..0000000000 --- a/docs/examples/1.0.0/server-swift/examples/health/get-storage-local.md +++ /dev/null @@ -1,12 +0,0 @@ -import Appwrite - -func main() async throws { - let client = Client() - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2") // Your secret API key - let health = Health(client) - let healthStatus = try await health.getStorageLocal() - - print(String(describing: healthStatus) -} diff --git a/docs/examples/1.0.0/server-swift/examples/health/get-time.md b/docs/examples/1.0.0/server-swift/examples/health/get-time.md deleted file mode 100644 index edbc171ea9..0000000000 --- a/docs/examples/1.0.0/server-swift/examples/health/get-time.md +++ /dev/null @@ -1,12 +0,0 @@ -import Appwrite - -func main() async throws { - let client = Client() - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2") // Your secret API key - let health = Health(client) - let healthTime = try await health.getTime() - - print(String(describing: healthTime) -} diff --git a/docs/examples/1.0.0/server-swift/examples/health/get.md b/docs/examples/1.0.0/server-swift/examples/health/get.md deleted file mode 100644 index 770c09aa66..0000000000 --- a/docs/examples/1.0.0/server-swift/examples/health/get.md +++ /dev/null @@ -1,12 +0,0 @@ -import Appwrite - -func main() async throws { - let client = Client() - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2") // Your secret API key - let health = Health(client) - let healthStatus = try await health.get() - - print(String(describing: healthStatus) -} diff --git a/docs/examples/1.0.0/server-swift/examples/locale/get-continents.md b/docs/examples/1.0.0/server-swift/examples/locale/get-continents.md deleted file mode 100644 index a7f89e0176..0000000000 --- a/docs/examples/1.0.0/server-swift/examples/locale/get-continents.md +++ /dev/null @@ -1,12 +0,0 @@ -import Appwrite - -func main() async throws { - let client = Client() - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2") // Your secret API key - let locale = Locale(client) - let continentList = try await locale.getContinents() - - print(String(describing: continentList) -} diff --git a/docs/examples/1.0.0/server-swift/examples/locale/get-countries-e-u.md b/docs/examples/1.0.0/server-swift/examples/locale/get-countries-e-u.md deleted file mode 100644 index f357bd3990..0000000000 --- a/docs/examples/1.0.0/server-swift/examples/locale/get-countries-e-u.md +++ /dev/null @@ -1,12 +0,0 @@ -import Appwrite - -func main() async throws { - let client = Client() - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2") // Your secret API key - let locale = Locale(client) - let countryList = try await locale.getCountriesEU() - - print(String(describing: countryList) -} diff --git a/docs/examples/1.0.0/server-swift/examples/locale/get-countries-phones.md b/docs/examples/1.0.0/server-swift/examples/locale/get-countries-phones.md deleted file mode 100644 index 052caa1dda..0000000000 --- a/docs/examples/1.0.0/server-swift/examples/locale/get-countries-phones.md +++ /dev/null @@ -1,12 +0,0 @@ -import Appwrite - -func main() async throws { - let client = Client() - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2") // Your secret API key - let locale = Locale(client) - let phoneList = try await locale.getCountriesPhones() - - print(String(describing: phoneList) -} diff --git a/docs/examples/1.0.0/server-swift/examples/locale/get-countries.md b/docs/examples/1.0.0/server-swift/examples/locale/get-countries.md deleted file mode 100644 index 3e37c4b22b..0000000000 --- a/docs/examples/1.0.0/server-swift/examples/locale/get-countries.md +++ /dev/null @@ -1,12 +0,0 @@ -import Appwrite - -func main() async throws { - let client = Client() - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2") // Your secret API key - let locale = Locale(client) - let countryList = try await locale.getCountries() - - print(String(describing: countryList) -} diff --git a/docs/examples/1.0.0/server-swift/examples/locale/get-currencies.md b/docs/examples/1.0.0/server-swift/examples/locale/get-currencies.md deleted file mode 100644 index a548db9b2e..0000000000 --- a/docs/examples/1.0.0/server-swift/examples/locale/get-currencies.md +++ /dev/null @@ -1,12 +0,0 @@ -import Appwrite - -func main() async throws { - let client = Client() - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2") // Your secret API key - let locale = Locale(client) - let currencyList = try await locale.getCurrencies() - - print(String(describing: currencyList) -} diff --git a/docs/examples/1.0.0/server-swift/examples/locale/get-languages.md b/docs/examples/1.0.0/server-swift/examples/locale/get-languages.md deleted file mode 100644 index 23d9b44245..0000000000 --- a/docs/examples/1.0.0/server-swift/examples/locale/get-languages.md +++ /dev/null @@ -1,12 +0,0 @@ -import Appwrite - -func main() async throws { - let client = Client() - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2") // Your secret API key - let locale = Locale(client) - let languageList = try await locale.getLanguages() - - print(String(describing: languageList) -} diff --git a/docs/examples/1.0.0/server-swift/examples/locale/get.md b/docs/examples/1.0.0/server-swift/examples/locale/get.md deleted file mode 100644 index fd0a9dd1e7..0000000000 --- a/docs/examples/1.0.0/server-swift/examples/locale/get.md +++ /dev/null @@ -1,12 +0,0 @@ -import Appwrite - -func main() async throws { - let client = Client() - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2") // Your secret API key - let locale = Locale(client) - let locale = try await locale.get() - - print(String(describing: locale) -} diff --git a/docs/examples/1.0.0/server-swift/examples/storage/create-bucket.md b/docs/examples/1.0.0/server-swift/examples/storage/create-bucket.md deleted file mode 100644 index 6f275b3123..0000000000 --- a/docs/examples/1.0.0/server-swift/examples/storage/create-bucket.md +++ /dev/null @@ -1,15 +0,0 @@ -import Appwrite - -func main() async throws { - let client = Client() - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2") // Your secret API key - let storage = Storage(client) - let bucket = try await storage.createBucket( - bucketId: "[BUCKET_ID]", - name: "[NAME]" - ) - - print(String(describing: bucket) -} diff --git a/docs/examples/1.0.0/server-swift/examples/storage/create-file.md b/docs/examples/1.0.0/server-swift/examples/storage/create-file.md deleted file mode 100644 index 2da22e5372..0000000000 --- a/docs/examples/1.0.0/server-swift/examples/storage/create-file.md +++ /dev/null @@ -1,16 +0,0 @@ -import Appwrite - -func main() async throws { - let client = Client() - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2") // Your secret API key - let storage = Storage(client) - let file = try await storage.createFile( - bucketId: "[BUCKET_ID]", - fileId: "[FILE_ID]", - file: InputFile.fromPath("file.png") - ) - - print(String(describing: file) -} diff --git a/docs/examples/1.0.0/server-swift/examples/storage/delete-bucket.md b/docs/examples/1.0.0/server-swift/examples/storage/delete-bucket.md deleted file mode 100644 index 18687fb278..0000000000 --- a/docs/examples/1.0.0/server-swift/examples/storage/delete-bucket.md +++ /dev/null @@ -1,14 +0,0 @@ -import Appwrite - -func main() async throws { - let client = Client() - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2") // Your secret API key - let storage = Storage(client) - let result = try await storage.deleteBucket( - bucketId: "[BUCKET_ID]" - ) - - print(String(describing: result) -} diff --git a/docs/examples/1.0.0/server-swift/examples/storage/delete-file.md b/docs/examples/1.0.0/server-swift/examples/storage/delete-file.md deleted file mode 100644 index 305d6e1d81..0000000000 --- a/docs/examples/1.0.0/server-swift/examples/storage/delete-file.md +++ /dev/null @@ -1,15 +0,0 @@ -import Appwrite - -func main() async throws { - let client = Client() - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2") // Your secret API key - let storage = Storage(client) - let result = try await storage.deleteFile( - bucketId: "[BUCKET_ID]", - fileId: "[FILE_ID]" - ) - - print(String(describing: result) -} diff --git a/docs/examples/1.0.0/server-swift/examples/storage/get-bucket.md b/docs/examples/1.0.0/server-swift/examples/storage/get-bucket.md deleted file mode 100644 index f04e2db3c9..0000000000 --- a/docs/examples/1.0.0/server-swift/examples/storage/get-bucket.md +++ /dev/null @@ -1,14 +0,0 @@ -import Appwrite - -func main() async throws { - let client = Client() - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2") // Your secret API key - let storage = Storage(client) - let bucket = try await storage.getBucket( - bucketId: "[BUCKET_ID]" - ) - - print(String(describing: bucket) -} diff --git a/docs/examples/1.0.0/server-swift/examples/storage/get-file-download.md b/docs/examples/1.0.0/server-swift/examples/storage/get-file-download.md deleted file mode 100644 index 28c427c620..0000000000 --- a/docs/examples/1.0.0/server-swift/examples/storage/get-file-download.md +++ /dev/null @@ -1,15 +0,0 @@ -import Appwrite - -func main() async throws { - let client = Client() - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2") // Your secret API key - let storage = Storage(client) - let byteBuffer = try await storage.getFileDownload( - bucketId: "[BUCKET_ID]", - fileId: "[FILE_ID]" - ) - - print(String(describing: byteBuffer) -} diff --git a/docs/examples/1.0.0/server-swift/examples/storage/get-file-preview.md b/docs/examples/1.0.0/server-swift/examples/storage/get-file-preview.md deleted file mode 100644 index 20b87191e1..0000000000 --- a/docs/examples/1.0.0/server-swift/examples/storage/get-file-preview.md +++ /dev/null @@ -1,15 +0,0 @@ -import Appwrite - -func main() async throws { - let client = Client() - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2") // Your secret API key - let storage = Storage(client) - let byteBuffer = try await storage.getFilePreview( - bucketId: "[BUCKET_ID]", - fileId: "[FILE_ID]" - ) - - print(String(describing: byteBuffer) -} diff --git a/docs/examples/1.0.0/server-swift/examples/storage/get-file-view.md b/docs/examples/1.0.0/server-swift/examples/storage/get-file-view.md deleted file mode 100644 index a17fba0a14..0000000000 --- a/docs/examples/1.0.0/server-swift/examples/storage/get-file-view.md +++ /dev/null @@ -1,15 +0,0 @@ -import Appwrite - -func main() async throws { - let client = Client() - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2") // Your secret API key - let storage = Storage(client) - let byteBuffer = try await storage.getFileView( - bucketId: "[BUCKET_ID]", - fileId: "[FILE_ID]" - ) - - print(String(describing: byteBuffer) -} diff --git a/docs/examples/1.0.0/server-swift/examples/storage/get-file.md b/docs/examples/1.0.0/server-swift/examples/storage/get-file.md deleted file mode 100644 index 6b02fcd0ee..0000000000 --- a/docs/examples/1.0.0/server-swift/examples/storage/get-file.md +++ /dev/null @@ -1,15 +0,0 @@ -import Appwrite - -func main() async throws { - let client = Client() - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2") // Your secret API key - let storage = Storage(client) - let file = try await storage.getFile( - bucketId: "[BUCKET_ID]", - fileId: "[FILE_ID]" - ) - - print(String(describing: file) -} diff --git a/docs/examples/1.0.0/server-swift/examples/storage/list-buckets.md b/docs/examples/1.0.0/server-swift/examples/storage/list-buckets.md deleted file mode 100644 index 361ef626b5..0000000000 --- a/docs/examples/1.0.0/server-swift/examples/storage/list-buckets.md +++ /dev/null @@ -1,12 +0,0 @@ -import Appwrite - -func main() async throws { - let client = Client() - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2") // Your secret API key - let storage = Storage(client) - let bucketList = try await storage.listBuckets() - - print(String(describing: bucketList) -} diff --git a/docs/examples/1.0.0/server-swift/examples/storage/list-files.md b/docs/examples/1.0.0/server-swift/examples/storage/list-files.md deleted file mode 100644 index 68a6ca40c4..0000000000 --- a/docs/examples/1.0.0/server-swift/examples/storage/list-files.md +++ /dev/null @@ -1,14 +0,0 @@ -import Appwrite - -func main() async throws { - let client = Client() - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2") // Your secret API key - let storage = Storage(client) - let fileList = try await storage.listFiles( - bucketId: "[BUCKET_ID]" - ) - - print(String(describing: fileList) -} diff --git a/docs/examples/1.0.0/server-swift/examples/storage/update-bucket.md b/docs/examples/1.0.0/server-swift/examples/storage/update-bucket.md deleted file mode 100644 index 3692deec5c..0000000000 --- a/docs/examples/1.0.0/server-swift/examples/storage/update-bucket.md +++ /dev/null @@ -1,15 +0,0 @@ -import Appwrite - -func main() async throws { - let client = Client() - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2") // Your secret API key - let storage = Storage(client) - let bucket = try await storage.updateBucket( - bucketId: "[BUCKET_ID]", - name: "[NAME]" - ) - - print(String(describing: bucket) -} diff --git a/docs/examples/1.0.0/server-swift/examples/storage/update-file.md b/docs/examples/1.0.0/server-swift/examples/storage/update-file.md deleted file mode 100644 index 12f8150085..0000000000 --- a/docs/examples/1.0.0/server-swift/examples/storage/update-file.md +++ /dev/null @@ -1,15 +0,0 @@ -import Appwrite - -func main() async throws { - let client = Client() - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2") // Your secret API key - let storage = Storage(client) - let file = try await storage.updateFile( - bucketId: "[BUCKET_ID]", - fileId: "[FILE_ID]" - ) - - print(String(describing: file) -} diff --git a/docs/examples/1.0.0/server-swift/examples/teams/create-membership.md b/docs/examples/1.0.0/server-swift/examples/teams/create-membership.md deleted file mode 100644 index a732ec676a..0000000000 --- a/docs/examples/1.0.0/server-swift/examples/teams/create-membership.md +++ /dev/null @@ -1,17 +0,0 @@ -import Appwrite - -func main() async throws { - let client = Client() - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2") // Your secret API key - let teams = Teams(client) - let membership = try await teams.createMembership( - teamId: "[TEAM_ID]", - email: "email@example.com", - roles: [], - url: "https://example.com" - ) - - print(String(describing: membership) -} diff --git a/docs/examples/1.0.0/server-swift/examples/teams/create.md b/docs/examples/1.0.0/server-swift/examples/teams/create.md deleted file mode 100644 index 80edd0cadc..0000000000 --- a/docs/examples/1.0.0/server-swift/examples/teams/create.md +++ /dev/null @@ -1,15 +0,0 @@ -import Appwrite - -func main() async throws { - let client = Client() - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2") // Your secret API key - let teams = Teams(client) - let team = try await teams.create( - teamId: "[TEAM_ID]", - name: "[NAME]" - ) - - print(String(describing: team) -} diff --git a/docs/examples/1.0.0/server-swift/examples/teams/delete-membership.md b/docs/examples/1.0.0/server-swift/examples/teams/delete-membership.md deleted file mode 100644 index 84f3157550..0000000000 --- a/docs/examples/1.0.0/server-swift/examples/teams/delete-membership.md +++ /dev/null @@ -1,15 +0,0 @@ -import Appwrite - -func main() async throws { - let client = Client() - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2") // Your secret API key - let teams = Teams(client) - let result = try await teams.deleteMembership( - teamId: "[TEAM_ID]", - membershipId: "[MEMBERSHIP_ID]" - ) - - print(String(describing: result) -} diff --git a/docs/examples/1.0.0/server-swift/examples/teams/delete.md b/docs/examples/1.0.0/server-swift/examples/teams/delete.md deleted file mode 100644 index d8808a6565..0000000000 --- a/docs/examples/1.0.0/server-swift/examples/teams/delete.md +++ /dev/null @@ -1,14 +0,0 @@ -import Appwrite - -func main() async throws { - let client = Client() - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2") // Your secret API key - let teams = Teams(client) - let result = try await teams.delete( - teamId: "[TEAM_ID]" - ) - - print(String(describing: result) -} diff --git a/docs/examples/1.0.0/server-swift/examples/teams/get-membership.md b/docs/examples/1.0.0/server-swift/examples/teams/get-membership.md deleted file mode 100644 index b85d7dc0de..0000000000 --- a/docs/examples/1.0.0/server-swift/examples/teams/get-membership.md +++ /dev/null @@ -1,15 +0,0 @@ -import Appwrite - -func main() async throws { - let client = Client() - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2") // Your secret API key - let teams = Teams(client) - let membershipList = try await teams.getMembership( - teamId: "[TEAM_ID]", - membershipId: "[MEMBERSHIP_ID]" - ) - - print(String(describing: membershipList) -} diff --git a/docs/examples/1.0.0/server-swift/examples/teams/get-memberships.md b/docs/examples/1.0.0/server-swift/examples/teams/get-memberships.md deleted file mode 100644 index 06ca6761eb..0000000000 --- a/docs/examples/1.0.0/server-swift/examples/teams/get-memberships.md +++ /dev/null @@ -1,14 +0,0 @@ -import Appwrite - -func main() async throws { - let client = Client() - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2") // Your secret API key - let teams = Teams(client) - let membershipList = try await teams.getMemberships( - teamId: "[TEAM_ID]" - ) - - print(String(describing: membershipList) -} diff --git a/docs/examples/1.0.0/server-swift/examples/teams/get.md b/docs/examples/1.0.0/server-swift/examples/teams/get.md deleted file mode 100644 index d1c4500442..0000000000 --- a/docs/examples/1.0.0/server-swift/examples/teams/get.md +++ /dev/null @@ -1,14 +0,0 @@ -import Appwrite - -func main() async throws { - let client = Client() - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2") // Your secret API key - let teams = Teams(client) - let team = try await teams.get( - teamId: "[TEAM_ID]" - ) - - print(String(describing: team) -} diff --git a/docs/examples/1.0.0/server-swift/examples/teams/list.md b/docs/examples/1.0.0/server-swift/examples/teams/list.md deleted file mode 100644 index 3a9fa822ae..0000000000 --- a/docs/examples/1.0.0/server-swift/examples/teams/list.md +++ /dev/null @@ -1,12 +0,0 @@ -import Appwrite - -func main() async throws { - let client = Client() - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2") // Your secret API key - let teams = Teams(client) - let teamList = try await teams.list() - - print(String(describing: teamList) -} diff --git a/docs/examples/1.0.0/server-swift/examples/teams/update-membership-roles.md b/docs/examples/1.0.0/server-swift/examples/teams/update-membership-roles.md deleted file mode 100644 index fd0084786a..0000000000 --- a/docs/examples/1.0.0/server-swift/examples/teams/update-membership-roles.md +++ /dev/null @@ -1,16 +0,0 @@ -import Appwrite - -func main() async throws { - let client = Client() - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2") // Your secret API key - let teams = Teams(client) - let membership = try await teams.updateMembershipRoles( - teamId: "[TEAM_ID]", - membershipId: "[MEMBERSHIP_ID]", - roles: [] - ) - - print(String(describing: membership) -} diff --git a/docs/examples/1.0.0/server-swift/examples/teams/update-membership-status.md b/docs/examples/1.0.0/server-swift/examples/teams/update-membership-status.md deleted file mode 100644 index 4b6f3eda43..0000000000 --- a/docs/examples/1.0.0/server-swift/examples/teams/update-membership-status.md +++ /dev/null @@ -1,17 +0,0 @@ -import Appwrite - -func main() async throws { - let client = Client() - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setJWT("eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ...") // Your secret JSON Web Token - let teams = Teams(client) - let membership = try await teams.updateMembershipStatus( - teamId: "[TEAM_ID]", - membershipId: "[MEMBERSHIP_ID]", - userId: "[USER_ID]", - secret: "[SECRET]" - ) - - print(String(describing: membership) -} diff --git a/docs/examples/1.0.0/server-swift/examples/teams/update.md b/docs/examples/1.0.0/server-swift/examples/teams/update.md deleted file mode 100644 index 683dfd4e30..0000000000 --- a/docs/examples/1.0.0/server-swift/examples/teams/update.md +++ /dev/null @@ -1,15 +0,0 @@ -import Appwrite - -func main() async throws { - let client = Client() - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2") // Your secret API key - let teams = Teams(client) - let team = try await teams.update( - teamId: "[TEAM_ID]", - name: "[NAME]" - ) - - print(String(describing: team) -} diff --git a/docs/examples/1.0.0/server-swift/examples/users/create-argon2user.md b/docs/examples/1.0.0/server-swift/examples/users/create-argon2user.md deleted file mode 100644 index f54ebb15ec..0000000000 --- a/docs/examples/1.0.0/server-swift/examples/users/create-argon2user.md +++ /dev/null @@ -1,16 +0,0 @@ -import Appwrite - -func main() async throws { - let client = Client() - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2") // Your secret API key - let users = Users(client) - let user = try await users.createArgon2User( - userId: "[USER_ID]", - email: "email@example.com", - password: "password" - ) - - print(String(describing: user) -} diff --git a/docs/examples/1.0.0/server-swift/examples/users/create-bcrypt-user.md b/docs/examples/1.0.0/server-swift/examples/users/create-bcrypt-user.md deleted file mode 100644 index 379bff9c85..0000000000 --- a/docs/examples/1.0.0/server-swift/examples/users/create-bcrypt-user.md +++ /dev/null @@ -1,16 +0,0 @@ -import Appwrite - -func main() async throws { - let client = Client() - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2") // Your secret API key - let users = Users(client) - let user = try await users.createBcryptUser( - userId: "[USER_ID]", - email: "email@example.com", - password: "password" - ) - - print(String(describing: user) -} diff --git a/docs/examples/1.0.0/server-swift/examples/users/create-m-d5user.md b/docs/examples/1.0.0/server-swift/examples/users/create-m-d5user.md deleted file mode 100644 index c1a057ec7b..0000000000 --- a/docs/examples/1.0.0/server-swift/examples/users/create-m-d5user.md +++ /dev/null @@ -1,16 +0,0 @@ -import Appwrite - -func main() async throws { - let client = Client() - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2") // Your secret API key - let users = Users(client) - let user = try await users.createMD5User( - userId: "[USER_ID]", - email: "email@example.com", - password: "password" - ) - - print(String(describing: user) -} diff --git a/docs/examples/1.0.0/server-swift/examples/users/create-p-h-pass-user.md b/docs/examples/1.0.0/server-swift/examples/users/create-p-h-pass-user.md deleted file mode 100644 index 4492272329..0000000000 --- a/docs/examples/1.0.0/server-swift/examples/users/create-p-h-pass-user.md +++ /dev/null @@ -1,16 +0,0 @@ -import Appwrite - -func main() async throws { - let client = Client() - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2") // Your secret API key - let users = Users(client) - let user = try await users.createPHPassUser( - userId: "[USER_ID]", - email: "email@example.com", - password: "password" - ) - - print(String(describing: user) -} diff --git a/docs/examples/1.0.0/server-swift/examples/users/create-s-h-a-user.md b/docs/examples/1.0.0/server-swift/examples/users/create-s-h-a-user.md deleted file mode 100644 index f6b30066d1..0000000000 --- a/docs/examples/1.0.0/server-swift/examples/users/create-s-h-a-user.md +++ /dev/null @@ -1,16 +0,0 @@ -import Appwrite - -func main() async throws { - let client = Client() - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2") // Your secret API key - let users = Users(client) - let user = try await users.createSHAUser( - userId: "[USER_ID]", - email: "email@example.com", - password: "password" - ) - - print(String(describing: user) -} diff --git a/docs/examples/1.0.0/server-swift/examples/users/create-scrypt-modified-user.md b/docs/examples/1.0.0/server-swift/examples/users/create-scrypt-modified-user.md deleted file mode 100644 index e5e84fd266..0000000000 --- a/docs/examples/1.0.0/server-swift/examples/users/create-scrypt-modified-user.md +++ /dev/null @@ -1,19 +0,0 @@ -import Appwrite - -func main() async throws { - let client = Client() - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2") // Your secret API key - let users = Users(client) - let user = try await users.createScryptModifiedUser( - userId: "[USER_ID]", - email: "email@example.com", - password: "password", - passwordSalt: "[PASSWORD_SALT]", - passwordSaltSeparator: "[PASSWORD_SALT_SEPARATOR]", - passwordSignerKey: "[PASSWORD_SIGNER_KEY]" - ) - - print(String(describing: user) -} diff --git a/docs/examples/1.0.0/server-swift/examples/users/create-scrypt-user.md b/docs/examples/1.0.0/server-swift/examples/users/create-scrypt-user.md deleted file mode 100644 index d0dc599cb5..0000000000 --- a/docs/examples/1.0.0/server-swift/examples/users/create-scrypt-user.md +++ /dev/null @@ -1,21 +0,0 @@ -import Appwrite - -func main() async throws { - let client = Client() - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2") // Your secret API key - let users = Users(client) - let user = try await users.createScryptUser( - userId: "[USER_ID]", - email: "email@example.com", - password: "password", - passwordSalt: "[PASSWORD_SALT]", - passwordCpu: 0, - passwordMemory: 0, - passwordParallel: 0, - passwordLength: 0 - ) - - print(String(describing: user) -} diff --git a/docs/examples/1.0.0/server-swift/examples/users/create.md b/docs/examples/1.0.0/server-swift/examples/users/create.md deleted file mode 100644 index 76b7f22076..0000000000 --- a/docs/examples/1.0.0/server-swift/examples/users/create.md +++ /dev/null @@ -1,14 +0,0 @@ -import Appwrite - -func main() async throws { - let client = Client() - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2") // Your secret API key - let users = Users(client) - let user = try await users.create( - userId: "[USER_ID]" - ) - - print(String(describing: user) -} diff --git a/docs/examples/1.0.0/server-swift/examples/users/delete-session.md b/docs/examples/1.0.0/server-swift/examples/users/delete-session.md deleted file mode 100644 index 50cbf470d3..0000000000 --- a/docs/examples/1.0.0/server-swift/examples/users/delete-session.md +++ /dev/null @@ -1,15 +0,0 @@ -import Appwrite - -func main() async throws { - let client = Client() - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2") // Your secret API key - let users = Users(client) - let result = try await users.deleteSession( - userId: "[USER_ID]", - sessionId: "[SESSION_ID]" - ) - - print(String(describing: result) -} diff --git a/docs/examples/1.0.0/server-swift/examples/users/delete-sessions.md b/docs/examples/1.0.0/server-swift/examples/users/delete-sessions.md deleted file mode 100644 index a8b7802577..0000000000 --- a/docs/examples/1.0.0/server-swift/examples/users/delete-sessions.md +++ /dev/null @@ -1,14 +0,0 @@ -import Appwrite - -func main() async throws { - let client = Client() - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2") // Your secret API key - let users = Users(client) - let result = try await users.deleteSessions( - userId: "[USER_ID]" - ) - - print(String(describing: result) -} diff --git a/docs/examples/1.0.0/server-swift/examples/users/delete.md b/docs/examples/1.0.0/server-swift/examples/users/delete.md deleted file mode 100644 index f970492afa..0000000000 --- a/docs/examples/1.0.0/server-swift/examples/users/delete.md +++ /dev/null @@ -1,14 +0,0 @@ -import Appwrite - -func main() async throws { - let client = Client() - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2") // Your secret API key - let users = Users(client) - let result = try await users.delete( - userId: "[USER_ID]" - ) - - print(String(describing: result) -} diff --git a/docs/examples/1.0.0/server-swift/examples/users/get-logs.md b/docs/examples/1.0.0/server-swift/examples/users/get-logs.md deleted file mode 100644 index 62554054ed..0000000000 --- a/docs/examples/1.0.0/server-swift/examples/users/get-logs.md +++ /dev/null @@ -1,14 +0,0 @@ -import Appwrite - -func main() async throws { - let client = Client() - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2") // Your secret API key - let users = Users(client) - let logList = try await users.getLogs( - userId: "[USER_ID]" - ) - - print(String(describing: logList) -} diff --git a/docs/examples/1.0.0/server-swift/examples/users/get-memberships.md b/docs/examples/1.0.0/server-swift/examples/users/get-memberships.md deleted file mode 100644 index b1343c7439..0000000000 --- a/docs/examples/1.0.0/server-swift/examples/users/get-memberships.md +++ /dev/null @@ -1,14 +0,0 @@ -import Appwrite - -func main() async throws { - let client = Client() - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2") // Your secret API key - let users = Users(client) - let membershipList = try await users.getMemberships( - userId: "[USER_ID]" - ) - - print(String(describing: membershipList) -} diff --git a/docs/examples/1.0.0/server-swift/examples/users/get-prefs.md b/docs/examples/1.0.0/server-swift/examples/users/get-prefs.md deleted file mode 100644 index d664dbbb0d..0000000000 --- a/docs/examples/1.0.0/server-swift/examples/users/get-prefs.md +++ /dev/null @@ -1,14 +0,0 @@ -import Appwrite - -func main() async throws { - let client = Client() - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2") // Your secret API key - let users = Users(client) - let preferences = try await users.getPrefs( - userId: "[USER_ID]" - ) - - print(String(describing: preferences) -} diff --git a/docs/examples/1.0.0/server-swift/examples/users/get-sessions.md b/docs/examples/1.0.0/server-swift/examples/users/get-sessions.md deleted file mode 100644 index dc37960c32..0000000000 --- a/docs/examples/1.0.0/server-swift/examples/users/get-sessions.md +++ /dev/null @@ -1,14 +0,0 @@ -import Appwrite - -func main() async throws { - let client = Client() - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2") // Your secret API key - let users = Users(client) - let sessionList = try await users.getSessions( - userId: "[USER_ID]" - ) - - print(String(describing: sessionList) -} diff --git a/docs/examples/1.0.0/server-swift/examples/users/get.md b/docs/examples/1.0.0/server-swift/examples/users/get.md deleted file mode 100644 index dc57a924ba..0000000000 --- a/docs/examples/1.0.0/server-swift/examples/users/get.md +++ /dev/null @@ -1,14 +0,0 @@ -import Appwrite - -func main() async throws { - let client = Client() - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2") // Your secret API key - let users = Users(client) - let user = try await users.get( - userId: "[USER_ID]" - ) - - print(String(describing: user) -} diff --git a/docs/examples/1.0.0/server-swift/examples/users/list.md b/docs/examples/1.0.0/server-swift/examples/users/list.md deleted file mode 100644 index 7ea73d0515..0000000000 --- a/docs/examples/1.0.0/server-swift/examples/users/list.md +++ /dev/null @@ -1,12 +0,0 @@ -import Appwrite - -func main() async throws { - let client = Client() - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2") // Your secret API key - let users = Users(client) - let userList = try await users.list() - - print(String(describing: userList) -} diff --git a/docs/examples/1.0.0/server-swift/examples/users/update-email-verification.md b/docs/examples/1.0.0/server-swift/examples/users/update-email-verification.md deleted file mode 100644 index be03932e77..0000000000 --- a/docs/examples/1.0.0/server-swift/examples/users/update-email-verification.md +++ /dev/null @@ -1,15 +0,0 @@ -import Appwrite - -func main() async throws { - let client = Client() - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2") // Your secret API key - let users = Users(client) - let user = try await users.updateEmailVerification( - userId: "[USER_ID]", - emailVerification: xfalse - ) - - print(String(describing: user) -} diff --git a/docs/examples/1.0.0/server-swift/examples/users/update-email.md b/docs/examples/1.0.0/server-swift/examples/users/update-email.md deleted file mode 100644 index 602191c6f0..0000000000 --- a/docs/examples/1.0.0/server-swift/examples/users/update-email.md +++ /dev/null @@ -1,15 +0,0 @@ -import Appwrite - -func main() async throws { - let client = Client() - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2") // Your secret API key - let users = Users(client) - let user = try await users.updateEmail( - userId: "[USER_ID]", - email: "email@example.com" - ) - - print(String(describing: user) -} diff --git a/docs/examples/1.0.0/server-swift/examples/users/update-name.md b/docs/examples/1.0.0/server-swift/examples/users/update-name.md deleted file mode 100644 index 7fa3b543ec..0000000000 --- a/docs/examples/1.0.0/server-swift/examples/users/update-name.md +++ /dev/null @@ -1,15 +0,0 @@ -import Appwrite - -func main() async throws { - let client = Client() - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2") // Your secret API key - let users = Users(client) - let user = try await users.updateName( - userId: "[USER_ID]", - name: "[NAME]" - ) - - print(String(describing: user) -} diff --git a/docs/examples/1.0.0/server-swift/examples/users/update-password.md b/docs/examples/1.0.0/server-swift/examples/users/update-password.md deleted file mode 100644 index 5a3bde40b6..0000000000 --- a/docs/examples/1.0.0/server-swift/examples/users/update-password.md +++ /dev/null @@ -1,15 +0,0 @@ -import Appwrite - -func main() async throws { - let client = Client() - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2") // Your secret API key - let users = Users(client) - let user = try await users.updatePassword( - userId: "[USER_ID]", - password: "password" - ) - - print(String(describing: user) -} diff --git a/docs/examples/1.0.0/server-swift/examples/users/update-phone-verification.md b/docs/examples/1.0.0/server-swift/examples/users/update-phone-verification.md deleted file mode 100644 index 7d9228e820..0000000000 --- a/docs/examples/1.0.0/server-swift/examples/users/update-phone-verification.md +++ /dev/null @@ -1,15 +0,0 @@ -import Appwrite - -func main() async throws { - let client = Client() - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2") // Your secret API key - let users = Users(client) - let user = try await users.updatePhoneVerification( - userId: "[USER_ID]", - phoneVerification: xfalse - ) - - print(String(describing: user) -} diff --git a/docs/examples/1.0.0/server-swift/examples/users/update-phone.md b/docs/examples/1.0.0/server-swift/examples/users/update-phone.md deleted file mode 100644 index ad49cd08d9..0000000000 --- a/docs/examples/1.0.0/server-swift/examples/users/update-phone.md +++ /dev/null @@ -1,15 +0,0 @@ -import Appwrite - -func main() async throws { - let client = Client() - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2") // Your secret API key - let users = Users(client) - let user = try await users.updatePhone( - userId: "[USER_ID]", - number: "" - ) - - print(String(describing: user) -} diff --git a/docs/examples/1.0.0/server-swift/examples/users/update-prefs.md b/docs/examples/1.0.0/server-swift/examples/users/update-prefs.md deleted file mode 100644 index 78e8bc274e..0000000000 --- a/docs/examples/1.0.0/server-swift/examples/users/update-prefs.md +++ /dev/null @@ -1,15 +0,0 @@ -import Appwrite - -func main() async throws { - let client = Client() - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2") // Your secret API key - let users = Users(client) - let preferences = try await users.updatePrefs( - userId: "[USER_ID]", - prefs: [:] - ) - - print(String(describing: preferences) -} diff --git a/docs/examples/1.0.0/server-swift/examples/users/update-status.md b/docs/examples/1.0.0/server-swift/examples/users/update-status.md deleted file mode 100644 index 28dc7d7844..0000000000 --- a/docs/examples/1.0.0/server-swift/examples/users/update-status.md +++ /dev/null @@ -1,15 +0,0 @@ -import Appwrite - -func main() async throws { - let client = Client() - .setEndpoint("https://[HOSTNAME_OR_IP]/v1") // Your API Endpoint - .setProject("5df5acd0d48c2") // Your project ID - .setKey("919c2d18fb5d4...a2ae413da83346ad2") // Your secret API key - let users = Users(client) - let user = try await users.updateStatus( - userId: "[USER_ID]", - status: xfalse - ) - - print(String(describing: user) -} diff --git a/docs/examples/1.0.0-RC1/client-android/java/account/create-anonymous-session.md b/docs/examples/1.0.x/client-android/java/account/create-anonymous-session.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-android/java/account/create-anonymous-session.md rename to docs/examples/1.0.x/client-android/java/account/create-anonymous-session.md diff --git a/docs/examples/1.0.0-RC1/client-android/java/account/create-email-session.md b/docs/examples/1.0.x/client-android/java/account/create-email-session.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-android/java/account/create-email-session.md rename to docs/examples/1.0.x/client-android/java/account/create-email-session.md diff --git a/docs/examples/1.0.0-RC1/client-android/java/account/create-j-w-t.md b/docs/examples/1.0.x/client-android/java/account/create-j-w-t.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-android/java/account/create-j-w-t.md rename to docs/examples/1.0.x/client-android/java/account/create-j-w-t.md diff --git a/docs/examples/1.0.0-RC1/client-android/java/account/create-magic-u-r-l-session.md b/docs/examples/1.0.x/client-android/java/account/create-magic-u-r-l-session.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-android/java/account/create-magic-u-r-l-session.md rename to docs/examples/1.0.x/client-android/java/account/create-magic-u-r-l-session.md diff --git a/docs/examples/1.0.0-RC1/client-android/java/account/create-o-auth2session.md b/docs/examples/1.0.x/client-android/java/account/create-o-auth2session.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-android/java/account/create-o-auth2session.md rename to docs/examples/1.0.x/client-android/java/account/create-o-auth2session.md diff --git a/docs/examples/1.0.0-RC1/client-android/java/account/create-phone-session.md b/docs/examples/1.0.x/client-android/java/account/create-phone-session.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-android/java/account/create-phone-session.md rename to docs/examples/1.0.x/client-android/java/account/create-phone-session.md diff --git a/docs/examples/1.0.0-RC1/client-android/java/account/create-phone-verification.md b/docs/examples/1.0.x/client-android/java/account/create-phone-verification.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-android/java/account/create-phone-verification.md rename to docs/examples/1.0.x/client-android/java/account/create-phone-verification.md diff --git a/docs/examples/1.0.0-RC1/client-android/java/account/create-recovery.md b/docs/examples/1.0.x/client-android/java/account/create-recovery.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-android/java/account/create-recovery.md rename to docs/examples/1.0.x/client-android/java/account/create-recovery.md diff --git a/docs/examples/1.0.0-RC1/client-android/java/account/create-verification.md b/docs/examples/1.0.x/client-android/java/account/create-verification.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-android/java/account/create-verification.md rename to docs/examples/1.0.x/client-android/java/account/create-verification.md diff --git a/docs/examples/1.0.0-RC1/client-android/java/account/create.md b/docs/examples/1.0.x/client-android/java/account/create.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-android/java/account/create.md rename to docs/examples/1.0.x/client-android/java/account/create.md diff --git a/docs/examples/1.0.0-RC1/client-android/java/account/delete-session.md b/docs/examples/1.0.x/client-android/java/account/delete-session.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-android/java/account/delete-session.md rename to docs/examples/1.0.x/client-android/java/account/delete-session.md diff --git a/docs/examples/1.0.0-RC1/client-android/java/account/delete-sessions.md b/docs/examples/1.0.x/client-android/java/account/delete-sessions.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-android/java/account/delete-sessions.md rename to docs/examples/1.0.x/client-android/java/account/delete-sessions.md diff --git a/docs/examples/1.0.0-RC1/client-android/java/account/get-logs.md b/docs/examples/1.0.x/client-android/java/account/get-logs.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-android/java/account/get-logs.md rename to docs/examples/1.0.x/client-android/java/account/get-logs.md diff --git a/docs/examples/1.0.0-RC1/client-android/java/account/get-prefs.md b/docs/examples/1.0.x/client-android/java/account/get-prefs.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-android/java/account/get-prefs.md rename to docs/examples/1.0.x/client-android/java/account/get-prefs.md diff --git a/docs/examples/1.0.0-RC1/client-android/java/account/get-session.md b/docs/examples/1.0.x/client-android/java/account/get-session.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-android/java/account/get-session.md rename to docs/examples/1.0.x/client-android/java/account/get-session.md diff --git a/docs/examples/1.0.0-RC1/client-android/java/account/get-sessions.md b/docs/examples/1.0.x/client-android/java/account/get-sessions.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-android/java/account/get-sessions.md rename to docs/examples/1.0.x/client-android/java/account/get-sessions.md diff --git a/docs/examples/1.0.0-RC1/client-android/java/account/get.md b/docs/examples/1.0.x/client-android/java/account/get.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-android/java/account/get.md rename to docs/examples/1.0.x/client-android/java/account/get.md diff --git a/docs/examples/1.0.0/client-android/java/account/list-logs.md b/docs/examples/1.0.x/client-android/java/account/list-logs.md similarity index 100% rename from docs/examples/1.0.0/client-android/java/account/list-logs.md rename to docs/examples/1.0.x/client-android/java/account/list-logs.md diff --git a/docs/examples/1.0.0/client-android/java/account/list-sessions.md b/docs/examples/1.0.x/client-android/java/account/list-sessions.md similarity index 100% rename from docs/examples/1.0.0/client-android/java/account/list-sessions.md rename to docs/examples/1.0.x/client-android/java/account/list-sessions.md diff --git a/docs/examples/1.0.0-RC1/client-android/java/account/update-email.md b/docs/examples/1.0.x/client-android/java/account/update-email.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-android/java/account/update-email.md rename to docs/examples/1.0.x/client-android/java/account/update-email.md diff --git a/docs/examples/1.0.0-RC1/client-android/java/account/update-magic-u-r-l-session.md b/docs/examples/1.0.x/client-android/java/account/update-magic-u-r-l-session.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-android/java/account/update-magic-u-r-l-session.md rename to docs/examples/1.0.x/client-android/java/account/update-magic-u-r-l-session.md diff --git a/docs/examples/1.0.0-RC1/client-android/java/account/update-name.md b/docs/examples/1.0.x/client-android/java/account/update-name.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-android/java/account/update-name.md rename to docs/examples/1.0.x/client-android/java/account/update-name.md diff --git a/docs/examples/1.0.0-RC1/client-android/java/account/update-password.md b/docs/examples/1.0.x/client-android/java/account/update-password.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-android/java/account/update-password.md rename to docs/examples/1.0.x/client-android/java/account/update-password.md diff --git a/docs/examples/1.0.0-RC1/client-android/java/account/update-phone-session.md b/docs/examples/1.0.x/client-android/java/account/update-phone-session.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-android/java/account/update-phone-session.md rename to docs/examples/1.0.x/client-android/java/account/update-phone-session.md diff --git a/docs/examples/1.0.0-RC1/client-android/java/account/update-phone-verification.md b/docs/examples/1.0.x/client-android/java/account/update-phone-verification.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-android/java/account/update-phone-verification.md rename to docs/examples/1.0.x/client-android/java/account/update-phone-verification.md diff --git a/docs/examples/1.0.0-RC1/client-android/java/account/update-phone.md b/docs/examples/1.0.x/client-android/java/account/update-phone.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-android/java/account/update-phone.md rename to docs/examples/1.0.x/client-android/java/account/update-phone.md diff --git a/docs/examples/1.0.0-RC1/client-android/java/account/update-prefs.md b/docs/examples/1.0.x/client-android/java/account/update-prefs.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-android/java/account/update-prefs.md rename to docs/examples/1.0.x/client-android/java/account/update-prefs.md diff --git a/docs/examples/1.0.0-RC1/client-android/java/account/update-recovery.md b/docs/examples/1.0.x/client-android/java/account/update-recovery.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-android/java/account/update-recovery.md rename to docs/examples/1.0.x/client-android/java/account/update-recovery.md diff --git a/docs/examples/1.0.0-RC1/client-android/java/account/update-session.md b/docs/examples/1.0.x/client-android/java/account/update-session.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-android/java/account/update-session.md rename to docs/examples/1.0.x/client-android/java/account/update-session.md diff --git a/docs/examples/1.0.0-RC1/client-android/java/account/update-status.md b/docs/examples/1.0.x/client-android/java/account/update-status.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-android/java/account/update-status.md rename to docs/examples/1.0.x/client-android/java/account/update-status.md diff --git a/docs/examples/1.0.0-RC1/client-android/java/account/update-verification.md b/docs/examples/1.0.x/client-android/java/account/update-verification.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-android/java/account/update-verification.md rename to docs/examples/1.0.x/client-android/java/account/update-verification.md diff --git a/docs/examples/1.0.0-RC1/client-android/java/avatars/get-browser.md b/docs/examples/1.0.x/client-android/java/avatars/get-browser.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-android/java/avatars/get-browser.md rename to docs/examples/1.0.x/client-android/java/avatars/get-browser.md diff --git a/docs/examples/1.0.0-RC1/client-android/java/avatars/get-credit-card.md b/docs/examples/1.0.x/client-android/java/avatars/get-credit-card.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-android/java/avatars/get-credit-card.md rename to docs/examples/1.0.x/client-android/java/avatars/get-credit-card.md diff --git a/docs/examples/1.0.0-RC1/client-android/java/avatars/get-favicon.md b/docs/examples/1.0.x/client-android/java/avatars/get-favicon.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-android/java/avatars/get-favicon.md rename to docs/examples/1.0.x/client-android/java/avatars/get-favicon.md diff --git a/docs/examples/1.0.0-RC1/client-android/java/avatars/get-flag.md b/docs/examples/1.0.x/client-android/java/avatars/get-flag.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-android/java/avatars/get-flag.md rename to docs/examples/1.0.x/client-android/java/avatars/get-flag.md diff --git a/docs/examples/1.0.0-RC1/client-android/java/avatars/get-image.md b/docs/examples/1.0.x/client-android/java/avatars/get-image.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-android/java/avatars/get-image.md rename to docs/examples/1.0.x/client-android/java/avatars/get-image.md diff --git a/docs/examples/1.0.0-RC1/client-android/java/avatars/get-initials.md b/docs/examples/1.0.x/client-android/java/avatars/get-initials.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-android/java/avatars/get-initials.md rename to docs/examples/1.0.x/client-android/java/avatars/get-initials.md diff --git a/docs/examples/1.0.0-RC1/client-android/java/avatars/get-q-r.md b/docs/examples/1.0.x/client-android/java/avatars/get-q-r.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-android/java/avatars/get-q-r.md rename to docs/examples/1.0.x/client-android/java/avatars/get-q-r.md diff --git a/docs/examples/1.0.0-RC1/client-android/java/databases/create-document.md b/docs/examples/1.0.x/client-android/java/databases/create-document.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-android/java/databases/create-document.md rename to docs/examples/1.0.x/client-android/java/databases/create-document.md diff --git a/docs/examples/1.0.0-RC1/client-android/java/databases/delete-document.md b/docs/examples/1.0.x/client-android/java/databases/delete-document.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-android/java/databases/delete-document.md rename to docs/examples/1.0.x/client-android/java/databases/delete-document.md diff --git a/docs/examples/1.0.0-RC1/client-android/java/databases/get-document.md b/docs/examples/1.0.x/client-android/java/databases/get-document.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-android/java/databases/get-document.md rename to docs/examples/1.0.x/client-android/java/databases/get-document.md diff --git a/docs/examples/1.0.0-RC1/client-android/java/databases/list-documents.md b/docs/examples/1.0.x/client-android/java/databases/list-documents.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-android/java/databases/list-documents.md rename to docs/examples/1.0.x/client-android/java/databases/list-documents.md diff --git a/docs/examples/1.0.0-RC1/client-android/java/databases/update-document.md b/docs/examples/1.0.x/client-android/java/databases/update-document.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-android/java/databases/update-document.md rename to docs/examples/1.0.x/client-android/java/databases/update-document.md diff --git a/docs/examples/1.0.0-RC1/client-android/java/functions/create-execution.md b/docs/examples/1.0.x/client-android/java/functions/create-execution.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-android/java/functions/create-execution.md rename to docs/examples/1.0.x/client-android/java/functions/create-execution.md diff --git a/docs/examples/1.0.0-RC1/client-android/java/functions/get-execution.md b/docs/examples/1.0.x/client-android/java/functions/get-execution.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-android/java/functions/get-execution.md rename to docs/examples/1.0.x/client-android/java/functions/get-execution.md diff --git a/docs/examples/1.0.0-RC1/client-android/java/functions/list-executions.md b/docs/examples/1.0.x/client-android/java/functions/list-executions.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-android/java/functions/list-executions.md rename to docs/examples/1.0.x/client-android/java/functions/list-executions.md diff --git a/docs/examples/1.0.0-RC1/client-android/java/functions/retry-build.md b/docs/examples/1.0.x/client-android/java/functions/retry-build.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-android/java/functions/retry-build.md rename to docs/examples/1.0.x/client-android/java/functions/retry-build.md diff --git a/docs/examples/1.0.0-RC1/client-android/java/locale/get-continents.md b/docs/examples/1.0.x/client-android/java/locale/get-continents.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-android/java/locale/get-continents.md rename to docs/examples/1.0.x/client-android/java/locale/get-continents.md diff --git a/docs/examples/1.0.0-RC1/client-android/java/locale/get-countries-e-u.md b/docs/examples/1.0.x/client-android/java/locale/get-countries-e-u.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-android/java/locale/get-countries-e-u.md rename to docs/examples/1.0.x/client-android/java/locale/get-countries-e-u.md diff --git a/docs/examples/1.0.0-RC1/client-android/java/locale/get-countries-phones.md b/docs/examples/1.0.x/client-android/java/locale/get-countries-phones.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-android/java/locale/get-countries-phones.md rename to docs/examples/1.0.x/client-android/java/locale/get-countries-phones.md diff --git a/docs/examples/1.0.0-RC1/client-android/java/locale/get-countries.md b/docs/examples/1.0.x/client-android/java/locale/get-countries.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-android/java/locale/get-countries.md rename to docs/examples/1.0.x/client-android/java/locale/get-countries.md diff --git a/docs/examples/1.0.0-RC1/client-android/java/locale/get-currencies.md b/docs/examples/1.0.x/client-android/java/locale/get-currencies.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-android/java/locale/get-currencies.md rename to docs/examples/1.0.x/client-android/java/locale/get-currencies.md diff --git a/docs/examples/1.0.0-RC1/client-android/java/locale/get-languages.md b/docs/examples/1.0.x/client-android/java/locale/get-languages.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-android/java/locale/get-languages.md rename to docs/examples/1.0.x/client-android/java/locale/get-languages.md diff --git a/docs/examples/1.0.0-RC1/client-android/java/locale/get.md b/docs/examples/1.0.x/client-android/java/locale/get.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-android/java/locale/get.md rename to docs/examples/1.0.x/client-android/java/locale/get.md diff --git a/docs/examples/1.0.0/client-android/java/locale/list-continents.md b/docs/examples/1.0.x/client-android/java/locale/list-continents.md similarity index 100% rename from docs/examples/1.0.0/client-android/java/locale/list-continents.md rename to docs/examples/1.0.x/client-android/java/locale/list-continents.md diff --git a/docs/examples/1.0.0/client-android/java/locale/list-countries-e-u.md b/docs/examples/1.0.x/client-android/java/locale/list-countries-e-u.md similarity index 100% rename from docs/examples/1.0.0/client-android/java/locale/list-countries-e-u.md rename to docs/examples/1.0.x/client-android/java/locale/list-countries-e-u.md diff --git a/docs/examples/1.0.0/client-android/java/locale/list-countries-phones.md b/docs/examples/1.0.x/client-android/java/locale/list-countries-phones.md similarity index 100% rename from docs/examples/1.0.0/client-android/java/locale/list-countries-phones.md rename to docs/examples/1.0.x/client-android/java/locale/list-countries-phones.md diff --git a/docs/examples/1.0.0/client-android/java/locale/list-countries.md b/docs/examples/1.0.x/client-android/java/locale/list-countries.md similarity index 100% rename from docs/examples/1.0.0/client-android/java/locale/list-countries.md rename to docs/examples/1.0.x/client-android/java/locale/list-countries.md diff --git a/docs/examples/1.0.0/client-android/java/locale/list-currencies.md b/docs/examples/1.0.x/client-android/java/locale/list-currencies.md similarity index 100% rename from docs/examples/1.0.0/client-android/java/locale/list-currencies.md rename to docs/examples/1.0.x/client-android/java/locale/list-currencies.md diff --git a/docs/examples/1.0.0/client-android/java/locale/list-languages.md b/docs/examples/1.0.x/client-android/java/locale/list-languages.md similarity index 100% rename from docs/examples/1.0.0/client-android/java/locale/list-languages.md rename to docs/examples/1.0.x/client-android/java/locale/list-languages.md diff --git a/docs/examples/1.0.0-RC1/client-android/java/storage/create-file.md b/docs/examples/1.0.x/client-android/java/storage/create-file.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-android/java/storage/create-file.md rename to docs/examples/1.0.x/client-android/java/storage/create-file.md diff --git a/docs/examples/1.0.0-RC1/client-android/java/storage/delete-file.md b/docs/examples/1.0.x/client-android/java/storage/delete-file.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-android/java/storage/delete-file.md rename to docs/examples/1.0.x/client-android/java/storage/delete-file.md diff --git a/docs/examples/1.0.0-RC1/client-android/java/storage/get-file-download.md b/docs/examples/1.0.x/client-android/java/storage/get-file-download.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-android/java/storage/get-file-download.md rename to docs/examples/1.0.x/client-android/java/storage/get-file-download.md diff --git a/docs/examples/1.0.0-RC1/client-android/java/storage/get-file-preview.md b/docs/examples/1.0.x/client-android/java/storage/get-file-preview.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-android/java/storage/get-file-preview.md rename to docs/examples/1.0.x/client-android/java/storage/get-file-preview.md diff --git a/docs/examples/1.0.0-RC1/client-android/java/storage/get-file-view.md b/docs/examples/1.0.x/client-android/java/storage/get-file-view.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-android/java/storage/get-file-view.md rename to docs/examples/1.0.x/client-android/java/storage/get-file-view.md diff --git a/docs/examples/1.0.0-RC1/client-android/java/storage/get-file.md b/docs/examples/1.0.x/client-android/java/storage/get-file.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-android/java/storage/get-file.md rename to docs/examples/1.0.x/client-android/java/storage/get-file.md diff --git a/docs/examples/1.0.0-RC1/client-android/java/storage/list-files.md b/docs/examples/1.0.x/client-android/java/storage/list-files.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-android/java/storage/list-files.md rename to docs/examples/1.0.x/client-android/java/storage/list-files.md diff --git a/docs/examples/1.0.0-RC1/client-android/java/storage/update-file.md b/docs/examples/1.0.x/client-android/java/storage/update-file.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-android/java/storage/update-file.md rename to docs/examples/1.0.x/client-android/java/storage/update-file.md diff --git a/docs/examples/1.0.0-RC1/client-android/java/teams/create-membership.md b/docs/examples/1.0.x/client-android/java/teams/create-membership.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-android/java/teams/create-membership.md rename to docs/examples/1.0.x/client-android/java/teams/create-membership.md diff --git a/docs/examples/1.0.0-RC1/client-android/java/teams/create.md b/docs/examples/1.0.x/client-android/java/teams/create.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-android/java/teams/create.md rename to docs/examples/1.0.x/client-android/java/teams/create.md diff --git a/docs/examples/1.0.0-RC1/client-android/java/teams/delete-membership.md b/docs/examples/1.0.x/client-android/java/teams/delete-membership.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-android/java/teams/delete-membership.md rename to docs/examples/1.0.x/client-android/java/teams/delete-membership.md diff --git a/docs/examples/1.0.0-RC1/client-android/java/teams/delete.md b/docs/examples/1.0.x/client-android/java/teams/delete.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-android/java/teams/delete.md rename to docs/examples/1.0.x/client-android/java/teams/delete.md diff --git a/docs/examples/1.0.0-RC1/client-android/java/teams/get-membership.md b/docs/examples/1.0.x/client-android/java/teams/get-membership.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-android/java/teams/get-membership.md rename to docs/examples/1.0.x/client-android/java/teams/get-membership.md diff --git a/docs/examples/1.0.0-RC1/client-android/java/teams/get-memberships.md b/docs/examples/1.0.x/client-android/java/teams/get-memberships.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-android/java/teams/get-memberships.md rename to docs/examples/1.0.x/client-android/java/teams/get-memberships.md diff --git a/docs/examples/1.0.0-RC1/client-android/java/teams/get.md b/docs/examples/1.0.x/client-android/java/teams/get.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-android/java/teams/get.md rename to docs/examples/1.0.x/client-android/java/teams/get.md diff --git a/docs/examples/1.0.0/client-android/java/teams/list-memberships.md b/docs/examples/1.0.x/client-android/java/teams/list-memberships.md similarity index 100% rename from docs/examples/1.0.0/client-android/java/teams/list-memberships.md rename to docs/examples/1.0.x/client-android/java/teams/list-memberships.md diff --git a/docs/examples/1.0.0-RC1/client-android/java/teams/list.md b/docs/examples/1.0.x/client-android/java/teams/list.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-android/java/teams/list.md rename to docs/examples/1.0.x/client-android/java/teams/list.md diff --git a/docs/examples/1.0.0-RC1/client-android/java/teams/update-membership-roles.md b/docs/examples/1.0.x/client-android/java/teams/update-membership-roles.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-android/java/teams/update-membership-roles.md rename to docs/examples/1.0.x/client-android/java/teams/update-membership-roles.md diff --git a/docs/examples/1.0.0-RC1/client-android/java/teams/update-membership-status.md b/docs/examples/1.0.x/client-android/java/teams/update-membership-status.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-android/java/teams/update-membership-status.md rename to docs/examples/1.0.x/client-android/java/teams/update-membership-status.md diff --git a/docs/examples/1.0.0-RC1/client-android/java/teams/update.md b/docs/examples/1.0.x/client-android/java/teams/update.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-android/java/teams/update.md rename to docs/examples/1.0.x/client-android/java/teams/update.md diff --git a/docs/examples/1.0.0-RC1/client-android/kotlin/account/create-anonymous-session.md b/docs/examples/1.0.x/client-android/kotlin/account/create-anonymous-session.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-android/kotlin/account/create-anonymous-session.md rename to docs/examples/1.0.x/client-android/kotlin/account/create-anonymous-session.md diff --git a/docs/examples/1.0.0-RC1/client-android/kotlin/account/create-email-session.md b/docs/examples/1.0.x/client-android/kotlin/account/create-email-session.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-android/kotlin/account/create-email-session.md rename to docs/examples/1.0.x/client-android/kotlin/account/create-email-session.md diff --git a/docs/examples/1.0.0-RC1/client-android/kotlin/account/create-j-w-t.md b/docs/examples/1.0.x/client-android/kotlin/account/create-j-w-t.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-android/kotlin/account/create-j-w-t.md rename to docs/examples/1.0.x/client-android/kotlin/account/create-j-w-t.md diff --git a/docs/examples/1.0.0-RC1/client-android/kotlin/account/create-magic-u-r-l-session.md b/docs/examples/1.0.x/client-android/kotlin/account/create-magic-u-r-l-session.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-android/kotlin/account/create-magic-u-r-l-session.md rename to docs/examples/1.0.x/client-android/kotlin/account/create-magic-u-r-l-session.md diff --git a/docs/examples/1.0.0-RC1/client-android/kotlin/account/create-o-auth2session.md b/docs/examples/1.0.x/client-android/kotlin/account/create-o-auth2session.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-android/kotlin/account/create-o-auth2session.md rename to docs/examples/1.0.x/client-android/kotlin/account/create-o-auth2session.md diff --git a/docs/examples/1.0.0-RC1/client-android/kotlin/account/create-phone-session.md b/docs/examples/1.0.x/client-android/kotlin/account/create-phone-session.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-android/kotlin/account/create-phone-session.md rename to docs/examples/1.0.x/client-android/kotlin/account/create-phone-session.md diff --git a/docs/examples/1.0.0-RC1/client-android/kotlin/account/create-phone-verification.md b/docs/examples/1.0.x/client-android/kotlin/account/create-phone-verification.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-android/kotlin/account/create-phone-verification.md rename to docs/examples/1.0.x/client-android/kotlin/account/create-phone-verification.md diff --git a/docs/examples/1.0.0-RC1/client-android/kotlin/account/create-recovery.md b/docs/examples/1.0.x/client-android/kotlin/account/create-recovery.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-android/kotlin/account/create-recovery.md rename to docs/examples/1.0.x/client-android/kotlin/account/create-recovery.md diff --git a/docs/examples/1.0.0-RC1/client-android/kotlin/account/create-verification.md b/docs/examples/1.0.x/client-android/kotlin/account/create-verification.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-android/kotlin/account/create-verification.md rename to docs/examples/1.0.x/client-android/kotlin/account/create-verification.md diff --git a/docs/examples/1.0.0-RC1/client-android/kotlin/account/create.md b/docs/examples/1.0.x/client-android/kotlin/account/create.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-android/kotlin/account/create.md rename to docs/examples/1.0.x/client-android/kotlin/account/create.md diff --git a/docs/examples/1.0.0-RC1/client-android/kotlin/account/delete-session.md b/docs/examples/1.0.x/client-android/kotlin/account/delete-session.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-android/kotlin/account/delete-session.md rename to docs/examples/1.0.x/client-android/kotlin/account/delete-session.md diff --git a/docs/examples/1.0.0-RC1/client-android/kotlin/account/delete-sessions.md b/docs/examples/1.0.x/client-android/kotlin/account/delete-sessions.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-android/kotlin/account/delete-sessions.md rename to docs/examples/1.0.x/client-android/kotlin/account/delete-sessions.md diff --git a/docs/examples/1.0.0-RC1/client-android/kotlin/account/get-logs.md b/docs/examples/1.0.x/client-android/kotlin/account/get-logs.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-android/kotlin/account/get-logs.md rename to docs/examples/1.0.x/client-android/kotlin/account/get-logs.md diff --git a/docs/examples/1.0.0-RC1/client-android/kotlin/account/get-prefs.md b/docs/examples/1.0.x/client-android/kotlin/account/get-prefs.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-android/kotlin/account/get-prefs.md rename to docs/examples/1.0.x/client-android/kotlin/account/get-prefs.md diff --git a/docs/examples/1.0.0-RC1/client-android/kotlin/account/get-session.md b/docs/examples/1.0.x/client-android/kotlin/account/get-session.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-android/kotlin/account/get-session.md rename to docs/examples/1.0.x/client-android/kotlin/account/get-session.md diff --git a/docs/examples/1.0.0-RC1/client-android/kotlin/account/get-sessions.md b/docs/examples/1.0.x/client-android/kotlin/account/get-sessions.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-android/kotlin/account/get-sessions.md rename to docs/examples/1.0.x/client-android/kotlin/account/get-sessions.md diff --git a/docs/examples/1.0.0-RC1/client-android/kotlin/account/get.md b/docs/examples/1.0.x/client-android/kotlin/account/get.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-android/kotlin/account/get.md rename to docs/examples/1.0.x/client-android/kotlin/account/get.md diff --git a/docs/examples/1.0.0/client-android/kotlin/account/list-logs.md b/docs/examples/1.0.x/client-android/kotlin/account/list-logs.md similarity index 100% rename from docs/examples/1.0.0/client-android/kotlin/account/list-logs.md rename to docs/examples/1.0.x/client-android/kotlin/account/list-logs.md diff --git a/docs/examples/1.0.0/client-android/kotlin/account/list-sessions.md b/docs/examples/1.0.x/client-android/kotlin/account/list-sessions.md similarity index 100% rename from docs/examples/1.0.0/client-android/kotlin/account/list-sessions.md rename to docs/examples/1.0.x/client-android/kotlin/account/list-sessions.md diff --git a/docs/examples/1.0.0-RC1/client-android/kotlin/account/update-email.md b/docs/examples/1.0.x/client-android/kotlin/account/update-email.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-android/kotlin/account/update-email.md rename to docs/examples/1.0.x/client-android/kotlin/account/update-email.md diff --git a/docs/examples/1.0.0-RC1/client-android/kotlin/account/update-magic-u-r-l-session.md b/docs/examples/1.0.x/client-android/kotlin/account/update-magic-u-r-l-session.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-android/kotlin/account/update-magic-u-r-l-session.md rename to docs/examples/1.0.x/client-android/kotlin/account/update-magic-u-r-l-session.md diff --git a/docs/examples/1.0.0-RC1/client-android/kotlin/account/update-name.md b/docs/examples/1.0.x/client-android/kotlin/account/update-name.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-android/kotlin/account/update-name.md rename to docs/examples/1.0.x/client-android/kotlin/account/update-name.md diff --git a/docs/examples/1.0.0-RC1/client-android/kotlin/account/update-password.md b/docs/examples/1.0.x/client-android/kotlin/account/update-password.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-android/kotlin/account/update-password.md rename to docs/examples/1.0.x/client-android/kotlin/account/update-password.md diff --git a/docs/examples/1.0.0-RC1/client-android/kotlin/account/update-phone-session.md b/docs/examples/1.0.x/client-android/kotlin/account/update-phone-session.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-android/kotlin/account/update-phone-session.md rename to docs/examples/1.0.x/client-android/kotlin/account/update-phone-session.md diff --git a/docs/examples/1.0.0-RC1/client-android/kotlin/account/update-phone-verification.md b/docs/examples/1.0.x/client-android/kotlin/account/update-phone-verification.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-android/kotlin/account/update-phone-verification.md rename to docs/examples/1.0.x/client-android/kotlin/account/update-phone-verification.md diff --git a/docs/examples/1.0.0-RC1/client-android/kotlin/account/update-phone.md b/docs/examples/1.0.x/client-android/kotlin/account/update-phone.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-android/kotlin/account/update-phone.md rename to docs/examples/1.0.x/client-android/kotlin/account/update-phone.md diff --git a/docs/examples/1.0.0-RC1/client-android/kotlin/account/update-prefs.md b/docs/examples/1.0.x/client-android/kotlin/account/update-prefs.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-android/kotlin/account/update-prefs.md rename to docs/examples/1.0.x/client-android/kotlin/account/update-prefs.md diff --git a/docs/examples/1.0.0-RC1/client-android/kotlin/account/update-recovery.md b/docs/examples/1.0.x/client-android/kotlin/account/update-recovery.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-android/kotlin/account/update-recovery.md rename to docs/examples/1.0.x/client-android/kotlin/account/update-recovery.md diff --git a/docs/examples/1.0.0-RC1/client-android/kotlin/account/update-session.md b/docs/examples/1.0.x/client-android/kotlin/account/update-session.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-android/kotlin/account/update-session.md rename to docs/examples/1.0.x/client-android/kotlin/account/update-session.md diff --git a/docs/examples/1.0.0-RC1/client-android/kotlin/account/update-status.md b/docs/examples/1.0.x/client-android/kotlin/account/update-status.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-android/kotlin/account/update-status.md rename to docs/examples/1.0.x/client-android/kotlin/account/update-status.md diff --git a/docs/examples/1.0.0-RC1/client-android/kotlin/account/update-verification.md b/docs/examples/1.0.x/client-android/kotlin/account/update-verification.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-android/kotlin/account/update-verification.md rename to docs/examples/1.0.x/client-android/kotlin/account/update-verification.md diff --git a/docs/examples/1.0.0-RC1/client-android/kotlin/avatars/get-browser.md b/docs/examples/1.0.x/client-android/kotlin/avatars/get-browser.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-android/kotlin/avatars/get-browser.md rename to docs/examples/1.0.x/client-android/kotlin/avatars/get-browser.md diff --git a/docs/examples/1.0.0-RC1/client-android/kotlin/avatars/get-credit-card.md b/docs/examples/1.0.x/client-android/kotlin/avatars/get-credit-card.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-android/kotlin/avatars/get-credit-card.md rename to docs/examples/1.0.x/client-android/kotlin/avatars/get-credit-card.md diff --git a/docs/examples/1.0.0-RC1/client-android/kotlin/avatars/get-favicon.md b/docs/examples/1.0.x/client-android/kotlin/avatars/get-favicon.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-android/kotlin/avatars/get-favicon.md rename to docs/examples/1.0.x/client-android/kotlin/avatars/get-favicon.md diff --git a/docs/examples/1.0.0-RC1/client-android/kotlin/avatars/get-flag.md b/docs/examples/1.0.x/client-android/kotlin/avatars/get-flag.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-android/kotlin/avatars/get-flag.md rename to docs/examples/1.0.x/client-android/kotlin/avatars/get-flag.md diff --git a/docs/examples/1.0.0-RC1/client-android/kotlin/avatars/get-image.md b/docs/examples/1.0.x/client-android/kotlin/avatars/get-image.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-android/kotlin/avatars/get-image.md rename to docs/examples/1.0.x/client-android/kotlin/avatars/get-image.md diff --git a/docs/examples/1.0.0-RC1/client-android/kotlin/avatars/get-initials.md b/docs/examples/1.0.x/client-android/kotlin/avatars/get-initials.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-android/kotlin/avatars/get-initials.md rename to docs/examples/1.0.x/client-android/kotlin/avatars/get-initials.md diff --git a/docs/examples/1.0.0-RC1/client-android/kotlin/avatars/get-q-r.md b/docs/examples/1.0.x/client-android/kotlin/avatars/get-q-r.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-android/kotlin/avatars/get-q-r.md rename to docs/examples/1.0.x/client-android/kotlin/avatars/get-q-r.md diff --git a/docs/examples/1.0.0-RC1/client-android/kotlin/databases/create-document.md b/docs/examples/1.0.x/client-android/kotlin/databases/create-document.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-android/kotlin/databases/create-document.md rename to docs/examples/1.0.x/client-android/kotlin/databases/create-document.md diff --git a/docs/examples/1.0.0-RC1/client-android/kotlin/databases/delete-document.md b/docs/examples/1.0.x/client-android/kotlin/databases/delete-document.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-android/kotlin/databases/delete-document.md rename to docs/examples/1.0.x/client-android/kotlin/databases/delete-document.md diff --git a/docs/examples/1.0.0-RC1/client-android/kotlin/databases/get-document.md b/docs/examples/1.0.x/client-android/kotlin/databases/get-document.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-android/kotlin/databases/get-document.md rename to docs/examples/1.0.x/client-android/kotlin/databases/get-document.md diff --git a/docs/examples/1.0.0-RC1/client-android/kotlin/databases/list-documents.md b/docs/examples/1.0.x/client-android/kotlin/databases/list-documents.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-android/kotlin/databases/list-documents.md rename to docs/examples/1.0.x/client-android/kotlin/databases/list-documents.md diff --git a/docs/examples/1.0.0-RC1/client-android/kotlin/databases/update-document.md b/docs/examples/1.0.x/client-android/kotlin/databases/update-document.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-android/kotlin/databases/update-document.md rename to docs/examples/1.0.x/client-android/kotlin/databases/update-document.md diff --git a/docs/examples/1.0.0-RC1/client-android/kotlin/functions/create-execution.md b/docs/examples/1.0.x/client-android/kotlin/functions/create-execution.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-android/kotlin/functions/create-execution.md rename to docs/examples/1.0.x/client-android/kotlin/functions/create-execution.md diff --git a/docs/examples/1.0.0-RC1/client-android/kotlin/functions/get-execution.md b/docs/examples/1.0.x/client-android/kotlin/functions/get-execution.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-android/kotlin/functions/get-execution.md rename to docs/examples/1.0.x/client-android/kotlin/functions/get-execution.md diff --git a/docs/examples/1.0.0-RC1/client-android/kotlin/functions/list-executions.md b/docs/examples/1.0.x/client-android/kotlin/functions/list-executions.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-android/kotlin/functions/list-executions.md rename to docs/examples/1.0.x/client-android/kotlin/functions/list-executions.md diff --git a/docs/examples/1.0.0-RC1/client-android/kotlin/functions/retry-build.md b/docs/examples/1.0.x/client-android/kotlin/functions/retry-build.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-android/kotlin/functions/retry-build.md rename to docs/examples/1.0.x/client-android/kotlin/functions/retry-build.md diff --git a/docs/examples/1.0.0-RC1/client-android/kotlin/locale/get-continents.md b/docs/examples/1.0.x/client-android/kotlin/locale/get-continents.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-android/kotlin/locale/get-continents.md rename to docs/examples/1.0.x/client-android/kotlin/locale/get-continents.md diff --git a/docs/examples/1.0.0-RC1/client-android/kotlin/locale/get-countries-e-u.md b/docs/examples/1.0.x/client-android/kotlin/locale/get-countries-e-u.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-android/kotlin/locale/get-countries-e-u.md rename to docs/examples/1.0.x/client-android/kotlin/locale/get-countries-e-u.md diff --git a/docs/examples/1.0.0-RC1/client-android/kotlin/locale/get-countries-phones.md b/docs/examples/1.0.x/client-android/kotlin/locale/get-countries-phones.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-android/kotlin/locale/get-countries-phones.md rename to docs/examples/1.0.x/client-android/kotlin/locale/get-countries-phones.md diff --git a/docs/examples/1.0.0-RC1/client-android/kotlin/locale/get-countries.md b/docs/examples/1.0.x/client-android/kotlin/locale/get-countries.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-android/kotlin/locale/get-countries.md rename to docs/examples/1.0.x/client-android/kotlin/locale/get-countries.md diff --git a/docs/examples/1.0.0-RC1/client-android/kotlin/locale/get-currencies.md b/docs/examples/1.0.x/client-android/kotlin/locale/get-currencies.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-android/kotlin/locale/get-currencies.md rename to docs/examples/1.0.x/client-android/kotlin/locale/get-currencies.md diff --git a/docs/examples/1.0.0-RC1/client-android/kotlin/locale/get-languages.md b/docs/examples/1.0.x/client-android/kotlin/locale/get-languages.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-android/kotlin/locale/get-languages.md rename to docs/examples/1.0.x/client-android/kotlin/locale/get-languages.md diff --git a/docs/examples/1.0.0-RC1/client-android/kotlin/locale/get.md b/docs/examples/1.0.x/client-android/kotlin/locale/get.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-android/kotlin/locale/get.md rename to docs/examples/1.0.x/client-android/kotlin/locale/get.md diff --git a/docs/examples/1.0.0/client-android/kotlin/locale/list-continents.md b/docs/examples/1.0.x/client-android/kotlin/locale/list-continents.md similarity index 100% rename from docs/examples/1.0.0/client-android/kotlin/locale/list-continents.md rename to docs/examples/1.0.x/client-android/kotlin/locale/list-continents.md diff --git a/docs/examples/1.0.0/client-android/kotlin/locale/list-countries-e-u.md b/docs/examples/1.0.x/client-android/kotlin/locale/list-countries-e-u.md similarity index 100% rename from docs/examples/1.0.0/client-android/kotlin/locale/list-countries-e-u.md rename to docs/examples/1.0.x/client-android/kotlin/locale/list-countries-e-u.md diff --git a/docs/examples/1.0.0/client-android/kotlin/locale/list-countries-phones.md b/docs/examples/1.0.x/client-android/kotlin/locale/list-countries-phones.md similarity index 100% rename from docs/examples/1.0.0/client-android/kotlin/locale/list-countries-phones.md rename to docs/examples/1.0.x/client-android/kotlin/locale/list-countries-phones.md diff --git a/docs/examples/1.0.0/client-android/kotlin/locale/list-countries.md b/docs/examples/1.0.x/client-android/kotlin/locale/list-countries.md similarity index 100% rename from docs/examples/1.0.0/client-android/kotlin/locale/list-countries.md rename to docs/examples/1.0.x/client-android/kotlin/locale/list-countries.md diff --git a/docs/examples/1.0.0/client-android/kotlin/locale/list-currencies.md b/docs/examples/1.0.x/client-android/kotlin/locale/list-currencies.md similarity index 100% rename from docs/examples/1.0.0/client-android/kotlin/locale/list-currencies.md rename to docs/examples/1.0.x/client-android/kotlin/locale/list-currencies.md diff --git a/docs/examples/1.0.0/client-android/kotlin/locale/list-languages.md b/docs/examples/1.0.x/client-android/kotlin/locale/list-languages.md similarity index 100% rename from docs/examples/1.0.0/client-android/kotlin/locale/list-languages.md rename to docs/examples/1.0.x/client-android/kotlin/locale/list-languages.md diff --git a/docs/examples/1.0.0-RC1/client-android/kotlin/storage/create-file.md b/docs/examples/1.0.x/client-android/kotlin/storage/create-file.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-android/kotlin/storage/create-file.md rename to docs/examples/1.0.x/client-android/kotlin/storage/create-file.md diff --git a/docs/examples/1.0.0-RC1/client-android/kotlin/storage/delete-file.md b/docs/examples/1.0.x/client-android/kotlin/storage/delete-file.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-android/kotlin/storage/delete-file.md rename to docs/examples/1.0.x/client-android/kotlin/storage/delete-file.md diff --git a/docs/examples/1.0.0-RC1/client-android/kotlin/storage/get-file-download.md b/docs/examples/1.0.x/client-android/kotlin/storage/get-file-download.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-android/kotlin/storage/get-file-download.md rename to docs/examples/1.0.x/client-android/kotlin/storage/get-file-download.md diff --git a/docs/examples/1.0.0-RC1/client-android/kotlin/storage/get-file-preview.md b/docs/examples/1.0.x/client-android/kotlin/storage/get-file-preview.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-android/kotlin/storage/get-file-preview.md rename to docs/examples/1.0.x/client-android/kotlin/storage/get-file-preview.md diff --git a/docs/examples/1.0.0-RC1/client-android/kotlin/storage/get-file-view.md b/docs/examples/1.0.x/client-android/kotlin/storage/get-file-view.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-android/kotlin/storage/get-file-view.md rename to docs/examples/1.0.x/client-android/kotlin/storage/get-file-view.md diff --git a/docs/examples/1.0.0-RC1/client-android/kotlin/storage/get-file.md b/docs/examples/1.0.x/client-android/kotlin/storage/get-file.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-android/kotlin/storage/get-file.md rename to docs/examples/1.0.x/client-android/kotlin/storage/get-file.md diff --git a/docs/examples/1.0.0-RC1/client-android/kotlin/storage/list-files.md b/docs/examples/1.0.x/client-android/kotlin/storage/list-files.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-android/kotlin/storage/list-files.md rename to docs/examples/1.0.x/client-android/kotlin/storage/list-files.md diff --git a/docs/examples/1.0.0-RC1/client-android/kotlin/storage/update-file.md b/docs/examples/1.0.x/client-android/kotlin/storage/update-file.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-android/kotlin/storage/update-file.md rename to docs/examples/1.0.x/client-android/kotlin/storage/update-file.md diff --git a/docs/examples/1.0.0-RC1/client-android/kotlin/teams/create-membership.md b/docs/examples/1.0.x/client-android/kotlin/teams/create-membership.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-android/kotlin/teams/create-membership.md rename to docs/examples/1.0.x/client-android/kotlin/teams/create-membership.md diff --git a/docs/examples/1.0.0-RC1/client-android/kotlin/teams/create.md b/docs/examples/1.0.x/client-android/kotlin/teams/create.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-android/kotlin/teams/create.md rename to docs/examples/1.0.x/client-android/kotlin/teams/create.md diff --git a/docs/examples/1.0.0-RC1/client-android/kotlin/teams/delete-membership.md b/docs/examples/1.0.x/client-android/kotlin/teams/delete-membership.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-android/kotlin/teams/delete-membership.md rename to docs/examples/1.0.x/client-android/kotlin/teams/delete-membership.md diff --git a/docs/examples/1.0.0-RC1/client-android/kotlin/teams/delete.md b/docs/examples/1.0.x/client-android/kotlin/teams/delete.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-android/kotlin/teams/delete.md rename to docs/examples/1.0.x/client-android/kotlin/teams/delete.md diff --git a/docs/examples/1.0.0-RC1/client-android/kotlin/teams/get-membership.md b/docs/examples/1.0.x/client-android/kotlin/teams/get-membership.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-android/kotlin/teams/get-membership.md rename to docs/examples/1.0.x/client-android/kotlin/teams/get-membership.md diff --git a/docs/examples/1.0.0-RC1/client-android/kotlin/teams/get-memberships.md b/docs/examples/1.0.x/client-android/kotlin/teams/get-memberships.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-android/kotlin/teams/get-memberships.md rename to docs/examples/1.0.x/client-android/kotlin/teams/get-memberships.md diff --git a/docs/examples/1.0.0-RC1/client-android/kotlin/teams/get.md b/docs/examples/1.0.x/client-android/kotlin/teams/get.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-android/kotlin/teams/get.md rename to docs/examples/1.0.x/client-android/kotlin/teams/get.md diff --git a/docs/examples/1.0.0/client-android/kotlin/teams/list-memberships.md b/docs/examples/1.0.x/client-android/kotlin/teams/list-memberships.md similarity index 100% rename from docs/examples/1.0.0/client-android/kotlin/teams/list-memberships.md rename to docs/examples/1.0.x/client-android/kotlin/teams/list-memberships.md diff --git a/docs/examples/1.0.0-RC1/client-android/kotlin/teams/list.md b/docs/examples/1.0.x/client-android/kotlin/teams/list.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-android/kotlin/teams/list.md rename to docs/examples/1.0.x/client-android/kotlin/teams/list.md diff --git a/docs/examples/1.0.0-RC1/client-android/kotlin/teams/update-membership-roles.md b/docs/examples/1.0.x/client-android/kotlin/teams/update-membership-roles.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-android/kotlin/teams/update-membership-roles.md rename to docs/examples/1.0.x/client-android/kotlin/teams/update-membership-roles.md diff --git a/docs/examples/1.0.0-RC1/client-android/kotlin/teams/update-membership-status.md b/docs/examples/1.0.x/client-android/kotlin/teams/update-membership-status.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-android/kotlin/teams/update-membership-status.md rename to docs/examples/1.0.x/client-android/kotlin/teams/update-membership-status.md diff --git a/docs/examples/1.0.0-RC1/client-android/kotlin/teams/update.md b/docs/examples/1.0.x/client-android/kotlin/teams/update.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-android/kotlin/teams/update.md rename to docs/examples/1.0.x/client-android/kotlin/teams/update.md diff --git a/docs/examples/1.0.0-RC1/client-apple/examples/account/create-anonymous-session.md b/docs/examples/1.0.x/client-apple/examples/account/create-anonymous-session.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-apple/examples/account/create-anonymous-session.md rename to docs/examples/1.0.x/client-apple/examples/account/create-anonymous-session.md diff --git a/docs/examples/1.0.0-RC1/client-apple/examples/account/create-email-session.md b/docs/examples/1.0.x/client-apple/examples/account/create-email-session.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-apple/examples/account/create-email-session.md rename to docs/examples/1.0.x/client-apple/examples/account/create-email-session.md diff --git a/docs/examples/1.0.0-RC1/client-apple/examples/account/create-j-w-t.md b/docs/examples/1.0.x/client-apple/examples/account/create-j-w-t.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-apple/examples/account/create-j-w-t.md rename to docs/examples/1.0.x/client-apple/examples/account/create-j-w-t.md diff --git a/docs/examples/1.0.0-RC1/client-apple/examples/account/create-magic-u-r-l-session.md b/docs/examples/1.0.x/client-apple/examples/account/create-magic-u-r-l-session.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-apple/examples/account/create-magic-u-r-l-session.md rename to docs/examples/1.0.x/client-apple/examples/account/create-magic-u-r-l-session.md diff --git a/docs/examples/1.0.0-RC1/client-apple/examples/account/create-o-auth2session.md b/docs/examples/1.0.x/client-apple/examples/account/create-o-auth2session.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-apple/examples/account/create-o-auth2session.md rename to docs/examples/1.0.x/client-apple/examples/account/create-o-auth2session.md diff --git a/docs/examples/1.0.0-RC1/client-apple/examples/account/create-phone-session.md b/docs/examples/1.0.x/client-apple/examples/account/create-phone-session.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-apple/examples/account/create-phone-session.md rename to docs/examples/1.0.x/client-apple/examples/account/create-phone-session.md diff --git a/docs/examples/1.0.0-RC1/client-apple/examples/account/create-phone-verification.md b/docs/examples/1.0.x/client-apple/examples/account/create-phone-verification.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-apple/examples/account/create-phone-verification.md rename to docs/examples/1.0.x/client-apple/examples/account/create-phone-verification.md diff --git a/docs/examples/1.0.0-RC1/client-apple/examples/account/create-recovery.md b/docs/examples/1.0.x/client-apple/examples/account/create-recovery.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-apple/examples/account/create-recovery.md rename to docs/examples/1.0.x/client-apple/examples/account/create-recovery.md diff --git a/docs/examples/1.0.0-RC1/client-apple/examples/account/create-verification.md b/docs/examples/1.0.x/client-apple/examples/account/create-verification.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-apple/examples/account/create-verification.md rename to docs/examples/1.0.x/client-apple/examples/account/create-verification.md diff --git a/docs/examples/1.0.0-RC1/client-apple/examples/account/create.md b/docs/examples/1.0.x/client-apple/examples/account/create.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-apple/examples/account/create.md rename to docs/examples/1.0.x/client-apple/examples/account/create.md diff --git a/docs/examples/1.0.0-RC1/client-apple/examples/account/delete-session.md b/docs/examples/1.0.x/client-apple/examples/account/delete-session.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-apple/examples/account/delete-session.md rename to docs/examples/1.0.x/client-apple/examples/account/delete-session.md diff --git a/docs/examples/1.0.0-RC1/client-apple/examples/account/delete-sessions.md b/docs/examples/1.0.x/client-apple/examples/account/delete-sessions.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-apple/examples/account/delete-sessions.md rename to docs/examples/1.0.x/client-apple/examples/account/delete-sessions.md diff --git a/docs/examples/1.0.0-RC1/client-apple/examples/account/get-logs.md b/docs/examples/1.0.x/client-apple/examples/account/get-logs.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-apple/examples/account/get-logs.md rename to docs/examples/1.0.x/client-apple/examples/account/get-logs.md diff --git a/docs/examples/1.0.0-RC1/client-apple/examples/account/get-prefs.md b/docs/examples/1.0.x/client-apple/examples/account/get-prefs.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-apple/examples/account/get-prefs.md rename to docs/examples/1.0.x/client-apple/examples/account/get-prefs.md diff --git a/docs/examples/1.0.0-RC1/client-apple/examples/account/get-session.md b/docs/examples/1.0.x/client-apple/examples/account/get-session.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-apple/examples/account/get-session.md rename to docs/examples/1.0.x/client-apple/examples/account/get-session.md diff --git a/docs/examples/1.0.0-RC1/client-apple/examples/account/get-sessions.md b/docs/examples/1.0.x/client-apple/examples/account/get-sessions.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-apple/examples/account/get-sessions.md rename to docs/examples/1.0.x/client-apple/examples/account/get-sessions.md diff --git a/docs/examples/1.0.0-RC1/client-apple/examples/account/get.md b/docs/examples/1.0.x/client-apple/examples/account/get.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-apple/examples/account/get.md rename to docs/examples/1.0.x/client-apple/examples/account/get.md diff --git a/docs/examples/1.0.0/client-apple/examples/account/list-logs.md b/docs/examples/1.0.x/client-apple/examples/account/list-logs.md similarity index 100% rename from docs/examples/1.0.0/client-apple/examples/account/list-logs.md rename to docs/examples/1.0.x/client-apple/examples/account/list-logs.md diff --git a/docs/examples/1.0.0/client-apple/examples/account/list-sessions.md b/docs/examples/1.0.x/client-apple/examples/account/list-sessions.md similarity index 100% rename from docs/examples/1.0.0/client-apple/examples/account/list-sessions.md rename to docs/examples/1.0.x/client-apple/examples/account/list-sessions.md diff --git a/docs/examples/1.0.0-RC1/client-apple/examples/account/update-email.md b/docs/examples/1.0.x/client-apple/examples/account/update-email.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-apple/examples/account/update-email.md rename to docs/examples/1.0.x/client-apple/examples/account/update-email.md diff --git a/docs/examples/1.0.0-RC1/client-apple/examples/account/update-magic-u-r-l-session.md b/docs/examples/1.0.x/client-apple/examples/account/update-magic-u-r-l-session.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-apple/examples/account/update-magic-u-r-l-session.md rename to docs/examples/1.0.x/client-apple/examples/account/update-magic-u-r-l-session.md diff --git a/docs/examples/1.0.0-RC1/client-apple/examples/account/update-name.md b/docs/examples/1.0.x/client-apple/examples/account/update-name.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-apple/examples/account/update-name.md rename to docs/examples/1.0.x/client-apple/examples/account/update-name.md diff --git a/docs/examples/1.0.0-RC1/client-apple/examples/account/update-password.md b/docs/examples/1.0.x/client-apple/examples/account/update-password.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-apple/examples/account/update-password.md rename to docs/examples/1.0.x/client-apple/examples/account/update-password.md diff --git a/docs/examples/1.0.0-RC1/client-apple/examples/account/update-phone-session.md b/docs/examples/1.0.x/client-apple/examples/account/update-phone-session.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-apple/examples/account/update-phone-session.md rename to docs/examples/1.0.x/client-apple/examples/account/update-phone-session.md diff --git a/docs/examples/1.0.0-RC1/client-apple/examples/account/update-phone-verification.md b/docs/examples/1.0.x/client-apple/examples/account/update-phone-verification.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-apple/examples/account/update-phone-verification.md rename to docs/examples/1.0.x/client-apple/examples/account/update-phone-verification.md diff --git a/docs/examples/1.0.0-RC1/client-apple/examples/account/update-phone.md b/docs/examples/1.0.x/client-apple/examples/account/update-phone.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-apple/examples/account/update-phone.md rename to docs/examples/1.0.x/client-apple/examples/account/update-phone.md diff --git a/docs/examples/1.0.0-RC1/client-apple/examples/account/update-prefs.md b/docs/examples/1.0.x/client-apple/examples/account/update-prefs.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-apple/examples/account/update-prefs.md rename to docs/examples/1.0.x/client-apple/examples/account/update-prefs.md diff --git a/docs/examples/1.0.0-RC1/client-apple/examples/account/update-recovery.md b/docs/examples/1.0.x/client-apple/examples/account/update-recovery.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-apple/examples/account/update-recovery.md rename to docs/examples/1.0.x/client-apple/examples/account/update-recovery.md diff --git a/docs/examples/1.0.0-RC1/client-apple/examples/account/update-session.md b/docs/examples/1.0.x/client-apple/examples/account/update-session.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-apple/examples/account/update-session.md rename to docs/examples/1.0.x/client-apple/examples/account/update-session.md diff --git a/docs/examples/1.0.0-RC1/client-apple/examples/account/update-status.md b/docs/examples/1.0.x/client-apple/examples/account/update-status.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-apple/examples/account/update-status.md rename to docs/examples/1.0.x/client-apple/examples/account/update-status.md diff --git a/docs/examples/1.0.0-RC1/client-apple/examples/account/update-verification.md b/docs/examples/1.0.x/client-apple/examples/account/update-verification.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-apple/examples/account/update-verification.md rename to docs/examples/1.0.x/client-apple/examples/account/update-verification.md diff --git a/docs/examples/1.0.0-RC1/client-apple/examples/avatars/get-browser.md b/docs/examples/1.0.x/client-apple/examples/avatars/get-browser.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-apple/examples/avatars/get-browser.md rename to docs/examples/1.0.x/client-apple/examples/avatars/get-browser.md diff --git a/docs/examples/1.0.0-RC1/client-apple/examples/avatars/get-credit-card.md b/docs/examples/1.0.x/client-apple/examples/avatars/get-credit-card.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-apple/examples/avatars/get-credit-card.md rename to docs/examples/1.0.x/client-apple/examples/avatars/get-credit-card.md diff --git a/docs/examples/1.0.0-RC1/client-apple/examples/avatars/get-favicon.md b/docs/examples/1.0.x/client-apple/examples/avatars/get-favicon.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-apple/examples/avatars/get-favicon.md rename to docs/examples/1.0.x/client-apple/examples/avatars/get-favicon.md diff --git a/docs/examples/1.0.0-RC1/client-apple/examples/avatars/get-flag.md b/docs/examples/1.0.x/client-apple/examples/avatars/get-flag.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-apple/examples/avatars/get-flag.md rename to docs/examples/1.0.x/client-apple/examples/avatars/get-flag.md diff --git a/docs/examples/1.0.0-RC1/client-apple/examples/avatars/get-image.md b/docs/examples/1.0.x/client-apple/examples/avatars/get-image.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-apple/examples/avatars/get-image.md rename to docs/examples/1.0.x/client-apple/examples/avatars/get-image.md diff --git a/docs/examples/1.0.0-RC1/client-apple/examples/avatars/get-initials.md b/docs/examples/1.0.x/client-apple/examples/avatars/get-initials.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-apple/examples/avatars/get-initials.md rename to docs/examples/1.0.x/client-apple/examples/avatars/get-initials.md diff --git a/docs/examples/1.0.0-RC1/client-apple/examples/avatars/get-q-r.md b/docs/examples/1.0.x/client-apple/examples/avatars/get-q-r.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-apple/examples/avatars/get-q-r.md rename to docs/examples/1.0.x/client-apple/examples/avatars/get-q-r.md diff --git a/docs/examples/1.0.0-RC1/client-apple/examples/databases/create-document.md b/docs/examples/1.0.x/client-apple/examples/databases/create-document.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-apple/examples/databases/create-document.md rename to docs/examples/1.0.x/client-apple/examples/databases/create-document.md diff --git a/docs/examples/1.0.0-RC1/client-apple/examples/databases/delete-document.md b/docs/examples/1.0.x/client-apple/examples/databases/delete-document.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-apple/examples/databases/delete-document.md rename to docs/examples/1.0.x/client-apple/examples/databases/delete-document.md diff --git a/docs/examples/1.0.0-RC1/client-apple/examples/databases/get-document.md b/docs/examples/1.0.x/client-apple/examples/databases/get-document.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-apple/examples/databases/get-document.md rename to docs/examples/1.0.x/client-apple/examples/databases/get-document.md diff --git a/docs/examples/1.0.0-RC1/client-apple/examples/databases/list-documents.md b/docs/examples/1.0.x/client-apple/examples/databases/list-documents.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-apple/examples/databases/list-documents.md rename to docs/examples/1.0.x/client-apple/examples/databases/list-documents.md diff --git a/docs/examples/1.0.0-RC1/client-apple/examples/databases/update-document.md b/docs/examples/1.0.x/client-apple/examples/databases/update-document.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-apple/examples/databases/update-document.md rename to docs/examples/1.0.x/client-apple/examples/databases/update-document.md diff --git a/docs/examples/1.0.0-RC1/client-apple/examples/functions/create-execution.md b/docs/examples/1.0.x/client-apple/examples/functions/create-execution.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-apple/examples/functions/create-execution.md rename to docs/examples/1.0.x/client-apple/examples/functions/create-execution.md diff --git a/docs/examples/1.0.0-RC1/client-apple/examples/functions/get-execution.md b/docs/examples/1.0.x/client-apple/examples/functions/get-execution.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-apple/examples/functions/get-execution.md rename to docs/examples/1.0.x/client-apple/examples/functions/get-execution.md diff --git a/docs/examples/1.0.0-RC1/client-apple/examples/functions/list-executions.md b/docs/examples/1.0.x/client-apple/examples/functions/list-executions.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-apple/examples/functions/list-executions.md rename to docs/examples/1.0.x/client-apple/examples/functions/list-executions.md diff --git a/docs/examples/1.0.0-RC1/client-apple/examples/functions/retry-build.md b/docs/examples/1.0.x/client-apple/examples/functions/retry-build.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-apple/examples/functions/retry-build.md rename to docs/examples/1.0.x/client-apple/examples/functions/retry-build.md diff --git a/docs/examples/1.0.0-RC1/client-apple/examples/locale/get-continents.md b/docs/examples/1.0.x/client-apple/examples/locale/get-continents.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-apple/examples/locale/get-continents.md rename to docs/examples/1.0.x/client-apple/examples/locale/get-continents.md diff --git a/docs/examples/1.0.0-RC1/client-apple/examples/locale/get-countries-e-u.md b/docs/examples/1.0.x/client-apple/examples/locale/get-countries-e-u.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-apple/examples/locale/get-countries-e-u.md rename to docs/examples/1.0.x/client-apple/examples/locale/get-countries-e-u.md diff --git a/docs/examples/1.0.0-RC1/client-apple/examples/locale/get-countries-phones.md b/docs/examples/1.0.x/client-apple/examples/locale/get-countries-phones.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-apple/examples/locale/get-countries-phones.md rename to docs/examples/1.0.x/client-apple/examples/locale/get-countries-phones.md diff --git a/docs/examples/1.0.0-RC1/client-apple/examples/locale/get-countries.md b/docs/examples/1.0.x/client-apple/examples/locale/get-countries.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-apple/examples/locale/get-countries.md rename to docs/examples/1.0.x/client-apple/examples/locale/get-countries.md diff --git a/docs/examples/1.0.0-RC1/client-apple/examples/locale/get-currencies.md b/docs/examples/1.0.x/client-apple/examples/locale/get-currencies.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-apple/examples/locale/get-currencies.md rename to docs/examples/1.0.x/client-apple/examples/locale/get-currencies.md diff --git a/docs/examples/1.0.0-RC1/client-apple/examples/locale/get-languages.md b/docs/examples/1.0.x/client-apple/examples/locale/get-languages.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-apple/examples/locale/get-languages.md rename to docs/examples/1.0.x/client-apple/examples/locale/get-languages.md diff --git a/docs/examples/1.0.0-RC1/client-apple/examples/locale/get.md b/docs/examples/1.0.x/client-apple/examples/locale/get.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-apple/examples/locale/get.md rename to docs/examples/1.0.x/client-apple/examples/locale/get.md diff --git a/docs/examples/1.0.0/client-apple/examples/locale/list-continents.md b/docs/examples/1.0.x/client-apple/examples/locale/list-continents.md similarity index 100% rename from docs/examples/1.0.0/client-apple/examples/locale/list-continents.md rename to docs/examples/1.0.x/client-apple/examples/locale/list-continents.md diff --git a/docs/examples/1.0.0/client-apple/examples/locale/list-countries-e-u.md b/docs/examples/1.0.x/client-apple/examples/locale/list-countries-e-u.md similarity index 100% rename from docs/examples/1.0.0/client-apple/examples/locale/list-countries-e-u.md rename to docs/examples/1.0.x/client-apple/examples/locale/list-countries-e-u.md diff --git a/docs/examples/1.0.0/client-apple/examples/locale/list-countries-phones.md b/docs/examples/1.0.x/client-apple/examples/locale/list-countries-phones.md similarity index 100% rename from docs/examples/1.0.0/client-apple/examples/locale/list-countries-phones.md rename to docs/examples/1.0.x/client-apple/examples/locale/list-countries-phones.md diff --git a/docs/examples/1.0.0/client-apple/examples/locale/list-countries.md b/docs/examples/1.0.x/client-apple/examples/locale/list-countries.md similarity index 100% rename from docs/examples/1.0.0/client-apple/examples/locale/list-countries.md rename to docs/examples/1.0.x/client-apple/examples/locale/list-countries.md diff --git a/docs/examples/1.0.0/client-apple/examples/locale/list-currencies.md b/docs/examples/1.0.x/client-apple/examples/locale/list-currencies.md similarity index 100% rename from docs/examples/1.0.0/client-apple/examples/locale/list-currencies.md rename to docs/examples/1.0.x/client-apple/examples/locale/list-currencies.md diff --git a/docs/examples/1.0.0/client-apple/examples/locale/list-languages.md b/docs/examples/1.0.x/client-apple/examples/locale/list-languages.md similarity index 100% rename from docs/examples/1.0.0/client-apple/examples/locale/list-languages.md rename to docs/examples/1.0.x/client-apple/examples/locale/list-languages.md diff --git a/docs/examples/1.0.0-RC1/client-apple/examples/storage/create-file.md b/docs/examples/1.0.x/client-apple/examples/storage/create-file.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-apple/examples/storage/create-file.md rename to docs/examples/1.0.x/client-apple/examples/storage/create-file.md diff --git a/docs/examples/1.0.0-RC1/client-apple/examples/storage/delete-file.md b/docs/examples/1.0.x/client-apple/examples/storage/delete-file.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-apple/examples/storage/delete-file.md rename to docs/examples/1.0.x/client-apple/examples/storage/delete-file.md diff --git a/docs/examples/1.0.0-RC1/client-apple/examples/storage/get-file-download.md b/docs/examples/1.0.x/client-apple/examples/storage/get-file-download.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-apple/examples/storage/get-file-download.md rename to docs/examples/1.0.x/client-apple/examples/storage/get-file-download.md diff --git a/docs/examples/1.0.0-RC1/client-apple/examples/storage/get-file-preview.md b/docs/examples/1.0.x/client-apple/examples/storage/get-file-preview.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-apple/examples/storage/get-file-preview.md rename to docs/examples/1.0.x/client-apple/examples/storage/get-file-preview.md diff --git a/docs/examples/1.0.0-RC1/client-apple/examples/storage/get-file-view.md b/docs/examples/1.0.x/client-apple/examples/storage/get-file-view.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-apple/examples/storage/get-file-view.md rename to docs/examples/1.0.x/client-apple/examples/storage/get-file-view.md diff --git a/docs/examples/1.0.0-RC1/client-apple/examples/storage/get-file.md b/docs/examples/1.0.x/client-apple/examples/storage/get-file.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-apple/examples/storage/get-file.md rename to docs/examples/1.0.x/client-apple/examples/storage/get-file.md diff --git a/docs/examples/1.0.0-RC1/client-apple/examples/storage/list-files.md b/docs/examples/1.0.x/client-apple/examples/storage/list-files.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-apple/examples/storage/list-files.md rename to docs/examples/1.0.x/client-apple/examples/storage/list-files.md diff --git a/docs/examples/1.0.0-RC1/client-apple/examples/storage/update-file.md b/docs/examples/1.0.x/client-apple/examples/storage/update-file.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-apple/examples/storage/update-file.md rename to docs/examples/1.0.x/client-apple/examples/storage/update-file.md diff --git a/docs/examples/1.0.0-RC1/client-apple/examples/teams/create-membership.md b/docs/examples/1.0.x/client-apple/examples/teams/create-membership.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-apple/examples/teams/create-membership.md rename to docs/examples/1.0.x/client-apple/examples/teams/create-membership.md diff --git a/docs/examples/1.0.0-RC1/client-apple/examples/teams/create.md b/docs/examples/1.0.x/client-apple/examples/teams/create.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-apple/examples/teams/create.md rename to docs/examples/1.0.x/client-apple/examples/teams/create.md diff --git a/docs/examples/1.0.0-RC1/client-apple/examples/teams/delete-membership.md b/docs/examples/1.0.x/client-apple/examples/teams/delete-membership.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-apple/examples/teams/delete-membership.md rename to docs/examples/1.0.x/client-apple/examples/teams/delete-membership.md diff --git a/docs/examples/1.0.0-RC1/client-apple/examples/teams/delete.md b/docs/examples/1.0.x/client-apple/examples/teams/delete.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-apple/examples/teams/delete.md rename to docs/examples/1.0.x/client-apple/examples/teams/delete.md diff --git a/docs/examples/1.0.0-RC1/client-apple/examples/teams/get-membership.md b/docs/examples/1.0.x/client-apple/examples/teams/get-membership.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-apple/examples/teams/get-membership.md rename to docs/examples/1.0.x/client-apple/examples/teams/get-membership.md diff --git a/docs/examples/1.0.0-RC1/client-apple/examples/teams/get-memberships.md b/docs/examples/1.0.x/client-apple/examples/teams/get-memberships.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-apple/examples/teams/get-memberships.md rename to docs/examples/1.0.x/client-apple/examples/teams/get-memberships.md diff --git a/docs/examples/1.0.0-RC1/client-apple/examples/teams/get.md b/docs/examples/1.0.x/client-apple/examples/teams/get.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-apple/examples/teams/get.md rename to docs/examples/1.0.x/client-apple/examples/teams/get.md diff --git a/docs/examples/1.0.0/client-apple/examples/teams/list-memberships.md b/docs/examples/1.0.x/client-apple/examples/teams/list-memberships.md similarity index 100% rename from docs/examples/1.0.0/client-apple/examples/teams/list-memberships.md rename to docs/examples/1.0.x/client-apple/examples/teams/list-memberships.md diff --git a/docs/examples/1.0.0-RC1/client-apple/examples/teams/list.md b/docs/examples/1.0.x/client-apple/examples/teams/list.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-apple/examples/teams/list.md rename to docs/examples/1.0.x/client-apple/examples/teams/list.md diff --git a/docs/examples/1.0.0-RC1/client-apple/examples/teams/update-membership-roles.md b/docs/examples/1.0.x/client-apple/examples/teams/update-membership-roles.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-apple/examples/teams/update-membership-roles.md rename to docs/examples/1.0.x/client-apple/examples/teams/update-membership-roles.md diff --git a/docs/examples/1.0.0-RC1/client-apple/examples/teams/update-membership-status.md b/docs/examples/1.0.x/client-apple/examples/teams/update-membership-status.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-apple/examples/teams/update-membership-status.md rename to docs/examples/1.0.x/client-apple/examples/teams/update-membership-status.md diff --git a/docs/examples/1.0.0-RC1/client-apple/examples/teams/update.md b/docs/examples/1.0.x/client-apple/examples/teams/update.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-apple/examples/teams/update.md rename to docs/examples/1.0.x/client-apple/examples/teams/update.md diff --git a/docs/examples/1.0.0-RC1/client-flutter/examples/account/create-anonymous-session.md b/docs/examples/1.0.x/client-flutter/examples/account/create-anonymous-session.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-flutter/examples/account/create-anonymous-session.md rename to docs/examples/1.0.x/client-flutter/examples/account/create-anonymous-session.md diff --git a/docs/examples/1.0.0-RC1/client-flutter/examples/account/create-email-session.md b/docs/examples/1.0.x/client-flutter/examples/account/create-email-session.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-flutter/examples/account/create-email-session.md rename to docs/examples/1.0.x/client-flutter/examples/account/create-email-session.md diff --git a/docs/examples/1.0.0-RC1/client-flutter/examples/account/create-j-w-t.md b/docs/examples/1.0.x/client-flutter/examples/account/create-j-w-t.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-flutter/examples/account/create-j-w-t.md rename to docs/examples/1.0.x/client-flutter/examples/account/create-j-w-t.md diff --git a/docs/examples/1.0.0-RC1/client-flutter/examples/account/create-magic-u-r-l-session.md b/docs/examples/1.0.x/client-flutter/examples/account/create-magic-u-r-l-session.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-flutter/examples/account/create-magic-u-r-l-session.md rename to docs/examples/1.0.x/client-flutter/examples/account/create-magic-u-r-l-session.md diff --git a/docs/examples/1.0.0-RC1/client-flutter/examples/account/create-o-auth2session.md b/docs/examples/1.0.x/client-flutter/examples/account/create-o-auth2session.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-flutter/examples/account/create-o-auth2session.md rename to docs/examples/1.0.x/client-flutter/examples/account/create-o-auth2session.md diff --git a/docs/examples/1.0.0-RC1/client-flutter/examples/account/create-phone-session.md b/docs/examples/1.0.x/client-flutter/examples/account/create-phone-session.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-flutter/examples/account/create-phone-session.md rename to docs/examples/1.0.x/client-flutter/examples/account/create-phone-session.md diff --git a/docs/examples/1.0.0-RC1/client-flutter/examples/account/create-phone-verification.md b/docs/examples/1.0.x/client-flutter/examples/account/create-phone-verification.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-flutter/examples/account/create-phone-verification.md rename to docs/examples/1.0.x/client-flutter/examples/account/create-phone-verification.md diff --git a/docs/examples/1.0.0-RC1/client-flutter/examples/account/create-recovery.md b/docs/examples/1.0.x/client-flutter/examples/account/create-recovery.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-flutter/examples/account/create-recovery.md rename to docs/examples/1.0.x/client-flutter/examples/account/create-recovery.md diff --git a/docs/examples/1.0.0-RC1/client-flutter/examples/account/create-verification.md b/docs/examples/1.0.x/client-flutter/examples/account/create-verification.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-flutter/examples/account/create-verification.md rename to docs/examples/1.0.x/client-flutter/examples/account/create-verification.md diff --git a/docs/examples/1.0.0-RC1/client-flutter/examples/account/create.md b/docs/examples/1.0.x/client-flutter/examples/account/create.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-flutter/examples/account/create.md rename to docs/examples/1.0.x/client-flutter/examples/account/create.md diff --git a/docs/examples/1.0.0-RC1/client-flutter/examples/account/delete-session.md b/docs/examples/1.0.x/client-flutter/examples/account/delete-session.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-flutter/examples/account/delete-session.md rename to docs/examples/1.0.x/client-flutter/examples/account/delete-session.md diff --git a/docs/examples/1.0.0-RC1/client-flutter/examples/account/delete-sessions.md b/docs/examples/1.0.x/client-flutter/examples/account/delete-sessions.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-flutter/examples/account/delete-sessions.md rename to docs/examples/1.0.x/client-flutter/examples/account/delete-sessions.md diff --git a/docs/examples/1.0.0-RC1/client-flutter/examples/account/get-logs.md b/docs/examples/1.0.x/client-flutter/examples/account/get-logs.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-flutter/examples/account/get-logs.md rename to docs/examples/1.0.x/client-flutter/examples/account/get-logs.md diff --git a/docs/examples/1.0.0-RC1/client-flutter/examples/account/get-prefs.md b/docs/examples/1.0.x/client-flutter/examples/account/get-prefs.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-flutter/examples/account/get-prefs.md rename to docs/examples/1.0.x/client-flutter/examples/account/get-prefs.md diff --git a/docs/examples/1.0.0-RC1/client-flutter/examples/account/get-session.md b/docs/examples/1.0.x/client-flutter/examples/account/get-session.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-flutter/examples/account/get-session.md rename to docs/examples/1.0.x/client-flutter/examples/account/get-session.md diff --git a/docs/examples/1.0.0-RC1/client-flutter/examples/account/get-sessions.md b/docs/examples/1.0.x/client-flutter/examples/account/get-sessions.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-flutter/examples/account/get-sessions.md rename to docs/examples/1.0.x/client-flutter/examples/account/get-sessions.md diff --git a/docs/examples/1.0.0-RC1/client-flutter/examples/account/get.md b/docs/examples/1.0.x/client-flutter/examples/account/get.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-flutter/examples/account/get.md rename to docs/examples/1.0.x/client-flutter/examples/account/get.md diff --git a/docs/examples/1.0.0/client-flutter/examples/account/list-logs.md b/docs/examples/1.0.x/client-flutter/examples/account/list-logs.md similarity index 100% rename from docs/examples/1.0.0/client-flutter/examples/account/list-logs.md rename to docs/examples/1.0.x/client-flutter/examples/account/list-logs.md diff --git a/docs/examples/1.0.0/client-flutter/examples/account/list-sessions.md b/docs/examples/1.0.x/client-flutter/examples/account/list-sessions.md similarity index 100% rename from docs/examples/1.0.0/client-flutter/examples/account/list-sessions.md rename to docs/examples/1.0.x/client-flutter/examples/account/list-sessions.md diff --git a/docs/examples/1.0.0-RC1/client-flutter/examples/account/update-email.md b/docs/examples/1.0.x/client-flutter/examples/account/update-email.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-flutter/examples/account/update-email.md rename to docs/examples/1.0.x/client-flutter/examples/account/update-email.md diff --git a/docs/examples/1.0.0-RC1/client-flutter/examples/account/update-magic-u-r-l-session.md b/docs/examples/1.0.x/client-flutter/examples/account/update-magic-u-r-l-session.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-flutter/examples/account/update-magic-u-r-l-session.md rename to docs/examples/1.0.x/client-flutter/examples/account/update-magic-u-r-l-session.md diff --git a/docs/examples/1.0.0-RC1/client-flutter/examples/account/update-name.md b/docs/examples/1.0.x/client-flutter/examples/account/update-name.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-flutter/examples/account/update-name.md rename to docs/examples/1.0.x/client-flutter/examples/account/update-name.md diff --git a/docs/examples/1.0.0-RC1/client-flutter/examples/account/update-password.md b/docs/examples/1.0.x/client-flutter/examples/account/update-password.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-flutter/examples/account/update-password.md rename to docs/examples/1.0.x/client-flutter/examples/account/update-password.md diff --git a/docs/examples/1.0.0-RC1/client-flutter/examples/account/update-phone-session.md b/docs/examples/1.0.x/client-flutter/examples/account/update-phone-session.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-flutter/examples/account/update-phone-session.md rename to docs/examples/1.0.x/client-flutter/examples/account/update-phone-session.md diff --git a/docs/examples/1.0.0-RC1/client-flutter/examples/account/update-phone-verification.md b/docs/examples/1.0.x/client-flutter/examples/account/update-phone-verification.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-flutter/examples/account/update-phone-verification.md rename to docs/examples/1.0.x/client-flutter/examples/account/update-phone-verification.md diff --git a/docs/examples/1.0.0-RC1/client-flutter/examples/account/update-phone.md b/docs/examples/1.0.x/client-flutter/examples/account/update-phone.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-flutter/examples/account/update-phone.md rename to docs/examples/1.0.x/client-flutter/examples/account/update-phone.md diff --git a/docs/examples/1.0.0-RC1/client-flutter/examples/account/update-prefs.md b/docs/examples/1.0.x/client-flutter/examples/account/update-prefs.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-flutter/examples/account/update-prefs.md rename to docs/examples/1.0.x/client-flutter/examples/account/update-prefs.md diff --git a/docs/examples/1.0.0-RC1/client-flutter/examples/account/update-recovery.md b/docs/examples/1.0.x/client-flutter/examples/account/update-recovery.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-flutter/examples/account/update-recovery.md rename to docs/examples/1.0.x/client-flutter/examples/account/update-recovery.md diff --git a/docs/examples/1.0.0-RC1/client-flutter/examples/account/update-session.md b/docs/examples/1.0.x/client-flutter/examples/account/update-session.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-flutter/examples/account/update-session.md rename to docs/examples/1.0.x/client-flutter/examples/account/update-session.md diff --git a/docs/examples/1.0.0-RC1/client-flutter/examples/account/update-status.md b/docs/examples/1.0.x/client-flutter/examples/account/update-status.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-flutter/examples/account/update-status.md rename to docs/examples/1.0.x/client-flutter/examples/account/update-status.md diff --git a/docs/examples/1.0.0-RC1/client-flutter/examples/account/update-verification.md b/docs/examples/1.0.x/client-flutter/examples/account/update-verification.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-flutter/examples/account/update-verification.md rename to docs/examples/1.0.x/client-flutter/examples/account/update-verification.md diff --git a/docs/examples/1.0.0-RC1/client-flutter/examples/avatars/get-browser.md b/docs/examples/1.0.x/client-flutter/examples/avatars/get-browser.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-flutter/examples/avatars/get-browser.md rename to docs/examples/1.0.x/client-flutter/examples/avatars/get-browser.md diff --git a/docs/examples/1.0.0-RC1/client-flutter/examples/avatars/get-credit-card.md b/docs/examples/1.0.x/client-flutter/examples/avatars/get-credit-card.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-flutter/examples/avatars/get-credit-card.md rename to docs/examples/1.0.x/client-flutter/examples/avatars/get-credit-card.md diff --git a/docs/examples/1.0.0-RC1/client-flutter/examples/avatars/get-favicon.md b/docs/examples/1.0.x/client-flutter/examples/avatars/get-favicon.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-flutter/examples/avatars/get-favicon.md rename to docs/examples/1.0.x/client-flutter/examples/avatars/get-favicon.md diff --git a/docs/examples/1.0.0-RC1/client-flutter/examples/avatars/get-flag.md b/docs/examples/1.0.x/client-flutter/examples/avatars/get-flag.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-flutter/examples/avatars/get-flag.md rename to docs/examples/1.0.x/client-flutter/examples/avatars/get-flag.md diff --git a/docs/examples/1.0.0-RC1/client-flutter/examples/avatars/get-image.md b/docs/examples/1.0.x/client-flutter/examples/avatars/get-image.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-flutter/examples/avatars/get-image.md rename to docs/examples/1.0.x/client-flutter/examples/avatars/get-image.md diff --git a/docs/examples/1.0.0-RC1/client-flutter/examples/avatars/get-initials.md b/docs/examples/1.0.x/client-flutter/examples/avatars/get-initials.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-flutter/examples/avatars/get-initials.md rename to docs/examples/1.0.x/client-flutter/examples/avatars/get-initials.md diff --git a/docs/examples/1.0.0-RC1/client-flutter/examples/avatars/get-q-r.md b/docs/examples/1.0.x/client-flutter/examples/avatars/get-q-r.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-flutter/examples/avatars/get-q-r.md rename to docs/examples/1.0.x/client-flutter/examples/avatars/get-q-r.md diff --git a/docs/examples/1.0.0-RC1/client-flutter/examples/databases/create-document.md b/docs/examples/1.0.x/client-flutter/examples/databases/create-document.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-flutter/examples/databases/create-document.md rename to docs/examples/1.0.x/client-flutter/examples/databases/create-document.md diff --git a/docs/examples/1.0.0-RC1/client-flutter/examples/databases/delete-document.md b/docs/examples/1.0.x/client-flutter/examples/databases/delete-document.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-flutter/examples/databases/delete-document.md rename to docs/examples/1.0.x/client-flutter/examples/databases/delete-document.md diff --git a/docs/examples/1.0.0-RC1/client-flutter/examples/databases/get-document.md b/docs/examples/1.0.x/client-flutter/examples/databases/get-document.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-flutter/examples/databases/get-document.md rename to docs/examples/1.0.x/client-flutter/examples/databases/get-document.md diff --git a/docs/examples/1.0.0-RC1/client-flutter/examples/databases/list-documents.md b/docs/examples/1.0.x/client-flutter/examples/databases/list-documents.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-flutter/examples/databases/list-documents.md rename to docs/examples/1.0.x/client-flutter/examples/databases/list-documents.md diff --git a/docs/examples/1.0.0-RC1/client-flutter/examples/databases/update-document.md b/docs/examples/1.0.x/client-flutter/examples/databases/update-document.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-flutter/examples/databases/update-document.md rename to docs/examples/1.0.x/client-flutter/examples/databases/update-document.md diff --git a/docs/examples/1.0.0-RC1/client-flutter/examples/functions/create-execution.md b/docs/examples/1.0.x/client-flutter/examples/functions/create-execution.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-flutter/examples/functions/create-execution.md rename to docs/examples/1.0.x/client-flutter/examples/functions/create-execution.md diff --git a/docs/examples/1.0.0-RC1/client-flutter/examples/functions/get-execution.md b/docs/examples/1.0.x/client-flutter/examples/functions/get-execution.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-flutter/examples/functions/get-execution.md rename to docs/examples/1.0.x/client-flutter/examples/functions/get-execution.md diff --git a/docs/examples/1.0.0-RC1/client-flutter/examples/functions/list-executions.md b/docs/examples/1.0.x/client-flutter/examples/functions/list-executions.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-flutter/examples/functions/list-executions.md rename to docs/examples/1.0.x/client-flutter/examples/functions/list-executions.md diff --git a/docs/examples/1.0.0-RC1/client-flutter/examples/functions/retry-build.md b/docs/examples/1.0.x/client-flutter/examples/functions/retry-build.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-flutter/examples/functions/retry-build.md rename to docs/examples/1.0.x/client-flutter/examples/functions/retry-build.md diff --git a/docs/examples/1.0.0-RC1/client-flutter/examples/locale/get-continents.md b/docs/examples/1.0.x/client-flutter/examples/locale/get-continents.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-flutter/examples/locale/get-continents.md rename to docs/examples/1.0.x/client-flutter/examples/locale/get-continents.md diff --git a/docs/examples/1.0.0-RC1/client-flutter/examples/locale/get-countries-e-u.md b/docs/examples/1.0.x/client-flutter/examples/locale/get-countries-e-u.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-flutter/examples/locale/get-countries-e-u.md rename to docs/examples/1.0.x/client-flutter/examples/locale/get-countries-e-u.md diff --git a/docs/examples/1.0.0-RC1/client-flutter/examples/locale/get-countries-phones.md b/docs/examples/1.0.x/client-flutter/examples/locale/get-countries-phones.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-flutter/examples/locale/get-countries-phones.md rename to docs/examples/1.0.x/client-flutter/examples/locale/get-countries-phones.md diff --git a/docs/examples/1.0.0-RC1/client-flutter/examples/locale/get-countries.md b/docs/examples/1.0.x/client-flutter/examples/locale/get-countries.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-flutter/examples/locale/get-countries.md rename to docs/examples/1.0.x/client-flutter/examples/locale/get-countries.md diff --git a/docs/examples/1.0.0-RC1/client-flutter/examples/locale/get-currencies.md b/docs/examples/1.0.x/client-flutter/examples/locale/get-currencies.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-flutter/examples/locale/get-currencies.md rename to docs/examples/1.0.x/client-flutter/examples/locale/get-currencies.md diff --git a/docs/examples/1.0.0-RC1/client-flutter/examples/locale/get-languages.md b/docs/examples/1.0.x/client-flutter/examples/locale/get-languages.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-flutter/examples/locale/get-languages.md rename to docs/examples/1.0.x/client-flutter/examples/locale/get-languages.md diff --git a/docs/examples/1.0.0-RC1/client-flutter/examples/locale/get.md b/docs/examples/1.0.x/client-flutter/examples/locale/get.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-flutter/examples/locale/get.md rename to docs/examples/1.0.x/client-flutter/examples/locale/get.md diff --git a/docs/examples/1.0.0/client-flutter/examples/locale/list-continents.md b/docs/examples/1.0.x/client-flutter/examples/locale/list-continents.md similarity index 100% rename from docs/examples/1.0.0/client-flutter/examples/locale/list-continents.md rename to docs/examples/1.0.x/client-flutter/examples/locale/list-continents.md diff --git a/docs/examples/1.0.0/client-flutter/examples/locale/list-countries-e-u.md b/docs/examples/1.0.x/client-flutter/examples/locale/list-countries-e-u.md similarity index 100% rename from docs/examples/1.0.0/client-flutter/examples/locale/list-countries-e-u.md rename to docs/examples/1.0.x/client-flutter/examples/locale/list-countries-e-u.md diff --git a/docs/examples/1.0.0/client-flutter/examples/locale/list-countries-phones.md b/docs/examples/1.0.x/client-flutter/examples/locale/list-countries-phones.md similarity index 100% rename from docs/examples/1.0.0/client-flutter/examples/locale/list-countries-phones.md rename to docs/examples/1.0.x/client-flutter/examples/locale/list-countries-phones.md diff --git a/docs/examples/1.0.0/client-flutter/examples/locale/list-countries.md b/docs/examples/1.0.x/client-flutter/examples/locale/list-countries.md similarity index 100% rename from docs/examples/1.0.0/client-flutter/examples/locale/list-countries.md rename to docs/examples/1.0.x/client-flutter/examples/locale/list-countries.md diff --git a/docs/examples/1.0.0/client-flutter/examples/locale/list-currencies.md b/docs/examples/1.0.x/client-flutter/examples/locale/list-currencies.md similarity index 100% rename from docs/examples/1.0.0/client-flutter/examples/locale/list-currencies.md rename to docs/examples/1.0.x/client-flutter/examples/locale/list-currencies.md diff --git a/docs/examples/1.0.0/client-flutter/examples/locale/list-languages.md b/docs/examples/1.0.x/client-flutter/examples/locale/list-languages.md similarity index 100% rename from docs/examples/1.0.0/client-flutter/examples/locale/list-languages.md rename to docs/examples/1.0.x/client-flutter/examples/locale/list-languages.md diff --git a/docs/examples/1.0.0-RC1/client-flutter/examples/storage/create-file.md b/docs/examples/1.0.x/client-flutter/examples/storage/create-file.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-flutter/examples/storage/create-file.md rename to docs/examples/1.0.x/client-flutter/examples/storage/create-file.md diff --git a/docs/examples/1.0.0-RC1/client-flutter/examples/storage/delete-file.md b/docs/examples/1.0.x/client-flutter/examples/storage/delete-file.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-flutter/examples/storage/delete-file.md rename to docs/examples/1.0.x/client-flutter/examples/storage/delete-file.md diff --git a/docs/examples/1.0.0-RC1/client-flutter/examples/storage/get-file-download.md b/docs/examples/1.0.x/client-flutter/examples/storage/get-file-download.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-flutter/examples/storage/get-file-download.md rename to docs/examples/1.0.x/client-flutter/examples/storage/get-file-download.md diff --git a/docs/examples/1.0.0-RC1/client-flutter/examples/storage/get-file-preview.md b/docs/examples/1.0.x/client-flutter/examples/storage/get-file-preview.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-flutter/examples/storage/get-file-preview.md rename to docs/examples/1.0.x/client-flutter/examples/storage/get-file-preview.md diff --git a/docs/examples/1.0.0-RC1/client-flutter/examples/storage/get-file-view.md b/docs/examples/1.0.x/client-flutter/examples/storage/get-file-view.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-flutter/examples/storage/get-file-view.md rename to docs/examples/1.0.x/client-flutter/examples/storage/get-file-view.md diff --git a/docs/examples/1.0.0-RC1/client-flutter/examples/storage/get-file.md b/docs/examples/1.0.x/client-flutter/examples/storage/get-file.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-flutter/examples/storage/get-file.md rename to docs/examples/1.0.x/client-flutter/examples/storage/get-file.md diff --git a/docs/examples/1.0.0-RC1/client-flutter/examples/storage/list-files.md b/docs/examples/1.0.x/client-flutter/examples/storage/list-files.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-flutter/examples/storage/list-files.md rename to docs/examples/1.0.x/client-flutter/examples/storage/list-files.md diff --git a/docs/examples/1.0.0-RC1/client-flutter/examples/storage/update-file.md b/docs/examples/1.0.x/client-flutter/examples/storage/update-file.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-flutter/examples/storage/update-file.md rename to docs/examples/1.0.x/client-flutter/examples/storage/update-file.md diff --git a/docs/examples/1.0.0-RC1/client-flutter/examples/teams/create-membership.md b/docs/examples/1.0.x/client-flutter/examples/teams/create-membership.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-flutter/examples/teams/create-membership.md rename to docs/examples/1.0.x/client-flutter/examples/teams/create-membership.md diff --git a/docs/examples/1.0.0-RC1/client-flutter/examples/teams/create.md b/docs/examples/1.0.x/client-flutter/examples/teams/create.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-flutter/examples/teams/create.md rename to docs/examples/1.0.x/client-flutter/examples/teams/create.md diff --git a/docs/examples/1.0.0-RC1/client-flutter/examples/teams/delete-membership.md b/docs/examples/1.0.x/client-flutter/examples/teams/delete-membership.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-flutter/examples/teams/delete-membership.md rename to docs/examples/1.0.x/client-flutter/examples/teams/delete-membership.md diff --git a/docs/examples/1.0.0-RC1/client-flutter/examples/teams/delete.md b/docs/examples/1.0.x/client-flutter/examples/teams/delete.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-flutter/examples/teams/delete.md rename to docs/examples/1.0.x/client-flutter/examples/teams/delete.md diff --git a/docs/examples/1.0.0-RC1/client-flutter/examples/teams/get-membership.md b/docs/examples/1.0.x/client-flutter/examples/teams/get-membership.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-flutter/examples/teams/get-membership.md rename to docs/examples/1.0.x/client-flutter/examples/teams/get-membership.md diff --git a/docs/examples/1.0.0-RC1/client-flutter/examples/teams/get-memberships.md b/docs/examples/1.0.x/client-flutter/examples/teams/get-memberships.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-flutter/examples/teams/get-memberships.md rename to docs/examples/1.0.x/client-flutter/examples/teams/get-memberships.md diff --git a/docs/examples/1.0.0-RC1/client-flutter/examples/teams/get.md b/docs/examples/1.0.x/client-flutter/examples/teams/get.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-flutter/examples/teams/get.md rename to docs/examples/1.0.x/client-flutter/examples/teams/get.md diff --git a/docs/examples/1.0.0/client-flutter/examples/teams/list-memberships.md b/docs/examples/1.0.x/client-flutter/examples/teams/list-memberships.md similarity index 100% rename from docs/examples/1.0.0/client-flutter/examples/teams/list-memberships.md rename to docs/examples/1.0.x/client-flutter/examples/teams/list-memberships.md diff --git a/docs/examples/1.0.0-RC1/client-flutter/examples/teams/list.md b/docs/examples/1.0.x/client-flutter/examples/teams/list.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-flutter/examples/teams/list.md rename to docs/examples/1.0.x/client-flutter/examples/teams/list.md diff --git a/docs/examples/1.0.0-RC1/client-flutter/examples/teams/update-membership-roles.md b/docs/examples/1.0.x/client-flutter/examples/teams/update-membership-roles.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-flutter/examples/teams/update-membership-roles.md rename to docs/examples/1.0.x/client-flutter/examples/teams/update-membership-roles.md diff --git a/docs/examples/1.0.0-RC1/client-flutter/examples/teams/update-membership-status.md b/docs/examples/1.0.x/client-flutter/examples/teams/update-membership-status.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-flutter/examples/teams/update-membership-status.md rename to docs/examples/1.0.x/client-flutter/examples/teams/update-membership-status.md diff --git a/docs/examples/1.0.0-RC1/client-flutter/examples/teams/update.md b/docs/examples/1.0.x/client-flutter/examples/teams/update.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-flutter/examples/teams/update.md rename to docs/examples/1.0.x/client-flutter/examples/teams/update.md diff --git a/docs/examples/1.0.0-RC1/client-web/examples/account/create-anonymous-session.md b/docs/examples/1.0.x/client-web/examples/account/create-anonymous-session.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-web/examples/account/create-anonymous-session.md rename to docs/examples/1.0.x/client-web/examples/account/create-anonymous-session.md diff --git a/docs/examples/1.0.0-RC1/client-web/examples/account/create-email-session.md b/docs/examples/1.0.x/client-web/examples/account/create-email-session.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-web/examples/account/create-email-session.md rename to docs/examples/1.0.x/client-web/examples/account/create-email-session.md diff --git a/docs/examples/1.0.0-RC1/client-web/examples/account/create-j-w-t.md b/docs/examples/1.0.x/client-web/examples/account/create-j-w-t.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-web/examples/account/create-j-w-t.md rename to docs/examples/1.0.x/client-web/examples/account/create-j-w-t.md diff --git a/docs/examples/1.0.0-RC1/client-web/examples/account/create-magic-u-r-l-session.md b/docs/examples/1.0.x/client-web/examples/account/create-magic-u-r-l-session.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-web/examples/account/create-magic-u-r-l-session.md rename to docs/examples/1.0.x/client-web/examples/account/create-magic-u-r-l-session.md diff --git a/docs/examples/1.0.0-RC1/client-web/examples/account/create-o-auth2session.md b/docs/examples/1.0.x/client-web/examples/account/create-o-auth2session.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-web/examples/account/create-o-auth2session.md rename to docs/examples/1.0.x/client-web/examples/account/create-o-auth2session.md diff --git a/docs/examples/1.0.0-RC1/client-web/examples/account/create-phone-session.md b/docs/examples/1.0.x/client-web/examples/account/create-phone-session.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-web/examples/account/create-phone-session.md rename to docs/examples/1.0.x/client-web/examples/account/create-phone-session.md diff --git a/docs/examples/1.0.0-RC1/client-web/examples/account/create-phone-verification.md b/docs/examples/1.0.x/client-web/examples/account/create-phone-verification.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-web/examples/account/create-phone-verification.md rename to docs/examples/1.0.x/client-web/examples/account/create-phone-verification.md diff --git a/docs/examples/1.0.0-RC1/client-web/examples/account/create-recovery.md b/docs/examples/1.0.x/client-web/examples/account/create-recovery.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-web/examples/account/create-recovery.md rename to docs/examples/1.0.x/client-web/examples/account/create-recovery.md diff --git a/docs/examples/1.0.0-RC1/client-web/examples/account/create-verification.md b/docs/examples/1.0.x/client-web/examples/account/create-verification.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-web/examples/account/create-verification.md rename to docs/examples/1.0.x/client-web/examples/account/create-verification.md diff --git a/docs/examples/1.0.0-RC1/client-web/examples/account/create.md b/docs/examples/1.0.x/client-web/examples/account/create.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-web/examples/account/create.md rename to docs/examples/1.0.x/client-web/examples/account/create.md diff --git a/docs/examples/1.0.0-RC1/client-web/examples/account/delete-session.md b/docs/examples/1.0.x/client-web/examples/account/delete-session.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-web/examples/account/delete-session.md rename to docs/examples/1.0.x/client-web/examples/account/delete-session.md diff --git a/docs/examples/1.0.0-RC1/client-web/examples/account/delete-sessions.md b/docs/examples/1.0.x/client-web/examples/account/delete-sessions.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-web/examples/account/delete-sessions.md rename to docs/examples/1.0.x/client-web/examples/account/delete-sessions.md diff --git a/docs/examples/1.0.0-RC1/client-web/examples/account/get-logs.md b/docs/examples/1.0.x/client-web/examples/account/get-logs.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-web/examples/account/get-logs.md rename to docs/examples/1.0.x/client-web/examples/account/get-logs.md diff --git a/docs/examples/1.0.0-RC1/client-web/examples/account/get-prefs.md b/docs/examples/1.0.x/client-web/examples/account/get-prefs.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-web/examples/account/get-prefs.md rename to docs/examples/1.0.x/client-web/examples/account/get-prefs.md diff --git a/docs/examples/1.0.0-RC1/client-web/examples/account/get-session.md b/docs/examples/1.0.x/client-web/examples/account/get-session.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-web/examples/account/get-session.md rename to docs/examples/1.0.x/client-web/examples/account/get-session.md diff --git a/docs/examples/1.0.0-RC1/client-web/examples/account/get-sessions.md b/docs/examples/1.0.x/client-web/examples/account/get-sessions.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-web/examples/account/get-sessions.md rename to docs/examples/1.0.x/client-web/examples/account/get-sessions.md diff --git a/docs/examples/1.0.0-RC1/client-web/examples/account/get.md b/docs/examples/1.0.x/client-web/examples/account/get.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-web/examples/account/get.md rename to docs/examples/1.0.x/client-web/examples/account/get.md diff --git a/docs/examples/1.0.0/client-web/examples/account/list-logs.md b/docs/examples/1.0.x/client-web/examples/account/list-logs.md similarity index 100% rename from docs/examples/1.0.0/client-web/examples/account/list-logs.md rename to docs/examples/1.0.x/client-web/examples/account/list-logs.md diff --git a/docs/examples/1.0.0/client-web/examples/account/list-sessions.md b/docs/examples/1.0.x/client-web/examples/account/list-sessions.md similarity index 100% rename from docs/examples/1.0.0/client-web/examples/account/list-sessions.md rename to docs/examples/1.0.x/client-web/examples/account/list-sessions.md diff --git a/docs/examples/1.0.0-RC1/client-web/examples/account/update-email.md b/docs/examples/1.0.x/client-web/examples/account/update-email.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-web/examples/account/update-email.md rename to docs/examples/1.0.x/client-web/examples/account/update-email.md diff --git a/docs/examples/1.0.0-RC1/client-web/examples/account/update-magic-u-r-l-session.md b/docs/examples/1.0.x/client-web/examples/account/update-magic-u-r-l-session.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-web/examples/account/update-magic-u-r-l-session.md rename to docs/examples/1.0.x/client-web/examples/account/update-magic-u-r-l-session.md diff --git a/docs/examples/1.0.0-RC1/client-web/examples/account/update-name.md b/docs/examples/1.0.x/client-web/examples/account/update-name.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-web/examples/account/update-name.md rename to docs/examples/1.0.x/client-web/examples/account/update-name.md diff --git a/docs/examples/1.0.0-RC1/client-web/examples/account/update-password.md b/docs/examples/1.0.x/client-web/examples/account/update-password.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-web/examples/account/update-password.md rename to docs/examples/1.0.x/client-web/examples/account/update-password.md diff --git a/docs/examples/1.0.0-RC1/client-web/examples/account/update-phone-session.md b/docs/examples/1.0.x/client-web/examples/account/update-phone-session.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-web/examples/account/update-phone-session.md rename to docs/examples/1.0.x/client-web/examples/account/update-phone-session.md diff --git a/docs/examples/1.0.0-RC1/client-web/examples/account/update-phone-verification.md b/docs/examples/1.0.x/client-web/examples/account/update-phone-verification.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-web/examples/account/update-phone-verification.md rename to docs/examples/1.0.x/client-web/examples/account/update-phone-verification.md diff --git a/docs/examples/1.0.0-RC1/client-web/examples/account/update-phone.md b/docs/examples/1.0.x/client-web/examples/account/update-phone.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-web/examples/account/update-phone.md rename to docs/examples/1.0.x/client-web/examples/account/update-phone.md diff --git a/docs/examples/1.0.0-RC1/client-web/examples/account/update-prefs.md b/docs/examples/1.0.x/client-web/examples/account/update-prefs.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-web/examples/account/update-prefs.md rename to docs/examples/1.0.x/client-web/examples/account/update-prefs.md diff --git a/docs/examples/1.0.0-RC1/client-web/examples/account/update-recovery.md b/docs/examples/1.0.x/client-web/examples/account/update-recovery.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-web/examples/account/update-recovery.md rename to docs/examples/1.0.x/client-web/examples/account/update-recovery.md diff --git a/docs/examples/1.0.0-RC1/client-web/examples/account/update-session.md b/docs/examples/1.0.x/client-web/examples/account/update-session.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-web/examples/account/update-session.md rename to docs/examples/1.0.x/client-web/examples/account/update-session.md diff --git a/docs/examples/1.0.0-RC1/client-web/examples/account/update-status.md b/docs/examples/1.0.x/client-web/examples/account/update-status.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-web/examples/account/update-status.md rename to docs/examples/1.0.x/client-web/examples/account/update-status.md diff --git a/docs/examples/1.0.0-RC1/client-web/examples/account/update-verification.md b/docs/examples/1.0.x/client-web/examples/account/update-verification.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-web/examples/account/update-verification.md rename to docs/examples/1.0.x/client-web/examples/account/update-verification.md diff --git a/docs/examples/1.0.0-RC1/client-web/examples/avatars/get-browser.md b/docs/examples/1.0.x/client-web/examples/avatars/get-browser.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-web/examples/avatars/get-browser.md rename to docs/examples/1.0.x/client-web/examples/avatars/get-browser.md diff --git a/docs/examples/1.0.0-RC1/client-web/examples/avatars/get-credit-card.md b/docs/examples/1.0.x/client-web/examples/avatars/get-credit-card.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-web/examples/avatars/get-credit-card.md rename to docs/examples/1.0.x/client-web/examples/avatars/get-credit-card.md diff --git a/docs/examples/1.0.0-RC1/client-web/examples/avatars/get-favicon.md b/docs/examples/1.0.x/client-web/examples/avatars/get-favicon.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-web/examples/avatars/get-favicon.md rename to docs/examples/1.0.x/client-web/examples/avatars/get-favicon.md diff --git a/docs/examples/1.0.0-RC1/client-web/examples/avatars/get-flag.md b/docs/examples/1.0.x/client-web/examples/avatars/get-flag.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-web/examples/avatars/get-flag.md rename to docs/examples/1.0.x/client-web/examples/avatars/get-flag.md diff --git a/docs/examples/1.0.0-RC1/client-web/examples/avatars/get-image.md b/docs/examples/1.0.x/client-web/examples/avatars/get-image.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-web/examples/avatars/get-image.md rename to docs/examples/1.0.x/client-web/examples/avatars/get-image.md diff --git a/docs/examples/1.0.0-RC1/client-web/examples/avatars/get-initials.md b/docs/examples/1.0.x/client-web/examples/avatars/get-initials.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-web/examples/avatars/get-initials.md rename to docs/examples/1.0.x/client-web/examples/avatars/get-initials.md diff --git a/docs/examples/1.0.0-RC1/client-web/examples/avatars/get-q-r.md b/docs/examples/1.0.x/client-web/examples/avatars/get-q-r.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-web/examples/avatars/get-q-r.md rename to docs/examples/1.0.x/client-web/examples/avatars/get-q-r.md diff --git a/docs/examples/1.0.0-RC1/client-web/examples/databases/create-document.md b/docs/examples/1.0.x/client-web/examples/databases/create-document.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-web/examples/databases/create-document.md rename to docs/examples/1.0.x/client-web/examples/databases/create-document.md diff --git a/docs/examples/1.0.0-RC1/client-web/examples/databases/delete-document.md b/docs/examples/1.0.x/client-web/examples/databases/delete-document.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-web/examples/databases/delete-document.md rename to docs/examples/1.0.x/client-web/examples/databases/delete-document.md diff --git a/docs/examples/1.0.0-RC1/client-web/examples/databases/get-document.md b/docs/examples/1.0.x/client-web/examples/databases/get-document.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-web/examples/databases/get-document.md rename to docs/examples/1.0.x/client-web/examples/databases/get-document.md diff --git a/docs/examples/1.0.0-RC1/client-web/examples/databases/list-documents.md b/docs/examples/1.0.x/client-web/examples/databases/list-documents.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-web/examples/databases/list-documents.md rename to docs/examples/1.0.x/client-web/examples/databases/list-documents.md diff --git a/docs/examples/1.0.0-RC1/client-web/examples/databases/update-document.md b/docs/examples/1.0.x/client-web/examples/databases/update-document.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-web/examples/databases/update-document.md rename to docs/examples/1.0.x/client-web/examples/databases/update-document.md diff --git a/docs/examples/1.0.0-RC1/client-web/examples/functions/create-execution.md b/docs/examples/1.0.x/client-web/examples/functions/create-execution.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-web/examples/functions/create-execution.md rename to docs/examples/1.0.x/client-web/examples/functions/create-execution.md diff --git a/docs/examples/1.0.0-RC1/client-web/examples/functions/get-execution.md b/docs/examples/1.0.x/client-web/examples/functions/get-execution.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-web/examples/functions/get-execution.md rename to docs/examples/1.0.x/client-web/examples/functions/get-execution.md diff --git a/docs/examples/1.0.0-RC1/client-web/examples/functions/list-executions.md b/docs/examples/1.0.x/client-web/examples/functions/list-executions.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-web/examples/functions/list-executions.md rename to docs/examples/1.0.x/client-web/examples/functions/list-executions.md diff --git a/docs/examples/1.0.0-RC1/client-web/examples/functions/retry-build.md b/docs/examples/1.0.x/client-web/examples/functions/retry-build.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-web/examples/functions/retry-build.md rename to docs/examples/1.0.x/client-web/examples/functions/retry-build.md diff --git a/docs/examples/1.0.0-RC1/client-web/examples/locale/get-continents.md b/docs/examples/1.0.x/client-web/examples/locale/get-continents.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-web/examples/locale/get-continents.md rename to docs/examples/1.0.x/client-web/examples/locale/get-continents.md diff --git a/docs/examples/1.0.0-RC1/client-web/examples/locale/get-countries-e-u.md b/docs/examples/1.0.x/client-web/examples/locale/get-countries-e-u.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-web/examples/locale/get-countries-e-u.md rename to docs/examples/1.0.x/client-web/examples/locale/get-countries-e-u.md diff --git a/docs/examples/1.0.0-RC1/client-web/examples/locale/get-countries-phones.md b/docs/examples/1.0.x/client-web/examples/locale/get-countries-phones.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-web/examples/locale/get-countries-phones.md rename to docs/examples/1.0.x/client-web/examples/locale/get-countries-phones.md diff --git a/docs/examples/1.0.0-RC1/client-web/examples/locale/get-countries.md b/docs/examples/1.0.x/client-web/examples/locale/get-countries.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-web/examples/locale/get-countries.md rename to docs/examples/1.0.x/client-web/examples/locale/get-countries.md diff --git a/docs/examples/1.0.0-RC1/client-web/examples/locale/get-currencies.md b/docs/examples/1.0.x/client-web/examples/locale/get-currencies.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-web/examples/locale/get-currencies.md rename to docs/examples/1.0.x/client-web/examples/locale/get-currencies.md diff --git a/docs/examples/1.0.0-RC1/client-web/examples/locale/get-languages.md b/docs/examples/1.0.x/client-web/examples/locale/get-languages.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-web/examples/locale/get-languages.md rename to docs/examples/1.0.x/client-web/examples/locale/get-languages.md diff --git a/docs/examples/1.0.0-RC1/client-web/examples/locale/get.md b/docs/examples/1.0.x/client-web/examples/locale/get.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-web/examples/locale/get.md rename to docs/examples/1.0.x/client-web/examples/locale/get.md diff --git a/docs/examples/1.0.0/client-web/examples/locale/list-continents.md b/docs/examples/1.0.x/client-web/examples/locale/list-continents.md similarity index 100% rename from docs/examples/1.0.0/client-web/examples/locale/list-continents.md rename to docs/examples/1.0.x/client-web/examples/locale/list-continents.md diff --git a/docs/examples/1.0.0/client-web/examples/locale/list-countries-e-u.md b/docs/examples/1.0.x/client-web/examples/locale/list-countries-e-u.md similarity index 100% rename from docs/examples/1.0.0/client-web/examples/locale/list-countries-e-u.md rename to docs/examples/1.0.x/client-web/examples/locale/list-countries-e-u.md diff --git a/docs/examples/1.0.0/client-web/examples/locale/list-countries-phones.md b/docs/examples/1.0.x/client-web/examples/locale/list-countries-phones.md similarity index 100% rename from docs/examples/1.0.0/client-web/examples/locale/list-countries-phones.md rename to docs/examples/1.0.x/client-web/examples/locale/list-countries-phones.md diff --git a/docs/examples/1.0.0/client-web/examples/locale/list-countries.md b/docs/examples/1.0.x/client-web/examples/locale/list-countries.md similarity index 100% rename from docs/examples/1.0.0/client-web/examples/locale/list-countries.md rename to docs/examples/1.0.x/client-web/examples/locale/list-countries.md diff --git a/docs/examples/1.0.0/client-web/examples/locale/list-currencies.md b/docs/examples/1.0.x/client-web/examples/locale/list-currencies.md similarity index 100% rename from docs/examples/1.0.0/client-web/examples/locale/list-currencies.md rename to docs/examples/1.0.x/client-web/examples/locale/list-currencies.md diff --git a/docs/examples/1.0.0/client-web/examples/locale/list-languages.md b/docs/examples/1.0.x/client-web/examples/locale/list-languages.md similarity index 100% rename from docs/examples/1.0.0/client-web/examples/locale/list-languages.md rename to docs/examples/1.0.x/client-web/examples/locale/list-languages.md diff --git a/docs/examples/1.0.0-RC1/client-web/examples/storage/create-file.md b/docs/examples/1.0.x/client-web/examples/storage/create-file.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-web/examples/storage/create-file.md rename to docs/examples/1.0.x/client-web/examples/storage/create-file.md diff --git a/docs/examples/1.0.0-RC1/client-web/examples/storage/delete-file.md b/docs/examples/1.0.x/client-web/examples/storage/delete-file.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-web/examples/storage/delete-file.md rename to docs/examples/1.0.x/client-web/examples/storage/delete-file.md diff --git a/docs/examples/1.0.0-RC1/client-web/examples/storage/get-file-download.md b/docs/examples/1.0.x/client-web/examples/storage/get-file-download.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-web/examples/storage/get-file-download.md rename to docs/examples/1.0.x/client-web/examples/storage/get-file-download.md diff --git a/docs/examples/1.0.0-RC1/client-web/examples/storage/get-file-preview.md b/docs/examples/1.0.x/client-web/examples/storage/get-file-preview.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-web/examples/storage/get-file-preview.md rename to docs/examples/1.0.x/client-web/examples/storage/get-file-preview.md diff --git a/docs/examples/1.0.0-RC1/client-web/examples/storage/get-file-view.md b/docs/examples/1.0.x/client-web/examples/storage/get-file-view.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-web/examples/storage/get-file-view.md rename to docs/examples/1.0.x/client-web/examples/storage/get-file-view.md diff --git a/docs/examples/1.0.0-RC1/client-web/examples/storage/get-file.md b/docs/examples/1.0.x/client-web/examples/storage/get-file.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-web/examples/storage/get-file.md rename to docs/examples/1.0.x/client-web/examples/storage/get-file.md diff --git a/docs/examples/1.0.0-RC1/client-web/examples/storage/list-files.md b/docs/examples/1.0.x/client-web/examples/storage/list-files.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-web/examples/storage/list-files.md rename to docs/examples/1.0.x/client-web/examples/storage/list-files.md diff --git a/docs/examples/1.0.0-RC1/client-web/examples/storage/update-file.md b/docs/examples/1.0.x/client-web/examples/storage/update-file.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-web/examples/storage/update-file.md rename to docs/examples/1.0.x/client-web/examples/storage/update-file.md diff --git a/docs/examples/1.0.0-RC1/client-web/examples/teams/create-membership.md b/docs/examples/1.0.x/client-web/examples/teams/create-membership.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-web/examples/teams/create-membership.md rename to docs/examples/1.0.x/client-web/examples/teams/create-membership.md diff --git a/docs/examples/1.0.0-RC1/client-web/examples/teams/create.md b/docs/examples/1.0.x/client-web/examples/teams/create.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-web/examples/teams/create.md rename to docs/examples/1.0.x/client-web/examples/teams/create.md diff --git a/docs/examples/1.0.0-RC1/client-web/examples/teams/delete-membership.md b/docs/examples/1.0.x/client-web/examples/teams/delete-membership.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-web/examples/teams/delete-membership.md rename to docs/examples/1.0.x/client-web/examples/teams/delete-membership.md diff --git a/docs/examples/1.0.0-RC1/client-web/examples/teams/delete.md b/docs/examples/1.0.x/client-web/examples/teams/delete.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-web/examples/teams/delete.md rename to docs/examples/1.0.x/client-web/examples/teams/delete.md diff --git a/docs/examples/1.0.0-RC1/client-web/examples/teams/get-membership.md b/docs/examples/1.0.x/client-web/examples/teams/get-membership.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-web/examples/teams/get-membership.md rename to docs/examples/1.0.x/client-web/examples/teams/get-membership.md diff --git a/docs/examples/1.0.0-RC1/client-web/examples/teams/get-memberships.md b/docs/examples/1.0.x/client-web/examples/teams/get-memberships.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-web/examples/teams/get-memberships.md rename to docs/examples/1.0.x/client-web/examples/teams/get-memberships.md diff --git a/docs/examples/1.0.0-RC1/client-web/examples/teams/get.md b/docs/examples/1.0.x/client-web/examples/teams/get.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-web/examples/teams/get.md rename to docs/examples/1.0.x/client-web/examples/teams/get.md diff --git a/docs/examples/1.0.0/client-web/examples/teams/list-memberships.md b/docs/examples/1.0.x/client-web/examples/teams/list-memberships.md similarity index 100% rename from docs/examples/1.0.0/client-web/examples/teams/list-memberships.md rename to docs/examples/1.0.x/client-web/examples/teams/list-memberships.md diff --git a/docs/examples/1.0.0-RC1/client-web/examples/teams/list.md b/docs/examples/1.0.x/client-web/examples/teams/list.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-web/examples/teams/list.md rename to docs/examples/1.0.x/client-web/examples/teams/list.md diff --git a/docs/examples/1.0.0-RC1/client-web/examples/teams/update-membership-roles.md b/docs/examples/1.0.x/client-web/examples/teams/update-membership-roles.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-web/examples/teams/update-membership-roles.md rename to docs/examples/1.0.x/client-web/examples/teams/update-membership-roles.md diff --git a/docs/examples/1.0.0-RC1/client-web/examples/teams/update-membership-status.md b/docs/examples/1.0.x/client-web/examples/teams/update-membership-status.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-web/examples/teams/update-membership-status.md rename to docs/examples/1.0.x/client-web/examples/teams/update-membership-status.md diff --git a/docs/examples/1.0.0-RC1/client-web/examples/teams/update.md b/docs/examples/1.0.x/client-web/examples/teams/update.md similarity index 100% rename from docs/examples/1.0.0-RC1/client-web/examples/teams/update.md rename to docs/examples/1.0.x/client-web/examples/teams/update.md diff --git a/docs/examples/1.0.0-RC1/console-cli/examples/account/create-anonymous-session.md b/docs/examples/1.0.x/console-cli/examples/account/create-anonymous-session.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-cli/examples/account/create-anonymous-session.md rename to docs/examples/1.0.x/console-cli/examples/account/create-anonymous-session.md diff --git a/docs/examples/1.0.0-RC1/console-cli/examples/account/create-email-session.md b/docs/examples/1.0.x/console-cli/examples/account/create-email-session.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-cli/examples/account/create-email-session.md rename to docs/examples/1.0.x/console-cli/examples/account/create-email-session.md diff --git a/docs/examples/1.0.0-RC1/console-cli/examples/account/create-j-w-t.md b/docs/examples/1.0.x/console-cli/examples/account/create-j-w-t.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-cli/examples/account/create-j-w-t.md rename to docs/examples/1.0.x/console-cli/examples/account/create-j-w-t.md diff --git a/docs/examples/1.0.0-RC1/console-cli/examples/account/create-magic-u-r-l-session.md b/docs/examples/1.0.x/console-cli/examples/account/create-magic-u-r-l-session.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-cli/examples/account/create-magic-u-r-l-session.md rename to docs/examples/1.0.x/console-cli/examples/account/create-magic-u-r-l-session.md diff --git a/docs/examples/1.0.0-RC1/console-cli/examples/account/create-o-auth2session.md b/docs/examples/1.0.x/console-cli/examples/account/create-o-auth2session.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-cli/examples/account/create-o-auth2session.md rename to docs/examples/1.0.x/console-cli/examples/account/create-o-auth2session.md diff --git a/docs/examples/1.0.0-RC1/console-cli/examples/account/create-phone-session.md b/docs/examples/1.0.x/console-cli/examples/account/create-phone-session.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-cli/examples/account/create-phone-session.md rename to docs/examples/1.0.x/console-cli/examples/account/create-phone-session.md diff --git a/docs/examples/1.0.0-RC1/console-cli/examples/account/create-phone-verification.md b/docs/examples/1.0.x/console-cli/examples/account/create-phone-verification.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-cli/examples/account/create-phone-verification.md rename to docs/examples/1.0.x/console-cli/examples/account/create-phone-verification.md diff --git a/docs/examples/1.0.0-RC1/console-cli/examples/account/create-recovery.md b/docs/examples/1.0.x/console-cli/examples/account/create-recovery.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-cli/examples/account/create-recovery.md rename to docs/examples/1.0.x/console-cli/examples/account/create-recovery.md diff --git a/docs/examples/1.0.0-RC1/console-cli/examples/account/create-verification.md b/docs/examples/1.0.x/console-cli/examples/account/create-verification.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-cli/examples/account/create-verification.md rename to docs/examples/1.0.x/console-cli/examples/account/create-verification.md diff --git a/docs/examples/1.0.0-RC1/console-cli/examples/account/create.md b/docs/examples/1.0.x/console-cli/examples/account/create.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-cli/examples/account/create.md rename to docs/examples/1.0.x/console-cli/examples/account/create.md diff --git a/docs/examples/1.0.0-RC1/console-cli/examples/account/delete-session.md b/docs/examples/1.0.x/console-cli/examples/account/delete-session.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-cli/examples/account/delete-session.md rename to docs/examples/1.0.x/console-cli/examples/account/delete-session.md diff --git a/docs/examples/1.0.0-RC1/console-cli/examples/account/delete-sessions.md b/docs/examples/1.0.x/console-cli/examples/account/delete-sessions.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-cli/examples/account/delete-sessions.md rename to docs/examples/1.0.x/console-cli/examples/account/delete-sessions.md diff --git a/docs/examples/1.0.0-RC1/console-cli/examples/account/get-logs.md b/docs/examples/1.0.x/console-cli/examples/account/get-logs.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-cli/examples/account/get-logs.md rename to docs/examples/1.0.x/console-cli/examples/account/get-logs.md diff --git a/docs/examples/1.0.0-RC1/console-cli/examples/account/get-prefs.md b/docs/examples/1.0.x/console-cli/examples/account/get-prefs.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-cli/examples/account/get-prefs.md rename to docs/examples/1.0.x/console-cli/examples/account/get-prefs.md diff --git a/docs/examples/1.0.0-RC1/console-cli/examples/account/get-session.md b/docs/examples/1.0.x/console-cli/examples/account/get-session.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-cli/examples/account/get-session.md rename to docs/examples/1.0.x/console-cli/examples/account/get-session.md diff --git a/docs/examples/1.0.0-RC1/console-cli/examples/account/get-sessions.md b/docs/examples/1.0.x/console-cli/examples/account/get-sessions.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-cli/examples/account/get-sessions.md rename to docs/examples/1.0.x/console-cli/examples/account/get-sessions.md diff --git a/docs/examples/1.0.0-RC1/console-cli/examples/account/get.md b/docs/examples/1.0.x/console-cli/examples/account/get.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-cli/examples/account/get.md rename to docs/examples/1.0.x/console-cli/examples/account/get.md diff --git a/docs/examples/1.0.0/console-cli/examples/account/list-logs.md b/docs/examples/1.0.x/console-cli/examples/account/list-logs.md similarity index 100% rename from docs/examples/1.0.0/console-cli/examples/account/list-logs.md rename to docs/examples/1.0.x/console-cli/examples/account/list-logs.md diff --git a/docs/examples/1.0.0/console-cli/examples/account/list-sessions.md b/docs/examples/1.0.x/console-cli/examples/account/list-sessions.md similarity index 100% rename from docs/examples/1.0.0/console-cli/examples/account/list-sessions.md rename to docs/examples/1.0.x/console-cli/examples/account/list-sessions.md diff --git a/docs/examples/1.0.0-RC1/console-cli/examples/account/update-email.md b/docs/examples/1.0.x/console-cli/examples/account/update-email.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-cli/examples/account/update-email.md rename to docs/examples/1.0.x/console-cli/examples/account/update-email.md diff --git a/docs/examples/1.0.0-RC1/console-cli/examples/account/update-magic-u-r-l-session.md b/docs/examples/1.0.x/console-cli/examples/account/update-magic-u-r-l-session.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-cli/examples/account/update-magic-u-r-l-session.md rename to docs/examples/1.0.x/console-cli/examples/account/update-magic-u-r-l-session.md diff --git a/docs/examples/1.0.0-RC1/console-cli/examples/account/update-name.md b/docs/examples/1.0.x/console-cli/examples/account/update-name.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-cli/examples/account/update-name.md rename to docs/examples/1.0.x/console-cli/examples/account/update-name.md diff --git a/docs/examples/1.0.0-RC1/console-cli/examples/account/update-password.md b/docs/examples/1.0.x/console-cli/examples/account/update-password.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-cli/examples/account/update-password.md rename to docs/examples/1.0.x/console-cli/examples/account/update-password.md diff --git a/docs/examples/1.0.0-RC1/console-cli/examples/account/update-phone-session.md b/docs/examples/1.0.x/console-cli/examples/account/update-phone-session.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-cli/examples/account/update-phone-session.md rename to docs/examples/1.0.x/console-cli/examples/account/update-phone-session.md diff --git a/docs/examples/1.0.0-RC1/console-cli/examples/account/update-phone-verification.md b/docs/examples/1.0.x/console-cli/examples/account/update-phone-verification.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-cli/examples/account/update-phone-verification.md rename to docs/examples/1.0.x/console-cli/examples/account/update-phone-verification.md diff --git a/docs/examples/1.0.0-RC1/console-cli/examples/account/update-phone.md b/docs/examples/1.0.x/console-cli/examples/account/update-phone.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-cli/examples/account/update-phone.md rename to docs/examples/1.0.x/console-cli/examples/account/update-phone.md diff --git a/docs/examples/1.0.0-RC1/console-cli/examples/account/update-prefs.md b/docs/examples/1.0.x/console-cli/examples/account/update-prefs.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-cli/examples/account/update-prefs.md rename to docs/examples/1.0.x/console-cli/examples/account/update-prefs.md diff --git a/docs/examples/1.0.0-RC1/console-cli/examples/account/update-recovery.md b/docs/examples/1.0.x/console-cli/examples/account/update-recovery.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-cli/examples/account/update-recovery.md rename to docs/examples/1.0.x/console-cli/examples/account/update-recovery.md diff --git a/docs/examples/1.0.0-RC1/console-cli/examples/account/update-session.md b/docs/examples/1.0.x/console-cli/examples/account/update-session.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-cli/examples/account/update-session.md rename to docs/examples/1.0.x/console-cli/examples/account/update-session.md diff --git a/docs/examples/1.0.0-RC1/console-cli/examples/account/update-status.md b/docs/examples/1.0.x/console-cli/examples/account/update-status.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-cli/examples/account/update-status.md rename to docs/examples/1.0.x/console-cli/examples/account/update-status.md diff --git a/docs/examples/1.0.0-RC1/console-cli/examples/account/update-verification.md b/docs/examples/1.0.x/console-cli/examples/account/update-verification.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-cli/examples/account/update-verification.md rename to docs/examples/1.0.x/console-cli/examples/account/update-verification.md diff --git a/docs/examples/1.0.0-RC1/console-cli/examples/avatars/get-browser.md b/docs/examples/1.0.x/console-cli/examples/avatars/get-browser.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-cli/examples/avatars/get-browser.md rename to docs/examples/1.0.x/console-cli/examples/avatars/get-browser.md diff --git a/docs/examples/1.0.0-RC1/console-cli/examples/avatars/get-credit-card.md b/docs/examples/1.0.x/console-cli/examples/avatars/get-credit-card.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-cli/examples/avatars/get-credit-card.md rename to docs/examples/1.0.x/console-cli/examples/avatars/get-credit-card.md diff --git a/docs/examples/1.0.0-RC1/console-cli/examples/avatars/get-favicon.md b/docs/examples/1.0.x/console-cli/examples/avatars/get-favicon.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-cli/examples/avatars/get-favicon.md rename to docs/examples/1.0.x/console-cli/examples/avatars/get-favicon.md diff --git a/docs/examples/1.0.0-RC1/console-cli/examples/avatars/get-flag.md b/docs/examples/1.0.x/console-cli/examples/avatars/get-flag.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-cli/examples/avatars/get-flag.md rename to docs/examples/1.0.x/console-cli/examples/avatars/get-flag.md diff --git a/docs/examples/1.0.0-RC1/console-cli/examples/avatars/get-image.md b/docs/examples/1.0.x/console-cli/examples/avatars/get-image.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-cli/examples/avatars/get-image.md rename to docs/examples/1.0.x/console-cli/examples/avatars/get-image.md diff --git a/docs/examples/1.0.0-RC1/console-cli/examples/avatars/get-initials.md b/docs/examples/1.0.x/console-cli/examples/avatars/get-initials.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-cli/examples/avatars/get-initials.md rename to docs/examples/1.0.x/console-cli/examples/avatars/get-initials.md diff --git a/docs/examples/1.0.0-RC1/console-cli/examples/avatars/get-q-r.md b/docs/examples/1.0.x/console-cli/examples/avatars/get-q-r.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-cli/examples/avatars/get-q-r.md rename to docs/examples/1.0.x/console-cli/examples/avatars/get-q-r.md diff --git a/docs/examples/1.0.0-RC1/console-cli/examples/databases/create-boolean-attribute.md b/docs/examples/1.0.x/console-cli/examples/databases/create-boolean-attribute.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-cli/examples/databases/create-boolean-attribute.md rename to docs/examples/1.0.x/console-cli/examples/databases/create-boolean-attribute.md diff --git a/docs/examples/1.0.0-RC1/console-cli/examples/databases/create-collection.md b/docs/examples/1.0.x/console-cli/examples/databases/create-collection.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-cli/examples/databases/create-collection.md rename to docs/examples/1.0.x/console-cli/examples/databases/create-collection.md diff --git a/docs/examples/1.0.0-RC1/console-cli/examples/databases/create-datetime-attribute.md b/docs/examples/1.0.x/console-cli/examples/databases/create-datetime-attribute.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-cli/examples/databases/create-datetime-attribute.md rename to docs/examples/1.0.x/console-cli/examples/databases/create-datetime-attribute.md diff --git a/docs/examples/1.0.0-RC1/console-cli/examples/databases/create-document.md b/docs/examples/1.0.x/console-cli/examples/databases/create-document.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-cli/examples/databases/create-document.md rename to docs/examples/1.0.x/console-cli/examples/databases/create-document.md diff --git a/docs/examples/1.0.0-RC1/console-cli/examples/databases/create-email-attribute.md b/docs/examples/1.0.x/console-cli/examples/databases/create-email-attribute.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-cli/examples/databases/create-email-attribute.md rename to docs/examples/1.0.x/console-cli/examples/databases/create-email-attribute.md diff --git a/docs/examples/1.0.0-RC1/console-cli/examples/databases/create-enum-attribute.md b/docs/examples/1.0.x/console-cli/examples/databases/create-enum-attribute.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-cli/examples/databases/create-enum-attribute.md rename to docs/examples/1.0.x/console-cli/examples/databases/create-enum-attribute.md diff --git a/docs/examples/1.0.0-RC1/console-cli/examples/databases/create-float-attribute.md b/docs/examples/1.0.x/console-cli/examples/databases/create-float-attribute.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-cli/examples/databases/create-float-attribute.md rename to docs/examples/1.0.x/console-cli/examples/databases/create-float-attribute.md diff --git a/docs/examples/1.0.0-RC1/console-cli/examples/databases/create-index.md b/docs/examples/1.0.x/console-cli/examples/databases/create-index.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-cli/examples/databases/create-index.md rename to docs/examples/1.0.x/console-cli/examples/databases/create-index.md diff --git a/docs/examples/1.0.0-RC1/console-cli/examples/databases/create-integer-attribute.md b/docs/examples/1.0.x/console-cli/examples/databases/create-integer-attribute.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-cli/examples/databases/create-integer-attribute.md rename to docs/examples/1.0.x/console-cli/examples/databases/create-integer-attribute.md diff --git a/docs/examples/1.0.0-RC1/console-cli/examples/databases/create-ip-attribute.md b/docs/examples/1.0.x/console-cli/examples/databases/create-ip-attribute.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-cli/examples/databases/create-ip-attribute.md rename to docs/examples/1.0.x/console-cli/examples/databases/create-ip-attribute.md diff --git a/docs/examples/1.0.0-RC1/console-cli/examples/databases/create-string-attribute.md b/docs/examples/1.0.x/console-cli/examples/databases/create-string-attribute.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-cli/examples/databases/create-string-attribute.md rename to docs/examples/1.0.x/console-cli/examples/databases/create-string-attribute.md diff --git a/docs/examples/1.0.0-RC1/console-cli/examples/databases/create-url-attribute.md b/docs/examples/1.0.x/console-cli/examples/databases/create-url-attribute.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-cli/examples/databases/create-url-attribute.md rename to docs/examples/1.0.x/console-cli/examples/databases/create-url-attribute.md diff --git a/docs/examples/1.0.0-RC1/console-cli/examples/databases/create.md b/docs/examples/1.0.x/console-cli/examples/databases/create.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-cli/examples/databases/create.md rename to docs/examples/1.0.x/console-cli/examples/databases/create.md diff --git a/docs/examples/1.0.0-RC1/console-cli/examples/databases/delete-attribute.md b/docs/examples/1.0.x/console-cli/examples/databases/delete-attribute.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-cli/examples/databases/delete-attribute.md rename to docs/examples/1.0.x/console-cli/examples/databases/delete-attribute.md diff --git a/docs/examples/1.0.0-RC1/console-cli/examples/databases/delete-collection.md b/docs/examples/1.0.x/console-cli/examples/databases/delete-collection.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-cli/examples/databases/delete-collection.md rename to docs/examples/1.0.x/console-cli/examples/databases/delete-collection.md diff --git a/docs/examples/1.0.0-RC1/console-cli/examples/databases/delete-document.md b/docs/examples/1.0.x/console-cli/examples/databases/delete-document.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-cli/examples/databases/delete-document.md rename to docs/examples/1.0.x/console-cli/examples/databases/delete-document.md diff --git a/docs/examples/1.0.0-RC1/console-cli/examples/databases/delete-index.md b/docs/examples/1.0.x/console-cli/examples/databases/delete-index.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-cli/examples/databases/delete-index.md rename to docs/examples/1.0.x/console-cli/examples/databases/delete-index.md diff --git a/docs/examples/1.0.0-RC1/console-cli/examples/databases/delete.md b/docs/examples/1.0.x/console-cli/examples/databases/delete.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-cli/examples/databases/delete.md rename to docs/examples/1.0.x/console-cli/examples/databases/delete.md diff --git a/docs/examples/1.0.0-RC1/console-cli/examples/databases/get-attribute.md b/docs/examples/1.0.x/console-cli/examples/databases/get-attribute.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-cli/examples/databases/get-attribute.md rename to docs/examples/1.0.x/console-cli/examples/databases/get-attribute.md diff --git a/docs/examples/1.0.0-RC1/console-cli/examples/databases/get-collection-usage.md b/docs/examples/1.0.x/console-cli/examples/databases/get-collection-usage.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-cli/examples/databases/get-collection-usage.md rename to docs/examples/1.0.x/console-cli/examples/databases/get-collection-usage.md diff --git a/docs/examples/1.0.0-RC1/console-cli/examples/databases/get-collection.md b/docs/examples/1.0.x/console-cli/examples/databases/get-collection.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-cli/examples/databases/get-collection.md rename to docs/examples/1.0.x/console-cli/examples/databases/get-collection.md diff --git a/docs/examples/1.0.0-RC1/console-cli/examples/databases/get-database-usage.md b/docs/examples/1.0.x/console-cli/examples/databases/get-database-usage.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-cli/examples/databases/get-database-usage.md rename to docs/examples/1.0.x/console-cli/examples/databases/get-database-usage.md diff --git a/docs/examples/1.0.0-RC1/console-cli/examples/databases/get-document.md b/docs/examples/1.0.x/console-cli/examples/databases/get-document.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-cli/examples/databases/get-document.md rename to docs/examples/1.0.x/console-cli/examples/databases/get-document.md diff --git a/docs/examples/1.0.0-RC1/console-cli/examples/databases/get-index.md b/docs/examples/1.0.x/console-cli/examples/databases/get-index.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-cli/examples/databases/get-index.md rename to docs/examples/1.0.x/console-cli/examples/databases/get-index.md diff --git a/docs/examples/1.0.0-RC1/console-cli/examples/databases/get-usage.md b/docs/examples/1.0.x/console-cli/examples/databases/get-usage.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-cli/examples/databases/get-usage.md rename to docs/examples/1.0.x/console-cli/examples/databases/get-usage.md diff --git a/docs/examples/1.0.0-RC1/console-cli/examples/databases/get.md b/docs/examples/1.0.x/console-cli/examples/databases/get.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-cli/examples/databases/get.md rename to docs/examples/1.0.x/console-cli/examples/databases/get.md diff --git a/docs/examples/1.0.0-RC1/console-cli/examples/databases/list-attributes.md b/docs/examples/1.0.x/console-cli/examples/databases/list-attributes.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-cli/examples/databases/list-attributes.md rename to docs/examples/1.0.x/console-cli/examples/databases/list-attributes.md diff --git a/docs/examples/1.0.0-RC1/console-cli/examples/databases/list-collection-logs.md b/docs/examples/1.0.x/console-cli/examples/databases/list-collection-logs.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-cli/examples/databases/list-collection-logs.md rename to docs/examples/1.0.x/console-cli/examples/databases/list-collection-logs.md diff --git a/docs/examples/1.0.0-RC1/console-cli/examples/databases/list-collections.md b/docs/examples/1.0.x/console-cli/examples/databases/list-collections.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-cli/examples/databases/list-collections.md rename to docs/examples/1.0.x/console-cli/examples/databases/list-collections.md diff --git a/docs/examples/1.0.0-RC1/console-cli/examples/databases/list-document-logs.md b/docs/examples/1.0.x/console-cli/examples/databases/list-document-logs.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-cli/examples/databases/list-document-logs.md rename to docs/examples/1.0.x/console-cli/examples/databases/list-document-logs.md diff --git a/docs/examples/1.0.0-RC1/console-cli/examples/databases/list-documents.md b/docs/examples/1.0.x/console-cli/examples/databases/list-documents.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-cli/examples/databases/list-documents.md rename to docs/examples/1.0.x/console-cli/examples/databases/list-documents.md diff --git a/docs/examples/1.0.0-RC1/console-cli/examples/databases/list-indexes.md b/docs/examples/1.0.x/console-cli/examples/databases/list-indexes.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-cli/examples/databases/list-indexes.md rename to docs/examples/1.0.x/console-cli/examples/databases/list-indexes.md diff --git a/docs/examples/1.0.0-RC1/console-cli/examples/databases/list-logs.md b/docs/examples/1.0.x/console-cli/examples/databases/list-logs.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-cli/examples/databases/list-logs.md rename to docs/examples/1.0.x/console-cli/examples/databases/list-logs.md diff --git a/docs/examples/1.0.0-RC1/console-cli/examples/databases/list.md b/docs/examples/1.0.x/console-cli/examples/databases/list.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-cli/examples/databases/list.md rename to docs/examples/1.0.x/console-cli/examples/databases/list.md diff --git a/docs/examples/1.0.0-RC1/console-cli/examples/databases/update-collection.md b/docs/examples/1.0.x/console-cli/examples/databases/update-collection.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-cli/examples/databases/update-collection.md rename to docs/examples/1.0.x/console-cli/examples/databases/update-collection.md diff --git a/docs/examples/1.0.0-RC1/console-cli/examples/databases/update-document.md b/docs/examples/1.0.x/console-cli/examples/databases/update-document.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-cli/examples/databases/update-document.md rename to docs/examples/1.0.x/console-cli/examples/databases/update-document.md diff --git a/docs/examples/1.0.0-RC1/console-cli/examples/databases/update.md b/docs/examples/1.0.x/console-cli/examples/databases/update.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-cli/examples/databases/update.md rename to docs/examples/1.0.x/console-cli/examples/databases/update.md diff --git a/docs/examples/1.0.0-RC1/console-cli/examples/functions/create-deployment.md b/docs/examples/1.0.x/console-cli/examples/functions/create-deployment.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-cli/examples/functions/create-deployment.md rename to docs/examples/1.0.x/console-cli/examples/functions/create-deployment.md diff --git a/docs/examples/1.0.0-RC1/console-cli/examples/functions/create-execution.md b/docs/examples/1.0.x/console-cli/examples/functions/create-execution.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-cli/examples/functions/create-execution.md rename to docs/examples/1.0.x/console-cli/examples/functions/create-execution.md diff --git a/docs/examples/1.0.0-RC1/console-cli/examples/functions/create-variable.md b/docs/examples/1.0.x/console-cli/examples/functions/create-variable.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-cli/examples/functions/create-variable.md rename to docs/examples/1.0.x/console-cli/examples/functions/create-variable.md diff --git a/docs/examples/1.0.0/console-cli/examples/functions/create.md b/docs/examples/1.0.x/console-cli/examples/functions/create.md similarity index 100% rename from docs/examples/1.0.0/console-cli/examples/functions/create.md rename to docs/examples/1.0.x/console-cli/examples/functions/create.md diff --git a/docs/examples/1.0.0-RC1/console-cli/examples/functions/delete-deployment.md b/docs/examples/1.0.x/console-cli/examples/functions/delete-deployment.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-cli/examples/functions/delete-deployment.md rename to docs/examples/1.0.x/console-cli/examples/functions/delete-deployment.md diff --git a/docs/examples/1.0.0-RC1/console-cli/examples/functions/delete-variable.md b/docs/examples/1.0.x/console-cli/examples/functions/delete-variable.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-cli/examples/functions/delete-variable.md rename to docs/examples/1.0.x/console-cli/examples/functions/delete-variable.md diff --git a/docs/examples/1.0.0-RC1/console-cli/examples/functions/delete.md b/docs/examples/1.0.x/console-cli/examples/functions/delete.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-cli/examples/functions/delete.md rename to docs/examples/1.0.x/console-cli/examples/functions/delete.md diff --git a/docs/examples/1.0.0-RC1/console-cli/examples/functions/get-deployment.md b/docs/examples/1.0.x/console-cli/examples/functions/get-deployment.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-cli/examples/functions/get-deployment.md rename to docs/examples/1.0.x/console-cli/examples/functions/get-deployment.md diff --git a/docs/examples/1.0.0-RC1/console-cli/examples/functions/get-execution.md b/docs/examples/1.0.x/console-cli/examples/functions/get-execution.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-cli/examples/functions/get-execution.md rename to docs/examples/1.0.x/console-cli/examples/functions/get-execution.md diff --git a/docs/examples/1.0.0-RC1/console-cli/examples/functions/get-function-usage.md b/docs/examples/1.0.x/console-cli/examples/functions/get-function-usage.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-cli/examples/functions/get-function-usage.md rename to docs/examples/1.0.x/console-cli/examples/functions/get-function-usage.md diff --git a/docs/examples/1.0.0-RC1/console-cli/examples/functions/get-usage.md b/docs/examples/1.0.x/console-cli/examples/functions/get-usage.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-cli/examples/functions/get-usage.md rename to docs/examples/1.0.x/console-cli/examples/functions/get-usage.md diff --git a/docs/examples/1.0.0-RC1/console-cli/examples/functions/get-variable.md b/docs/examples/1.0.x/console-cli/examples/functions/get-variable.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-cli/examples/functions/get-variable.md rename to docs/examples/1.0.x/console-cli/examples/functions/get-variable.md diff --git a/docs/examples/1.0.0-RC1/console-cli/examples/functions/get.md b/docs/examples/1.0.x/console-cli/examples/functions/get.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-cli/examples/functions/get.md rename to docs/examples/1.0.x/console-cli/examples/functions/get.md diff --git a/docs/examples/1.0.0-RC1/console-cli/examples/functions/list-deployments.md b/docs/examples/1.0.x/console-cli/examples/functions/list-deployments.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-cli/examples/functions/list-deployments.md rename to docs/examples/1.0.x/console-cli/examples/functions/list-deployments.md diff --git a/docs/examples/1.0.0-RC1/console-cli/examples/functions/list-executions.md b/docs/examples/1.0.x/console-cli/examples/functions/list-executions.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-cli/examples/functions/list-executions.md rename to docs/examples/1.0.x/console-cli/examples/functions/list-executions.md diff --git a/docs/examples/1.0.0-RC1/console-cli/examples/functions/list-runtimes.md b/docs/examples/1.0.x/console-cli/examples/functions/list-runtimes.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-cli/examples/functions/list-runtimes.md rename to docs/examples/1.0.x/console-cli/examples/functions/list-runtimes.md diff --git a/docs/examples/1.0.0/console-cli/examples/functions/list-variables.md b/docs/examples/1.0.x/console-cli/examples/functions/list-variables.md similarity index 100% rename from docs/examples/1.0.0/console-cli/examples/functions/list-variables.md rename to docs/examples/1.0.x/console-cli/examples/functions/list-variables.md diff --git a/docs/examples/1.0.0-RC1/console-cli/examples/functions/list.md b/docs/examples/1.0.x/console-cli/examples/functions/list.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-cli/examples/functions/list.md rename to docs/examples/1.0.x/console-cli/examples/functions/list.md diff --git a/docs/examples/1.0.0-RC1/console-cli/examples/functions/retry-build.md b/docs/examples/1.0.x/console-cli/examples/functions/retry-build.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-cli/examples/functions/retry-build.md rename to docs/examples/1.0.x/console-cli/examples/functions/retry-build.md diff --git a/docs/examples/1.0.0-RC1/console-cli/examples/functions/update-deployment.md b/docs/examples/1.0.x/console-cli/examples/functions/update-deployment.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-cli/examples/functions/update-deployment.md rename to docs/examples/1.0.x/console-cli/examples/functions/update-deployment.md diff --git a/docs/examples/1.0.0-RC1/console-cli/examples/functions/update-variable.md b/docs/examples/1.0.x/console-cli/examples/functions/update-variable.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-cli/examples/functions/update-variable.md rename to docs/examples/1.0.x/console-cli/examples/functions/update-variable.md diff --git a/docs/examples/1.0.0/console-cli/examples/functions/update.md b/docs/examples/1.0.x/console-cli/examples/functions/update.md similarity index 100% rename from docs/examples/1.0.0/console-cli/examples/functions/update.md rename to docs/examples/1.0.x/console-cli/examples/functions/update.md diff --git a/docs/examples/1.0.0-RC1/console-cli/examples/health/get-antivirus.md b/docs/examples/1.0.x/console-cli/examples/health/get-antivirus.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-cli/examples/health/get-antivirus.md rename to docs/examples/1.0.x/console-cli/examples/health/get-antivirus.md diff --git a/docs/examples/1.0.0-RC1/console-cli/examples/health/get-cache.md b/docs/examples/1.0.x/console-cli/examples/health/get-cache.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-cli/examples/health/get-cache.md rename to docs/examples/1.0.x/console-cli/examples/health/get-cache.md diff --git a/docs/examples/1.0.0-RC1/console-cli/examples/health/get-d-b.md b/docs/examples/1.0.x/console-cli/examples/health/get-d-b.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-cli/examples/health/get-d-b.md rename to docs/examples/1.0.x/console-cli/examples/health/get-d-b.md diff --git a/docs/examples/1.0.0-RC1/console-cli/examples/health/get-queue-certificates.md b/docs/examples/1.0.x/console-cli/examples/health/get-queue-certificates.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-cli/examples/health/get-queue-certificates.md rename to docs/examples/1.0.x/console-cli/examples/health/get-queue-certificates.md diff --git a/docs/examples/1.0.0-RC1/console-cli/examples/health/get-queue-functions.md b/docs/examples/1.0.x/console-cli/examples/health/get-queue-functions.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-cli/examples/health/get-queue-functions.md rename to docs/examples/1.0.x/console-cli/examples/health/get-queue-functions.md diff --git a/docs/examples/1.0.0-RC1/console-cli/examples/health/get-queue-logs.md b/docs/examples/1.0.x/console-cli/examples/health/get-queue-logs.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-cli/examples/health/get-queue-logs.md rename to docs/examples/1.0.x/console-cli/examples/health/get-queue-logs.md diff --git a/docs/examples/1.0.0-RC1/console-cli/examples/health/get-queue-webhooks.md b/docs/examples/1.0.x/console-cli/examples/health/get-queue-webhooks.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-cli/examples/health/get-queue-webhooks.md rename to docs/examples/1.0.x/console-cli/examples/health/get-queue-webhooks.md diff --git a/docs/examples/1.0.0-RC1/console-cli/examples/health/get-storage-local.md b/docs/examples/1.0.x/console-cli/examples/health/get-storage-local.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-cli/examples/health/get-storage-local.md rename to docs/examples/1.0.x/console-cli/examples/health/get-storage-local.md diff --git a/docs/examples/1.0.0-RC1/console-cli/examples/health/get-time.md b/docs/examples/1.0.x/console-cli/examples/health/get-time.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-cli/examples/health/get-time.md rename to docs/examples/1.0.x/console-cli/examples/health/get-time.md diff --git a/docs/examples/1.0.0-RC1/console-cli/examples/health/get.md b/docs/examples/1.0.x/console-cli/examples/health/get.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-cli/examples/health/get.md rename to docs/examples/1.0.x/console-cli/examples/health/get.md diff --git a/docs/examples/1.0.0-RC1/console-cli/examples/locale/get-continents.md b/docs/examples/1.0.x/console-cli/examples/locale/get-continents.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-cli/examples/locale/get-continents.md rename to docs/examples/1.0.x/console-cli/examples/locale/get-continents.md diff --git a/docs/examples/1.0.0-RC1/console-cli/examples/locale/get-countries-e-u.md b/docs/examples/1.0.x/console-cli/examples/locale/get-countries-e-u.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-cli/examples/locale/get-countries-e-u.md rename to docs/examples/1.0.x/console-cli/examples/locale/get-countries-e-u.md diff --git a/docs/examples/1.0.0-RC1/console-cli/examples/locale/get-countries-phones.md b/docs/examples/1.0.x/console-cli/examples/locale/get-countries-phones.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-cli/examples/locale/get-countries-phones.md rename to docs/examples/1.0.x/console-cli/examples/locale/get-countries-phones.md diff --git a/docs/examples/1.0.0-RC1/console-cli/examples/locale/get-countries.md b/docs/examples/1.0.x/console-cli/examples/locale/get-countries.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-cli/examples/locale/get-countries.md rename to docs/examples/1.0.x/console-cli/examples/locale/get-countries.md diff --git a/docs/examples/1.0.0-RC1/console-cli/examples/locale/get-currencies.md b/docs/examples/1.0.x/console-cli/examples/locale/get-currencies.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-cli/examples/locale/get-currencies.md rename to docs/examples/1.0.x/console-cli/examples/locale/get-currencies.md diff --git a/docs/examples/1.0.0-RC1/console-cli/examples/locale/get-languages.md b/docs/examples/1.0.x/console-cli/examples/locale/get-languages.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-cli/examples/locale/get-languages.md rename to docs/examples/1.0.x/console-cli/examples/locale/get-languages.md diff --git a/docs/examples/1.0.0-RC1/console-cli/examples/locale/get.md b/docs/examples/1.0.x/console-cli/examples/locale/get.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-cli/examples/locale/get.md rename to docs/examples/1.0.x/console-cli/examples/locale/get.md diff --git a/docs/examples/1.0.0/console-cli/examples/locale/list-continents.md b/docs/examples/1.0.x/console-cli/examples/locale/list-continents.md similarity index 100% rename from docs/examples/1.0.0/console-cli/examples/locale/list-continents.md rename to docs/examples/1.0.x/console-cli/examples/locale/list-continents.md diff --git a/docs/examples/1.0.0/console-cli/examples/locale/list-countries-e-u.md b/docs/examples/1.0.x/console-cli/examples/locale/list-countries-e-u.md similarity index 100% rename from docs/examples/1.0.0/console-cli/examples/locale/list-countries-e-u.md rename to docs/examples/1.0.x/console-cli/examples/locale/list-countries-e-u.md diff --git a/docs/examples/1.0.0/console-cli/examples/locale/list-countries-phones.md b/docs/examples/1.0.x/console-cli/examples/locale/list-countries-phones.md similarity index 100% rename from docs/examples/1.0.0/console-cli/examples/locale/list-countries-phones.md rename to docs/examples/1.0.x/console-cli/examples/locale/list-countries-phones.md diff --git a/docs/examples/1.0.0/console-cli/examples/locale/list-countries.md b/docs/examples/1.0.x/console-cli/examples/locale/list-countries.md similarity index 100% rename from docs/examples/1.0.0/console-cli/examples/locale/list-countries.md rename to docs/examples/1.0.x/console-cli/examples/locale/list-countries.md diff --git a/docs/examples/1.0.0/console-cli/examples/locale/list-currencies.md b/docs/examples/1.0.x/console-cli/examples/locale/list-currencies.md similarity index 100% rename from docs/examples/1.0.0/console-cli/examples/locale/list-currencies.md rename to docs/examples/1.0.x/console-cli/examples/locale/list-currencies.md diff --git a/docs/examples/1.0.0/console-cli/examples/locale/list-languages.md b/docs/examples/1.0.x/console-cli/examples/locale/list-languages.md similarity index 100% rename from docs/examples/1.0.0/console-cli/examples/locale/list-languages.md rename to docs/examples/1.0.x/console-cli/examples/locale/list-languages.md diff --git a/docs/examples/1.0.0-RC1/console-cli/examples/projects/create-domain.md b/docs/examples/1.0.x/console-cli/examples/projects/create-domain.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-cli/examples/projects/create-domain.md rename to docs/examples/1.0.x/console-cli/examples/projects/create-domain.md diff --git a/docs/examples/1.0.0-RC1/console-cli/examples/projects/create-key.md b/docs/examples/1.0.x/console-cli/examples/projects/create-key.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-cli/examples/projects/create-key.md rename to docs/examples/1.0.x/console-cli/examples/projects/create-key.md diff --git a/docs/examples/1.0.0-RC1/console-cli/examples/projects/create-platform.md b/docs/examples/1.0.x/console-cli/examples/projects/create-platform.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-cli/examples/projects/create-platform.md rename to docs/examples/1.0.x/console-cli/examples/projects/create-platform.md diff --git a/docs/examples/1.0.0-RC1/console-cli/examples/projects/create-webhook.md b/docs/examples/1.0.x/console-cli/examples/projects/create-webhook.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-cli/examples/projects/create-webhook.md rename to docs/examples/1.0.x/console-cli/examples/projects/create-webhook.md diff --git a/docs/examples/1.0.0-RC1/console-cli/examples/projects/create.md b/docs/examples/1.0.x/console-cli/examples/projects/create.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-cli/examples/projects/create.md rename to docs/examples/1.0.x/console-cli/examples/projects/create.md diff --git a/docs/examples/1.0.0-RC1/console-cli/examples/projects/delete-domain.md b/docs/examples/1.0.x/console-cli/examples/projects/delete-domain.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-cli/examples/projects/delete-domain.md rename to docs/examples/1.0.x/console-cli/examples/projects/delete-domain.md diff --git a/docs/examples/1.0.0-RC1/console-cli/examples/projects/delete-key.md b/docs/examples/1.0.x/console-cli/examples/projects/delete-key.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-cli/examples/projects/delete-key.md rename to docs/examples/1.0.x/console-cli/examples/projects/delete-key.md diff --git a/docs/examples/1.0.0-RC1/console-cli/examples/projects/delete-platform.md b/docs/examples/1.0.x/console-cli/examples/projects/delete-platform.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-cli/examples/projects/delete-platform.md rename to docs/examples/1.0.x/console-cli/examples/projects/delete-platform.md diff --git a/docs/examples/1.0.0-RC1/console-cli/examples/projects/delete-webhook.md b/docs/examples/1.0.x/console-cli/examples/projects/delete-webhook.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-cli/examples/projects/delete-webhook.md rename to docs/examples/1.0.x/console-cli/examples/projects/delete-webhook.md diff --git a/docs/examples/1.0.0-RC1/console-cli/examples/projects/delete.md b/docs/examples/1.0.x/console-cli/examples/projects/delete.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-cli/examples/projects/delete.md rename to docs/examples/1.0.x/console-cli/examples/projects/delete.md diff --git a/docs/examples/1.0.0-RC1/console-cli/examples/projects/get-domain.md b/docs/examples/1.0.x/console-cli/examples/projects/get-domain.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-cli/examples/projects/get-domain.md rename to docs/examples/1.0.x/console-cli/examples/projects/get-domain.md diff --git a/docs/examples/1.0.0-RC1/console-cli/examples/projects/get-key.md b/docs/examples/1.0.x/console-cli/examples/projects/get-key.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-cli/examples/projects/get-key.md rename to docs/examples/1.0.x/console-cli/examples/projects/get-key.md diff --git a/docs/examples/1.0.0-RC1/console-cli/examples/projects/get-platform.md b/docs/examples/1.0.x/console-cli/examples/projects/get-platform.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-cli/examples/projects/get-platform.md rename to docs/examples/1.0.x/console-cli/examples/projects/get-platform.md diff --git a/docs/examples/1.0.0-RC1/console-cli/examples/projects/get-usage.md b/docs/examples/1.0.x/console-cli/examples/projects/get-usage.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-cli/examples/projects/get-usage.md rename to docs/examples/1.0.x/console-cli/examples/projects/get-usage.md diff --git a/docs/examples/1.0.0-RC1/console-cli/examples/projects/get-webhook.md b/docs/examples/1.0.x/console-cli/examples/projects/get-webhook.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-cli/examples/projects/get-webhook.md rename to docs/examples/1.0.x/console-cli/examples/projects/get-webhook.md diff --git a/docs/examples/1.0.0-RC1/console-cli/examples/projects/get.md b/docs/examples/1.0.x/console-cli/examples/projects/get.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-cli/examples/projects/get.md rename to docs/examples/1.0.x/console-cli/examples/projects/get.md diff --git a/docs/examples/1.0.0-RC1/console-cli/examples/projects/list-domains.md b/docs/examples/1.0.x/console-cli/examples/projects/list-domains.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-cli/examples/projects/list-domains.md rename to docs/examples/1.0.x/console-cli/examples/projects/list-domains.md diff --git a/docs/examples/1.0.0-RC1/console-cli/examples/projects/list-keys.md b/docs/examples/1.0.x/console-cli/examples/projects/list-keys.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-cli/examples/projects/list-keys.md rename to docs/examples/1.0.x/console-cli/examples/projects/list-keys.md diff --git a/docs/examples/1.0.0-RC1/console-cli/examples/projects/list-platforms.md b/docs/examples/1.0.x/console-cli/examples/projects/list-platforms.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-cli/examples/projects/list-platforms.md rename to docs/examples/1.0.x/console-cli/examples/projects/list-platforms.md diff --git a/docs/examples/1.0.0-RC1/console-cli/examples/projects/list-webhooks.md b/docs/examples/1.0.x/console-cli/examples/projects/list-webhooks.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-cli/examples/projects/list-webhooks.md rename to docs/examples/1.0.x/console-cli/examples/projects/list-webhooks.md diff --git a/docs/examples/1.0.0-RC1/console-cli/examples/projects/list.md b/docs/examples/1.0.x/console-cli/examples/projects/list.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-cli/examples/projects/list.md rename to docs/examples/1.0.x/console-cli/examples/projects/list.md diff --git a/docs/examples/1.0.0-RC1/console-cli/examples/projects/update-auth-limit.md b/docs/examples/1.0.x/console-cli/examples/projects/update-auth-limit.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-cli/examples/projects/update-auth-limit.md rename to docs/examples/1.0.x/console-cli/examples/projects/update-auth-limit.md diff --git a/docs/examples/1.0.0-RC1/console-cli/examples/projects/update-auth-status.md b/docs/examples/1.0.x/console-cli/examples/projects/update-auth-status.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-cli/examples/projects/update-auth-status.md rename to docs/examples/1.0.x/console-cli/examples/projects/update-auth-status.md diff --git a/docs/examples/1.0.0-RC1/console-cli/examples/projects/update-domain-verification.md b/docs/examples/1.0.x/console-cli/examples/projects/update-domain-verification.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-cli/examples/projects/update-domain-verification.md rename to docs/examples/1.0.x/console-cli/examples/projects/update-domain-verification.md diff --git a/docs/examples/1.0.0-RC1/console-cli/examples/projects/update-key.md b/docs/examples/1.0.x/console-cli/examples/projects/update-key.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-cli/examples/projects/update-key.md rename to docs/examples/1.0.x/console-cli/examples/projects/update-key.md diff --git a/docs/examples/1.0.0-RC1/console-cli/examples/projects/update-o-auth2.md b/docs/examples/1.0.x/console-cli/examples/projects/update-o-auth2.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-cli/examples/projects/update-o-auth2.md rename to docs/examples/1.0.x/console-cli/examples/projects/update-o-auth2.md diff --git a/docs/examples/1.0.0-RC1/console-cli/examples/projects/update-platform.md b/docs/examples/1.0.x/console-cli/examples/projects/update-platform.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-cli/examples/projects/update-platform.md rename to docs/examples/1.0.x/console-cli/examples/projects/update-platform.md diff --git a/docs/examples/1.0.0-RC1/console-cli/examples/projects/update-service-status.md b/docs/examples/1.0.x/console-cli/examples/projects/update-service-status.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-cli/examples/projects/update-service-status.md rename to docs/examples/1.0.x/console-cli/examples/projects/update-service-status.md diff --git a/docs/examples/1.0.0-RC1/console-cli/examples/projects/update-webhook-signature.md b/docs/examples/1.0.x/console-cli/examples/projects/update-webhook-signature.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-cli/examples/projects/update-webhook-signature.md rename to docs/examples/1.0.x/console-cli/examples/projects/update-webhook-signature.md diff --git a/docs/examples/1.0.0-RC1/console-cli/examples/projects/update-webhook.md b/docs/examples/1.0.x/console-cli/examples/projects/update-webhook.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-cli/examples/projects/update-webhook.md rename to docs/examples/1.0.x/console-cli/examples/projects/update-webhook.md diff --git a/docs/examples/1.0.0-RC1/console-cli/examples/projects/update.md b/docs/examples/1.0.x/console-cli/examples/projects/update.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-cli/examples/projects/update.md rename to docs/examples/1.0.x/console-cli/examples/projects/update.md diff --git a/docs/examples/1.0.0-RC1/console-cli/examples/storage/create-bucket.md b/docs/examples/1.0.x/console-cli/examples/storage/create-bucket.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-cli/examples/storage/create-bucket.md rename to docs/examples/1.0.x/console-cli/examples/storage/create-bucket.md diff --git a/docs/examples/1.0.0-RC1/console-cli/examples/storage/create-file.md b/docs/examples/1.0.x/console-cli/examples/storage/create-file.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-cli/examples/storage/create-file.md rename to docs/examples/1.0.x/console-cli/examples/storage/create-file.md diff --git a/docs/examples/1.0.0-RC1/console-cli/examples/storage/delete-bucket.md b/docs/examples/1.0.x/console-cli/examples/storage/delete-bucket.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-cli/examples/storage/delete-bucket.md rename to docs/examples/1.0.x/console-cli/examples/storage/delete-bucket.md diff --git a/docs/examples/1.0.0-RC1/console-cli/examples/storage/delete-file.md b/docs/examples/1.0.x/console-cli/examples/storage/delete-file.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-cli/examples/storage/delete-file.md rename to docs/examples/1.0.x/console-cli/examples/storage/delete-file.md diff --git a/docs/examples/1.0.0-RC1/console-cli/examples/storage/get-bucket-usage.md b/docs/examples/1.0.x/console-cli/examples/storage/get-bucket-usage.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-cli/examples/storage/get-bucket-usage.md rename to docs/examples/1.0.x/console-cli/examples/storage/get-bucket-usage.md diff --git a/docs/examples/1.0.0-RC1/console-cli/examples/storage/get-bucket.md b/docs/examples/1.0.x/console-cli/examples/storage/get-bucket.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-cli/examples/storage/get-bucket.md rename to docs/examples/1.0.x/console-cli/examples/storage/get-bucket.md diff --git a/docs/examples/1.0.0-RC1/console-cli/examples/storage/get-file-download.md b/docs/examples/1.0.x/console-cli/examples/storage/get-file-download.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-cli/examples/storage/get-file-download.md rename to docs/examples/1.0.x/console-cli/examples/storage/get-file-download.md diff --git a/docs/examples/1.0.0-RC1/console-cli/examples/storage/get-file-preview.md b/docs/examples/1.0.x/console-cli/examples/storage/get-file-preview.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-cli/examples/storage/get-file-preview.md rename to docs/examples/1.0.x/console-cli/examples/storage/get-file-preview.md diff --git a/docs/examples/1.0.0-RC1/console-cli/examples/storage/get-file-view.md b/docs/examples/1.0.x/console-cli/examples/storage/get-file-view.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-cli/examples/storage/get-file-view.md rename to docs/examples/1.0.x/console-cli/examples/storage/get-file-view.md diff --git a/docs/examples/1.0.0-RC1/console-cli/examples/storage/get-file.md b/docs/examples/1.0.x/console-cli/examples/storage/get-file.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-cli/examples/storage/get-file.md rename to docs/examples/1.0.x/console-cli/examples/storage/get-file.md diff --git a/docs/examples/1.0.0-RC1/console-cli/examples/storage/get-usage.md b/docs/examples/1.0.x/console-cli/examples/storage/get-usage.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-cli/examples/storage/get-usage.md rename to docs/examples/1.0.x/console-cli/examples/storage/get-usage.md diff --git a/docs/examples/1.0.0-RC1/console-cli/examples/storage/list-buckets.md b/docs/examples/1.0.x/console-cli/examples/storage/list-buckets.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-cli/examples/storage/list-buckets.md rename to docs/examples/1.0.x/console-cli/examples/storage/list-buckets.md diff --git a/docs/examples/1.0.0-RC1/console-cli/examples/storage/list-files.md b/docs/examples/1.0.x/console-cli/examples/storage/list-files.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-cli/examples/storage/list-files.md rename to docs/examples/1.0.x/console-cli/examples/storage/list-files.md diff --git a/docs/examples/1.0.0-RC1/console-cli/examples/storage/update-bucket.md b/docs/examples/1.0.x/console-cli/examples/storage/update-bucket.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-cli/examples/storage/update-bucket.md rename to docs/examples/1.0.x/console-cli/examples/storage/update-bucket.md diff --git a/docs/examples/1.0.0-RC1/console-cli/examples/storage/update-file.md b/docs/examples/1.0.x/console-cli/examples/storage/update-file.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-cli/examples/storage/update-file.md rename to docs/examples/1.0.x/console-cli/examples/storage/update-file.md diff --git a/docs/examples/1.0.0-RC1/console-cli/examples/teams/create-membership.md b/docs/examples/1.0.x/console-cli/examples/teams/create-membership.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-cli/examples/teams/create-membership.md rename to docs/examples/1.0.x/console-cli/examples/teams/create-membership.md diff --git a/docs/examples/1.0.0-RC1/console-cli/examples/teams/create.md b/docs/examples/1.0.x/console-cli/examples/teams/create.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-cli/examples/teams/create.md rename to docs/examples/1.0.x/console-cli/examples/teams/create.md diff --git a/docs/examples/1.0.0-RC1/console-cli/examples/teams/delete-membership.md b/docs/examples/1.0.x/console-cli/examples/teams/delete-membership.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-cli/examples/teams/delete-membership.md rename to docs/examples/1.0.x/console-cli/examples/teams/delete-membership.md diff --git a/docs/examples/1.0.0-RC1/console-cli/examples/teams/delete.md b/docs/examples/1.0.x/console-cli/examples/teams/delete.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-cli/examples/teams/delete.md rename to docs/examples/1.0.x/console-cli/examples/teams/delete.md diff --git a/docs/examples/1.0.0-RC1/console-cli/examples/teams/get-membership.md b/docs/examples/1.0.x/console-cli/examples/teams/get-membership.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-cli/examples/teams/get-membership.md rename to docs/examples/1.0.x/console-cli/examples/teams/get-membership.md diff --git a/docs/examples/1.0.0-RC1/console-cli/examples/teams/get-memberships.md b/docs/examples/1.0.x/console-cli/examples/teams/get-memberships.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-cli/examples/teams/get-memberships.md rename to docs/examples/1.0.x/console-cli/examples/teams/get-memberships.md diff --git a/docs/examples/1.0.0-RC1/console-cli/examples/teams/get.md b/docs/examples/1.0.x/console-cli/examples/teams/get.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-cli/examples/teams/get.md rename to docs/examples/1.0.x/console-cli/examples/teams/get.md diff --git a/docs/examples/1.0.0-RC1/console-cli/examples/teams/list-logs.md b/docs/examples/1.0.x/console-cli/examples/teams/list-logs.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-cli/examples/teams/list-logs.md rename to docs/examples/1.0.x/console-cli/examples/teams/list-logs.md diff --git a/docs/examples/1.0.0/console-cli/examples/teams/list-memberships.md b/docs/examples/1.0.x/console-cli/examples/teams/list-memberships.md similarity index 100% rename from docs/examples/1.0.0/console-cli/examples/teams/list-memberships.md rename to docs/examples/1.0.x/console-cli/examples/teams/list-memberships.md diff --git a/docs/examples/1.0.0-RC1/console-cli/examples/teams/list.md b/docs/examples/1.0.x/console-cli/examples/teams/list.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-cli/examples/teams/list.md rename to docs/examples/1.0.x/console-cli/examples/teams/list.md diff --git a/docs/examples/1.0.0-RC1/console-cli/examples/teams/update-membership-roles.md b/docs/examples/1.0.x/console-cli/examples/teams/update-membership-roles.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-cli/examples/teams/update-membership-roles.md rename to docs/examples/1.0.x/console-cli/examples/teams/update-membership-roles.md diff --git a/docs/examples/1.0.0-RC1/console-cli/examples/teams/update-membership-status.md b/docs/examples/1.0.x/console-cli/examples/teams/update-membership-status.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-cli/examples/teams/update-membership-status.md rename to docs/examples/1.0.x/console-cli/examples/teams/update-membership-status.md diff --git a/docs/examples/1.0.0-RC1/console-cli/examples/teams/update.md b/docs/examples/1.0.x/console-cli/examples/teams/update.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-cli/examples/teams/update.md rename to docs/examples/1.0.x/console-cli/examples/teams/update.md diff --git a/docs/examples/1.0.0-RC1/console-cli/examples/users/create-argon2user.md b/docs/examples/1.0.x/console-cli/examples/users/create-argon2user.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-cli/examples/users/create-argon2user.md rename to docs/examples/1.0.x/console-cli/examples/users/create-argon2user.md diff --git a/docs/examples/1.0.0-RC1/console-cli/examples/users/create-bcrypt-user.md b/docs/examples/1.0.x/console-cli/examples/users/create-bcrypt-user.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-cli/examples/users/create-bcrypt-user.md rename to docs/examples/1.0.x/console-cli/examples/users/create-bcrypt-user.md diff --git a/docs/examples/1.0.0-RC1/console-cli/examples/users/create-m-d5user.md b/docs/examples/1.0.x/console-cli/examples/users/create-m-d5user.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-cli/examples/users/create-m-d5user.md rename to docs/examples/1.0.x/console-cli/examples/users/create-m-d5user.md diff --git a/docs/examples/1.0.0-RC1/console-cli/examples/users/create-p-h-pass-user.md b/docs/examples/1.0.x/console-cli/examples/users/create-p-h-pass-user.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-cli/examples/users/create-p-h-pass-user.md rename to docs/examples/1.0.x/console-cli/examples/users/create-p-h-pass-user.md diff --git a/docs/examples/1.0.0-RC1/console-cli/examples/users/create-s-h-a-user.md b/docs/examples/1.0.x/console-cli/examples/users/create-s-h-a-user.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-cli/examples/users/create-s-h-a-user.md rename to docs/examples/1.0.x/console-cli/examples/users/create-s-h-a-user.md diff --git a/docs/examples/1.0.0-RC1/console-cli/examples/users/create-scrypt-modified-user.md b/docs/examples/1.0.x/console-cli/examples/users/create-scrypt-modified-user.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-cli/examples/users/create-scrypt-modified-user.md rename to docs/examples/1.0.x/console-cli/examples/users/create-scrypt-modified-user.md diff --git a/docs/examples/1.0.0-RC1/console-cli/examples/users/create-scrypt-user.md b/docs/examples/1.0.x/console-cli/examples/users/create-scrypt-user.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-cli/examples/users/create-scrypt-user.md rename to docs/examples/1.0.x/console-cli/examples/users/create-scrypt-user.md diff --git a/docs/examples/1.0.0-RC1/console-cli/examples/users/create.md b/docs/examples/1.0.x/console-cli/examples/users/create.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-cli/examples/users/create.md rename to docs/examples/1.0.x/console-cli/examples/users/create.md diff --git a/docs/examples/1.0.0-RC1/console-cli/examples/users/delete-session.md b/docs/examples/1.0.x/console-cli/examples/users/delete-session.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-cli/examples/users/delete-session.md rename to docs/examples/1.0.x/console-cli/examples/users/delete-session.md diff --git a/docs/examples/1.0.0-RC1/console-cli/examples/users/delete-sessions.md b/docs/examples/1.0.x/console-cli/examples/users/delete-sessions.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-cli/examples/users/delete-sessions.md rename to docs/examples/1.0.x/console-cli/examples/users/delete-sessions.md diff --git a/docs/examples/1.0.0-RC1/console-cli/examples/users/delete.md b/docs/examples/1.0.x/console-cli/examples/users/delete.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-cli/examples/users/delete.md rename to docs/examples/1.0.x/console-cli/examples/users/delete.md diff --git a/docs/examples/1.0.0-RC1/console-cli/examples/users/get-logs.md b/docs/examples/1.0.x/console-cli/examples/users/get-logs.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-cli/examples/users/get-logs.md rename to docs/examples/1.0.x/console-cli/examples/users/get-logs.md diff --git a/docs/examples/1.0.0-RC1/console-cli/examples/users/get-memberships.md b/docs/examples/1.0.x/console-cli/examples/users/get-memberships.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-cli/examples/users/get-memberships.md rename to docs/examples/1.0.x/console-cli/examples/users/get-memberships.md diff --git a/docs/examples/1.0.0-RC1/console-cli/examples/users/get-prefs.md b/docs/examples/1.0.x/console-cli/examples/users/get-prefs.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-cli/examples/users/get-prefs.md rename to docs/examples/1.0.x/console-cli/examples/users/get-prefs.md diff --git a/docs/examples/1.0.0-RC1/console-cli/examples/users/get-sessions.md b/docs/examples/1.0.x/console-cli/examples/users/get-sessions.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-cli/examples/users/get-sessions.md rename to docs/examples/1.0.x/console-cli/examples/users/get-sessions.md diff --git a/docs/examples/1.0.0-RC1/console-cli/examples/users/get-usage.md b/docs/examples/1.0.x/console-cli/examples/users/get-usage.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-cli/examples/users/get-usage.md rename to docs/examples/1.0.x/console-cli/examples/users/get-usage.md diff --git a/docs/examples/1.0.0-RC1/console-cli/examples/users/get.md b/docs/examples/1.0.x/console-cli/examples/users/get.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-cli/examples/users/get.md rename to docs/examples/1.0.x/console-cli/examples/users/get.md diff --git a/docs/examples/1.0.0/console-cli/examples/users/list-logs.md b/docs/examples/1.0.x/console-cli/examples/users/list-logs.md similarity index 100% rename from docs/examples/1.0.0/console-cli/examples/users/list-logs.md rename to docs/examples/1.0.x/console-cli/examples/users/list-logs.md diff --git a/docs/examples/1.0.0/console-cli/examples/users/list-memberships.md b/docs/examples/1.0.x/console-cli/examples/users/list-memberships.md similarity index 100% rename from docs/examples/1.0.0/console-cli/examples/users/list-memberships.md rename to docs/examples/1.0.x/console-cli/examples/users/list-memberships.md diff --git a/docs/examples/1.0.0/console-cli/examples/users/list-sessions.md b/docs/examples/1.0.x/console-cli/examples/users/list-sessions.md similarity index 100% rename from docs/examples/1.0.0/console-cli/examples/users/list-sessions.md rename to docs/examples/1.0.x/console-cli/examples/users/list-sessions.md diff --git a/docs/examples/1.0.0-RC1/console-cli/examples/users/list.md b/docs/examples/1.0.x/console-cli/examples/users/list.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-cli/examples/users/list.md rename to docs/examples/1.0.x/console-cli/examples/users/list.md diff --git a/docs/examples/1.0.0-RC1/console-cli/examples/users/update-email-verification.md b/docs/examples/1.0.x/console-cli/examples/users/update-email-verification.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-cli/examples/users/update-email-verification.md rename to docs/examples/1.0.x/console-cli/examples/users/update-email-verification.md diff --git a/docs/examples/1.0.0-RC1/console-cli/examples/users/update-email.md b/docs/examples/1.0.x/console-cli/examples/users/update-email.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-cli/examples/users/update-email.md rename to docs/examples/1.0.x/console-cli/examples/users/update-email.md diff --git a/docs/examples/1.0.0-RC1/console-cli/examples/users/update-name.md b/docs/examples/1.0.x/console-cli/examples/users/update-name.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-cli/examples/users/update-name.md rename to docs/examples/1.0.x/console-cli/examples/users/update-name.md diff --git a/docs/examples/1.0.0-RC1/console-cli/examples/users/update-password.md b/docs/examples/1.0.x/console-cli/examples/users/update-password.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-cli/examples/users/update-password.md rename to docs/examples/1.0.x/console-cli/examples/users/update-password.md diff --git a/docs/examples/1.0.0-RC1/console-cli/examples/users/update-phone-verification.md b/docs/examples/1.0.x/console-cli/examples/users/update-phone-verification.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-cli/examples/users/update-phone-verification.md rename to docs/examples/1.0.x/console-cli/examples/users/update-phone-verification.md diff --git a/docs/examples/1.0.0-RC1/console-cli/examples/users/update-phone.md b/docs/examples/1.0.x/console-cli/examples/users/update-phone.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-cli/examples/users/update-phone.md rename to docs/examples/1.0.x/console-cli/examples/users/update-phone.md diff --git a/docs/examples/1.0.0-RC1/console-cli/examples/users/update-prefs.md b/docs/examples/1.0.x/console-cli/examples/users/update-prefs.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-cli/examples/users/update-prefs.md rename to docs/examples/1.0.x/console-cli/examples/users/update-prefs.md diff --git a/docs/examples/1.0.0-RC1/console-cli/examples/users/update-status.md b/docs/examples/1.0.x/console-cli/examples/users/update-status.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-cli/examples/users/update-status.md rename to docs/examples/1.0.x/console-cli/examples/users/update-status.md diff --git a/docs/examples/1.0.0-RC1/console-web/examples/account/create-anonymous-session.md b/docs/examples/1.0.x/console-web/examples/account/create-anonymous-session.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-web/examples/account/create-anonymous-session.md rename to docs/examples/1.0.x/console-web/examples/account/create-anonymous-session.md diff --git a/docs/examples/1.0.0-RC1/console-web/examples/account/create-email-session.md b/docs/examples/1.0.x/console-web/examples/account/create-email-session.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-web/examples/account/create-email-session.md rename to docs/examples/1.0.x/console-web/examples/account/create-email-session.md diff --git a/docs/examples/1.0.0-RC1/console-web/examples/account/create-j-w-t.md b/docs/examples/1.0.x/console-web/examples/account/create-j-w-t.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-web/examples/account/create-j-w-t.md rename to docs/examples/1.0.x/console-web/examples/account/create-j-w-t.md diff --git a/docs/examples/1.0.0-RC1/console-web/examples/account/create-magic-u-r-l-session.md b/docs/examples/1.0.x/console-web/examples/account/create-magic-u-r-l-session.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-web/examples/account/create-magic-u-r-l-session.md rename to docs/examples/1.0.x/console-web/examples/account/create-magic-u-r-l-session.md diff --git a/docs/examples/1.0.0-RC1/console-web/examples/account/create-o-auth2session.md b/docs/examples/1.0.x/console-web/examples/account/create-o-auth2session.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-web/examples/account/create-o-auth2session.md rename to docs/examples/1.0.x/console-web/examples/account/create-o-auth2session.md diff --git a/docs/examples/1.0.0-RC1/console-web/examples/account/create-phone-session.md b/docs/examples/1.0.x/console-web/examples/account/create-phone-session.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-web/examples/account/create-phone-session.md rename to docs/examples/1.0.x/console-web/examples/account/create-phone-session.md diff --git a/docs/examples/1.0.0-RC1/console-web/examples/account/create-phone-verification.md b/docs/examples/1.0.x/console-web/examples/account/create-phone-verification.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-web/examples/account/create-phone-verification.md rename to docs/examples/1.0.x/console-web/examples/account/create-phone-verification.md diff --git a/docs/examples/1.0.0-RC1/console-web/examples/account/create-recovery.md b/docs/examples/1.0.x/console-web/examples/account/create-recovery.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-web/examples/account/create-recovery.md rename to docs/examples/1.0.x/console-web/examples/account/create-recovery.md diff --git a/docs/examples/1.0.0-RC1/console-web/examples/account/create-verification.md b/docs/examples/1.0.x/console-web/examples/account/create-verification.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-web/examples/account/create-verification.md rename to docs/examples/1.0.x/console-web/examples/account/create-verification.md diff --git a/docs/examples/1.0.0-RC1/console-web/examples/account/create.md b/docs/examples/1.0.x/console-web/examples/account/create.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-web/examples/account/create.md rename to docs/examples/1.0.x/console-web/examples/account/create.md diff --git a/docs/examples/1.0.0-RC1/console-web/examples/account/delete-session.md b/docs/examples/1.0.x/console-web/examples/account/delete-session.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-web/examples/account/delete-session.md rename to docs/examples/1.0.x/console-web/examples/account/delete-session.md diff --git a/docs/examples/1.0.0-RC1/console-web/examples/account/delete-sessions.md b/docs/examples/1.0.x/console-web/examples/account/delete-sessions.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-web/examples/account/delete-sessions.md rename to docs/examples/1.0.x/console-web/examples/account/delete-sessions.md diff --git a/docs/examples/1.0.0-RC1/console-web/examples/account/get-logs.md b/docs/examples/1.0.x/console-web/examples/account/get-logs.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-web/examples/account/get-logs.md rename to docs/examples/1.0.x/console-web/examples/account/get-logs.md diff --git a/docs/examples/1.0.0-RC1/console-web/examples/account/get-prefs.md b/docs/examples/1.0.x/console-web/examples/account/get-prefs.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-web/examples/account/get-prefs.md rename to docs/examples/1.0.x/console-web/examples/account/get-prefs.md diff --git a/docs/examples/1.0.0-RC1/console-web/examples/account/get-session.md b/docs/examples/1.0.x/console-web/examples/account/get-session.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-web/examples/account/get-session.md rename to docs/examples/1.0.x/console-web/examples/account/get-session.md diff --git a/docs/examples/1.0.0-RC1/console-web/examples/account/get-sessions.md b/docs/examples/1.0.x/console-web/examples/account/get-sessions.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-web/examples/account/get-sessions.md rename to docs/examples/1.0.x/console-web/examples/account/get-sessions.md diff --git a/docs/examples/1.0.0-RC1/console-web/examples/account/get.md b/docs/examples/1.0.x/console-web/examples/account/get.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-web/examples/account/get.md rename to docs/examples/1.0.x/console-web/examples/account/get.md diff --git a/docs/examples/1.0.0/console-web/examples/account/list-logs.md b/docs/examples/1.0.x/console-web/examples/account/list-logs.md similarity index 100% rename from docs/examples/1.0.0/console-web/examples/account/list-logs.md rename to docs/examples/1.0.x/console-web/examples/account/list-logs.md diff --git a/docs/examples/1.0.0/console-web/examples/account/list-sessions.md b/docs/examples/1.0.x/console-web/examples/account/list-sessions.md similarity index 100% rename from docs/examples/1.0.0/console-web/examples/account/list-sessions.md rename to docs/examples/1.0.x/console-web/examples/account/list-sessions.md diff --git a/docs/examples/1.0.0-RC1/console-web/examples/account/update-email.md b/docs/examples/1.0.x/console-web/examples/account/update-email.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-web/examples/account/update-email.md rename to docs/examples/1.0.x/console-web/examples/account/update-email.md diff --git a/docs/examples/1.0.0-RC1/console-web/examples/account/update-magic-u-r-l-session.md b/docs/examples/1.0.x/console-web/examples/account/update-magic-u-r-l-session.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-web/examples/account/update-magic-u-r-l-session.md rename to docs/examples/1.0.x/console-web/examples/account/update-magic-u-r-l-session.md diff --git a/docs/examples/1.0.0-RC1/console-web/examples/account/update-name.md b/docs/examples/1.0.x/console-web/examples/account/update-name.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-web/examples/account/update-name.md rename to docs/examples/1.0.x/console-web/examples/account/update-name.md diff --git a/docs/examples/1.0.0-RC1/console-web/examples/account/update-password.md b/docs/examples/1.0.x/console-web/examples/account/update-password.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-web/examples/account/update-password.md rename to docs/examples/1.0.x/console-web/examples/account/update-password.md diff --git a/docs/examples/1.0.0-RC1/console-web/examples/account/update-phone-session.md b/docs/examples/1.0.x/console-web/examples/account/update-phone-session.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-web/examples/account/update-phone-session.md rename to docs/examples/1.0.x/console-web/examples/account/update-phone-session.md diff --git a/docs/examples/1.0.0-RC1/console-web/examples/account/update-phone-verification.md b/docs/examples/1.0.x/console-web/examples/account/update-phone-verification.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-web/examples/account/update-phone-verification.md rename to docs/examples/1.0.x/console-web/examples/account/update-phone-verification.md diff --git a/docs/examples/1.0.0-RC1/console-web/examples/account/update-phone.md b/docs/examples/1.0.x/console-web/examples/account/update-phone.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-web/examples/account/update-phone.md rename to docs/examples/1.0.x/console-web/examples/account/update-phone.md diff --git a/docs/examples/1.0.0-RC1/console-web/examples/account/update-prefs.md b/docs/examples/1.0.x/console-web/examples/account/update-prefs.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-web/examples/account/update-prefs.md rename to docs/examples/1.0.x/console-web/examples/account/update-prefs.md diff --git a/docs/examples/1.0.0-RC1/console-web/examples/account/update-recovery.md b/docs/examples/1.0.x/console-web/examples/account/update-recovery.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-web/examples/account/update-recovery.md rename to docs/examples/1.0.x/console-web/examples/account/update-recovery.md diff --git a/docs/examples/1.0.0-RC1/console-web/examples/account/update-session.md b/docs/examples/1.0.x/console-web/examples/account/update-session.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-web/examples/account/update-session.md rename to docs/examples/1.0.x/console-web/examples/account/update-session.md diff --git a/docs/examples/1.0.0-RC1/console-web/examples/account/update-status.md b/docs/examples/1.0.x/console-web/examples/account/update-status.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-web/examples/account/update-status.md rename to docs/examples/1.0.x/console-web/examples/account/update-status.md diff --git a/docs/examples/1.0.0-RC1/console-web/examples/account/update-verification.md b/docs/examples/1.0.x/console-web/examples/account/update-verification.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-web/examples/account/update-verification.md rename to docs/examples/1.0.x/console-web/examples/account/update-verification.md diff --git a/docs/examples/1.0.0-RC1/console-web/examples/avatars/get-browser.md b/docs/examples/1.0.x/console-web/examples/avatars/get-browser.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-web/examples/avatars/get-browser.md rename to docs/examples/1.0.x/console-web/examples/avatars/get-browser.md diff --git a/docs/examples/1.0.0-RC1/console-web/examples/avatars/get-credit-card.md b/docs/examples/1.0.x/console-web/examples/avatars/get-credit-card.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-web/examples/avatars/get-credit-card.md rename to docs/examples/1.0.x/console-web/examples/avatars/get-credit-card.md diff --git a/docs/examples/1.0.0-RC1/console-web/examples/avatars/get-favicon.md b/docs/examples/1.0.x/console-web/examples/avatars/get-favicon.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-web/examples/avatars/get-favicon.md rename to docs/examples/1.0.x/console-web/examples/avatars/get-favicon.md diff --git a/docs/examples/1.0.0-RC1/console-web/examples/avatars/get-flag.md b/docs/examples/1.0.x/console-web/examples/avatars/get-flag.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-web/examples/avatars/get-flag.md rename to docs/examples/1.0.x/console-web/examples/avatars/get-flag.md diff --git a/docs/examples/1.0.0-RC1/console-web/examples/avatars/get-image.md b/docs/examples/1.0.x/console-web/examples/avatars/get-image.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-web/examples/avatars/get-image.md rename to docs/examples/1.0.x/console-web/examples/avatars/get-image.md diff --git a/docs/examples/1.0.0-RC1/console-web/examples/avatars/get-initials.md b/docs/examples/1.0.x/console-web/examples/avatars/get-initials.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-web/examples/avatars/get-initials.md rename to docs/examples/1.0.x/console-web/examples/avatars/get-initials.md diff --git a/docs/examples/1.0.0-RC1/console-web/examples/avatars/get-q-r.md b/docs/examples/1.0.x/console-web/examples/avatars/get-q-r.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-web/examples/avatars/get-q-r.md rename to docs/examples/1.0.x/console-web/examples/avatars/get-q-r.md diff --git a/docs/examples/1.0.0-RC1/console-web/examples/databases/create-boolean-attribute.md b/docs/examples/1.0.x/console-web/examples/databases/create-boolean-attribute.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-web/examples/databases/create-boolean-attribute.md rename to docs/examples/1.0.x/console-web/examples/databases/create-boolean-attribute.md diff --git a/docs/examples/1.0.0-RC1/console-web/examples/databases/create-collection.md b/docs/examples/1.0.x/console-web/examples/databases/create-collection.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-web/examples/databases/create-collection.md rename to docs/examples/1.0.x/console-web/examples/databases/create-collection.md diff --git a/docs/examples/1.0.0-RC1/console-web/examples/databases/create-datetime-attribute.md b/docs/examples/1.0.x/console-web/examples/databases/create-datetime-attribute.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-web/examples/databases/create-datetime-attribute.md rename to docs/examples/1.0.x/console-web/examples/databases/create-datetime-attribute.md diff --git a/docs/examples/1.0.0-RC1/console-web/examples/databases/create-document.md b/docs/examples/1.0.x/console-web/examples/databases/create-document.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-web/examples/databases/create-document.md rename to docs/examples/1.0.x/console-web/examples/databases/create-document.md diff --git a/docs/examples/1.0.0-RC1/console-web/examples/databases/create-email-attribute.md b/docs/examples/1.0.x/console-web/examples/databases/create-email-attribute.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-web/examples/databases/create-email-attribute.md rename to docs/examples/1.0.x/console-web/examples/databases/create-email-attribute.md diff --git a/docs/examples/1.0.0-RC1/console-web/examples/databases/create-enum-attribute.md b/docs/examples/1.0.x/console-web/examples/databases/create-enum-attribute.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-web/examples/databases/create-enum-attribute.md rename to docs/examples/1.0.x/console-web/examples/databases/create-enum-attribute.md diff --git a/docs/examples/1.0.0-RC1/console-web/examples/databases/create-float-attribute.md b/docs/examples/1.0.x/console-web/examples/databases/create-float-attribute.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-web/examples/databases/create-float-attribute.md rename to docs/examples/1.0.x/console-web/examples/databases/create-float-attribute.md diff --git a/docs/examples/1.0.0-RC1/console-web/examples/databases/create-index.md b/docs/examples/1.0.x/console-web/examples/databases/create-index.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-web/examples/databases/create-index.md rename to docs/examples/1.0.x/console-web/examples/databases/create-index.md diff --git a/docs/examples/1.0.0-RC1/console-web/examples/databases/create-integer-attribute.md b/docs/examples/1.0.x/console-web/examples/databases/create-integer-attribute.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-web/examples/databases/create-integer-attribute.md rename to docs/examples/1.0.x/console-web/examples/databases/create-integer-attribute.md diff --git a/docs/examples/1.0.0-RC1/console-web/examples/databases/create-ip-attribute.md b/docs/examples/1.0.x/console-web/examples/databases/create-ip-attribute.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-web/examples/databases/create-ip-attribute.md rename to docs/examples/1.0.x/console-web/examples/databases/create-ip-attribute.md diff --git a/docs/examples/1.0.0-RC1/console-web/examples/databases/create-string-attribute.md b/docs/examples/1.0.x/console-web/examples/databases/create-string-attribute.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-web/examples/databases/create-string-attribute.md rename to docs/examples/1.0.x/console-web/examples/databases/create-string-attribute.md diff --git a/docs/examples/1.0.0-RC1/console-web/examples/databases/create-url-attribute.md b/docs/examples/1.0.x/console-web/examples/databases/create-url-attribute.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-web/examples/databases/create-url-attribute.md rename to docs/examples/1.0.x/console-web/examples/databases/create-url-attribute.md diff --git a/docs/examples/1.0.0-RC1/console-web/examples/databases/create.md b/docs/examples/1.0.x/console-web/examples/databases/create.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-web/examples/databases/create.md rename to docs/examples/1.0.x/console-web/examples/databases/create.md diff --git a/docs/examples/1.0.0-RC1/console-web/examples/databases/delete-attribute.md b/docs/examples/1.0.x/console-web/examples/databases/delete-attribute.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-web/examples/databases/delete-attribute.md rename to docs/examples/1.0.x/console-web/examples/databases/delete-attribute.md diff --git a/docs/examples/1.0.0-RC1/console-web/examples/databases/delete-collection.md b/docs/examples/1.0.x/console-web/examples/databases/delete-collection.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-web/examples/databases/delete-collection.md rename to docs/examples/1.0.x/console-web/examples/databases/delete-collection.md diff --git a/docs/examples/1.0.0-RC1/console-web/examples/databases/delete-document.md b/docs/examples/1.0.x/console-web/examples/databases/delete-document.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-web/examples/databases/delete-document.md rename to docs/examples/1.0.x/console-web/examples/databases/delete-document.md diff --git a/docs/examples/1.0.0-RC1/console-web/examples/databases/delete-index.md b/docs/examples/1.0.x/console-web/examples/databases/delete-index.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-web/examples/databases/delete-index.md rename to docs/examples/1.0.x/console-web/examples/databases/delete-index.md diff --git a/docs/examples/1.0.0-RC1/console-web/examples/databases/delete.md b/docs/examples/1.0.x/console-web/examples/databases/delete.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-web/examples/databases/delete.md rename to docs/examples/1.0.x/console-web/examples/databases/delete.md diff --git a/docs/examples/1.0.0-RC1/console-web/examples/databases/get-attribute.md b/docs/examples/1.0.x/console-web/examples/databases/get-attribute.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-web/examples/databases/get-attribute.md rename to docs/examples/1.0.x/console-web/examples/databases/get-attribute.md diff --git a/docs/examples/1.0.0-RC1/console-web/examples/databases/get-collection-usage.md b/docs/examples/1.0.x/console-web/examples/databases/get-collection-usage.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-web/examples/databases/get-collection-usage.md rename to docs/examples/1.0.x/console-web/examples/databases/get-collection-usage.md diff --git a/docs/examples/1.0.0-RC1/console-web/examples/databases/get-collection.md b/docs/examples/1.0.x/console-web/examples/databases/get-collection.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-web/examples/databases/get-collection.md rename to docs/examples/1.0.x/console-web/examples/databases/get-collection.md diff --git a/docs/examples/1.0.0-RC1/console-web/examples/databases/get-database-usage.md b/docs/examples/1.0.x/console-web/examples/databases/get-database-usage.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-web/examples/databases/get-database-usage.md rename to docs/examples/1.0.x/console-web/examples/databases/get-database-usage.md diff --git a/docs/examples/1.0.0-RC1/console-web/examples/databases/get-document.md b/docs/examples/1.0.x/console-web/examples/databases/get-document.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-web/examples/databases/get-document.md rename to docs/examples/1.0.x/console-web/examples/databases/get-document.md diff --git a/docs/examples/1.0.0-RC1/console-web/examples/databases/get-index.md b/docs/examples/1.0.x/console-web/examples/databases/get-index.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-web/examples/databases/get-index.md rename to docs/examples/1.0.x/console-web/examples/databases/get-index.md diff --git a/docs/examples/1.0.0-RC1/console-web/examples/databases/get-usage.md b/docs/examples/1.0.x/console-web/examples/databases/get-usage.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-web/examples/databases/get-usage.md rename to docs/examples/1.0.x/console-web/examples/databases/get-usage.md diff --git a/docs/examples/1.0.0-RC1/console-web/examples/databases/get.md b/docs/examples/1.0.x/console-web/examples/databases/get.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-web/examples/databases/get.md rename to docs/examples/1.0.x/console-web/examples/databases/get.md diff --git a/docs/examples/1.0.0-RC1/console-web/examples/databases/list-attributes.md b/docs/examples/1.0.x/console-web/examples/databases/list-attributes.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-web/examples/databases/list-attributes.md rename to docs/examples/1.0.x/console-web/examples/databases/list-attributes.md diff --git a/docs/examples/1.0.0-RC1/console-web/examples/databases/list-collection-logs.md b/docs/examples/1.0.x/console-web/examples/databases/list-collection-logs.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-web/examples/databases/list-collection-logs.md rename to docs/examples/1.0.x/console-web/examples/databases/list-collection-logs.md diff --git a/docs/examples/1.0.0-RC1/console-web/examples/databases/list-collections.md b/docs/examples/1.0.x/console-web/examples/databases/list-collections.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-web/examples/databases/list-collections.md rename to docs/examples/1.0.x/console-web/examples/databases/list-collections.md diff --git a/docs/examples/1.0.0-RC1/console-web/examples/databases/list-document-logs.md b/docs/examples/1.0.x/console-web/examples/databases/list-document-logs.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-web/examples/databases/list-document-logs.md rename to docs/examples/1.0.x/console-web/examples/databases/list-document-logs.md diff --git a/docs/examples/1.0.0-RC1/console-web/examples/databases/list-documents.md b/docs/examples/1.0.x/console-web/examples/databases/list-documents.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-web/examples/databases/list-documents.md rename to docs/examples/1.0.x/console-web/examples/databases/list-documents.md diff --git a/docs/examples/1.0.0-RC1/console-web/examples/databases/list-indexes.md b/docs/examples/1.0.x/console-web/examples/databases/list-indexes.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-web/examples/databases/list-indexes.md rename to docs/examples/1.0.x/console-web/examples/databases/list-indexes.md diff --git a/docs/examples/1.0.0-RC1/console-web/examples/databases/list-logs.md b/docs/examples/1.0.x/console-web/examples/databases/list-logs.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-web/examples/databases/list-logs.md rename to docs/examples/1.0.x/console-web/examples/databases/list-logs.md diff --git a/docs/examples/1.0.0-RC1/console-web/examples/databases/list.md b/docs/examples/1.0.x/console-web/examples/databases/list.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-web/examples/databases/list.md rename to docs/examples/1.0.x/console-web/examples/databases/list.md diff --git a/docs/examples/1.0.0-RC1/console-web/examples/databases/update-collection.md b/docs/examples/1.0.x/console-web/examples/databases/update-collection.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-web/examples/databases/update-collection.md rename to docs/examples/1.0.x/console-web/examples/databases/update-collection.md diff --git a/docs/examples/1.0.0-RC1/console-web/examples/databases/update-document.md b/docs/examples/1.0.x/console-web/examples/databases/update-document.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-web/examples/databases/update-document.md rename to docs/examples/1.0.x/console-web/examples/databases/update-document.md diff --git a/docs/examples/1.0.0-RC1/console-web/examples/databases/update.md b/docs/examples/1.0.x/console-web/examples/databases/update.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-web/examples/databases/update.md rename to docs/examples/1.0.x/console-web/examples/databases/update.md diff --git a/docs/examples/1.0.0-RC1/console-web/examples/functions/create-deployment.md b/docs/examples/1.0.x/console-web/examples/functions/create-deployment.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-web/examples/functions/create-deployment.md rename to docs/examples/1.0.x/console-web/examples/functions/create-deployment.md diff --git a/docs/examples/1.0.0-RC1/console-web/examples/functions/create-execution.md b/docs/examples/1.0.x/console-web/examples/functions/create-execution.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-web/examples/functions/create-execution.md rename to docs/examples/1.0.x/console-web/examples/functions/create-execution.md diff --git a/docs/examples/1.0.0-RC1/console-web/examples/functions/create-variable.md b/docs/examples/1.0.x/console-web/examples/functions/create-variable.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-web/examples/functions/create-variable.md rename to docs/examples/1.0.x/console-web/examples/functions/create-variable.md diff --git a/docs/examples/1.0.0-RC1/console-web/examples/functions/create.md b/docs/examples/1.0.x/console-web/examples/functions/create.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-web/examples/functions/create.md rename to docs/examples/1.0.x/console-web/examples/functions/create.md diff --git a/docs/examples/1.0.0-RC1/console-web/examples/functions/delete-deployment.md b/docs/examples/1.0.x/console-web/examples/functions/delete-deployment.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-web/examples/functions/delete-deployment.md rename to docs/examples/1.0.x/console-web/examples/functions/delete-deployment.md diff --git a/docs/examples/1.0.0-RC1/console-web/examples/functions/delete-variable.md b/docs/examples/1.0.x/console-web/examples/functions/delete-variable.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-web/examples/functions/delete-variable.md rename to docs/examples/1.0.x/console-web/examples/functions/delete-variable.md diff --git a/docs/examples/1.0.0-RC1/console-web/examples/functions/delete.md b/docs/examples/1.0.x/console-web/examples/functions/delete.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-web/examples/functions/delete.md rename to docs/examples/1.0.x/console-web/examples/functions/delete.md diff --git a/docs/examples/1.0.0-RC1/console-web/examples/functions/get-deployment.md b/docs/examples/1.0.x/console-web/examples/functions/get-deployment.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-web/examples/functions/get-deployment.md rename to docs/examples/1.0.x/console-web/examples/functions/get-deployment.md diff --git a/docs/examples/1.0.0-RC1/console-web/examples/functions/get-execution.md b/docs/examples/1.0.x/console-web/examples/functions/get-execution.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-web/examples/functions/get-execution.md rename to docs/examples/1.0.x/console-web/examples/functions/get-execution.md diff --git a/docs/examples/1.0.0-RC1/console-web/examples/functions/get-function-usage.md b/docs/examples/1.0.x/console-web/examples/functions/get-function-usage.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-web/examples/functions/get-function-usage.md rename to docs/examples/1.0.x/console-web/examples/functions/get-function-usage.md diff --git a/docs/examples/1.0.0-RC1/console-web/examples/functions/get-usage.md b/docs/examples/1.0.x/console-web/examples/functions/get-usage.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-web/examples/functions/get-usage.md rename to docs/examples/1.0.x/console-web/examples/functions/get-usage.md diff --git a/docs/examples/1.0.0-RC1/console-web/examples/functions/get-variable.md b/docs/examples/1.0.x/console-web/examples/functions/get-variable.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-web/examples/functions/get-variable.md rename to docs/examples/1.0.x/console-web/examples/functions/get-variable.md diff --git a/docs/examples/1.0.0-RC1/console-web/examples/functions/get.md b/docs/examples/1.0.x/console-web/examples/functions/get.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-web/examples/functions/get.md rename to docs/examples/1.0.x/console-web/examples/functions/get.md diff --git a/docs/examples/1.0.0-RC1/console-web/examples/functions/list-deployments.md b/docs/examples/1.0.x/console-web/examples/functions/list-deployments.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-web/examples/functions/list-deployments.md rename to docs/examples/1.0.x/console-web/examples/functions/list-deployments.md diff --git a/docs/examples/1.0.0-RC1/console-web/examples/functions/list-executions.md b/docs/examples/1.0.x/console-web/examples/functions/list-executions.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-web/examples/functions/list-executions.md rename to docs/examples/1.0.x/console-web/examples/functions/list-executions.md diff --git a/docs/examples/1.0.0-RC1/console-web/examples/functions/list-runtimes.md b/docs/examples/1.0.x/console-web/examples/functions/list-runtimes.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-web/examples/functions/list-runtimes.md rename to docs/examples/1.0.x/console-web/examples/functions/list-runtimes.md diff --git a/docs/examples/1.0.0-RC1/console-web/examples/functions/list-variables.md b/docs/examples/1.0.x/console-web/examples/functions/list-variables.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-web/examples/functions/list-variables.md rename to docs/examples/1.0.x/console-web/examples/functions/list-variables.md diff --git a/docs/examples/1.0.0-RC1/console-web/examples/functions/list.md b/docs/examples/1.0.x/console-web/examples/functions/list.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-web/examples/functions/list.md rename to docs/examples/1.0.x/console-web/examples/functions/list.md diff --git a/docs/examples/1.0.0-RC1/console-web/examples/functions/retry-build.md b/docs/examples/1.0.x/console-web/examples/functions/retry-build.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-web/examples/functions/retry-build.md rename to docs/examples/1.0.x/console-web/examples/functions/retry-build.md diff --git a/docs/examples/1.0.0-RC1/console-web/examples/functions/update-deployment.md b/docs/examples/1.0.x/console-web/examples/functions/update-deployment.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-web/examples/functions/update-deployment.md rename to docs/examples/1.0.x/console-web/examples/functions/update-deployment.md diff --git a/docs/examples/1.0.0-RC1/console-web/examples/functions/update-variable.md b/docs/examples/1.0.x/console-web/examples/functions/update-variable.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-web/examples/functions/update-variable.md rename to docs/examples/1.0.x/console-web/examples/functions/update-variable.md diff --git a/docs/examples/1.0.0-RC1/console-web/examples/functions/update.md b/docs/examples/1.0.x/console-web/examples/functions/update.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-web/examples/functions/update.md rename to docs/examples/1.0.x/console-web/examples/functions/update.md diff --git a/docs/examples/1.0.0-RC1/console-web/examples/health/get-antivirus.md b/docs/examples/1.0.x/console-web/examples/health/get-antivirus.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-web/examples/health/get-antivirus.md rename to docs/examples/1.0.x/console-web/examples/health/get-antivirus.md diff --git a/docs/examples/1.0.0-RC1/console-web/examples/health/get-cache.md b/docs/examples/1.0.x/console-web/examples/health/get-cache.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-web/examples/health/get-cache.md rename to docs/examples/1.0.x/console-web/examples/health/get-cache.md diff --git a/docs/examples/1.0.0-RC1/console-web/examples/health/get-d-b.md b/docs/examples/1.0.x/console-web/examples/health/get-d-b.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-web/examples/health/get-d-b.md rename to docs/examples/1.0.x/console-web/examples/health/get-d-b.md diff --git a/docs/examples/1.0.0-RC1/console-web/examples/health/get-queue-certificates.md b/docs/examples/1.0.x/console-web/examples/health/get-queue-certificates.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-web/examples/health/get-queue-certificates.md rename to docs/examples/1.0.x/console-web/examples/health/get-queue-certificates.md diff --git a/docs/examples/1.0.0-RC1/console-web/examples/health/get-queue-functions.md b/docs/examples/1.0.x/console-web/examples/health/get-queue-functions.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-web/examples/health/get-queue-functions.md rename to docs/examples/1.0.x/console-web/examples/health/get-queue-functions.md diff --git a/docs/examples/1.0.0-RC1/console-web/examples/health/get-queue-logs.md b/docs/examples/1.0.x/console-web/examples/health/get-queue-logs.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-web/examples/health/get-queue-logs.md rename to docs/examples/1.0.x/console-web/examples/health/get-queue-logs.md diff --git a/docs/examples/1.0.0-RC1/console-web/examples/health/get-queue-webhooks.md b/docs/examples/1.0.x/console-web/examples/health/get-queue-webhooks.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-web/examples/health/get-queue-webhooks.md rename to docs/examples/1.0.x/console-web/examples/health/get-queue-webhooks.md diff --git a/docs/examples/1.0.0-RC1/console-web/examples/health/get-storage-local.md b/docs/examples/1.0.x/console-web/examples/health/get-storage-local.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-web/examples/health/get-storage-local.md rename to docs/examples/1.0.x/console-web/examples/health/get-storage-local.md diff --git a/docs/examples/1.0.0-RC1/console-web/examples/health/get-time.md b/docs/examples/1.0.x/console-web/examples/health/get-time.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-web/examples/health/get-time.md rename to docs/examples/1.0.x/console-web/examples/health/get-time.md diff --git a/docs/examples/1.0.0-RC1/console-web/examples/health/get.md b/docs/examples/1.0.x/console-web/examples/health/get.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-web/examples/health/get.md rename to docs/examples/1.0.x/console-web/examples/health/get.md diff --git a/docs/examples/1.0.0-RC1/console-web/examples/locale/get-continents.md b/docs/examples/1.0.x/console-web/examples/locale/get-continents.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-web/examples/locale/get-continents.md rename to docs/examples/1.0.x/console-web/examples/locale/get-continents.md diff --git a/docs/examples/1.0.0-RC1/console-web/examples/locale/get-countries-e-u.md b/docs/examples/1.0.x/console-web/examples/locale/get-countries-e-u.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-web/examples/locale/get-countries-e-u.md rename to docs/examples/1.0.x/console-web/examples/locale/get-countries-e-u.md diff --git a/docs/examples/1.0.0-RC1/console-web/examples/locale/get-countries-phones.md b/docs/examples/1.0.x/console-web/examples/locale/get-countries-phones.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-web/examples/locale/get-countries-phones.md rename to docs/examples/1.0.x/console-web/examples/locale/get-countries-phones.md diff --git a/docs/examples/1.0.0-RC1/console-web/examples/locale/get-countries.md b/docs/examples/1.0.x/console-web/examples/locale/get-countries.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-web/examples/locale/get-countries.md rename to docs/examples/1.0.x/console-web/examples/locale/get-countries.md diff --git a/docs/examples/1.0.0-RC1/console-web/examples/locale/get-currencies.md b/docs/examples/1.0.x/console-web/examples/locale/get-currencies.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-web/examples/locale/get-currencies.md rename to docs/examples/1.0.x/console-web/examples/locale/get-currencies.md diff --git a/docs/examples/1.0.0-RC1/console-web/examples/locale/get-languages.md b/docs/examples/1.0.x/console-web/examples/locale/get-languages.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-web/examples/locale/get-languages.md rename to docs/examples/1.0.x/console-web/examples/locale/get-languages.md diff --git a/docs/examples/1.0.0-RC1/console-web/examples/locale/get.md b/docs/examples/1.0.x/console-web/examples/locale/get.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-web/examples/locale/get.md rename to docs/examples/1.0.x/console-web/examples/locale/get.md diff --git a/docs/examples/1.0.0/console-web/examples/locale/list-continents.md b/docs/examples/1.0.x/console-web/examples/locale/list-continents.md similarity index 100% rename from docs/examples/1.0.0/console-web/examples/locale/list-continents.md rename to docs/examples/1.0.x/console-web/examples/locale/list-continents.md diff --git a/docs/examples/1.0.0/console-web/examples/locale/list-countries-e-u.md b/docs/examples/1.0.x/console-web/examples/locale/list-countries-e-u.md similarity index 100% rename from docs/examples/1.0.0/console-web/examples/locale/list-countries-e-u.md rename to docs/examples/1.0.x/console-web/examples/locale/list-countries-e-u.md diff --git a/docs/examples/1.0.0/console-web/examples/locale/list-countries-phones.md b/docs/examples/1.0.x/console-web/examples/locale/list-countries-phones.md similarity index 100% rename from docs/examples/1.0.0/console-web/examples/locale/list-countries-phones.md rename to docs/examples/1.0.x/console-web/examples/locale/list-countries-phones.md diff --git a/docs/examples/1.0.0/console-web/examples/locale/list-countries.md b/docs/examples/1.0.x/console-web/examples/locale/list-countries.md similarity index 100% rename from docs/examples/1.0.0/console-web/examples/locale/list-countries.md rename to docs/examples/1.0.x/console-web/examples/locale/list-countries.md diff --git a/docs/examples/1.0.0/console-web/examples/locale/list-currencies.md b/docs/examples/1.0.x/console-web/examples/locale/list-currencies.md similarity index 100% rename from docs/examples/1.0.0/console-web/examples/locale/list-currencies.md rename to docs/examples/1.0.x/console-web/examples/locale/list-currencies.md diff --git a/docs/examples/1.0.0/console-web/examples/locale/list-languages.md b/docs/examples/1.0.x/console-web/examples/locale/list-languages.md similarity index 100% rename from docs/examples/1.0.0/console-web/examples/locale/list-languages.md rename to docs/examples/1.0.x/console-web/examples/locale/list-languages.md diff --git a/docs/examples/1.0.0-RC1/console-web/examples/projects/create-domain.md b/docs/examples/1.0.x/console-web/examples/projects/create-domain.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-web/examples/projects/create-domain.md rename to docs/examples/1.0.x/console-web/examples/projects/create-domain.md diff --git a/docs/examples/1.0.0-RC1/console-web/examples/projects/create-key.md b/docs/examples/1.0.x/console-web/examples/projects/create-key.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-web/examples/projects/create-key.md rename to docs/examples/1.0.x/console-web/examples/projects/create-key.md diff --git a/docs/examples/1.0.0-RC1/console-web/examples/projects/create-platform.md b/docs/examples/1.0.x/console-web/examples/projects/create-platform.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-web/examples/projects/create-platform.md rename to docs/examples/1.0.x/console-web/examples/projects/create-platform.md diff --git a/docs/examples/1.0.0-RC1/console-web/examples/projects/create-webhook.md b/docs/examples/1.0.x/console-web/examples/projects/create-webhook.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-web/examples/projects/create-webhook.md rename to docs/examples/1.0.x/console-web/examples/projects/create-webhook.md diff --git a/docs/examples/1.0.0-RC1/console-web/examples/projects/create.md b/docs/examples/1.0.x/console-web/examples/projects/create.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-web/examples/projects/create.md rename to docs/examples/1.0.x/console-web/examples/projects/create.md diff --git a/docs/examples/1.0.0-RC1/console-web/examples/projects/delete-domain.md b/docs/examples/1.0.x/console-web/examples/projects/delete-domain.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-web/examples/projects/delete-domain.md rename to docs/examples/1.0.x/console-web/examples/projects/delete-domain.md diff --git a/docs/examples/1.0.0-RC1/console-web/examples/projects/delete-key.md b/docs/examples/1.0.x/console-web/examples/projects/delete-key.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-web/examples/projects/delete-key.md rename to docs/examples/1.0.x/console-web/examples/projects/delete-key.md diff --git a/docs/examples/1.0.0-RC1/console-web/examples/projects/delete-platform.md b/docs/examples/1.0.x/console-web/examples/projects/delete-platform.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-web/examples/projects/delete-platform.md rename to docs/examples/1.0.x/console-web/examples/projects/delete-platform.md diff --git a/docs/examples/1.0.0-RC1/console-web/examples/projects/delete-webhook.md b/docs/examples/1.0.x/console-web/examples/projects/delete-webhook.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-web/examples/projects/delete-webhook.md rename to docs/examples/1.0.x/console-web/examples/projects/delete-webhook.md diff --git a/docs/examples/1.0.0-RC1/console-web/examples/projects/delete.md b/docs/examples/1.0.x/console-web/examples/projects/delete.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-web/examples/projects/delete.md rename to docs/examples/1.0.x/console-web/examples/projects/delete.md diff --git a/docs/examples/1.0.0-RC1/console-web/examples/projects/get-domain.md b/docs/examples/1.0.x/console-web/examples/projects/get-domain.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-web/examples/projects/get-domain.md rename to docs/examples/1.0.x/console-web/examples/projects/get-domain.md diff --git a/docs/examples/1.0.0-RC1/console-web/examples/projects/get-key.md b/docs/examples/1.0.x/console-web/examples/projects/get-key.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-web/examples/projects/get-key.md rename to docs/examples/1.0.x/console-web/examples/projects/get-key.md diff --git a/docs/examples/1.0.0-RC1/console-web/examples/projects/get-platform.md b/docs/examples/1.0.x/console-web/examples/projects/get-platform.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-web/examples/projects/get-platform.md rename to docs/examples/1.0.x/console-web/examples/projects/get-platform.md diff --git a/docs/examples/1.0.0-RC1/console-web/examples/projects/get-usage.md b/docs/examples/1.0.x/console-web/examples/projects/get-usage.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-web/examples/projects/get-usage.md rename to docs/examples/1.0.x/console-web/examples/projects/get-usage.md diff --git a/docs/examples/1.0.0-RC1/console-web/examples/projects/get-webhook.md b/docs/examples/1.0.x/console-web/examples/projects/get-webhook.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-web/examples/projects/get-webhook.md rename to docs/examples/1.0.x/console-web/examples/projects/get-webhook.md diff --git a/docs/examples/1.0.0-RC1/console-web/examples/projects/get.md b/docs/examples/1.0.x/console-web/examples/projects/get.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-web/examples/projects/get.md rename to docs/examples/1.0.x/console-web/examples/projects/get.md diff --git a/docs/examples/1.0.0-RC1/console-web/examples/projects/list-domains.md b/docs/examples/1.0.x/console-web/examples/projects/list-domains.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-web/examples/projects/list-domains.md rename to docs/examples/1.0.x/console-web/examples/projects/list-domains.md diff --git a/docs/examples/1.0.0-RC1/console-web/examples/projects/list-keys.md b/docs/examples/1.0.x/console-web/examples/projects/list-keys.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-web/examples/projects/list-keys.md rename to docs/examples/1.0.x/console-web/examples/projects/list-keys.md diff --git a/docs/examples/1.0.0-RC1/console-web/examples/projects/list-platforms.md b/docs/examples/1.0.x/console-web/examples/projects/list-platforms.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-web/examples/projects/list-platforms.md rename to docs/examples/1.0.x/console-web/examples/projects/list-platforms.md diff --git a/docs/examples/1.0.0-RC1/console-web/examples/projects/list-webhooks.md b/docs/examples/1.0.x/console-web/examples/projects/list-webhooks.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-web/examples/projects/list-webhooks.md rename to docs/examples/1.0.x/console-web/examples/projects/list-webhooks.md diff --git a/docs/examples/1.0.0-RC1/console-web/examples/projects/list.md b/docs/examples/1.0.x/console-web/examples/projects/list.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-web/examples/projects/list.md rename to docs/examples/1.0.x/console-web/examples/projects/list.md diff --git a/docs/examples/1.0.0-RC1/console-web/examples/projects/update-auth-limit.md b/docs/examples/1.0.x/console-web/examples/projects/update-auth-limit.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-web/examples/projects/update-auth-limit.md rename to docs/examples/1.0.x/console-web/examples/projects/update-auth-limit.md diff --git a/docs/examples/1.0.0-RC1/console-web/examples/projects/update-auth-status.md b/docs/examples/1.0.x/console-web/examples/projects/update-auth-status.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-web/examples/projects/update-auth-status.md rename to docs/examples/1.0.x/console-web/examples/projects/update-auth-status.md diff --git a/docs/examples/1.0.0-RC1/console-web/examples/projects/update-domain-verification.md b/docs/examples/1.0.x/console-web/examples/projects/update-domain-verification.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-web/examples/projects/update-domain-verification.md rename to docs/examples/1.0.x/console-web/examples/projects/update-domain-verification.md diff --git a/docs/examples/1.0.0-RC1/console-web/examples/projects/update-key.md b/docs/examples/1.0.x/console-web/examples/projects/update-key.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-web/examples/projects/update-key.md rename to docs/examples/1.0.x/console-web/examples/projects/update-key.md diff --git a/docs/examples/1.0.0-RC1/console-web/examples/projects/update-o-auth2.md b/docs/examples/1.0.x/console-web/examples/projects/update-o-auth2.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-web/examples/projects/update-o-auth2.md rename to docs/examples/1.0.x/console-web/examples/projects/update-o-auth2.md diff --git a/docs/examples/1.0.0-RC1/console-web/examples/projects/update-platform.md b/docs/examples/1.0.x/console-web/examples/projects/update-platform.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-web/examples/projects/update-platform.md rename to docs/examples/1.0.x/console-web/examples/projects/update-platform.md diff --git a/docs/examples/1.0.0-RC1/console-web/examples/projects/update-service-status.md b/docs/examples/1.0.x/console-web/examples/projects/update-service-status.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-web/examples/projects/update-service-status.md rename to docs/examples/1.0.x/console-web/examples/projects/update-service-status.md diff --git a/docs/examples/1.0.0-RC1/console-web/examples/projects/update-webhook-signature.md b/docs/examples/1.0.x/console-web/examples/projects/update-webhook-signature.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-web/examples/projects/update-webhook-signature.md rename to docs/examples/1.0.x/console-web/examples/projects/update-webhook-signature.md diff --git a/docs/examples/1.0.0-RC1/console-web/examples/projects/update-webhook.md b/docs/examples/1.0.x/console-web/examples/projects/update-webhook.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-web/examples/projects/update-webhook.md rename to docs/examples/1.0.x/console-web/examples/projects/update-webhook.md diff --git a/docs/examples/1.0.0-RC1/console-web/examples/projects/update.md b/docs/examples/1.0.x/console-web/examples/projects/update.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-web/examples/projects/update.md rename to docs/examples/1.0.x/console-web/examples/projects/update.md diff --git a/docs/examples/1.0.0-RC1/console-web/examples/storage/create-bucket.md b/docs/examples/1.0.x/console-web/examples/storage/create-bucket.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-web/examples/storage/create-bucket.md rename to docs/examples/1.0.x/console-web/examples/storage/create-bucket.md diff --git a/docs/examples/1.0.0-RC1/console-web/examples/storage/create-file.md b/docs/examples/1.0.x/console-web/examples/storage/create-file.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-web/examples/storage/create-file.md rename to docs/examples/1.0.x/console-web/examples/storage/create-file.md diff --git a/docs/examples/1.0.0-RC1/console-web/examples/storage/delete-bucket.md b/docs/examples/1.0.x/console-web/examples/storage/delete-bucket.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-web/examples/storage/delete-bucket.md rename to docs/examples/1.0.x/console-web/examples/storage/delete-bucket.md diff --git a/docs/examples/1.0.0-RC1/console-web/examples/storage/delete-file.md b/docs/examples/1.0.x/console-web/examples/storage/delete-file.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-web/examples/storage/delete-file.md rename to docs/examples/1.0.x/console-web/examples/storage/delete-file.md diff --git a/docs/examples/1.0.0-RC1/console-web/examples/storage/get-bucket-usage.md b/docs/examples/1.0.x/console-web/examples/storage/get-bucket-usage.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-web/examples/storage/get-bucket-usage.md rename to docs/examples/1.0.x/console-web/examples/storage/get-bucket-usage.md diff --git a/docs/examples/1.0.0-RC1/console-web/examples/storage/get-bucket.md b/docs/examples/1.0.x/console-web/examples/storage/get-bucket.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-web/examples/storage/get-bucket.md rename to docs/examples/1.0.x/console-web/examples/storage/get-bucket.md diff --git a/docs/examples/1.0.0-RC1/console-web/examples/storage/get-file-download.md b/docs/examples/1.0.x/console-web/examples/storage/get-file-download.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-web/examples/storage/get-file-download.md rename to docs/examples/1.0.x/console-web/examples/storage/get-file-download.md diff --git a/docs/examples/1.0.0-RC1/console-web/examples/storage/get-file-preview.md b/docs/examples/1.0.x/console-web/examples/storage/get-file-preview.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-web/examples/storage/get-file-preview.md rename to docs/examples/1.0.x/console-web/examples/storage/get-file-preview.md diff --git a/docs/examples/1.0.0-RC1/console-web/examples/storage/get-file-view.md b/docs/examples/1.0.x/console-web/examples/storage/get-file-view.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-web/examples/storage/get-file-view.md rename to docs/examples/1.0.x/console-web/examples/storage/get-file-view.md diff --git a/docs/examples/1.0.0-RC1/console-web/examples/storage/get-file.md b/docs/examples/1.0.x/console-web/examples/storage/get-file.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-web/examples/storage/get-file.md rename to docs/examples/1.0.x/console-web/examples/storage/get-file.md diff --git a/docs/examples/1.0.0-RC1/console-web/examples/storage/get-usage.md b/docs/examples/1.0.x/console-web/examples/storage/get-usage.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-web/examples/storage/get-usage.md rename to docs/examples/1.0.x/console-web/examples/storage/get-usage.md diff --git a/docs/examples/1.0.0-RC1/console-web/examples/storage/list-buckets.md b/docs/examples/1.0.x/console-web/examples/storage/list-buckets.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-web/examples/storage/list-buckets.md rename to docs/examples/1.0.x/console-web/examples/storage/list-buckets.md diff --git a/docs/examples/1.0.0-RC1/console-web/examples/storage/list-files.md b/docs/examples/1.0.x/console-web/examples/storage/list-files.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-web/examples/storage/list-files.md rename to docs/examples/1.0.x/console-web/examples/storage/list-files.md diff --git a/docs/examples/1.0.0-RC1/console-web/examples/storage/update-bucket.md b/docs/examples/1.0.x/console-web/examples/storage/update-bucket.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-web/examples/storage/update-bucket.md rename to docs/examples/1.0.x/console-web/examples/storage/update-bucket.md diff --git a/docs/examples/1.0.0-RC1/console-web/examples/storage/update-file.md b/docs/examples/1.0.x/console-web/examples/storage/update-file.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-web/examples/storage/update-file.md rename to docs/examples/1.0.x/console-web/examples/storage/update-file.md diff --git a/docs/examples/1.0.0-RC1/console-web/examples/teams/create-membership.md b/docs/examples/1.0.x/console-web/examples/teams/create-membership.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-web/examples/teams/create-membership.md rename to docs/examples/1.0.x/console-web/examples/teams/create-membership.md diff --git a/docs/examples/1.0.0-RC1/console-web/examples/teams/create.md b/docs/examples/1.0.x/console-web/examples/teams/create.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-web/examples/teams/create.md rename to docs/examples/1.0.x/console-web/examples/teams/create.md diff --git a/docs/examples/1.0.0-RC1/console-web/examples/teams/delete-membership.md b/docs/examples/1.0.x/console-web/examples/teams/delete-membership.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-web/examples/teams/delete-membership.md rename to docs/examples/1.0.x/console-web/examples/teams/delete-membership.md diff --git a/docs/examples/1.0.0-RC1/console-web/examples/teams/delete.md b/docs/examples/1.0.x/console-web/examples/teams/delete.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-web/examples/teams/delete.md rename to docs/examples/1.0.x/console-web/examples/teams/delete.md diff --git a/docs/examples/1.0.0-RC1/console-web/examples/teams/get-membership.md b/docs/examples/1.0.x/console-web/examples/teams/get-membership.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-web/examples/teams/get-membership.md rename to docs/examples/1.0.x/console-web/examples/teams/get-membership.md diff --git a/docs/examples/1.0.0-RC1/console-web/examples/teams/get-memberships.md b/docs/examples/1.0.x/console-web/examples/teams/get-memberships.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-web/examples/teams/get-memberships.md rename to docs/examples/1.0.x/console-web/examples/teams/get-memberships.md diff --git a/docs/examples/1.0.0-RC1/console-web/examples/teams/get.md b/docs/examples/1.0.x/console-web/examples/teams/get.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-web/examples/teams/get.md rename to docs/examples/1.0.x/console-web/examples/teams/get.md diff --git a/docs/examples/1.0.0-RC1/console-web/examples/teams/list-logs.md b/docs/examples/1.0.x/console-web/examples/teams/list-logs.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-web/examples/teams/list-logs.md rename to docs/examples/1.0.x/console-web/examples/teams/list-logs.md diff --git a/docs/examples/1.0.0/console-web/examples/teams/list-memberships.md b/docs/examples/1.0.x/console-web/examples/teams/list-memberships.md similarity index 100% rename from docs/examples/1.0.0/console-web/examples/teams/list-memberships.md rename to docs/examples/1.0.x/console-web/examples/teams/list-memberships.md diff --git a/docs/examples/1.0.0-RC1/console-web/examples/teams/list.md b/docs/examples/1.0.x/console-web/examples/teams/list.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-web/examples/teams/list.md rename to docs/examples/1.0.x/console-web/examples/teams/list.md diff --git a/docs/examples/1.0.0-RC1/console-web/examples/teams/update-membership-roles.md b/docs/examples/1.0.x/console-web/examples/teams/update-membership-roles.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-web/examples/teams/update-membership-roles.md rename to docs/examples/1.0.x/console-web/examples/teams/update-membership-roles.md diff --git a/docs/examples/1.0.0-RC1/console-web/examples/teams/update-membership-status.md b/docs/examples/1.0.x/console-web/examples/teams/update-membership-status.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-web/examples/teams/update-membership-status.md rename to docs/examples/1.0.x/console-web/examples/teams/update-membership-status.md diff --git a/docs/examples/1.0.0-RC1/console-web/examples/teams/update.md b/docs/examples/1.0.x/console-web/examples/teams/update.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-web/examples/teams/update.md rename to docs/examples/1.0.x/console-web/examples/teams/update.md diff --git a/docs/examples/1.0.0-RC1/console-web/examples/users/create-argon2user.md b/docs/examples/1.0.x/console-web/examples/users/create-argon2user.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-web/examples/users/create-argon2user.md rename to docs/examples/1.0.x/console-web/examples/users/create-argon2user.md diff --git a/docs/examples/1.0.0-RC1/console-web/examples/users/create-bcrypt-user.md b/docs/examples/1.0.x/console-web/examples/users/create-bcrypt-user.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-web/examples/users/create-bcrypt-user.md rename to docs/examples/1.0.x/console-web/examples/users/create-bcrypt-user.md diff --git a/docs/examples/1.0.0-RC1/console-web/examples/users/create-m-d5user.md b/docs/examples/1.0.x/console-web/examples/users/create-m-d5user.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-web/examples/users/create-m-d5user.md rename to docs/examples/1.0.x/console-web/examples/users/create-m-d5user.md diff --git a/docs/examples/1.0.0-RC1/console-web/examples/users/create-p-h-pass-user.md b/docs/examples/1.0.x/console-web/examples/users/create-p-h-pass-user.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-web/examples/users/create-p-h-pass-user.md rename to docs/examples/1.0.x/console-web/examples/users/create-p-h-pass-user.md diff --git a/docs/examples/1.0.0-RC1/console-web/examples/users/create-s-h-a-user.md b/docs/examples/1.0.x/console-web/examples/users/create-s-h-a-user.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-web/examples/users/create-s-h-a-user.md rename to docs/examples/1.0.x/console-web/examples/users/create-s-h-a-user.md diff --git a/docs/examples/1.0.0-RC1/console-web/examples/users/create-scrypt-modified-user.md b/docs/examples/1.0.x/console-web/examples/users/create-scrypt-modified-user.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-web/examples/users/create-scrypt-modified-user.md rename to docs/examples/1.0.x/console-web/examples/users/create-scrypt-modified-user.md diff --git a/docs/examples/1.0.0-RC1/console-web/examples/users/create-scrypt-user.md b/docs/examples/1.0.x/console-web/examples/users/create-scrypt-user.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-web/examples/users/create-scrypt-user.md rename to docs/examples/1.0.x/console-web/examples/users/create-scrypt-user.md diff --git a/docs/examples/1.0.0-RC1/console-web/examples/users/create.md b/docs/examples/1.0.x/console-web/examples/users/create.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-web/examples/users/create.md rename to docs/examples/1.0.x/console-web/examples/users/create.md diff --git a/docs/examples/1.0.0-RC1/console-web/examples/users/delete-session.md b/docs/examples/1.0.x/console-web/examples/users/delete-session.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-web/examples/users/delete-session.md rename to docs/examples/1.0.x/console-web/examples/users/delete-session.md diff --git a/docs/examples/1.0.0-RC1/console-web/examples/users/delete-sessions.md b/docs/examples/1.0.x/console-web/examples/users/delete-sessions.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-web/examples/users/delete-sessions.md rename to docs/examples/1.0.x/console-web/examples/users/delete-sessions.md diff --git a/docs/examples/1.0.0-RC1/console-web/examples/users/delete.md b/docs/examples/1.0.x/console-web/examples/users/delete.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-web/examples/users/delete.md rename to docs/examples/1.0.x/console-web/examples/users/delete.md diff --git a/docs/examples/1.0.0-RC1/console-web/examples/users/get-logs.md b/docs/examples/1.0.x/console-web/examples/users/get-logs.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-web/examples/users/get-logs.md rename to docs/examples/1.0.x/console-web/examples/users/get-logs.md diff --git a/docs/examples/1.0.0-RC1/console-web/examples/users/get-memberships.md b/docs/examples/1.0.x/console-web/examples/users/get-memberships.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-web/examples/users/get-memberships.md rename to docs/examples/1.0.x/console-web/examples/users/get-memberships.md diff --git a/docs/examples/1.0.0-RC1/console-web/examples/users/get-prefs.md b/docs/examples/1.0.x/console-web/examples/users/get-prefs.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-web/examples/users/get-prefs.md rename to docs/examples/1.0.x/console-web/examples/users/get-prefs.md diff --git a/docs/examples/1.0.0-RC1/console-web/examples/users/get-sessions.md b/docs/examples/1.0.x/console-web/examples/users/get-sessions.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-web/examples/users/get-sessions.md rename to docs/examples/1.0.x/console-web/examples/users/get-sessions.md diff --git a/docs/examples/1.0.0-RC1/console-web/examples/users/get-usage.md b/docs/examples/1.0.x/console-web/examples/users/get-usage.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-web/examples/users/get-usage.md rename to docs/examples/1.0.x/console-web/examples/users/get-usage.md diff --git a/docs/examples/1.0.0-RC1/console-web/examples/users/get.md b/docs/examples/1.0.x/console-web/examples/users/get.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-web/examples/users/get.md rename to docs/examples/1.0.x/console-web/examples/users/get.md diff --git a/docs/examples/1.0.0/console-web/examples/users/list-logs.md b/docs/examples/1.0.x/console-web/examples/users/list-logs.md similarity index 100% rename from docs/examples/1.0.0/console-web/examples/users/list-logs.md rename to docs/examples/1.0.x/console-web/examples/users/list-logs.md diff --git a/docs/examples/1.0.0/console-web/examples/users/list-memberships.md b/docs/examples/1.0.x/console-web/examples/users/list-memberships.md similarity index 100% rename from docs/examples/1.0.0/console-web/examples/users/list-memberships.md rename to docs/examples/1.0.x/console-web/examples/users/list-memberships.md diff --git a/docs/examples/1.0.0/console-web/examples/users/list-sessions.md b/docs/examples/1.0.x/console-web/examples/users/list-sessions.md similarity index 100% rename from docs/examples/1.0.0/console-web/examples/users/list-sessions.md rename to docs/examples/1.0.x/console-web/examples/users/list-sessions.md diff --git a/docs/examples/1.0.0-RC1/console-web/examples/users/list.md b/docs/examples/1.0.x/console-web/examples/users/list.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-web/examples/users/list.md rename to docs/examples/1.0.x/console-web/examples/users/list.md diff --git a/docs/examples/1.0.0-RC1/console-web/examples/users/update-email-verification.md b/docs/examples/1.0.x/console-web/examples/users/update-email-verification.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-web/examples/users/update-email-verification.md rename to docs/examples/1.0.x/console-web/examples/users/update-email-verification.md diff --git a/docs/examples/1.0.0-RC1/console-web/examples/users/update-email.md b/docs/examples/1.0.x/console-web/examples/users/update-email.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-web/examples/users/update-email.md rename to docs/examples/1.0.x/console-web/examples/users/update-email.md diff --git a/docs/examples/1.0.0-RC1/console-web/examples/users/update-name.md b/docs/examples/1.0.x/console-web/examples/users/update-name.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-web/examples/users/update-name.md rename to docs/examples/1.0.x/console-web/examples/users/update-name.md diff --git a/docs/examples/1.0.0-RC1/console-web/examples/users/update-password.md b/docs/examples/1.0.x/console-web/examples/users/update-password.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-web/examples/users/update-password.md rename to docs/examples/1.0.x/console-web/examples/users/update-password.md diff --git a/docs/examples/1.0.0-RC1/console-web/examples/users/update-phone-verification.md b/docs/examples/1.0.x/console-web/examples/users/update-phone-verification.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-web/examples/users/update-phone-verification.md rename to docs/examples/1.0.x/console-web/examples/users/update-phone-verification.md diff --git a/docs/examples/1.0.0-RC1/console-web/examples/users/update-phone.md b/docs/examples/1.0.x/console-web/examples/users/update-phone.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-web/examples/users/update-phone.md rename to docs/examples/1.0.x/console-web/examples/users/update-phone.md diff --git a/docs/examples/1.0.0-RC1/console-web/examples/users/update-prefs.md b/docs/examples/1.0.x/console-web/examples/users/update-prefs.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-web/examples/users/update-prefs.md rename to docs/examples/1.0.x/console-web/examples/users/update-prefs.md diff --git a/docs/examples/1.0.0-RC1/console-web/examples/users/update-status.md b/docs/examples/1.0.x/console-web/examples/users/update-status.md similarity index 100% rename from docs/examples/1.0.0-RC1/console-web/examples/users/update-status.md rename to docs/examples/1.0.x/console-web/examples/users/update-status.md diff --git a/docs/examples/1.0.0-RC1/server-dart/examples/account/create-phone-verification.md b/docs/examples/1.0.x/server-dart/examples/account/create-phone-verification.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-dart/examples/account/create-phone-verification.md rename to docs/examples/1.0.x/server-dart/examples/account/create-phone-verification.md diff --git a/docs/examples/1.0.0-RC1/server-dart/examples/account/create-recovery.md b/docs/examples/1.0.x/server-dart/examples/account/create-recovery.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-dart/examples/account/create-recovery.md rename to docs/examples/1.0.x/server-dart/examples/account/create-recovery.md diff --git a/docs/examples/1.0.0-RC1/server-dart/examples/account/create-verification.md b/docs/examples/1.0.x/server-dart/examples/account/create-verification.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-dart/examples/account/create-verification.md rename to docs/examples/1.0.x/server-dart/examples/account/create-verification.md diff --git a/docs/examples/1.0.0-RC1/server-dart/examples/account/delete-session.md b/docs/examples/1.0.x/server-dart/examples/account/delete-session.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-dart/examples/account/delete-session.md rename to docs/examples/1.0.x/server-dart/examples/account/delete-session.md diff --git a/docs/examples/1.0.0-RC1/server-dart/examples/account/delete-sessions.md b/docs/examples/1.0.x/server-dart/examples/account/delete-sessions.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-dart/examples/account/delete-sessions.md rename to docs/examples/1.0.x/server-dart/examples/account/delete-sessions.md diff --git a/docs/examples/1.0.0-RC1/server-dart/examples/account/get-logs.md b/docs/examples/1.0.x/server-dart/examples/account/get-logs.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-dart/examples/account/get-logs.md rename to docs/examples/1.0.x/server-dart/examples/account/get-logs.md diff --git a/docs/examples/1.0.0-RC1/server-dart/examples/account/get-prefs.md b/docs/examples/1.0.x/server-dart/examples/account/get-prefs.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-dart/examples/account/get-prefs.md rename to docs/examples/1.0.x/server-dart/examples/account/get-prefs.md diff --git a/docs/examples/1.0.0-RC1/server-dart/examples/account/get-session.md b/docs/examples/1.0.x/server-dart/examples/account/get-session.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-dart/examples/account/get-session.md rename to docs/examples/1.0.x/server-dart/examples/account/get-session.md diff --git a/docs/examples/1.0.0-RC1/server-dart/examples/account/get-sessions.md b/docs/examples/1.0.x/server-dart/examples/account/get-sessions.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-dart/examples/account/get-sessions.md rename to docs/examples/1.0.x/server-dart/examples/account/get-sessions.md diff --git a/docs/examples/1.0.0-RC1/server-dart/examples/account/get.md b/docs/examples/1.0.x/server-dart/examples/account/get.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-dart/examples/account/get.md rename to docs/examples/1.0.x/server-dart/examples/account/get.md diff --git a/docs/examples/1.0.0/server-dart/examples/account/list-logs.md b/docs/examples/1.0.x/server-dart/examples/account/list-logs.md similarity index 100% rename from docs/examples/1.0.0/server-dart/examples/account/list-logs.md rename to docs/examples/1.0.x/server-dart/examples/account/list-logs.md diff --git a/docs/examples/1.0.0/server-dart/examples/account/list-sessions.md b/docs/examples/1.0.x/server-dart/examples/account/list-sessions.md similarity index 100% rename from docs/examples/1.0.0/server-dart/examples/account/list-sessions.md rename to docs/examples/1.0.x/server-dart/examples/account/list-sessions.md diff --git a/docs/examples/1.0.0-RC1/server-dart/examples/account/update-email.md b/docs/examples/1.0.x/server-dart/examples/account/update-email.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-dart/examples/account/update-email.md rename to docs/examples/1.0.x/server-dart/examples/account/update-email.md diff --git a/docs/examples/1.0.0-RC1/server-dart/examples/account/update-name.md b/docs/examples/1.0.x/server-dart/examples/account/update-name.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-dart/examples/account/update-name.md rename to docs/examples/1.0.x/server-dart/examples/account/update-name.md diff --git a/docs/examples/1.0.0-RC1/server-dart/examples/account/update-password.md b/docs/examples/1.0.x/server-dart/examples/account/update-password.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-dart/examples/account/update-password.md rename to docs/examples/1.0.x/server-dart/examples/account/update-password.md diff --git a/docs/examples/1.0.0-RC1/server-dart/examples/account/update-phone-verification.md b/docs/examples/1.0.x/server-dart/examples/account/update-phone-verification.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-dart/examples/account/update-phone-verification.md rename to docs/examples/1.0.x/server-dart/examples/account/update-phone-verification.md diff --git a/docs/examples/1.0.0-RC1/server-dart/examples/account/update-phone.md b/docs/examples/1.0.x/server-dart/examples/account/update-phone.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-dart/examples/account/update-phone.md rename to docs/examples/1.0.x/server-dart/examples/account/update-phone.md diff --git a/docs/examples/1.0.0-RC1/server-dart/examples/account/update-prefs.md b/docs/examples/1.0.x/server-dart/examples/account/update-prefs.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-dart/examples/account/update-prefs.md rename to docs/examples/1.0.x/server-dart/examples/account/update-prefs.md diff --git a/docs/examples/1.0.0-RC1/server-dart/examples/account/update-recovery.md b/docs/examples/1.0.x/server-dart/examples/account/update-recovery.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-dart/examples/account/update-recovery.md rename to docs/examples/1.0.x/server-dart/examples/account/update-recovery.md diff --git a/docs/examples/1.0.0-RC1/server-dart/examples/account/update-session.md b/docs/examples/1.0.x/server-dart/examples/account/update-session.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-dart/examples/account/update-session.md rename to docs/examples/1.0.x/server-dart/examples/account/update-session.md diff --git a/docs/examples/1.0.0-RC1/server-dart/examples/account/update-status.md b/docs/examples/1.0.x/server-dart/examples/account/update-status.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-dart/examples/account/update-status.md rename to docs/examples/1.0.x/server-dart/examples/account/update-status.md diff --git a/docs/examples/1.0.0-RC1/server-dart/examples/account/update-verification.md b/docs/examples/1.0.x/server-dart/examples/account/update-verification.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-dart/examples/account/update-verification.md rename to docs/examples/1.0.x/server-dart/examples/account/update-verification.md diff --git a/docs/examples/1.0.0-RC1/server-dart/examples/avatars/get-browser.md b/docs/examples/1.0.x/server-dart/examples/avatars/get-browser.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-dart/examples/avatars/get-browser.md rename to docs/examples/1.0.x/server-dart/examples/avatars/get-browser.md diff --git a/docs/examples/1.0.0-RC1/server-dart/examples/avatars/get-credit-card.md b/docs/examples/1.0.x/server-dart/examples/avatars/get-credit-card.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-dart/examples/avatars/get-credit-card.md rename to docs/examples/1.0.x/server-dart/examples/avatars/get-credit-card.md diff --git a/docs/examples/1.0.0-RC1/server-dart/examples/avatars/get-favicon.md b/docs/examples/1.0.x/server-dart/examples/avatars/get-favicon.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-dart/examples/avatars/get-favicon.md rename to docs/examples/1.0.x/server-dart/examples/avatars/get-favicon.md diff --git a/docs/examples/1.0.0-RC1/server-dart/examples/avatars/get-flag.md b/docs/examples/1.0.x/server-dart/examples/avatars/get-flag.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-dart/examples/avatars/get-flag.md rename to docs/examples/1.0.x/server-dart/examples/avatars/get-flag.md diff --git a/docs/examples/1.0.0-RC1/server-dart/examples/avatars/get-image.md b/docs/examples/1.0.x/server-dart/examples/avatars/get-image.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-dart/examples/avatars/get-image.md rename to docs/examples/1.0.x/server-dart/examples/avatars/get-image.md diff --git a/docs/examples/1.0.0-RC1/server-dart/examples/avatars/get-initials.md b/docs/examples/1.0.x/server-dart/examples/avatars/get-initials.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-dart/examples/avatars/get-initials.md rename to docs/examples/1.0.x/server-dart/examples/avatars/get-initials.md diff --git a/docs/examples/1.0.0-RC1/server-dart/examples/avatars/get-q-r.md b/docs/examples/1.0.x/server-dart/examples/avatars/get-q-r.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-dart/examples/avatars/get-q-r.md rename to docs/examples/1.0.x/server-dart/examples/avatars/get-q-r.md diff --git a/docs/examples/1.0.0-RC1/server-dart/examples/databases/create-boolean-attribute.md b/docs/examples/1.0.x/server-dart/examples/databases/create-boolean-attribute.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-dart/examples/databases/create-boolean-attribute.md rename to docs/examples/1.0.x/server-dart/examples/databases/create-boolean-attribute.md diff --git a/docs/examples/1.0.0-RC1/server-dart/examples/databases/create-collection.md b/docs/examples/1.0.x/server-dart/examples/databases/create-collection.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-dart/examples/databases/create-collection.md rename to docs/examples/1.0.x/server-dart/examples/databases/create-collection.md diff --git a/docs/examples/1.0.0-RC1/server-dart/examples/databases/create-datetime-attribute.md b/docs/examples/1.0.x/server-dart/examples/databases/create-datetime-attribute.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-dart/examples/databases/create-datetime-attribute.md rename to docs/examples/1.0.x/server-dart/examples/databases/create-datetime-attribute.md diff --git a/docs/examples/1.0.0-RC1/server-dart/examples/databases/create-document.md b/docs/examples/1.0.x/server-dart/examples/databases/create-document.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-dart/examples/databases/create-document.md rename to docs/examples/1.0.x/server-dart/examples/databases/create-document.md diff --git a/docs/examples/1.0.0-RC1/server-dart/examples/databases/create-email-attribute.md b/docs/examples/1.0.x/server-dart/examples/databases/create-email-attribute.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-dart/examples/databases/create-email-attribute.md rename to docs/examples/1.0.x/server-dart/examples/databases/create-email-attribute.md diff --git a/docs/examples/1.0.0-RC1/server-dart/examples/databases/create-enum-attribute.md b/docs/examples/1.0.x/server-dart/examples/databases/create-enum-attribute.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-dart/examples/databases/create-enum-attribute.md rename to docs/examples/1.0.x/server-dart/examples/databases/create-enum-attribute.md diff --git a/docs/examples/1.0.0-RC1/server-dart/examples/databases/create-float-attribute.md b/docs/examples/1.0.x/server-dart/examples/databases/create-float-attribute.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-dart/examples/databases/create-float-attribute.md rename to docs/examples/1.0.x/server-dart/examples/databases/create-float-attribute.md diff --git a/docs/examples/1.0.0-RC1/server-dart/examples/databases/create-index.md b/docs/examples/1.0.x/server-dart/examples/databases/create-index.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-dart/examples/databases/create-index.md rename to docs/examples/1.0.x/server-dart/examples/databases/create-index.md diff --git a/docs/examples/1.0.0-RC1/server-dart/examples/databases/create-integer-attribute.md b/docs/examples/1.0.x/server-dart/examples/databases/create-integer-attribute.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-dart/examples/databases/create-integer-attribute.md rename to docs/examples/1.0.x/server-dart/examples/databases/create-integer-attribute.md diff --git a/docs/examples/1.0.0-RC1/server-dart/examples/databases/create-ip-attribute.md b/docs/examples/1.0.x/server-dart/examples/databases/create-ip-attribute.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-dart/examples/databases/create-ip-attribute.md rename to docs/examples/1.0.x/server-dart/examples/databases/create-ip-attribute.md diff --git a/docs/examples/1.0.0-RC1/server-dart/examples/databases/create-string-attribute.md b/docs/examples/1.0.x/server-dart/examples/databases/create-string-attribute.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-dart/examples/databases/create-string-attribute.md rename to docs/examples/1.0.x/server-dart/examples/databases/create-string-attribute.md diff --git a/docs/examples/1.0.0-RC1/server-dart/examples/databases/create-url-attribute.md b/docs/examples/1.0.x/server-dart/examples/databases/create-url-attribute.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-dart/examples/databases/create-url-attribute.md rename to docs/examples/1.0.x/server-dart/examples/databases/create-url-attribute.md diff --git a/docs/examples/1.0.0-RC1/server-dart/examples/databases/create.md b/docs/examples/1.0.x/server-dart/examples/databases/create.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-dart/examples/databases/create.md rename to docs/examples/1.0.x/server-dart/examples/databases/create.md diff --git a/docs/examples/1.0.0-RC1/server-dart/examples/databases/delete-attribute.md b/docs/examples/1.0.x/server-dart/examples/databases/delete-attribute.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-dart/examples/databases/delete-attribute.md rename to docs/examples/1.0.x/server-dart/examples/databases/delete-attribute.md diff --git a/docs/examples/1.0.0-RC1/server-dart/examples/databases/delete-collection.md b/docs/examples/1.0.x/server-dart/examples/databases/delete-collection.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-dart/examples/databases/delete-collection.md rename to docs/examples/1.0.x/server-dart/examples/databases/delete-collection.md diff --git a/docs/examples/1.0.0-RC1/server-dart/examples/databases/delete-document.md b/docs/examples/1.0.x/server-dart/examples/databases/delete-document.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-dart/examples/databases/delete-document.md rename to docs/examples/1.0.x/server-dart/examples/databases/delete-document.md diff --git a/docs/examples/1.0.0-RC1/server-dart/examples/databases/delete-index.md b/docs/examples/1.0.x/server-dart/examples/databases/delete-index.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-dart/examples/databases/delete-index.md rename to docs/examples/1.0.x/server-dart/examples/databases/delete-index.md diff --git a/docs/examples/1.0.0-RC1/server-dart/examples/databases/delete.md b/docs/examples/1.0.x/server-dart/examples/databases/delete.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-dart/examples/databases/delete.md rename to docs/examples/1.0.x/server-dart/examples/databases/delete.md diff --git a/docs/examples/1.0.0-RC1/server-dart/examples/databases/get-attribute.md b/docs/examples/1.0.x/server-dart/examples/databases/get-attribute.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-dart/examples/databases/get-attribute.md rename to docs/examples/1.0.x/server-dart/examples/databases/get-attribute.md diff --git a/docs/examples/1.0.0-RC1/server-dart/examples/databases/get-collection.md b/docs/examples/1.0.x/server-dart/examples/databases/get-collection.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-dart/examples/databases/get-collection.md rename to docs/examples/1.0.x/server-dart/examples/databases/get-collection.md diff --git a/docs/examples/1.0.0-RC1/server-dart/examples/databases/get-document.md b/docs/examples/1.0.x/server-dart/examples/databases/get-document.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-dart/examples/databases/get-document.md rename to docs/examples/1.0.x/server-dart/examples/databases/get-document.md diff --git a/docs/examples/1.0.0-RC1/server-dart/examples/databases/get-index.md b/docs/examples/1.0.x/server-dart/examples/databases/get-index.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-dart/examples/databases/get-index.md rename to docs/examples/1.0.x/server-dart/examples/databases/get-index.md diff --git a/docs/examples/1.0.0-RC1/server-dart/examples/databases/get.md b/docs/examples/1.0.x/server-dart/examples/databases/get.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-dart/examples/databases/get.md rename to docs/examples/1.0.x/server-dart/examples/databases/get.md diff --git a/docs/examples/1.0.0-RC1/server-dart/examples/databases/list-attributes.md b/docs/examples/1.0.x/server-dart/examples/databases/list-attributes.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-dart/examples/databases/list-attributes.md rename to docs/examples/1.0.x/server-dart/examples/databases/list-attributes.md diff --git a/docs/examples/1.0.0-RC1/server-dart/examples/databases/list-collections.md b/docs/examples/1.0.x/server-dart/examples/databases/list-collections.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-dart/examples/databases/list-collections.md rename to docs/examples/1.0.x/server-dart/examples/databases/list-collections.md diff --git a/docs/examples/1.0.0-RC1/server-dart/examples/databases/list-documents.md b/docs/examples/1.0.x/server-dart/examples/databases/list-documents.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-dart/examples/databases/list-documents.md rename to docs/examples/1.0.x/server-dart/examples/databases/list-documents.md diff --git a/docs/examples/1.0.0-RC1/server-dart/examples/databases/list-indexes.md b/docs/examples/1.0.x/server-dart/examples/databases/list-indexes.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-dart/examples/databases/list-indexes.md rename to docs/examples/1.0.x/server-dart/examples/databases/list-indexes.md diff --git a/docs/examples/1.0.0-RC1/server-dart/examples/databases/list.md b/docs/examples/1.0.x/server-dart/examples/databases/list.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-dart/examples/databases/list.md rename to docs/examples/1.0.x/server-dart/examples/databases/list.md diff --git a/docs/examples/1.0.0-RC1/server-dart/examples/databases/update-collection.md b/docs/examples/1.0.x/server-dart/examples/databases/update-collection.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-dart/examples/databases/update-collection.md rename to docs/examples/1.0.x/server-dart/examples/databases/update-collection.md diff --git a/docs/examples/1.0.0-RC1/server-dart/examples/databases/update-document.md b/docs/examples/1.0.x/server-dart/examples/databases/update-document.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-dart/examples/databases/update-document.md rename to docs/examples/1.0.x/server-dart/examples/databases/update-document.md diff --git a/docs/examples/1.0.0-RC1/server-dart/examples/databases/update.md b/docs/examples/1.0.x/server-dart/examples/databases/update.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-dart/examples/databases/update.md rename to docs/examples/1.0.x/server-dart/examples/databases/update.md diff --git a/docs/examples/1.0.0-RC1/server-dart/examples/functions/create-deployment.md b/docs/examples/1.0.x/server-dart/examples/functions/create-deployment.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-dart/examples/functions/create-deployment.md rename to docs/examples/1.0.x/server-dart/examples/functions/create-deployment.md diff --git a/docs/examples/1.0.0-RC1/server-dart/examples/functions/create-execution.md b/docs/examples/1.0.x/server-dart/examples/functions/create-execution.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-dart/examples/functions/create-execution.md rename to docs/examples/1.0.x/server-dart/examples/functions/create-execution.md diff --git a/docs/examples/1.0.0-RC1/server-dart/examples/functions/create-variable.md b/docs/examples/1.0.x/server-dart/examples/functions/create-variable.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-dart/examples/functions/create-variable.md rename to docs/examples/1.0.x/server-dart/examples/functions/create-variable.md diff --git a/docs/examples/1.0.0-RC1/server-dart/examples/functions/create.md b/docs/examples/1.0.x/server-dart/examples/functions/create.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-dart/examples/functions/create.md rename to docs/examples/1.0.x/server-dart/examples/functions/create.md diff --git a/docs/examples/1.0.0-RC1/server-dart/examples/functions/delete-deployment.md b/docs/examples/1.0.x/server-dart/examples/functions/delete-deployment.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-dart/examples/functions/delete-deployment.md rename to docs/examples/1.0.x/server-dart/examples/functions/delete-deployment.md diff --git a/docs/examples/1.0.0-RC1/server-dart/examples/functions/delete-variable.md b/docs/examples/1.0.x/server-dart/examples/functions/delete-variable.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-dart/examples/functions/delete-variable.md rename to docs/examples/1.0.x/server-dart/examples/functions/delete-variable.md diff --git a/docs/examples/1.0.0-RC1/server-dart/examples/functions/delete.md b/docs/examples/1.0.x/server-dart/examples/functions/delete.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-dart/examples/functions/delete.md rename to docs/examples/1.0.x/server-dart/examples/functions/delete.md diff --git a/docs/examples/1.0.0-RC1/server-dart/examples/functions/get-deployment.md b/docs/examples/1.0.x/server-dart/examples/functions/get-deployment.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-dart/examples/functions/get-deployment.md rename to docs/examples/1.0.x/server-dart/examples/functions/get-deployment.md diff --git a/docs/examples/1.0.0-RC1/server-dart/examples/functions/get-execution.md b/docs/examples/1.0.x/server-dart/examples/functions/get-execution.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-dart/examples/functions/get-execution.md rename to docs/examples/1.0.x/server-dart/examples/functions/get-execution.md diff --git a/docs/examples/1.0.0-RC1/server-dart/examples/functions/get-variable.md b/docs/examples/1.0.x/server-dart/examples/functions/get-variable.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-dart/examples/functions/get-variable.md rename to docs/examples/1.0.x/server-dart/examples/functions/get-variable.md diff --git a/docs/examples/1.0.0-RC1/server-dart/examples/functions/get.md b/docs/examples/1.0.x/server-dart/examples/functions/get.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-dart/examples/functions/get.md rename to docs/examples/1.0.x/server-dart/examples/functions/get.md diff --git a/docs/examples/1.0.0-RC1/server-dart/examples/functions/list-deployments.md b/docs/examples/1.0.x/server-dart/examples/functions/list-deployments.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-dart/examples/functions/list-deployments.md rename to docs/examples/1.0.x/server-dart/examples/functions/list-deployments.md diff --git a/docs/examples/1.0.0-RC1/server-dart/examples/functions/list-executions.md b/docs/examples/1.0.x/server-dart/examples/functions/list-executions.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-dart/examples/functions/list-executions.md rename to docs/examples/1.0.x/server-dart/examples/functions/list-executions.md diff --git a/docs/examples/1.0.0-RC1/server-dart/examples/functions/list-runtimes.md b/docs/examples/1.0.x/server-dart/examples/functions/list-runtimes.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-dart/examples/functions/list-runtimes.md rename to docs/examples/1.0.x/server-dart/examples/functions/list-runtimes.md diff --git a/docs/examples/1.0.0-RC1/server-dart/examples/functions/list-variables.md b/docs/examples/1.0.x/server-dart/examples/functions/list-variables.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-dart/examples/functions/list-variables.md rename to docs/examples/1.0.x/server-dart/examples/functions/list-variables.md diff --git a/docs/examples/1.0.0-RC1/server-dart/examples/functions/list.md b/docs/examples/1.0.x/server-dart/examples/functions/list.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-dart/examples/functions/list.md rename to docs/examples/1.0.x/server-dart/examples/functions/list.md diff --git a/docs/examples/1.0.0-RC1/server-dart/examples/functions/retry-build.md b/docs/examples/1.0.x/server-dart/examples/functions/retry-build.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-dart/examples/functions/retry-build.md rename to docs/examples/1.0.x/server-dart/examples/functions/retry-build.md diff --git a/docs/examples/1.0.0-RC1/server-dart/examples/functions/update-deployment.md b/docs/examples/1.0.x/server-dart/examples/functions/update-deployment.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-dart/examples/functions/update-deployment.md rename to docs/examples/1.0.x/server-dart/examples/functions/update-deployment.md diff --git a/docs/examples/1.0.0-RC1/server-dart/examples/functions/update-variable.md b/docs/examples/1.0.x/server-dart/examples/functions/update-variable.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-dart/examples/functions/update-variable.md rename to docs/examples/1.0.x/server-dart/examples/functions/update-variable.md diff --git a/docs/examples/1.0.0-RC1/server-dart/examples/functions/update.md b/docs/examples/1.0.x/server-dart/examples/functions/update.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-dart/examples/functions/update.md rename to docs/examples/1.0.x/server-dart/examples/functions/update.md diff --git a/docs/examples/1.0.0-RC1/server-dart/examples/health/get-antivirus.md b/docs/examples/1.0.x/server-dart/examples/health/get-antivirus.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-dart/examples/health/get-antivirus.md rename to docs/examples/1.0.x/server-dart/examples/health/get-antivirus.md diff --git a/docs/examples/1.0.0-RC1/server-dart/examples/health/get-cache.md b/docs/examples/1.0.x/server-dart/examples/health/get-cache.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-dart/examples/health/get-cache.md rename to docs/examples/1.0.x/server-dart/examples/health/get-cache.md diff --git a/docs/examples/1.0.0-RC1/server-dart/examples/health/get-d-b.md b/docs/examples/1.0.x/server-dart/examples/health/get-d-b.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-dart/examples/health/get-d-b.md rename to docs/examples/1.0.x/server-dart/examples/health/get-d-b.md diff --git a/docs/examples/1.0.0-RC1/server-dart/examples/health/get-queue-certificates.md b/docs/examples/1.0.x/server-dart/examples/health/get-queue-certificates.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-dart/examples/health/get-queue-certificates.md rename to docs/examples/1.0.x/server-dart/examples/health/get-queue-certificates.md diff --git a/docs/examples/1.0.0-RC1/server-dart/examples/health/get-queue-functions.md b/docs/examples/1.0.x/server-dart/examples/health/get-queue-functions.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-dart/examples/health/get-queue-functions.md rename to docs/examples/1.0.x/server-dart/examples/health/get-queue-functions.md diff --git a/docs/examples/1.0.0-RC1/server-dart/examples/health/get-queue-logs.md b/docs/examples/1.0.x/server-dart/examples/health/get-queue-logs.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-dart/examples/health/get-queue-logs.md rename to docs/examples/1.0.x/server-dart/examples/health/get-queue-logs.md diff --git a/docs/examples/1.0.0-RC1/server-dart/examples/health/get-queue-webhooks.md b/docs/examples/1.0.x/server-dart/examples/health/get-queue-webhooks.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-dart/examples/health/get-queue-webhooks.md rename to docs/examples/1.0.x/server-dart/examples/health/get-queue-webhooks.md diff --git a/docs/examples/1.0.0-RC1/server-dart/examples/health/get-storage-local.md b/docs/examples/1.0.x/server-dart/examples/health/get-storage-local.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-dart/examples/health/get-storage-local.md rename to docs/examples/1.0.x/server-dart/examples/health/get-storage-local.md diff --git a/docs/examples/1.0.0-RC1/server-dart/examples/health/get-time.md b/docs/examples/1.0.x/server-dart/examples/health/get-time.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-dart/examples/health/get-time.md rename to docs/examples/1.0.x/server-dart/examples/health/get-time.md diff --git a/docs/examples/1.0.0-RC1/server-dart/examples/health/get.md b/docs/examples/1.0.x/server-dart/examples/health/get.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-dart/examples/health/get.md rename to docs/examples/1.0.x/server-dart/examples/health/get.md diff --git a/docs/examples/1.0.0-RC1/server-dart/examples/locale/get-continents.md b/docs/examples/1.0.x/server-dart/examples/locale/get-continents.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-dart/examples/locale/get-continents.md rename to docs/examples/1.0.x/server-dart/examples/locale/get-continents.md diff --git a/docs/examples/1.0.0-RC1/server-dart/examples/locale/get-countries-e-u.md b/docs/examples/1.0.x/server-dart/examples/locale/get-countries-e-u.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-dart/examples/locale/get-countries-e-u.md rename to docs/examples/1.0.x/server-dart/examples/locale/get-countries-e-u.md diff --git a/docs/examples/1.0.0-RC1/server-dart/examples/locale/get-countries-phones.md b/docs/examples/1.0.x/server-dart/examples/locale/get-countries-phones.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-dart/examples/locale/get-countries-phones.md rename to docs/examples/1.0.x/server-dart/examples/locale/get-countries-phones.md diff --git a/docs/examples/1.0.0-RC1/server-dart/examples/locale/get-countries.md b/docs/examples/1.0.x/server-dart/examples/locale/get-countries.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-dart/examples/locale/get-countries.md rename to docs/examples/1.0.x/server-dart/examples/locale/get-countries.md diff --git a/docs/examples/1.0.0-RC1/server-dart/examples/locale/get-currencies.md b/docs/examples/1.0.x/server-dart/examples/locale/get-currencies.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-dart/examples/locale/get-currencies.md rename to docs/examples/1.0.x/server-dart/examples/locale/get-currencies.md diff --git a/docs/examples/1.0.0-RC1/server-dart/examples/locale/get-languages.md b/docs/examples/1.0.x/server-dart/examples/locale/get-languages.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-dart/examples/locale/get-languages.md rename to docs/examples/1.0.x/server-dart/examples/locale/get-languages.md diff --git a/docs/examples/1.0.0-RC1/server-dart/examples/locale/get.md b/docs/examples/1.0.x/server-dart/examples/locale/get.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-dart/examples/locale/get.md rename to docs/examples/1.0.x/server-dart/examples/locale/get.md diff --git a/docs/examples/1.0.0/server-dart/examples/locale/list-continents.md b/docs/examples/1.0.x/server-dart/examples/locale/list-continents.md similarity index 100% rename from docs/examples/1.0.0/server-dart/examples/locale/list-continents.md rename to docs/examples/1.0.x/server-dart/examples/locale/list-continents.md diff --git a/docs/examples/1.0.0/server-dart/examples/locale/list-countries-e-u.md b/docs/examples/1.0.x/server-dart/examples/locale/list-countries-e-u.md similarity index 100% rename from docs/examples/1.0.0/server-dart/examples/locale/list-countries-e-u.md rename to docs/examples/1.0.x/server-dart/examples/locale/list-countries-e-u.md diff --git a/docs/examples/1.0.0/server-dart/examples/locale/list-countries-phones.md b/docs/examples/1.0.x/server-dart/examples/locale/list-countries-phones.md similarity index 100% rename from docs/examples/1.0.0/server-dart/examples/locale/list-countries-phones.md rename to docs/examples/1.0.x/server-dart/examples/locale/list-countries-phones.md diff --git a/docs/examples/1.0.0/server-dart/examples/locale/list-countries.md b/docs/examples/1.0.x/server-dart/examples/locale/list-countries.md similarity index 100% rename from docs/examples/1.0.0/server-dart/examples/locale/list-countries.md rename to docs/examples/1.0.x/server-dart/examples/locale/list-countries.md diff --git a/docs/examples/1.0.0/server-dart/examples/locale/list-currencies.md b/docs/examples/1.0.x/server-dart/examples/locale/list-currencies.md similarity index 100% rename from docs/examples/1.0.0/server-dart/examples/locale/list-currencies.md rename to docs/examples/1.0.x/server-dart/examples/locale/list-currencies.md diff --git a/docs/examples/1.0.0/server-dart/examples/locale/list-languages.md b/docs/examples/1.0.x/server-dart/examples/locale/list-languages.md similarity index 100% rename from docs/examples/1.0.0/server-dart/examples/locale/list-languages.md rename to docs/examples/1.0.x/server-dart/examples/locale/list-languages.md diff --git a/docs/examples/1.0.0-RC1/server-dart/examples/storage/create-bucket.md b/docs/examples/1.0.x/server-dart/examples/storage/create-bucket.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-dart/examples/storage/create-bucket.md rename to docs/examples/1.0.x/server-dart/examples/storage/create-bucket.md diff --git a/docs/examples/1.0.0-RC1/server-dart/examples/storage/create-file.md b/docs/examples/1.0.x/server-dart/examples/storage/create-file.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-dart/examples/storage/create-file.md rename to docs/examples/1.0.x/server-dart/examples/storage/create-file.md diff --git a/docs/examples/1.0.0-RC1/server-dart/examples/storage/delete-bucket.md b/docs/examples/1.0.x/server-dart/examples/storage/delete-bucket.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-dart/examples/storage/delete-bucket.md rename to docs/examples/1.0.x/server-dart/examples/storage/delete-bucket.md diff --git a/docs/examples/1.0.0-RC1/server-dart/examples/storage/delete-file.md b/docs/examples/1.0.x/server-dart/examples/storage/delete-file.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-dart/examples/storage/delete-file.md rename to docs/examples/1.0.x/server-dart/examples/storage/delete-file.md diff --git a/docs/examples/1.0.0-RC1/server-dart/examples/storage/get-bucket.md b/docs/examples/1.0.x/server-dart/examples/storage/get-bucket.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-dart/examples/storage/get-bucket.md rename to docs/examples/1.0.x/server-dart/examples/storage/get-bucket.md diff --git a/docs/examples/1.0.0-RC1/server-dart/examples/storage/get-file-download.md b/docs/examples/1.0.x/server-dart/examples/storage/get-file-download.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-dart/examples/storage/get-file-download.md rename to docs/examples/1.0.x/server-dart/examples/storage/get-file-download.md diff --git a/docs/examples/1.0.0-RC1/server-dart/examples/storage/get-file-preview.md b/docs/examples/1.0.x/server-dart/examples/storage/get-file-preview.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-dart/examples/storage/get-file-preview.md rename to docs/examples/1.0.x/server-dart/examples/storage/get-file-preview.md diff --git a/docs/examples/1.0.0-RC1/server-dart/examples/storage/get-file-view.md b/docs/examples/1.0.x/server-dart/examples/storage/get-file-view.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-dart/examples/storage/get-file-view.md rename to docs/examples/1.0.x/server-dart/examples/storage/get-file-view.md diff --git a/docs/examples/1.0.0-RC1/server-dart/examples/storage/get-file.md b/docs/examples/1.0.x/server-dart/examples/storage/get-file.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-dart/examples/storage/get-file.md rename to docs/examples/1.0.x/server-dart/examples/storage/get-file.md diff --git a/docs/examples/1.0.0-RC1/server-dart/examples/storage/list-buckets.md b/docs/examples/1.0.x/server-dart/examples/storage/list-buckets.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-dart/examples/storage/list-buckets.md rename to docs/examples/1.0.x/server-dart/examples/storage/list-buckets.md diff --git a/docs/examples/1.0.0-RC1/server-dart/examples/storage/list-files.md b/docs/examples/1.0.x/server-dart/examples/storage/list-files.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-dart/examples/storage/list-files.md rename to docs/examples/1.0.x/server-dart/examples/storage/list-files.md diff --git a/docs/examples/1.0.0-RC1/server-dart/examples/storage/update-bucket.md b/docs/examples/1.0.x/server-dart/examples/storage/update-bucket.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-dart/examples/storage/update-bucket.md rename to docs/examples/1.0.x/server-dart/examples/storage/update-bucket.md diff --git a/docs/examples/1.0.0-RC1/server-dart/examples/storage/update-file.md b/docs/examples/1.0.x/server-dart/examples/storage/update-file.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-dart/examples/storage/update-file.md rename to docs/examples/1.0.x/server-dart/examples/storage/update-file.md diff --git a/docs/examples/1.0.0-RC1/server-dart/examples/teams/create-membership.md b/docs/examples/1.0.x/server-dart/examples/teams/create-membership.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-dart/examples/teams/create-membership.md rename to docs/examples/1.0.x/server-dart/examples/teams/create-membership.md diff --git a/docs/examples/1.0.0-RC1/server-dart/examples/teams/create.md b/docs/examples/1.0.x/server-dart/examples/teams/create.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-dart/examples/teams/create.md rename to docs/examples/1.0.x/server-dart/examples/teams/create.md diff --git a/docs/examples/1.0.0-RC1/server-dart/examples/teams/delete-membership.md b/docs/examples/1.0.x/server-dart/examples/teams/delete-membership.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-dart/examples/teams/delete-membership.md rename to docs/examples/1.0.x/server-dart/examples/teams/delete-membership.md diff --git a/docs/examples/1.0.0-RC1/server-dart/examples/teams/delete.md b/docs/examples/1.0.x/server-dart/examples/teams/delete.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-dart/examples/teams/delete.md rename to docs/examples/1.0.x/server-dart/examples/teams/delete.md diff --git a/docs/examples/1.0.0-RC1/server-dart/examples/teams/get-membership.md b/docs/examples/1.0.x/server-dart/examples/teams/get-membership.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-dart/examples/teams/get-membership.md rename to docs/examples/1.0.x/server-dart/examples/teams/get-membership.md diff --git a/docs/examples/1.0.0-RC1/server-dart/examples/teams/get-memberships.md b/docs/examples/1.0.x/server-dart/examples/teams/get-memberships.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-dart/examples/teams/get-memberships.md rename to docs/examples/1.0.x/server-dart/examples/teams/get-memberships.md diff --git a/docs/examples/1.0.0-RC1/server-dart/examples/teams/get.md b/docs/examples/1.0.x/server-dart/examples/teams/get.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-dart/examples/teams/get.md rename to docs/examples/1.0.x/server-dart/examples/teams/get.md diff --git a/docs/examples/1.0.0/server-dart/examples/teams/list-memberships.md b/docs/examples/1.0.x/server-dart/examples/teams/list-memberships.md similarity index 100% rename from docs/examples/1.0.0/server-dart/examples/teams/list-memberships.md rename to docs/examples/1.0.x/server-dart/examples/teams/list-memberships.md diff --git a/docs/examples/1.0.0-RC1/server-dart/examples/teams/list.md b/docs/examples/1.0.x/server-dart/examples/teams/list.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-dart/examples/teams/list.md rename to docs/examples/1.0.x/server-dart/examples/teams/list.md diff --git a/docs/examples/1.0.0-RC1/server-dart/examples/teams/update-membership-roles.md b/docs/examples/1.0.x/server-dart/examples/teams/update-membership-roles.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-dart/examples/teams/update-membership-roles.md rename to docs/examples/1.0.x/server-dart/examples/teams/update-membership-roles.md diff --git a/docs/examples/1.0.0-RC1/server-dart/examples/teams/update-membership-status.md b/docs/examples/1.0.x/server-dart/examples/teams/update-membership-status.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-dart/examples/teams/update-membership-status.md rename to docs/examples/1.0.x/server-dart/examples/teams/update-membership-status.md diff --git a/docs/examples/1.0.0-RC1/server-dart/examples/teams/update.md b/docs/examples/1.0.x/server-dart/examples/teams/update.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-dart/examples/teams/update.md rename to docs/examples/1.0.x/server-dart/examples/teams/update.md diff --git a/docs/examples/1.0.0-RC1/server-dart/examples/users/create-argon2user.md b/docs/examples/1.0.x/server-dart/examples/users/create-argon2user.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-dart/examples/users/create-argon2user.md rename to docs/examples/1.0.x/server-dart/examples/users/create-argon2user.md diff --git a/docs/examples/1.0.0-RC1/server-dart/examples/users/create-bcrypt-user.md b/docs/examples/1.0.x/server-dart/examples/users/create-bcrypt-user.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-dart/examples/users/create-bcrypt-user.md rename to docs/examples/1.0.x/server-dart/examples/users/create-bcrypt-user.md diff --git a/docs/examples/1.0.0-RC1/server-dart/examples/users/create-m-d5user.md b/docs/examples/1.0.x/server-dart/examples/users/create-m-d5user.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-dart/examples/users/create-m-d5user.md rename to docs/examples/1.0.x/server-dart/examples/users/create-m-d5user.md diff --git a/docs/examples/1.0.0-RC1/server-dart/examples/users/create-p-h-pass-user.md b/docs/examples/1.0.x/server-dart/examples/users/create-p-h-pass-user.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-dart/examples/users/create-p-h-pass-user.md rename to docs/examples/1.0.x/server-dart/examples/users/create-p-h-pass-user.md diff --git a/docs/examples/1.0.0-RC1/server-dart/examples/users/create-s-h-a-user.md b/docs/examples/1.0.x/server-dart/examples/users/create-s-h-a-user.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-dart/examples/users/create-s-h-a-user.md rename to docs/examples/1.0.x/server-dart/examples/users/create-s-h-a-user.md diff --git a/docs/examples/1.0.0-RC1/server-dart/examples/users/create-scrypt-modified-user.md b/docs/examples/1.0.x/server-dart/examples/users/create-scrypt-modified-user.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-dart/examples/users/create-scrypt-modified-user.md rename to docs/examples/1.0.x/server-dart/examples/users/create-scrypt-modified-user.md diff --git a/docs/examples/1.0.0-RC1/server-dart/examples/users/create-scrypt-user.md b/docs/examples/1.0.x/server-dart/examples/users/create-scrypt-user.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-dart/examples/users/create-scrypt-user.md rename to docs/examples/1.0.x/server-dart/examples/users/create-scrypt-user.md diff --git a/docs/examples/1.0.0-RC1/server-dart/examples/users/create.md b/docs/examples/1.0.x/server-dart/examples/users/create.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-dart/examples/users/create.md rename to docs/examples/1.0.x/server-dart/examples/users/create.md diff --git a/docs/examples/1.0.0-RC1/server-dart/examples/users/delete-session.md b/docs/examples/1.0.x/server-dart/examples/users/delete-session.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-dart/examples/users/delete-session.md rename to docs/examples/1.0.x/server-dart/examples/users/delete-session.md diff --git a/docs/examples/1.0.0-RC1/server-dart/examples/users/delete-sessions.md b/docs/examples/1.0.x/server-dart/examples/users/delete-sessions.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-dart/examples/users/delete-sessions.md rename to docs/examples/1.0.x/server-dart/examples/users/delete-sessions.md diff --git a/docs/examples/1.0.0-RC1/server-dart/examples/users/delete.md b/docs/examples/1.0.x/server-dart/examples/users/delete.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-dart/examples/users/delete.md rename to docs/examples/1.0.x/server-dart/examples/users/delete.md diff --git a/docs/examples/1.0.0-RC1/server-dart/examples/users/get-logs.md b/docs/examples/1.0.x/server-dart/examples/users/get-logs.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-dart/examples/users/get-logs.md rename to docs/examples/1.0.x/server-dart/examples/users/get-logs.md diff --git a/docs/examples/1.0.0-RC1/server-dart/examples/users/get-memberships.md b/docs/examples/1.0.x/server-dart/examples/users/get-memberships.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-dart/examples/users/get-memberships.md rename to docs/examples/1.0.x/server-dart/examples/users/get-memberships.md diff --git a/docs/examples/1.0.0-RC1/server-dart/examples/users/get-prefs.md b/docs/examples/1.0.x/server-dart/examples/users/get-prefs.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-dart/examples/users/get-prefs.md rename to docs/examples/1.0.x/server-dart/examples/users/get-prefs.md diff --git a/docs/examples/1.0.0-RC1/server-dart/examples/users/get-sessions.md b/docs/examples/1.0.x/server-dart/examples/users/get-sessions.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-dart/examples/users/get-sessions.md rename to docs/examples/1.0.x/server-dart/examples/users/get-sessions.md diff --git a/docs/examples/1.0.0-RC1/server-dart/examples/users/get.md b/docs/examples/1.0.x/server-dart/examples/users/get.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-dart/examples/users/get.md rename to docs/examples/1.0.x/server-dart/examples/users/get.md diff --git a/docs/examples/1.0.0/server-dart/examples/users/list-logs.md b/docs/examples/1.0.x/server-dart/examples/users/list-logs.md similarity index 100% rename from docs/examples/1.0.0/server-dart/examples/users/list-logs.md rename to docs/examples/1.0.x/server-dart/examples/users/list-logs.md diff --git a/docs/examples/1.0.0/server-dart/examples/users/list-memberships.md b/docs/examples/1.0.x/server-dart/examples/users/list-memberships.md similarity index 100% rename from docs/examples/1.0.0/server-dart/examples/users/list-memberships.md rename to docs/examples/1.0.x/server-dart/examples/users/list-memberships.md diff --git a/docs/examples/1.0.0/server-dart/examples/users/list-sessions.md b/docs/examples/1.0.x/server-dart/examples/users/list-sessions.md similarity index 100% rename from docs/examples/1.0.0/server-dart/examples/users/list-sessions.md rename to docs/examples/1.0.x/server-dart/examples/users/list-sessions.md diff --git a/docs/examples/1.0.0-RC1/server-dart/examples/users/list.md b/docs/examples/1.0.x/server-dart/examples/users/list.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-dart/examples/users/list.md rename to docs/examples/1.0.x/server-dart/examples/users/list.md diff --git a/docs/examples/1.0.0-RC1/server-dart/examples/users/update-email-verification.md b/docs/examples/1.0.x/server-dart/examples/users/update-email-verification.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-dart/examples/users/update-email-verification.md rename to docs/examples/1.0.x/server-dart/examples/users/update-email-verification.md diff --git a/docs/examples/1.0.0-RC1/server-dart/examples/users/update-email.md b/docs/examples/1.0.x/server-dart/examples/users/update-email.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-dart/examples/users/update-email.md rename to docs/examples/1.0.x/server-dart/examples/users/update-email.md diff --git a/docs/examples/1.0.0-RC1/server-dart/examples/users/update-name.md b/docs/examples/1.0.x/server-dart/examples/users/update-name.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-dart/examples/users/update-name.md rename to docs/examples/1.0.x/server-dart/examples/users/update-name.md diff --git a/docs/examples/1.0.0-RC1/server-dart/examples/users/update-password.md b/docs/examples/1.0.x/server-dart/examples/users/update-password.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-dart/examples/users/update-password.md rename to docs/examples/1.0.x/server-dart/examples/users/update-password.md diff --git a/docs/examples/1.0.0-RC1/server-dart/examples/users/update-phone-verification.md b/docs/examples/1.0.x/server-dart/examples/users/update-phone-verification.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-dart/examples/users/update-phone-verification.md rename to docs/examples/1.0.x/server-dart/examples/users/update-phone-verification.md diff --git a/docs/examples/1.0.0-RC1/server-dart/examples/users/update-phone.md b/docs/examples/1.0.x/server-dart/examples/users/update-phone.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-dart/examples/users/update-phone.md rename to docs/examples/1.0.x/server-dart/examples/users/update-phone.md diff --git a/docs/examples/1.0.0-RC1/server-dart/examples/users/update-prefs.md b/docs/examples/1.0.x/server-dart/examples/users/update-prefs.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-dart/examples/users/update-prefs.md rename to docs/examples/1.0.x/server-dart/examples/users/update-prefs.md diff --git a/docs/examples/1.0.0-RC1/server-dart/examples/users/update-status.md b/docs/examples/1.0.x/server-dart/examples/users/update-status.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-dart/examples/users/update-status.md rename to docs/examples/1.0.x/server-dart/examples/users/update-status.md diff --git a/docs/examples/1.0.0-RC1/server-deno/examples/account/create-phone-verification.md b/docs/examples/1.0.x/server-deno/examples/account/create-phone-verification.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-deno/examples/account/create-phone-verification.md rename to docs/examples/1.0.x/server-deno/examples/account/create-phone-verification.md diff --git a/docs/examples/1.0.0-RC1/server-deno/examples/account/create-recovery.md b/docs/examples/1.0.x/server-deno/examples/account/create-recovery.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-deno/examples/account/create-recovery.md rename to docs/examples/1.0.x/server-deno/examples/account/create-recovery.md diff --git a/docs/examples/1.0.0-RC1/server-deno/examples/account/create-verification.md b/docs/examples/1.0.x/server-deno/examples/account/create-verification.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-deno/examples/account/create-verification.md rename to docs/examples/1.0.x/server-deno/examples/account/create-verification.md diff --git a/docs/examples/1.0.0-RC1/server-deno/examples/account/delete-session.md b/docs/examples/1.0.x/server-deno/examples/account/delete-session.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-deno/examples/account/delete-session.md rename to docs/examples/1.0.x/server-deno/examples/account/delete-session.md diff --git a/docs/examples/1.0.0-RC1/server-deno/examples/account/delete-sessions.md b/docs/examples/1.0.x/server-deno/examples/account/delete-sessions.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-deno/examples/account/delete-sessions.md rename to docs/examples/1.0.x/server-deno/examples/account/delete-sessions.md diff --git a/docs/examples/1.0.0-RC1/server-deno/examples/account/get-logs.md b/docs/examples/1.0.x/server-deno/examples/account/get-logs.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-deno/examples/account/get-logs.md rename to docs/examples/1.0.x/server-deno/examples/account/get-logs.md diff --git a/docs/examples/1.0.0-RC1/server-deno/examples/account/get-prefs.md b/docs/examples/1.0.x/server-deno/examples/account/get-prefs.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-deno/examples/account/get-prefs.md rename to docs/examples/1.0.x/server-deno/examples/account/get-prefs.md diff --git a/docs/examples/1.0.0-RC1/server-deno/examples/account/get-session.md b/docs/examples/1.0.x/server-deno/examples/account/get-session.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-deno/examples/account/get-session.md rename to docs/examples/1.0.x/server-deno/examples/account/get-session.md diff --git a/docs/examples/1.0.0-RC1/server-deno/examples/account/get-sessions.md b/docs/examples/1.0.x/server-deno/examples/account/get-sessions.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-deno/examples/account/get-sessions.md rename to docs/examples/1.0.x/server-deno/examples/account/get-sessions.md diff --git a/docs/examples/1.0.0-RC1/server-deno/examples/account/get.md b/docs/examples/1.0.x/server-deno/examples/account/get.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-deno/examples/account/get.md rename to docs/examples/1.0.x/server-deno/examples/account/get.md diff --git a/docs/examples/1.0.0/server-deno/examples/account/list-logs.md b/docs/examples/1.0.x/server-deno/examples/account/list-logs.md similarity index 100% rename from docs/examples/1.0.0/server-deno/examples/account/list-logs.md rename to docs/examples/1.0.x/server-deno/examples/account/list-logs.md diff --git a/docs/examples/1.0.0/server-deno/examples/account/list-sessions.md b/docs/examples/1.0.x/server-deno/examples/account/list-sessions.md similarity index 100% rename from docs/examples/1.0.0/server-deno/examples/account/list-sessions.md rename to docs/examples/1.0.x/server-deno/examples/account/list-sessions.md diff --git a/docs/examples/1.0.0-RC1/server-deno/examples/account/update-email.md b/docs/examples/1.0.x/server-deno/examples/account/update-email.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-deno/examples/account/update-email.md rename to docs/examples/1.0.x/server-deno/examples/account/update-email.md diff --git a/docs/examples/1.0.0-RC1/server-deno/examples/account/update-name.md b/docs/examples/1.0.x/server-deno/examples/account/update-name.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-deno/examples/account/update-name.md rename to docs/examples/1.0.x/server-deno/examples/account/update-name.md diff --git a/docs/examples/1.0.0-RC1/server-deno/examples/account/update-password.md b/docs/examples/1.0.x/server-deno/examples/account/update-password.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-deno/examples/account/update-password.md rename to docs/examples/1.0.x/server-deno/examples/account/update-password.md diff --git a/docs/examples/1.0.0-RC1/server-deno/examples/account/update-phone-verification.md b/docs/examples/1.0.x/server-deno/examples/account/update-phone-verification.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-deno/examples/account/update-phone-verification.md rename to docs/examples/1.0.x/server-deno/examples/account/update-phone-verification.md diff --git a/docs/examples/1.0.0-RC1/server-deno/examples/account/update-phone.md b/docs/examples/1.0.x/server-deno/examples/account/update-phone.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-deno/examples/account/update-phone.md rename to docs/examples/1.0.x/server-deno/examples/account/update-phone.md diff --git a/docs/examples/1.0.0-RC1/server-deno/examples/account/update-prefs.md b/docs/examples/1.0.x/server-deno/examples/account/update-prefs.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-deno/examples/account/update-prefs.md rename to docs/examples/1.0.x/server-deno/examples/account/update-prefs.md diff --git a/docs/examples/1.0.0-RC1/server-deno/examples/account/update-recovery.md b/docs/examples/1.0.x/server-deno/examples/account/update-recovery.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-deno/examples/account/update-recovery.md rename to docs/examples/1.0.x/server-deno/examples/account/update-recovery.md diff --git a/docs/examples/1.0.0-RC1/server-deno/examples/account/update-session.md b/docs/examples/1.0.x/server-deno/examples/account/update-session.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-deno/examples/account/update-session.md rename to docs/examples/1.0.x/server-deno/examples/account/update-session.md diff --git a/docs/examples/1.0.0-RC1/server-deno/examples/account/update-status.md b/docs/examples/1.0.x/server-deno/examples/account/update-status.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-deno/examples/account/update-status.md rename to docs/examples/1.0.x/server-deno/examples/account/update-status.md diff --git a/docs/examples/1.0.0-RC1/server-deno/examples/account/update-verification.md b/docs/examples/1.0.x/server-deno/examples/account/update-verification.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-deno/examples/account/update-verification.md rename to docs/examples/1.0.x/server-deno/examples/account/update-verification.md diff --git a/docs/examples/1.0.0-RC1/server-deno/examples/avatars/get-browser.md b/docs/examples/1.0.x/server-deno/examples/avatars/get-browser.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-deno/examples/avatars/get-browser.md rename to docs/examples/1.0.x/server-deno/examples/avatars/get-browser.md diff --git a/docs/examples/1.0.0-RC1/server-deno/examples/avatars/get-credit-card.md b/docs/examples/1.0.x/server-deno/examples/avatars/get-credit-card.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-deno/examples/avatars/get-credit-card.md rename to docs/examples/1.0.x/server-deno/examples/avatars/get-credit-card.md diff --git a/docs/examples/1.0.0-RC1/server-deno/examples/avatars/get-favicon.md b/docs/examples/1.0.x/server-deno/examples/avatars/get-favicon.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-deno/examples/avatars/get-favicon.md rename to docs/examples/1.0.x/server-deno/examples/avatars/get-favicon.md diff --git a/docs/examples/1.0.0-RC1/server-deno/examples/avatars/get-flag.md b/docs/examples/1.0.x/server-deno/examples/avatars/get-flag.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-deno/examples/avatars/get-flag.md rename to docs/examples/1.0.x/server-deno/examples/avatars/get-flag.md diff --git a/docs/examples/1.0.0-RC1/server-deno/examples/avatars/get-image.md b/docs/examples/1.0.x/server-deno/examples/avatars/get-image.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-deno/examples/avatars/get-image.md rename to docs/examples/1.0.x/server-deno/examples/avatars/get-image.md diff --git a/docs/examples/1.0.0-RC1/server-deno/examples/avatars/get-initials.md b/docs/examples/1.0.x/server-deno/examples/avatars/get-initials.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-deno/examples/avatars/get-initials.md rename to docs/examples/1.0.x/server-deno/examples/avatars/get-initials.md diff --git a/docs/examples/1.0.0-RC1/server-deno/examples/avatars/get-q-r.md b/docs/examples/1.0.x/server-deno/examples/avatars/get-q-r.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-deno/examples/avatars/get-q-r.md rename to docs/examples/1.0.x/server-deno/examples/avatars/get-q-r.md diff --git a/docs/examples/1.0.0-RC1/server-deno/examples/databases/create-boolean-attribute.md b/docs/examples/1.0.x/server-deno/examples/databases/create-boolean-attribute.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-deno/examples/databases/create-boolean-attribute.md rename to docs/examples/1.0.x/server-deno/examples/databases/create-boolean-attribute.md diff --git a/docs/examples/1.0.0-RC1/server-deno/examples/databases/create-collection.md b/docs/examples/1.0.x/server-deno/examples/databases/create-collection.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-deno/examples/databases/create-collection.md rename to docs/examples/1.0.x/server-deno/examples/databases/create-collection.md diff --git a/docs/examples/1.0.0-RC1/server-deno/examples/databases/create-datetime-attribute.md b/docs/examples/1.0.x/server-deno/examples/databases/create-datetime-attribute.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-deno/examples/databases/create-datetime-attribute.md rename to docs/examples/1.0.x/server-deno/examples/databases/create-datetime-attribute.md diff --git a/docs/examples/1.0.0-RC1/server-deno/examples/databases/create-document.md b/docs/examples/1.0.x/server-deno/examples/databases/create-document.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-deno/examples/databases/create-document.md rename to docs/examples/1.0.x/server-deno/examples/databases/create-document.md diff --git a/docs/examples/1.0.0-RC1/server-deno/examples/databases/create-email-attribute.md b/docs/examples/1.0.x/server-deno/examples/databases/create-email-attribute.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-deno/examples/databases/create-email-attribute.md rename to docs/examples/1.0.x/server-deno/examples/databases/create-email-attribute.md diff --git a/docs/examples/1.0.0-RC1/server-deno/examples/databases/create-enum-attribute.md b/docs/examples/1.0.x/server-deno/examples/databases/create-enum-attribute.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-deno/examples/databases/create-enum-attribute.md rename to docs/examples/1.0.x/server-deno/examples/databases/create-enum-attribute.md diff --git a/docs/examples/1.0.0-RC1/server-deno/examples/databases/create-float-attribute.md b/docs/examples/1.0.x/server-deno/examples/databases/create-float-attribute.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-deno/examples/databases/create-float-attribute.md rename to docs/examples/1.0.x/server-deno/examples/databases/create-float-attribute.md diff --git a/docs/examples/1.0.0-RC1/server-deno/examples/databases/create-index.md b/docs/examples/1.0.x/server-deno/examples/databases/create-index.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-deno/examples/databases/create-index.md rename to docs/examples/1.0.x/server-deno/examples/databases/create-index.md diff --git a/docs/examples/1.0.0-RC1/server-deno/examples/databases/create-integer-attribute.md b/docs/examples/1.0.x/server-deno/examples/databases/create-integer-attribute.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-deno/examples/databases/create-integer-attribute.md rename to docs/examples/1.0.x/server-deno/examples/databases/create-integer-attribute.md diff --git a/docs/examples/1.0.0-RC1/server-deno/examples/databases/create-ip-attribute.md b/docs/examples/1.0.x/server-deno/examples/databases/create-ip-attribute.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-deno/examples/databases/create-ip-attribute.md rename to docs/examples/1.0.x/server-deno/examples/databases/create-ip-attribute.md diff --git a/docs/examples/1.0.0-RC1/server-deno/examples/databases/create-string-attribute.md b/docs/examples/1.0.x/server-deno/examples/databases/create-string-attribute.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-deno/examples/databases/create-string-attribute.md rename to docs/examples/1.0.x/server-deno/examples/databases/create-string-attribute.md diff --git a/docs/examples/1.0.0-RC1/server-deno/examples/databases/create-url-attribute.md b/docs/examples/1.0.x/server-deno/examples/databases/create-url-attribute.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-deno/examples/databases/create-url-attribute.md rename to docs/examples/1.0.x/server-deno/examples/databases/create-url-attribute.md diff --git a/docs/examples/1.0.0-RC1/server-deno/examples/databases/create.md b/docs/examples/1.0.x/server-deno/examples/databases/create.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-deno/examples/databases/create.md rename to docs/examples/1.0.x/server-deno/examples/databases/create.md diff --git a/docs/examples/1.0.0-RC1/server-deno/examples/databases/delete-attribute.md b/docs/examples/1.0.x/server-deno/examples/databases/delete-attribute.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-deno/examples/databases/delete-attribute.md rename to docs/examples/1.0.x/server-deno/examples/databases/delete-attribute.md diff --git a/docs/examples/1.0.0-RC1/server-deno/examples/databases/delete-collection.md b/docs/examples/1.0.x/server-deno/examples/databases/delete-collection.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-deno/examples/databases/delete-collection.md rename to docs/examples/1.0.x/server-deno/examples/databases/delete-collection.md diff --git a/docs/examples/1.0.0-RC1/server-deno/examples/databases/delete-document.md b/docs/examples/1.0.x/server-deno/examples/databases/delete-document.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-deno/examples/databases/delete-document.md rename to docs/examples/1.0.x/server-deno/examples/databases/delete-document.md diff --git a/docs/examples/1.0.0-RC1/server-deno/examples/databases/delete-index.md b/docs/examples/1.0.x/server-deno/examples/databases/delete-index.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-deno/examples/databases/delete-index.md rename to docs/examples/1.0.x/server-deno/examples/databases/delete-index.md diff --git a/docs/examples/1.0.0-RC1/server-deno/examples/databases/delete.md b/docs/examples/1.0.x/server-deno/examples/databases/delete.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-deno/examples/databases/delete.md rename to docs/examples/1.0.x/server-deno/examples/databases/delete.md diff --git a/docs/examples/1.0.0-RC1/server-deno/examples/databases/get-attribute.md b/docs/examples/1.0.x/server-deno/examples/databases/get-attribute.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-deno/examples/databases/get-attribute.md rename to docs/examples/1.0.x/server-deno/examples/databases/get-attribute.md diff --git a/docs/examples/1.0.0-RC1/server-deno/examples/databases/get-collection.md b/docs/examples/1.0.x/server-deno/examples/databases/get-collection.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-deno/examples/databases/get-collection.md rename to docs/examples/1.0.x/server-deno/examples/databases/get-collection.md diff --git a/docs/examples/1.0.0-RC1/server-deno/examples/databases/get-document.md b/docs/examples/1.0.x/server-deno/examples/databases/get-document.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-deno/examples/databases/get-document.md rename to docs/examples/1.0.x/server-deno/examples/databases/get-document.md diff --git a/docs/examples/1.0.0-RC1/server-deno/examples/databases/get-index.md b/docs/examples/1.0.x/server-deno/examples/databases/get-index.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-deno/examples/databases/get-index.md rename to docs/examples/1.0.x/server-deno/examples/databases/get-index.md diff --git a/docs/examples/1.0.0-RC1/server-deno/examples/databases/get.md b/docs/examples/1.0.x/server-deno/examples/databases/get.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-deno/examples/databases/get.md rename to docs/examples/1.0.x/server-deno/examples/databases/get.md diff --git a/docs/examples/1.0.0-RC1/server-deno/examples/databases/list-attributes.md b/docs/examples/1.0.x/server-deno/examples/databases/list-attributes.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-deno/examples/databases/list-attributes.md rename to docs/examples/1.0.x/server-deno/examples/databases/list-attributes.md diff --git a/docs/examples/1.0.0-RC1/server-deno/examples/databases/list-collections.md b/docs/examples/1.0.x/server-deno/examples/databases/list-collections.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-deno/examples/databases/list-collections.md rename to docs/examples/1.0.x/server-deno/examples/databases/list-collections.md diff --git a/docs/examples/1.0.0-RC1/server-deno/examples/databases/list-documents.md b/docs/examples/1.0.x/server-deno/examples/databases/list-documents.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-deno/examples/databases/list-documents.md rename to docs/examples/1.0.x/server-deno/examples/databases/list-documents.md diff --git a/docs/examples/1.0.0-RC1/server-deno/examples/databases/list-indexes.md b/docs/examples/1.0.x/server-deno/examples/databases/list-indexes.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-deno/examples/databases/list-indexes.md rename to docs/examples/1.0.x/server-deno/examples/databases/list-indexes.md diff --git a/docs/examples/1.0.0-RC1/server-deno/examples/databases/list.md b/docs/examples/1.0.x/server-deno/examples/databases/list.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-deno/examples/databases/list.md rename to docs/examples/1.0.x/server-deno/examples/databases/list.md diff --git a/docs/examples/1.0.0-RC1/server-deno/examples/databases/update-collection.md b/docs/examples/1.0.x/server-deno/examples/databases/update-collection.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-deno/examples/databases/update-collection.md rename to docs/examples/1.0.x/server-deno/examples/databases/update-collection.md diff --git a/docs/examples/1.0.0-RC1/server-deno/examples/databases/update-document.md b/docs/examples/1.0.x/server-deno/examples/databases/update-document.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-deno/examples/databases/update-document.md rename to docs/examples/1.0.x/server-deno/examples/databases/update-document.md diff --git a/docs/examples/1.0.0-RC1/server-deno/examples/databases/update.md b/docs/examples/1.0.x/server-deno/examples/databases/update.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-deno/examples/databases/update.md rename to docs/examples/1.0.x/server-deno/examples/databases/update.md diff --git a/docs/examples/1.0.0-RC1/server-deno/examples/functions/create-deployment.md b/docs/examples/1.0.x/server-deno/examples/functions/create-deployment.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-deno/examples/functions/create-deployment.md rename to docs/examples/1.0.x/server-deno/examples/functions/create-deployment.md diff --git a/docs/examples/1.0.0-RC1/server-deno/examples/functions/create-execution.md b/docs/examples/1.0.x/server-deno/examples/functions/create-execution.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-deno/examples/functions/create-execution.md rename to docs/examples/1.0.x/server-deno/examples/functions/create-execution.md diff --git a/docs/examples/1.0.0-RC1/server-deno/examples/functions/create-variable.md b/docs/examples/1.0.x/server-deno/examples/functions/create-variable.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-deno/examples/functions/create-variable.md rename to docs/examples/1.0.x/server-deno/examples/functions/create-variable.md diff --git a/docs/examples/1.0.0-RC1/server-deno/examples/functions/create.md b/docs/examples/1.0.x/server-deno/examples/functions/create.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-deno/examples/functions/create.md rename to docs/examples/1.0.x/server-deno/examples/functions/create.md diff --git a/docs/examples/1.0.0-RC1/server-deno/examples/functions/delete-deployment.md b/docs/examples/1.0.x/server-deno/examples/functions/delete-deployment.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-deno/examples/functions/delete-deployment.md rename to docs/examples/1.0.x/server-deno/examples/functions/delete-deployment.md diff --git a/docs/examples/1.0.0-RC1/server-deno/examples/functions/delete-variable.md b/docs/examples/1.0.x/server-deno/examples/functions/delete-variable.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-deno/examples/functions/delete-variable.md rename to docs/examples/1.0.x/server-deno/examples/functions/delete-variable.md diff --git a/docs/examples/1.0.0-RC1/server-deno/examples/functions/delete.md b/docs/examples/1.0.x/server-deno/examples/functions/delete.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-deno/examples/functions/delete.md rename to docs/examples/1.0.x/server-deno/examples/functions/delete.md diff --git a/docs/examples/1.0.0-RC1/server-deno/examples/functions/get-deployment.md b/docs/examples/1.0.x/server-deno/examples/functions/get-deployment.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-deno/examples/functions/get-deployment.md rename to docs/examples/1.0.x/server-deno/examples/functions/get-deployment.md diff --git a/docs/examples/1.0.0-RC1/server-deno/examples/functions/get-execution.md b/docs/examples/1.0.x/server-deno/examples/functions/get-execution.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-deno/examples/functions/get-execution.md rename to docs/examples/1.0.x/server-deno/examples/functions/get-execution.md diff --git a/docs/examples/1.0.0-RC1/server-deno/examples/functions/get-variable.md b/docs/examples/1.0.x/server-deno/examples/functions/get-variable.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-deno/examples/functions/get-variable.md rename to docs/examples/1.0.x/server-deno/examples/functions/get-variable.md diff --git a/docs/examples/1.0.0-RC1/server-deno/examples/functions/get.md b/docs/examples/1.0.x/server-deno/examples/functions/get.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-deno/examples/functions/get.md rename to docs/examples/1.0.x/server-deno/examples/functions/get.md diff --git a/docs/examples/1.0.0-RC1/server-deno/examples/functions/list-deployments.md b/docs/examples/1.0.x/server-deno/examples/functions/list-deployments.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-deno/examples/functions/list-deployments.md rename to docs/examples/1.0.x/server-deno/examples/functions/list-deployments.md diff --git a/docs/examples/1.0.0-RC1/server-deno/examples/functions/list-executions.md b/docs/examples/1.0.x/server-deno/examples/functions/list-executions.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-deno/examples/functions/list-executions.md rename to docs/examples/1.0.x/server-deno/examples/functions/list-executions.md diff --git a/docs/examples/1.0.0-RC1/server-deno/examples/functions/list-runtimes.md b/docs/examples/1.0.x/server-deno/examples/functions/list-runtimes.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-deno/examples/functions/list-runtimes.md rename to docs/examples/1.0.x/server-deno/examples/functions/list-runtimes.md diff --git a/docs/examples/1.0.0-RC1/server-deno/examples/functions/list-variables.md b/docs/examples/1.0.x/server-deno/examples/functions/list-variables.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-deno/examples/functions/list-variables.md rename to docs/examples/1.0.x/server-deno/examples/functions/list-variables.md diff --git a/docs/examples/1.0.0-RC1/server-deno/examples/functions/list.md b/docs/examples/1.0.x/server-deno/examples/functions/list.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-deno/examples/functions/list.md rename to docs/examples/1.0.x/server-deno/examples/functions/list.md diff --git a/docs/examples/1.0.0-RC1/server-deno/examples/functions/retry-build.md b/docs/examples/1.0.x/server-deno/examples/functions/retry-build.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-deno/examples/functions/retry-build.md rename to docs/examples/1.0.x/server-deno/examples/functions/retry-build.md diff --git a/docs/examples/1.0.0-RC1/server-deno/examples/functions/update-deployment.md b/docs/examples/1.0.x/server-deno/examples/functions/update-deployment.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-deno/examples/functions/update-deployment.md rename to docs/examples/1.0.x/server-deno/examples/functions/update-deployment.md diff --git a/docs/examples/1.0.0-RC1/server-deno/examples/functions/update-variable.md b/docs/examples/1.0.x/server-deno/examples/functions/update-variable.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-deno/examples/functions/update-variable.md rename to docs/examples/1.0.x/server-deno/examples/functions/update-variable.md diff --git a/docs/examples/1.0.0-RC1/server-deno/examples/functions/update.md b/docs/examples/1.0.x/server-deno/examples/functions/update.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-deno/examples/functions/update.md rename to docs/examples/1.0.x/server-deno/examples/functions/update.md diff --git a/docs/examples/1.0.0-RC1/server-deno/examples/health/get-antivirus.md b/docs/examples/1.0.x/server-deno/examples/health/get-antivirus.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-deno/examples/health/get-antivirus.md rename to docs/examples/1.0.x/server-deno/examples/health/get-antivirus.md diff --git a/docs/examples/1.0.0-RC1/server-deno/examples/health/get-cache.md b/docs/examples/1.0.x/server-deno/examples/health/get-cache.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-deno/examples/health/get-cache.md rename to docs/examples/1.0.x/server-deno/examples/health/get-cache.md diff --git a/docs/examples/1.0.0-RC1/server-deno/examples/health/get-d-b.md b/docs/examples/1.0.x/server-deno/examples/health/get-d-b.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-deno/examples/health/get-d-b.md rename to docs/examples/1.0.x/server-deno/examples/health/get-d-b.md diff --git a/docs/examples/1.0.0-RC1/server-deno/examples/health/get-queue-certificates.md b/docs/examples/1.0.x/server-deno/examples/health/get-queue-certificates.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-deno/examples/health/get-queue-certificates.md rename to docs/examples/1.0.x/server-deno/examples/health/get-queue-certificates.md diff --git a/docs/examples/1.0.0-RC1/server-deno/examples/health/get-queue-functions.md b/docs/examples/1.0.x/server-deno/examples/health/get-queue-functions.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-deno/examples/health/get-queue-functions.md rename to docs/examples/1.0.x/server-deno/examples/health/get-queue-functions.md diff --git a/docs/examples/1.0.0-RC1/server-deno/examples/health/get-queue-logs.md b/docs/examples/1.0.x/server-deno/examples/health/get-queue-logs.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-deno/examples/health/get-queue-logs.md rename to docs/examples/1.0.x/server-deno/examples/health/get-queue-logs.md diff --git a/docs/examples/1.0.0-RC1/server-deno/examples/health/get-queue-webhooks.md b/docs/examples/1.0.x/server-deno/examples/health/get-queue-webhooks.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-deno/examples/health/get-queue-webhooks.md rename to docs/examples/1.0.x/server-deno/examples/health/get-queue-webhooks.md diff --git a/docs/examples/1.0.0-RC1/server-deno/examples/health/get-storage-local.md b/docs/examples/1.0.x/server-deno/examples/health/get-storage-local.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-deno/examples/health/get-storage-local.md rename to docs/examples/1.0.x/server-deno/examples/health/get-storage-local.md diff --git a/docs/examples/1.0.0-RC1/server-deno/examples/health/get-time.md b/docs/examples/1.0.x/server-deno/examples/health/get-time.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-deno/examples/health/get-time.md rename to docs/examples/1.0.x/server-deno/examples/health/get-time.md diff --git a/docs/examples/1.0.0-RC1/server-deno/examples/health/get.md b/docs/examples/1.0.x/server-deno/examples/health/get.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-deno/examples/health/get.md rename to docs/examples/1.0.x/server-deno/examples/health/get.md diff --git a/docs/examples/1.0.0-RC1/server-deno/examples/locale/get-continents.md b/docs/examples/1.0.x/server-deno/examples/locale/get-continents.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-deno/examples/locale/get-continents.md rename to docs/examples/1.0.x/server-deno/examples/locale/get-continents.md diff --git a/docs/examples/1.0.0-RC1/server-deno/examples/locale/get-countries-e-u.md b/docs/examples/1.0.x/server-deno/examples/locale/get-countries-e-u.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-deno/examples/locale/get-countries-e-u.md rename to docs/examples/1.0.x/server-deno/examples/locale/get-countries-e-u.md diff --git a/docs/examples/1.0.0-RC1/server-deno/examples/locale/get-countries-phones.md b/docs/examples/1.0.x/server-deno/examples/locale/get-countries-phones.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-deno/examples/locale/get-countries-phones.md rename to docs/examples/1.0.x/server-deno/examples/locale/get-countries-phones.md diff --git a/docs/examples/1.0.0-RC1/server-deno/examples/locale/get-countries.md b/docs/examples/1.0.x/server-deno/examples/locale/get-countries.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-deno/examples/locale/get-countries.md rename to docs/examples/1.0.x/server-deno/examples/locale/get-countries.md diff --git a/docs/examples/1.0.0-RC1/server-deno/examples/locale/get-currencies.md b/docs/examples/1.0.x/server-deno/examples/locale/get-currencies.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-deno/examples/locale/get-currencies.md rename to docs/examples/1.0.x/server-deno/examples/locale/get-currencies.md diff --git a/docs/examples/1.0.0-RC1/server-deno/examples/locale/get-languages.md b/docs/examples/1.0.x/server-deno/examples/locale/get-languages.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-deno/examples/locale/get-languages.md rename to docs/examples/1.0.x/server-deno/examples/locale/get-languages.md diff --git a/docs/examples/1.0.0-RC1/server-deno/examples/locale/get.md b/docs/examples/1.0.x/server-deno/examples/locale/get.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-deno/examples/locale/get.md rename to docs/examples/1.0.x/server-deno/examples/locale/get.md diff --git a/docs/examples/1.0.0/server-deno/examples/locale/list-continents.md b/docs/examples/1.0.x/server-deno/examples/locale/list-continents.md similarity index 100% rename from docs/examples/1.0.0/server-deno/examples/locale/list-continents.md rename to docs/examples/1.0.x/server-deno/examples/locale/list-continents.md diff --git a/docs/examples/1.0.0/server-deno/examples/locale/list-countries-e-u.md b/docs/examples/1.0.x/server-deno/examples/locale/list-countries-e-u.md similarity index 100% rename from docs/examples/1.0.0/server-deno/examples/locale/list-countries-e-u.md rename to docs/examples/1.0.x/server-deno/examples/locale/list-countries-e-u.md diff --git a/docs/examples/1.0.0/server-deno/examples/locale/list-countries-phones.md b/docs/examples/1.0.x/server-deno/examples/locale/list-countries-phones.md similarity index 100% rename from docs/examples/1.0.0/server-deno/examples/locale/list-countries-phones.md rename to docs/examples/1.0.x/server-deno/examples/locale/list-countries-phones.md diff --git a/docs/examples/1.0.0/server-deno/examples/locale/list-countries.md b/docs/examples/1.0.x/server-deno/examples/locale/list-countries.md similarity index 100% rename from docs/examples/1.0.0/server-deno/examples/locale/list-countries.md rename to docs/examples/1.0.x/server-deno/examples/locale/list-countries.md diff --git a/docs/examples/1.0.0/server-deno/examples/locale/list-currencies.md b/docs/examples/1.0.x/server-deno/examples/locale/list-currencies.md similarity index 100% rename from docs/examples/1.0.0/server-deno/examples/locale/list-currencies.md rename to docs/examples/1.0.x/server-deno/examples/locale/list-currencies.md diff --git a/docs/examples/1.0.0/server-deno/examples/locale/list-languages.md b/docs/examples/1.0.x/server-deno/examples/locale/list-languages.md similarity index 100% rename from docs/examples/1.0.0/server-deno/examples/locale/list-languages.md rename to docs/examples/1.0.x/server-deno/examples/locale/list-languages.md diff --git a/docs/examples/1.0.0-RC1/server-deno/examples/storage/create-bucket.md b/docs/examples/1.0.x/server-deno/examples/storage/create-bucket.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-deno/examples/storage/create-bucket.md rename to docs/examples/1.0.x/server-deno/examples/storage/create-bucket.md diff --git a/docs/examples/1.0.0-RC1/server-deno/examples/storage/create-file.md b/docs/examples/1.0.x/server-deno/examples/storage/create-file.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-deno/examples/storage/create-file.md rename to docs/examples/1.0.x/server-deno/examples/storage/create-file.md diff --git a/docs/examples/1.0.0-RC1/server-deno/examples/storage/delete-bucket.md b/docs/examples/1.0.x/server-deno/examples/storage/delete-bucket.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-deno/examples/storage/delete-bucket.md rename to docs/examples/1.0.x/server-deno/examples/storage/delete-bucket.md diff --git a/docs/examples/1.0.0-RC1/server-deno/examples/storage/delete-file.md b/docs/examples/1.0.x/server-deno/examples/storage/delete-file.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-deno/examples/storage/delete-file.md rename to docs/examples/1.0.x/server-deno/examples/storage/delete-file.md diff --git a/docs/examples/1.0.0-RC1/server-deno/examples/storage/get-bucket.md b/docs/examples/1.0.x/server-deno/examples/storage/get-bucket.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-deno/examples/storage/get-bucket.md rename to docs/examples/1.0.x/server-deno/examples/storage/get-bucket.md diff --git a/docs/examples/1.0.0-RC1/server-deno/examples/storage/get-file-download.md b/docs/examples/1.0.x/server-deno/examples/storage/get-file-download.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-deno/examples/storage/get-file-download.md rename to docs/examples/1.0.x/server-deno/examples/storage/get-file-download.md diff --git a/docs/examples/1.0.0-RC1/server-deno/examples/storage/get-file-preview.md b/docs/examples/1.0.x/server-deno/examples/storage/get-file-preview.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-deno/examples/storage/get-file-preview.md rename to docs/examples/1.0.x/server-deno/examples/storage/get-file-preview.md diff --git a/docs/examples/1.0.0-RC1/server-deno/examples/storage/get-file-view.md b/docs/examples/1.0.x/server-deno/examples/storage/get-file-view.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-deno/examples/storage/get-file-view.md rename to docs/examples/1.0.x/server-deno/examples/storage/get-file-view.md diff --git a/docs/examples/1.0.0-RC1/server-deno/examples/storage/get-file.md b/docs/examples/1.0.x/server-deno/examples/storage/get-file.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-deno/examples/storage/get-file.md rename to docs/examples/1.0.x/server-deno/examples/storage/get-file.md diff --git a/docs/examples/1.0.0-RC1/server-deno/examples/storage/list-buckets.md b/docs/examples/1.0.x/server-deno/examples/storage/list-buckets.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-deno/examples/storage/list-buckets.md rename to docs/examples/1.0.x/server-deno/examples/storage/list-buckets.md diff --git a/docs/examples/1.0.0-RC1/server-deno/examples/storage/list-files.md b/docs/examples/1.0.x/server-deno/examples/storage/list-files.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-deno/examples/storage/list-files.md rename to docs/examples/1.0.x/server-deno/examples/storage/list-files.md diff --git a/docs/examples/1.0.0-RC1/server-deno/examples/storage/update-bucket.md b/docs/examples/1.0.x/server-deno/examples/storage/update-bucket.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-deno/examples/storage/update-bucket.md rename to docs/examples/1.0.x/server-deno/examples/storage/update-bucket.md diff --git a/docs/examples/1.0.0-RC1/server-deno/examples/storage/update-file.md b/docs/examples/1.0.x/server-deno/examples/storage/update-file.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-deno/examples/storage/update-file.md rename to docs/examples/1.0.x/server-deno/examples/storage/update-file.md diff --git a/docs/examples/1.0.0-RC1/server-deno/examples/teams/create-membership.md b/docs/examples/1.0.x/server-deno/examples/teams/create-membership.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-deno/examples/teams/create-membership.md rename to docs/examples/1.0.x/server-deno/examples/teams/create-membership.md diff --git a/docs/examples/1.0.0-RC1/server-deno/examples/teams/create.md b/docs/examples/1.0.x/server-deno/examples/teams/create.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-deno/examples/teams/create.md rename to docs/examples/1.0.x/server-deno/examples/teams/create.md diff --git a/docs/examples/1.0.0-RC1/server-deno/examples/teams/delete-membership.md b/docs/examples/1.0.x/server-deno/examples/teams/delete-membership.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-deno/examples/teams/delete-membership.md rename to docs/examples/1.0.x/server-deno/examples/teams/delete-membership.md diff --git a/docs/examples/1.0.0-RC1/server-deno/examples/teams/delete.md b/docs/examples/1.0.x/server-deno/examples/teams/delete.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-deno/examples/teams/delete.md rename to docs/examples/1.0.x/server-deno/examples/teams/delete.md diff --git a/docs/examples/1.0.0-RC1/server-deno/examples/teams/get-membership.md b/docs/examples/1.0.x/server-deno/examples/teams/get-membership.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-deno/examples/teams/get-membership.md rename to docs/examples/1.0.x/server-deno/examples/teams/get-membership.md diff --git a/docs/examples/1.0.0-RC1/server-deno/examples/teams/get-memberships.md b/docs/examples/1.0.x/server-deno/examples/teams/get-memberships.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-deno/examples/teams/get-memberships.md rename to docs/examples/1.0.x/server-deno/examples/teams/get-memberships.md diff --git a/docs/examples/1.0.0-RC1/server-deno/examples/teams/get.md b/docs/examples/1.0.x/server-deno/examples/teams/get.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-deno/examples/teams/get.md rename to docs/examples/1.0.x/server-deno/examples/teams/get.md diff --git a/docs/examples/1.0.0/server-deno/examples/teams/list-memberships.md b/docs/examples/1.0.x/server-deno/examples/teams/list-memberships.md similarity index 100% rename from docs/examples/1.0.0/server-deno/examples/teams/list-memberships.md rename to docs/examples/1.0.x/server-deno/examples/teams/list-memberships.md diff --git a/docs/examples/1.0.0-RC1/server-deno/examples/teams/list.md b/docs/examples/1.0.x/server-deno/examples/teams/list.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-deno/examples/teams/list.md rename to docs/examples/1.0.x/server-deno/examples/teams/list.md diff --git a/docs/examples/1.0.0-RC1/server-deno/examples/teams/update-membership-roles.md b/docs/examples/1.0.x/server-deno/examples/teams/update-membership-roles.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-deno/examples/teams/update-membership-roles.md rename to docs/examples/1.0.x/server-deno/examples/teams/update-membership-roles.md diff --git a/docs/examples/1.0.0-RC1/server-deno/examples/teams/update-membership-status.md b/docs/examples/1.0.x/server-deno/examples/teams/update-membership-status.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-deno/examples/teams/update-membership-status.md rename to docs/examples/1.0.x/server-deno/examples/teams/update-membership-status.md diff --git a/docs/examples/1.0.0-RC1/server-deno/examples/teams/update.md b/docs/examples/1.0.x/server-deno/examples/teams/update.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-deno/examples/teams/update.md rename to docs/examples/1.0.x/server-deno/examples/teams/update.md diff --git a/docs/examples/1.0.0-RC1/server-deno/examples/users/create-argon2user.md b/docs/examples/1.0.x/server-deno/examples/users/create-argon2user.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-deno/examples/users/create-argon2user.md rename to docs/examples/1.0.x/server-deno/examples/users/create-argon2user.md diff --git a/docs/examples/1.0.0-RC1/server-deno/examples/users/create-bcrypt-user.md b/docs/examples/1.0.x/server-deno/examples/users/create-bcrypt-user.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-deno/examples/users/create-bcrypt-user.md rename to docs/examples/1.0.x/server-deno/examples/users/create-bcrypt-user.md diff --git a/docs/examples/1.0.0-RC1/server-deno/examples/users/create-m-d5user.md b/docs/examples/1.0.x/server-deno/examples/users/create-m-d5user.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-deno/examples/users/create-m-d5user.md rename to docs/examples/1.0.x/server-deno/examples/users/create-m-d5user.md diff --git a/docs/examples/1.0.0-RC1/server-deno/examples/users/create-p-h-pass-user.md b/docs/examples/1.0.x/server-deno/examples/users/create-p-h-pass-user.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-deno/examples/users/create-p-h-pass-user.md rename to docs/examples/1.0.x/server-deno/examples/users/create-p-h-pass-user.md diff --git a/docs/examples/1.0.0-RC1/server-deno/examples/users/create-s-h-a-user.md b/docs/examples/1.0.x/server-deno/examples/users/create-s-h-a-user.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-deno/examples/users/create-s-h-a-user.md rename to docs/examples/1.0.x/server-deno/examples/users/create-s-h-a-user.md diff --git a/docs/examples/1.0.0-RC1/server-deno/examples/users/create-scrypt-modified-user.md b/docs/examples/1.0.x/server-deno/examples/users/create-scrypt-modified-user.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-deno/examples/users/create-scrypt-modified-user.md rename to docs/examples/1.0.x/server-deno/examples/users/create-scrypt-modified-user.md diff --git a/docs/examples/1.0.0-RC1/server-deno/examples/users/create-scrypt-user.md b/docs/examples/1.0.x/server-deno/examples/users/create-scrypt-user.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-deno/examples/users/create-scrypt-user.md rename to docs/examples/1.0.x/server-deno/examples/users/create-scrypt-user.md diff --git a/docs/examples/1.0.0-RC1/server-deno/examples/users/create.md b/docs/examples/1.0.x/server-deno/examples/users/create.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-deno/examples/users/create.md rename to docs/examples/1.0.x/server-deno/examples/users/create.md diff --git a/docs/examples/1.0.0-RC1/server-deno/examples/users/delete-session.md b/docs/examples/1.0.x/server-deno/examples/users/delete-session.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-deno/examples/users/delete-session.md rename to docs/examples/1.0.x/server-deno/examples/users/delete-session.md diff --git a/docs/examples/1.0.0-RC1/server-deno/examples/users/delete-sessions.md b/docs/examples/1.0.x/server-deno/examples/users/delete-sessions.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-deno/examples/users/delete-sessions.md rename to docs/examples/1.0.x/server-deno/examples/users/delete-sessions.md diff --git a/docs/examples/1.0.0-RC1/server-deno/examples/users/delete.md b/docs/examples/1.0.x/server-deno/examples/users/delete.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-deno/examples/users/delete.md rename to docs/examples/1.0.x/server-deno/examples/users/delete.md diff --git a/docs/examples/1.0.0-RC1/server-deno/examples/users/get-logs.md b/docs/examples/1.0.x/server-deno/examples/users/get-logs.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-deno/examples/users/get-logs.md rename to docs/examples/1.0.x/server-deno/examples/users/get-logs.md diff --git a/docs/examples/1.0.0-RC1/server-deno/examples/users/get-memberships.md b/docs/examples/1.0.x/server-deno/examples/users/get-memberships.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-deno/examples/users/get-memberships.md rename to docs/examples/1.0.x/server-deno/examples/users/get-memberships.md diff --git a/docs/examples/1.0.0-RC1/server-deno/examples/users/get-prefs.md b/docs/examples/1.0.x/server-deno/examples/users/get-prefs.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-deno/examples/users/get-prefs.md rename to docs/examples/1.0.x/server-deno/examples/users/get-prefs.md diff --git a/docs/examples/1.0.0-RC1/server-deno/examples/users/get-sessions.md b/docs/examples/1.0.x/server-deno/examples/users/get-sessions.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-deno/examples/users/get-sessions.md rename to docs/examples/1.0.x/server-deno/examples/users/get-sessions.md diff --git a/docs/examples/1.0.0-RC1/server-deno/examples/users/get.md b/docs/examples/1.0.x/server-deno/examples/users/get.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-deno/examples/users/get.md rename to docs/examples/1.0.x/server-deno/examples/users/get.md diff --git a/docs/examples/1.0.0/server-deno/examples/users/list-logs.md b/docs/examples/1.0.x/server-deno/examples/users/list-logs.md similarity index 100% rename from docs/examples/1.0.0/server-deno/examples/users/list-logs.md rename to docs/examples/1.0.x/server-deno/examples/users/list-logs.md diff --git a/docs/examples/1.0.0/server-deno/examples/users/list-memberships.md b/docs/examples/1.0.x/server-deno/examples/users/list-memberships.md similarity index 100% rename from docs/examples/1.0.0/server-deno/examples/users/list-memberships.md rename to docs/examples/1.0.x/server-deno/examples/users/list-memberships.md diff --git a/docs/examples/1.0.0/server-deno/examples/users/list-sessions.md b/docs/examples/1.0.x/server-deno/examples/users/list-sessions.md similarity index 100% rename from docs/examples/1.0.0/server-deno/examples/users/list-sessions.md rename to docs/examples/1.0.x/server-deno/examples/users/list-sessions.md diff --git a/docs/examples/1.0.0-RC1/server-deno/examples/users/list.md b/docs/examples/1.0.x/server-deno/examples/users/list.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-deno/examples/users/list.md rename to docs/examples/1.0.x/server-deno/examples/users/list.md diff --git a/docs/examples/1.0.0-RC1/server-deno/examples/users/update-email-verification.md b/docs/examples/1.0.x/server-deno/examples/users/update-email-verification.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-deno/examples/users/update-email-verification.md rename to docs/examples/1.0.x/server-deno/examples/users/update-email-verification.md diff --git a/docs/examples/1.0.0-RC1/server-deno/examples/users/update-email.md b/docs/examples/1.0.x/server-deno/examples/users/update-email.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-deno/examples/users/update-email.md rename to docs/examples/1.0.x/server-deno/examples/users/update-email.md diff --git a/docs/examples/1.0.0-RC1/server-deno/examples/users/update-name.md b/docs/examples/1.0.x/server-deno/examples/users/update-name.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-deno/examples/users/update-name.md rename to docs/examples/1.0.x/server-deno/examples/users/update-name.md diff --git a/docs/examples/1.0.0-RC1/server-deno/examples/users/update-password.md b/docs/examples/1.0.x/server-deno/examples/users/update-password.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-deno/examples/users/update-password.md rename to docs/examples/1.0.x/server-deno/examples/users/update-password.md diff --git a/docs/examples/1.0.0-RC1/server-deno/examples/users/update-phone-verification.md b/docs/examples/1.0.x/server-deno/examples/users/update-phone-verification.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-deno/examples/users/update-phone-verification.md rename to docs/examples/1.0.x/server-deno/examples/users/update-phone-verification.md diff --git a/docs/examples/1.0.0-RC1/server-deno/examples/users/update-phone.md b/docs/examples/1.0.x/server-deno/examples/users/update-phone.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-deno/examples/users/update-phone.md rename to docs/examples/1.0.x/server-deno/examples/users/update-phone.md diff --git a/docs/examples/1.0.0-RC1/server-deno/examples/users/update-prefs.md b/docs/examples/1.0.x/server-deno/examples/users/update-prefs.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-deno/examples/users/update-prefs.md rename to docs/examples/1.0.x/server-deno/examples/users/update-prefs.md diff --git a/docs/examples/1.0.0-RC1/server-deno/examples/users/update-status.md b/docs/examples/1.0.x/server-deno/examples/users/update-status.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-deno/examples/users/update-status.md rename to docs/examples/1.0.x/server-deno/examples/users/update-status.md diff --git a/docs/examples/1.0.0-RC1/server-kotlin/java/account/create-phone-verification.md b/docs/examples/1.0.x/server-kotlin/java/account/create-phone-verification.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-kotlin/java/account/create-phone-verification.md rename to docs/examples/1.0.x/server-kotlin/java/account/create-phone-verification.md diff --git a/docs/examples/1.0.0-RC1/server-kotlin/java/account/create-recovery.md b/docs/examples/1.0.x/server-kotlin/java/account/create-recovery.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-kotlin/java/account/create-recovery.md rename to docs/examples/1.0.x/server-kotlin/java/account/create-recovery.md diff --git a/docs/examples/1.0.0-RC1/server-kotlin/java/account/create-verification.md b/docs/examples/1.0.x/server-kotlin/java/account/create-verification.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-kotlin/java/account/create-verification.md rename to docs/examples/1.0.x/server-kotlin/java/account/create-verification.md diff --git a/docs/examples/1.0.0-RC1/server-kotlin/java/account/delete-session.md b/docs/examples/1.0.x/server-kotlin/java/account/delete-session.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-kotlin/java/account/delete-session.md rename to docs/examples/1.0.x/server-kotlin/java/account/delete-session.md diff --git a/docs/examples/1.0.0-RC1/server-kotlin/java/account/delete-sessions.md b/docs/examples/1.0.x/server-kotlin/java/account/delete-sessions.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-kotlin/java/account/delete-sessions.md rename to docs/examples/1.0.x/server-kotlin/java/account/delete-sessions.md diff --git a/docs/examples/1.0.0-RC1/server-kotlin/java/account/get-logs.md b/docs/examples/1.0.x/server-kotlin/java/account/get-logs.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-kotlin/java/account/get-logs.md rename to docs/examples/1.0.x/server-kotlin/java/account/get-logs.md diff --git a/docs/examples/1.0.0-RC1/server-kotlin/java/account/get-prefs.md b/docs/examples/1.0.x/server-kotlin/java/account/get-prefs.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-kotlin/java/account/get-prefs.md rename to docs/examples/1.0.x/server-kotlin/java/account/get-prefs.md diff --git a/docs/examples/1.0.0-RC1/server-kotlin/java/account/get-session.md b/docs/examples/1.0.x/server-kotlin/java/account/get-session.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-kotlin/java/account/get-session.md rename to docs/examples/1.0.x/server-kotlin/java/account/get-session.md diff --git a/docs/examples/1.0.0-RC1/server-kotlin/java/account/get-sessions.md b/docs/examples/1.0.x/server-kotlin/java/account/get-sessions.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-kotlin/java/account/get-sessions.md rename to docs/examples/1.0.x/server-kotlin/java/account/get-sessions.md diff --git a/docs/examples/1.0.0-RC1/server-kotlin/java/account/get.md b/docs/examples/1.0.x/server-kotlin/java/account/get.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-kotlin/java/account/get.md rename to docs/examples/1.0.x/server-kotlin/java/account/get.md diff --git a/docs/examples/1.0.0/server-kotlin/java/account/list-logs.md b/docs/examples/1.0.x/server-kotlin/java/account/list-logs.md similarity index 100% rename from docs/examples/1.0.0/server-kotlin/java/account/list-logs.md rename to docs/examples/1.0.x/server-kotlin/java/account/list-logs.md diff --git a/docs/examples/1.0.0/server-kotlin/java/account/list-sessions.md b/docs/examples/1.0.x/server-kotlin/java/account/list-sessions.md similarity index 100% rename from docs/examples/1.0.0/server-kotlin/java/account/list-sessions.md rename to docs/examples/1.0.x/server-kotlin/java/account/list-sessions.md diff --git a/docs/examples/1.0.0-RC1/server-kotlin/java/account/update-email.md b/docs/examples/1.0.x/server-kotlin/java/account/update-email.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-kotlin/java/account/update-email.md rename to docs/examples/1.0.x/server-kotlin/java/account/update-email.md diff --git a/docs/examples/1.0.0-RC1/server-kotlin/java/account/update-name.md b/docs/examples/1.0.x/server-kotlin/java/account/update-name.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-kotlin/java/account/update-name.md rename to docs/examples/1.0.x/server-kotlin/java/account/update-name.md diff --git a/docs/examples/1.0.0-RC1/server-kotlin/java/account/update-password.md b/docs/examples/1.0.x/server-kotlin/java/account/update-password.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-kotlin/java/account/update-password.md rename to docs/examples/1.0.x/server-kotlin/java/account/update-password.md diff --git a/docs/examples/1.0.0-RC1/server-kotlin/java/account/update-phone-verification.md b/docs/examples/1.0.x/server-kotlin/java/account/update-phone-verification.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-kotlin/java/account/update-phone-verification.md rename to docs/examples/1.0.x/server-kotlin/java/account/update-phone-verification.md diff --git a/docs/examples/1.0.0-RC1/server-kotlin/java/account/update-phone.md b/docs/examples/1.0.x/server-kotlin/java/account/update-phone.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-kotlin/java/account/update-phone.md rename to docs/examples/1.0.x/server-kotlin/java/account/update-phone.md diff --git a/docs/examples/1.0.0-RC1/server-kotlin/java/account/update-prefs.md b/docs/examples/1.0.x/server-kotlin/java/account/update-prefs.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-kotlin/java/account/update-prefs.md rename to docs/examples/1.0.x/server-kotlin/java/account/update-prefs.md diff --git a/docs/examples/1.0.0-RC1/server-kotlin/java/account/update-recovery.md b/docs/examples/1.0.x/server-kotlin/java/account/update-recovery.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-kotlin/java/account/update-recovery.md rename to docs/examples/1.0.x/server-kotlin/java/account/update-recovery.md diff --git a/docs/examples/1.0.0-RC1/server-kotlin/java/account/update-session.md b/docs/examples/1.0.x/server-kotlin/java/account/update-session.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-kotlin/java/account/update-session.md rename to docs/examples/1.0.x/server-kotlin/java/account/update-session.md diff --git a/docs/examples/1.0.0-RC1/server-kotlin/java/account/update-status.md b/docs/examples/1.0.x/server-kotlin/java/account/update-status.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-kotlin/java/account/update-status.md rename to docs/examples/1.0.x/server-kotlin/java/account/update-status.md diff --git a/docs/examples/1.0.0-RC1/server-kotlin/java/account/update-verification.md b/docs/examples/1.0.x/server-kotlin/java/account/update-verification.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-kotlin/java/account/update-verification.md rename to docs/examples/1.0.x/server-kotlin/java/account/update-verification.md diff --git a/docs/examples/1.0.0-RC1/server-kotlin/java/avatars/get-browser.md b/docs/examples/1.0.x/server-kotlin/java/avatars/get-browser.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-kotlin/java/avatars/get-browser.md rename to docs/examples/1.0.x/server-kotlin/java/avatars/get-browser.md diff --git a/docs/examples/1.0.0-RC1/server-kotlin/java/avatars/get-credit-card.md b/docs/examples/1.0.x/server-kotlin/java/avatars/get-credit-card.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-kotlin/java/avatars/get-credit-card.md rename to docs/examples/1.0.x/server-kotlin/java/avatars/get-credit-card.md diff --git a/docs/examples/1.0.0-RC1/server-kotlin/java/avatars/get-favicon.md b/docs/examples/1.0.x/server-kotlin/java/avatars/get-favicon.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-kotlin/java/avatars/get-favicon.md rename to docs/examples/1.0.x/server-kotlin/java/avatars/get-favicon.md diff --git a/docs/examples/1.0.0-RC1/server-kotlin/java/avatars/get-flag.md b/docs/examples/1.0.x/server-kotlin/java/avatars/get-flag.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-kotlin/java/avatars/get-flag.md rename to docs/examples/1.0.x/server-kotlin/java/avatars/get-flag.md diff --git a/docs/examples/1.0.0-RC1/server-kotlin/java/avatars/get-image.md b/docs/examples/1.0.x/server-kotlin/java/avatars/get-image.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-kotlin/java/avatars/get-image.md rename to docs/examples/1.0.x/server-kotlin/java/avatars/get-image.md diff --git a/docs/examples/1.0.0-RC1/server-kotlin/java/avatars/get-initials.md b/docs/examples/1.0.x/server-kotlin/java/avatars/get-initials.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-kotlin/java/avatars/get-initials.md rename to docs/examples/1.0.x/server-kotlin/java/avatars/get-initials.md diff --git a/docs/examples/1.0.0-RC1/server-kotlin/java/avatars/get-q-r.md b/docs/examples/1.0.x/server-kotlin/java/avatars/get-q-r.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-kotlin/java/avatars/get-q-r.md rename to docs/examples/1.0.x/server-kotlin/java/avatars/get-q-r.md diff --git a/docs/examples/1.0.0-RC1/server-kotlin/java/databases/create-boolean-attribute.md b/docs/examples/1.0.x/server-kotlin/java/databases/create-boolean-attribute.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-kotlin/java/databases/create-boolean-attribute.md rename to docs/examples/1.0.x/server-kotlin/java/databases/create-boolean-attribute.md diff --git a/docs/examples/1.0.0-RC1/server-kotlin/java/databases/create-collection.md b/docs/examples/1.0.x/server-kotlin/java/databases/create-collection.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-kotlin/java/databases/create-collection.md rename to docs/examples/1.0.x/server-kotlin/java/databases/create-collection.md diff --git a/docs/examples/1.0.0-RC1/server-kotlin/java/databases/create-datetime-attribute.md b/docs/examples/1.0.x/server-kotlin/java/databases/create-datetime-attribute.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-kotlin/java/databases/create-datetime-attribute.md rename to docs/examples/1.0.x/server-kotlin/java/databases/create-datetime-attribute.md diff --git a/docs/examples/1.0.0-RC1/server-kotlin/java/databases/create-document.md b/docs/examples/1.0.x/server-kotlin/java/databases/create-document.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-kotlin/java/databases/create-document.md rename to docs/examples/1.0.x/server-kotlin/java/databases/create-document.md diff --git a/docs/examples/1.0.0-RC1/server-kotlin/java/databases/create-email-attribute.md b/docs/examples/1.0.x/server-kotlin/java/databases/create-email-attribute.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-kotlin/java/databases/create-email-attribute.md rename to docs/examples/1.0.x/server-kotlin/java/databases/create-email-attribute.md diff --git a/docs/examples/1.0.0-RC1/server-kotlin/java/databases/create-enum-attribute.md b/docs/examples/1.0.x/server-kotlin/java/databases/create-enum-attribute.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-kotlin/java/databases/create-enum-attribute.md rename to docs/examples/1.0.x/server-kotlin/java/databases/create-enum-attribute.md diff --git a/docs/examples/1.0.0-RC1/server-kotlin/java/databases/create-float-attribute.md b/docs/examples/1.0.x/server-kotlin/java/databases/create-float-attribute.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-kotlin/java/databases/create-float-attribute.md rename to docs/examples/1.0.x/server-kotlin/java/databases/create-float-attribute.md diff --git a/docs/examples/1.0.0-RC1/server-kotlin/java/databases/create-index.md b/docs/examples/1.0.x/server-kotlin/java/databases/create-index.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-kotlin/java/databases/create-index.md rename to docs/examples/1.0.x/server-kotlin/java/databases/create-index.md diff --git a/docs/examples/1.0.0-RC1/server-kotlin/java/databases/create-integer-attribute.md b/docs/examples/1.0.x/server-kotlin/java/databases/create-integer-attribute.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-kotlin/java/databases/create-integer-attribute.md rename to docs/examples/1.0.x/server-kotlin/java/databases/create-integer-attribute.md diff --git a/docs/examples/1.0.0-RC1/server-kotlin/java/databases/create-ip-attribute.md b/docs/examples/1.0.x/server-kotlin/java/databases/create-ip-attribute.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-kotlin/java/databases/create-ip-attribute.md rename to docs/examples/1.0.x/server-kotlin/java/databases/create-ip-attribute.md diff --git a/docs/examples/1.0.0-RC1/server-kotlin/java/databases/create-string-attribute.md b/docs/examples/1.0.x/server-kotlin/java/databases/create-string-attribute.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-kotlin/java/databases/create-string-attribute.md rename to docs/examples/1.0.x/server-kotlin/java/databases/create-string-attribute.md diff --git a/docs/examples/1.0.0-RC1/server-kotlin/java/databases/create-url-attribute.md b/docs/examples/1.0.x/server-kotlin/java/databases/create-url-attribute.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-kotlin/java/databases/create-url-attribute.md rename to docs/examples/1.0.x/server-kotlin/java/databases/create-url-attribute.md diff --git a/docs/examples/1.0.0-RC1/server-kotlin/java/databases/create.md b/docs/examples/1.0.x/server-kotlin/java/databases/create.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-kotlin/java/databases/create.md rename to docs/examples/1.0.x/server-kotlin/java/databases/create.md diff --git a/docs/examples/1.0.0-RC1/server-kotlin/java/databases/delete-attribute.md b/docs/examples/1.0.x/server-kotlin/java/databases/delete-attribute.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-kotlin/java/databases/delete-attribute.md rename to docs/examples/1.0.x/server-kotlin/java/databases/delete-attribute.md diff --git a/docs/examples/1.0.0-RC1/server-kotlin/java/databases/delete-collection.md b/docs/examples/1.0.x/server-kotlin/java/databases/delete-collection.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-kotlin/java/databases/delete-collection.md rename to docs/examples/1.0.x/server-kotlin/java/databases/delete-collection.md diff --git a/docs/examples/1.0.0-RC1/server-kotlin/java/databases/delete-document.md b/docs/examples/1.0.x/server-kotlin/java/databases/delete-document.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-kotlin/java/databases/delete-document.md rename to docs/examples/1.0.x/server-kotlin/java/databases/delete-document.md diff --git a/docs/examples/1.0.0-RC1/server-kotlin/java/databases/delete-index.md b/docs/examples/1.0.x/server-kotlin/java/databases/delete-index.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-kotlin/java/databases/delete-index.md rename to docs/examples/1.0.x/server-kotlin/java/databases/delete-index.md diff --git a/docs/examples/1.0.0-RC1/server-kotlin/java/databases/delete.md b/docs/examples/1.0.x/server-kotlin/java/databases/delete.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-kotlin/java/databases/delete.md rename to docs/examples/1.0.x/server-kotlin/java/databases/delete.md diff --git a/docs/examples/1.0.0-RC1/server-kotlin/java/databases/get-attribute.md b/docs/examples/1.0.x/server-kotlin/java/databases/get-attribute.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-kotlin/java/databases/get-attribute.md rename to docs/examples/1.0.x/server-kotlin/java/databases/get-attribute.md diff --git a/docs/examples/1.0.0-RC1/server-kotlin/java/databases/get-collection.md b/docs/examples/1.0.x/server-kotlin/java/databases/get-collection.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-kotlin/java/databases/get-collection.md rename to docs/examples/1.0.x/server-kotlin/java/databases/get-collection.md diff --git a/docs/examples/1.0.0-RC1/server-kotlin/java/databases/get-document.md b/docs/examples/1.0.x/server-kotlin/java/databases/get-document.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-kotlin/java/databases/get-document.md rename to docs/examples/1.0.x/server-kotlin/java/databases/get-document.md diff --git a/docs/examples/1.0.0-RC1/server-kotlin/java/databases/get-index.md b/docs/examples/1.0.x/server-kotlin/java/databases/get-index.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-kotlin/java/databases/get-index.md rename to docs/examples/1.0.x/server-kotlin/java/databases/get-index.md diff --git a/docs/examples/1.0.0-RC1/server-kotlin/java/databases/get.md b/docs/examples/1.0.x/server-kotlin/java/databases/get.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-kotlin/java/databases/get.md rename to docs/examples/1.0.x/server-kotlin/java/databases/get.md diff --git a/docs/examples/1.0.0-RC1/server-kotlin/java/databases/list-attributes.md b/docs/examples/1.0.x/server-kotlin/java/databases/list-attributes.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-kotlin/java/databases/list-attributes.md rename to docs/examples/1.0.x/server-kotlin/java/databases/list-attributes.md diff --git a/docs/examples/1.0.0-RC1/server-kotlin/java/databases/list-collections.md b/docs/examples/1.0.x/server-kotlin/java/databases/list-collections.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-kotlin/java/databases/list-collections.md rename to docs/examples/1.0.x/server-kotlin/java/databases/list-collections.md diff --git a/docs/examples/1.0.0-RC1/server-kotlin/java/databases/list-documents.md b/docs/examples/1.0.x/server-kotlin/java/databases/list-documents.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-kotlin/java/databases/list-documents.md rename to docs/examples/1.0.x/server-kotlin/java/databases/list-documents.md diff --git a/docs/examples/1.0.0-RC1/server-kotlin/java/databases/list-indexes.md b/docs/examples/1.0.x/server-kotlin/java/databases/list-indexes.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-kotlin/java/databases/list-indexes.md rename to docs/examples/1.0.x/server-kotlin/java/databases/list-indexes.md diff --git a/docs/examples/1.0.0-RC1/server-kotlin/java/databases/list.md b/docs/examples/1.0.x/server-kotlin/java/databases/list.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-kotlin/java/databases/list.md rename to docs/examples/1.0.x/server-kotlin/java/databases/list.md diff --git a/docs/examples/1.0.0-RC1/server-kotlin/java/databases/update-collection.md b/docs/examples/1.0.x/server-kotlin/java/databases/update-collection.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-kotlin/java/databases/update-collection.md rename to docs/examples/1.0.x/server-kotlin/java/databases/update-collection.md diff --git a/docs/examples/1.0.0-RC1/server-kotlin/java/databases/update-document.md b/docs/examples/1.0.x/server-kotlin/java/databases/update-document.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-kotlin/java/databases/update-document.md rename to docs/examples/1.0.x/server-kotlin/java/databases/update-document.md diff --git a/docs/examples/1.0.0-RC1/server-kotlin/java/databases/update.md b/docs/examples/1.0.x/server-kotlin/java/databases/update.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-kotlin/java/databases/update.md rename to docs/examples/1.0.x/server-kotlin/java/databases/update.md diff --git a/docs/examples/1.0.0-RC1/server-kotlin/java/functions/create-deployment.md b/docs/examples/1.0.x/server-kotlin/java/functions/create-deployment.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-kotlin/java/functions/create-deployment.md rename to docs/examples/1.0.x/server-kotlin/java/functions/create-deployment.md diff --git a/docs/examples/1.0.0-RC1/server-kotlin/java/functions/create-execution.md b/docs/examples/1.0.x/server-kotlin/java/functions/create-execution.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-kotlin/java/functions/create-execution.md rename to docs/examples/1.0.x/server-kotlin/java/functions/create-execution.md diff --git a/docs/examples/1.0.0-RC1/server-kotlin/java/functions/create-variable.md b/docs/examples/1.0.x/server-kotlin/java/functions/create-variable.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-kotlin/java/functions/create-variable.md rename to docs/examples/1.0.x/server-kotlin/java/functions/create-variable.md diff --git a/docs/examples/1.0.0-RC1/server-kotlin/java/functions/create.md b/docs/examples/1.0.x/server-kotlin/java/functions/create.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-kotlin/java/functions/create.md rename to docs/examples/1.0.x/server-kotlin/java/functions/create.md diff --git a/docs/examples/1.0.0-RC1/server-kotlin/java/functions/delete-deployment.md b/docs/examples/1.0.x/server-kotlin/java/functions/delete-deployment.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-kotlin/java/functions/delete-deployment.md rename to docs/examples/1.0.x/server-kotlin/java/functions/delete-deployment.md diff --git a/docs/examples/1.0.0-RC1/server-kotlin/java/functions/delete-variable.md b/docs/examples/1.0.x/server-kotlin/java/functions/delete-variable.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-kotlin/java/functions/delete-variable.md rename to docs/examples/1.0.x/server-kotlin/java/functions/delete-variable.md diff --git a/docs/examples/1.0.0-RC1/server-kotlin/java/functions/delete.md b/docs/examples/1.0.x/server-kotlin/java/functions/delete.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-kotlin/java/functions/delete.md rename to docs/examples/1.0.x/server-kotlin/java/functions/delete.md diff --git a/docs/examples/1.0.0-RC1/server-kotlin/java/functions/get-deployment.md b/docs/examples/1.0.x/server-kotlin/java/functions/get-deployment.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-kotlin/java/functions/get-deployment.md rename to docs/examples/1.0.x/server-kotlin/java/functions/get-deployment.md diff --git a/docs/examples/1.0.0-RC1/server-kotlin/java/functions/get-execution.md b/docs/examples/1.0.x/server-kotlin/java/functions/get-execution.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-kotlin/java/functions/get-execution.md rename to docs/examples/1.0.x/server-kotlin/java/functions/get-execution.md diff --git a/docs/examples/1.0.0-RC1/server-kotlin/java/functions/get-variable.md b/docs/examples/1.0.x/server-kotlin/java/functions/get-variable.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-kotlin/java/functions/get-variable.md rename to docs/examples/1.0.x/server-kotlin/java/functions/get-variable.md diff --git a/docs/examples/1.0.0-RC1/server-kotlin/java/functions/get.md b/docs/examples/1.0.x/server-kotlin/java/functions/get.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-kotlin/java/functions/get.md rename to docs/examples/1.0.x/server-kotlin/java/functions/get.md diff --git a/docs/examples/1.0.0-RC1/server-kotlin/java/functions/list-deployments.md b/docs/examples/1.0.x/server-kotlin/java/functions/list-deployments.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-kotlin/java/functions/list-deployments.md rename to docs/examples/1.0.x/server-kotlin/java/functions/list-deployments.md diff --git a/docs/examples/1.0.0-RC1/server-kotlin/java/functions/list-executions.md b/docs/examples/1.0.x/server-kotlin/java/functions/list-executions.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-kotlin/java/functions/list-executions.md rename to docs/examples/1.0.x/server-kotlin/java/functions/list-executions.md diff --git a/docs/examples/1.0.0-RC1/server-kotlin/java/functions/list-runtimes.md b/docs/examples/1.0.x/server-kotlin/java/functions/list-runtimes.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-kotlin/java/functions/list-runtimes.md rename to docs/examples/1.0.x/server-kotlin/java/functions/list-runtimes.md diff --git a/docs/examples/1.0.0/server-kotlin/java/functions/list-variables.md b/docs/examples/1.0.x/server-kotlin/java/functions/list-variables.md similarity index 100% rename from docs/examples/1.0.0/server-kotlin/java/functions/list-variables.md rename to docs/examples/1.0.x/server-kotlin/java/functions/list-variables.md diff --git a/docs/examples/1.0.0-RC1/server-kotlin/java/functions/list.md b/docs/examples/1.0.x/server-kotlin/java/functions/list.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-kotlin/java/functions/list.md rename to docs/examples/1.0.x/server-kotlin/java/functions/list.md diff --git a/docs/examples/1.0.0-RC1/server-kotlin/java/functions/retry-build.md b/docs/examples/1.0.x/server-kotlin/java/functions/retry-build.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-kotlin/java/functions/retry-build.md rename to docs/examples/1.0.x/server-kotlin/java/functions/retry-build.md diff --git a/docs/examples/1.0.0-RC1/server-kotlin/java/functions/update-deployment.md b/docs/examples/1.0.x/server-kotlin/java/functions/update-deployment.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-kotlin/java/functions/update-deployment.md rename to docs/examples/1.0.x/server-kotlin/java/functions/update-deployment.md diff --git a/docs/examples/1.0.0-RC1/server-kotlin/java/functions/update-variable.md b/docs/examples/1.0.x/server-kotlin/java/functions/update-variable.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-kotlin/java/functions/update-variable.md rename to docs/examples/1.0.x/server-kotlin/java/functions/update-variable.md diff --git a/docs/examples/1.0.0-RC1/server-kotlin/java/functions/update.md b/docs/examples/1.0.x/server-kotlin/java/functions/update.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-kotlin/java/functions/update.md rename to docs/examples/1.0.x/server-kotlin/java/functions/update.md diff --git a/docs/examples/1.0.0-RC1/server-kotlin/java/health/get-antivirus.md b/docs/examples/1.0.x/server-kotlin/java/health/get-antivirus.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-kotlin/java/health/get-antivirus.md rename to docs/examples/1.0.x/server-kotlin/java/health/get-antivirus.md diff --git a/docs/examples/1.0.0-RC1/server-kotlin/java/health/get-cache.md b/docs/examples/1.0.x/server-kotlin/java/health/get-cache.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-kotlin/java/health/get-cache.md rename to docs/examples/1.0.x/server-kotlin/java/health/get-cache.md diff --git a/docs/examples/1.0.0-RC1/server-kotlin/java/health/get-d-b.md b/docs/examples/1.0.x/server-kotlin/java/health/get-d-b.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-kotlin/java/health/get-d-b.md rename to docs/examples/1.0.x/server-kotlin/java/health/get-d-b.md diff --git a/docs/examples/1.0.0-RC1/server-kotlin/java/health/get-queue-certificates.md b/docs/examples/1.0.x/server-kotlin/java/health/get-queue-certificates.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-kotlin/java/health/get-queue-certificates.md rename to docs/examples/1.0.x/server-kotlin/java/health/get-queue-certificates.md diff --git a/docs/examples/1.0.0-RC1/server-kotlin/java/health/get-queue-functions.md b/docs/examples/1.0.x/server-kotlin/java/health/get-queue-functions.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-kotlin/java/health/get-queue-functions.md rename to docs/examples/1.0.x/server-kotlin/java/health/get-queue-functions.md diff --git a/docs/examples/1.0.0-RC1/server-kotlin/java/health/get-queue-logs.md b/docs/examples/1.0.x/server-kotlin/java/health/get-queue-logs.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-kotlin/java/health/get-queue-logs.md rename to docs/examples/1.0.x/server-kotlin/java/health/get-queue-logs.md diff --git a/docs/examples/1.0.0-RC1/server-kotlin/java/health/get-queue-webhooks.md b/docs/examples/1.0.x/server-kotlin/java/health/get-queue-webhooks.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-kotlin/java/health/get-queue-webhooks.md rename to docs/examples/1.0.x/server-kotlin/java/health/get-queue-webhooks.md diff --git a/docs/examples/1.0.0-RC1/server-kotlin/java/health/get-storage-local.md b/docs/examples/1.0.x/server-kotlin/java/health/get-storage-local.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-kotlin/java/health/get-storage-local.md rename to docs/examples/1.0.x/server-kotlin/java/health/get-storage-local.md diff --git a/docs/examples/1.0.0-RC1/server-kotlin/java/health/get-time.md b/docs/examples/1.0.x/server-kotlin/java/health/get-time.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-kotlin/java/health/get-time.md rename to docs/examples/1.0.x/server-kotlin/java/health/get-time.md diff --git a/docs/examples/1.0.0-RC1/server-kotlin/java/health/get.md b/docs/examples/1.0.x/server-kotlin/java/health/get.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-kotlin/java/health/get.md rename to docs/examples/1.0.x/server-kotlin/java/health/get.md diff --git a/docs/examples/1.0.0-RC1/server-kotlin/java/locale/get-continents.md b/docs/examples/1.0.x/server-kotlin/java/locale/get-continents.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-kotlin/java/locale/get-continents.md rename to docs/examples/1.0.x/server-kotlin/java/locale/get-continents.md diff --git a/docs/examples/1.0.0-RC1/server-kotlin/java/locale/get-countries-e-u.md b/docs/examples/1.0.x/server-kotlin/java/locale/get-countries-e-u.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-kotlin/java/locale/get-countries-e-u.md rename to docs/examples/1.0.x/server-kotlin/java/locale/get-countries-e-u.md diff --git a/docs/examples/1.0.0-RC1/server-kotlin/java/locale/get-countries-phones.md b/docs/examples/1.0.x/server-kotlin/java/locale/get-countries-phones.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-kotlin/java/locale/get-countries-phones.md rename to docs/examples/1.0.x/server-kotlin/java/locale/get-countries-phones.md diff --git a/docs/examples/1.0.0-RC1/server-kotlin/java/locale/get-countries.md b/docs/examples/1.0.x/server-kotlin/java/locale/get-countries.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-kotlin/java/locale/get-countries.md rename to docs/examples/1.0.x/server-kotlin/java/locale/get-countries.md diff --git a/docs/examples/1.0.0-RC1/server-kotlin/java/locale/get-currencies.md b/docs/examples/1.0.x/server-kotlin/java/locale/get-currencies.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-kotlin/java/locale/get-currencies.md rename to docs/examples/1.0.x/server-kotlin/java/locale/get-currencies.md diff --git a/docs/examples/1.0.0-RC1/server-kotlin/java/locale/get-languages.md b/docs/examples/1.0.x/server-kotlin/java/locale/get-languages.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-kotlin/java/locale/get-languages.md rename to docs/examples/1.0.x/server-kotlin/java/locale/get-languages.md diff --git a/docs/examples/1.0.0-RC1/server-kotlin/java/locale/get.md b/docs/examples/1.0.x/server-kotlin/java/locale/get.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-kotlin/java/locale/get.md rename to docs/examples/1.0.x/server-kotlin/java/locale/get.md diff --git a/docs/examples/1.0.0/server-kotlin/java/locale/list-continents.md b/docs/examples/1.0.x/server-kotlin/java/locale/list-continents.md similarity index 100% rename from docs/examples/1.0.0/server-kotlin/java/locale/list-continents.md rename to docs/examples/1.0.x/server-kotlin/java/locale/list-continents.md diff --git a/docs/examples/1.0.0/server-kotlin/java/locale/list-countries-e-u.md b/docs/examples/1.0.x/server-kotlin/java/locale/list-countries-e-u.md similarity index 100% rename from docs/examples/1.0.0/server-kotlin/java/locale/list-countries-e-u.md rename to docs/examples/1.0.x/server-kotlin/java/locale/list-countries-e-u.md diff --git a/docs/examples/1.0.0/server-kotlin/java/locale/list-countries-phones.md b/docs/examples/1.0.x/server-kotlin/java/locale/list-countries-phones.md similarity index 100% rename from docs/examples/1.0.0/server-kotlin/java/locale/list-countries-phones.md rename to docs/examples/1.0.x/server-kotlin/java/locale/list-countries-phones.md diff --git a/docs/examples/1.0.0/server-kotlin/java/locale/list-countries.md b/docs/examples/1.0.x/server-kotlin/java/locale/list-countries.md similarity index 100% rename from docs/examples/1.0.0/server-kotlin/java/locale/list-countries.md rename to docs/examples/1.0.x/server-kotlin/java/locale/list-countries.md diff --git a/docs/examples/1.0.0/server-kotlin/java/locale/list-currencies.md b/docs/examples/1.0.x/server-kotlin/java/locale/list-currencies.md similarity index 100% rename from docs/examples/1.0.0/server-kotlin/java/locale/list-currencies.md rename to docs/examples/1.0.x/server-kotlin/java/locale/list-currencies.md diff --git a/docs/examples/1.0.0/server-kotlin/java/locale/list-languages.md b/docs/examples/1.0.x/server-kotlin/java/locale/list-languages.md similarity index 100% rename from docs/examples/1.0.0/server-kotlin/java/locale/list-languages.md rename to docs/examples/1.0.x/server-kotlin/java/locale/list-languages.md diff --git a/docs/examples/1.0.0-RC1/server-kotlin/java/storage/create-bucket.md b/docs/examples/1.0.x/server-kotlin/java/storage/create-bucket.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-kotlin/java/storage/create-bucket.md rename to docs/examples/1.0.x/server-kotlin/java/storage/create-bucket.md diff --git a/docs/examples/1.0.0-RC1/server-kotlin/java/storage/create-file.md b/docs/examples/1.0.x/server-kotlin/java/storage/create-file.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-kotlin/java/storage/create-file.md rename to docs/examples/1.0.x/server-kotlin/java/storage/create-file.md diff --git a/docs/examples/1.0.0-RC1/server-kotlin/java/storage/delete-bucket.md b/docs/examples/1.0.x/server-kotlin/java/storage/delete-bucket.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-kotlin/java/storage/delete-bucket.md rename to docs/examples/1.0.x/server-kotlin/java/storage/delete-bucket.md diff --git a/docs/examples/1.0.0-RC1/server-kotlin/java/storage/delete-file.md b/docs/examples/1.0.x/server-kotlin/java/storage/delete-file.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-kotlin/java/storage/delete-file.md rename to docs/examples/1.0.x/server-kotlin/java/storage/delete-file.md diff --git a/docs/examples/1.0.0-RC1/server-kotlin/java/storage/get-bucket.md b/docs/examples/1.0.x/server-kotlin/java/storage/get-bucket.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-kotlin/java/storage/get-bucket.md rename to docs/examples/1.0.x/server-kotlin/java/storage/get-bucket.md diff --git a/docs/examples/1.0.0-RC1/server-kotlin/java/storage/get-file-download.md b/docs/examples/1.0.x/server-kotlin/java/storage/get-file-download.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-kotlin/java/storage/get-file-download.md rename to docs/examples/1.0.x/server-kotlin/java/storage/get-file-download.md diff --git a/docs/examples/1.0.0-RC1/server-kotlin/java/storage/get-file-preview.md b/docs/examples/1.0.x/server-kotlin/java/storage/get-file-preview.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-kotlin/java/storage/get-file-preview.md rename to docs/examples/1.0.x/server-kotlin/java/storage/get-file-preview.md diff --git a/docs/examples/1.0.0-RC1/server-kotlin/java/storage/get-file-view.md b/docs/examples/1.0.x/server-kotlin/java/storage/get-file-view.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-kotlin/java/storage/get-file-view.md rename to docs/examples/1.0.x/server-kotlin/java/storage/get-file-view.md diff --git a/docs/examples/1.0.0-RC1/server-kotlin/java/storage/get-file.md b/docs/examples/1.0.x/server-kotlin/java/storage/get-file.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-kotlin/java/storage/get-file.md rename to docs/examples/1.0.x/server-kotlin/java/storage/get-file.md diff --git a/docs/examples/1.0.0-RC1/server-kotlin/java/storage/list-buckets.md b/docs/examples/1.0.x/server-kotlin/java/storage/list-buckets.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-kotlin/java/storage/list-buckets.md rename to docs/examples/1.0.x/server-kotlin/java/storage/list-buckets.md diff --git a/docs/examples/1.0.0-RC1/server-kotlin/java/storage/list-files.md b/docs/examples/1.0.x/server-kotlin/java/storage/list-files.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-kotlin/java/storage/list-files.md rename to docs/examples/1.0.x/server-kotlin/java/storage/list-files.md diff --git a/docs/examples/1.0.0-RC1/server-kotlin/java/storage/update-bucket.md b/docs/examples/1.0.x/server-kotlin/java/storage/update-bucket.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-kotlin/java/storage/update-bucket.md rename to docs/examples/1.0.x/server-kotlin/java/storage/update-bucket.md diff --git a/docs/examples/1.0.0-RC1/server-kotlin/java/storage/update-file.md b/docs/examples/1.0.x/server-kotlin/java/storage/update-file.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-kotlin/java/storage/update-file.md rename to docs/examples/1.0.x/server-kotlin/java/storage/update-file.md diff --git a/docs/examples/1.0.0-RC1/server-kotlin/java/teams/create-membership.md b/docs/examples/1.0.x/server-kotlin/java/teams/create-membership.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-kotlin/java/teams/create-membership.md rename to docs/examples/1.0.x/server-kotlin/java/teams/create-membership.md diff --git a/docs/examples/1.0.0-RC1/server-kotlin/java/teams/create.md b/docs/examples/1.0.x/server-kotlin/java/teams/create.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-kotlin/java/teams/create.md rename to docs/examples/1.0.x/server-kotlin/java/teams/create.md diff --git a/docs/examples/1.0.0-RC1/server-kotlin/java/teams/delete-membership.md b/docs/examples/1.0.x/server-kotlin/java/teams/delete-membership.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-kotlin/java/teams/delete-membership.md rename to docs/examples/1.0.x/server-kotlin/java/teams/delete-membership.md diff --git a/docs/examples/1.0.0-RC1/server-kotlin/java/teams/delete.md b/docs/examples/1.0.x/server-kotlin/java/teams/delete.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-kotlin/java/teams/delete.md rename to docs/examples/1.0.x/server-kotlin/java/teams/delete.md diff --git a/docs/examples/1.0.0-RC1/server-kotlin/java/teams/get-membership.md b/docs/examples/1.0.x/server-kotlin/java/teams/get-membership.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-kotlin/java/teams/get-membership.md rename to docs/examples/1.0.x/server-kotlin/java/teams/get-membership.md diff --git a/docs/examples/1.0.0-RC1/server-kotlin/java/teams/get-memberships.md b/docs/examples/1.0.x/server-kotlin/java/teams/get-memberships.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-kotlin/java/teams/get-memberships.md rename to docs/examples/1.0.x/server-kotlin/java/teams/get-memberships.md diff --git a/docs/examples/1.0.0-RC1/server-kotlin/java/teams/get.md b/docs/examples/1.0.x/server-kotlin/java/teams/get.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-kotlin/java/teams/get.md rename to docs/examples/1.0.x/server-kotlin/java/teams/get.md diff --git a/docs/examples/1.0.0/server-kotlin/java/teams/list-memberships.md b/docs/examples/1.0.x/server-kotlin/java/teams/list-memberships.md similarity index 100% rename from docs/examples/1.0.0/server-kotlin/java/teams/list-memberships.md rename to docs/examples/1.0.x/server-kotlin/java/teams/list-memberships.md diff --git a/docs/examples/1.0.0-RC1/server-kotlin/java/teams/list.md b/docs/examples/1.0.x/server-kotlin/java/teams/list.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-kotlin/java/teams/list.md rename to docs/examples/1.0.x/server-kotlin/java/teams/list.md diff --git a/docs/examples/1.0.0-RC1/server-kotlin/java/teams/update-membership-roles.md b/docs/examples/1.0.x/server-kotlin/java/teams/update-membership-roles.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-kotlin/java/teams/update-membership-roles.md rename to docs/examples/1.0.x/server-kotlin/java/teams/update-membership-roles.md diff --git a/docs/examples/1.0.0-RC1/server-kotlin/java/teams/update-membership-status.md b/docs/examples/1.0.x/server-kotlin/java/teams/update-membership-status.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-kotlin/java/teams/update-membership-status.md rename to docs/examples/1.0.x/server-kotlin/java/teams/update-membership-status.md diff --git a/docs/examples/1.0.0-RC1/server-kotlin/java/teams/update.md b/docs/examples/1.0.x/server-kotlin/java/teams/update.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-kotlin/java/teams/update.md rename to docs/examples/1.0.x/server-kotlin/java/teams/update.md diff --git a/docs/examples/1.0.0-RC1/server-kotlin/java/users/create-argon2user.md b/docs/examples/1.0.x/server-kotlin/java/users/create-argon2user.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-kotlin/java/users/create-argon2user.md rename to docs/examples/1.0.x/server-kotlin/java/users/create-argon2user.md diff --git a/docs/examples/1.0.0-RC1/server-kotlin/java/users/create-bcrypt-user.md b/docs/examples/1.0.x/server-kotlin/java/users/create-bcrypt-user.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-kotlin/java/users/create-bcrypt-user.md rename to docs/examples/1.0.x/server-kotlin/java/users/create-bcrypt-user.md diff --git a/docs/examples/1.0.0-RC1/server-kotlin/java/users/create-m-d5user.md b/docs/examples/1.0.x/server-kotlin/java/users/create-m-d5user.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-kotlin/java/users/create-m-d5user.md rename to docs/examples/1.0.x/server-kotlin/java/users/create-m-d5user.md diff --git a/docs/examples/1.0.0-RC1/server-kotlin/java/users/create-p-h-pass-user.md b/docs/examples/1.0.x/server-kotlin/java/users/create-p-h-pass-user.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-kotlin/java/users/create-p-h-pass-user.md rename to docs/examples/1.0.x/server-kotlin/java/users/create-p-h-pass-user.md diff --git a/docs/examples/1.0.0-RC1/server-kotlin/java/users/create-s-h-a-user.md b/docs/examples/1.0.x/server-kotlin/java/users/create-s-h-a-user.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-kotlin/java/users/create-s-h-a-user.md rename to docs/examples/1.0.x/server-kotlin/java/users/create-s-h-a-user.md diff --git a/docs/examples/1.0.0-RC1/server-kotlin/java/users/create-scrypt-modified-user.md b/docs/examples/1.0.x/server-kotlin/java/users/create-scrypt-modified-user.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-kotlin/java/users/create-scrypt-modified-user.md rename to docs/examples/1.0.x/server-kotlin/java/users/create-scrypt-modified-user.md diff --git a/docs/examples/1.0.0-RC1/server-kotlin/java/users/create-scrypt-user.md b/docs/examples/1.0.x/server-kotlin/java/users/create-scrypt-user.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-kotlin/java/users/create-scrypt-user.md rename to docs/examples/1.0.x/server-kotlin/java/users/create-scrypt-user.md diff --git a/docs/examples/1.0.0-RC1/server-kotlin/java/users/create.md b/docs/examples/1.0.x/server-kotlin/java/users/create.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-kotlin/java/users/create.md rename to docs/examples/1.0.x/server-kotlin/java/users/create.md diff --git a/docs/examples/1.0.0-RC1/server-kotlin/java/users/delete-session.md b/docs/examples/1.0.x/server-kotlin/java/users/delete-session.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-kotlin/java/users/delete-session.md rename to docs/examples/1.0.x/server-kotlin/java/users/delete-session.md diff --git a/docs/examples/1.0.0-RC1/server-kotlin/java/users/delete-sessions.md b/docs/examples/1.0.x/server-kotlin/java/users/delete-sessions.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-kotlin/java/users/delete-sessions.md rename to docs/examples/1.0.x/server-kotlin/java/users/delete-sessions.md diff --git a/docs/examples/1.0.0-RC1/server-kotlin/java/users/delete.md b/docs/examples/1.0.x/server-kotlin/java/users/delete.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-kotlin/java/users/delete.md rename to docs/examples/1.0.x/server-kotlin/java/users/delete.md diff --git a/docs/examples/1.0.0-RC1/server-kotlin/java/users/get-logs.md b/docs/examples/1.0.x/server-kotlin/java/users/get-logs.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-kotlin/java/users/get-logs.md rename to docs/examples/1.0.x/server-kotlin/java/users/get-logs.md diff --git a/docs/examples/1.0.0-RC1/server-kotlin/java/users/get-memberships.md b/docs/examples/1.0.x/server-kotlin/java/users/get-memberships.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-kotlin/java/users/get-memberships.md rename to docs/examples/1.0.x/server-kotlin/java/users/get-memberships.md diff --git a/docs/examples/1.0.0-RC1/server-kotlin/java/users/get-prefs.md b/docs/examples/1.0.x/server-kotlin/java/users/get-prefs.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-kotlin/java/users/get-prefs.md rename to docs/examples/1.0.x/server-kotlin/java/users/get-prefs.md diff --git a/docs/examples/1.0.0-RC1/server-kotlin/java/users/get-sessions.md b/docs/examples/1.0.x/server-kotlin/java/users/get-sessions.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-kotlin/java/users/get-sessions.md rename to docs/examples/1.0.x/server-kotlin/java/users/get-sessions.md diff --git a/docs/examples/1.0.0-RC1/server-kotlin/java/users/get.md b/docs/examples/1.0.x/server-kotlin/java/users/get.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-kotlin/java/users/get.md rename to docs/examples/1.0.x/server-kotlin/java/users/get.md diff --git a/docs/examples/1.0.0/server-kotlin/java/users/list-logs.md b/docs/examples/1.0.x/server-kotlin/java/users/list-logs.md similarity index 100% rename from docs/examples/1.0.0/server-kotlin/java/users/list-logs.md rename to docs/examples/1.0.x/server-kotlin/java/users/list-logs.md diff --git a/docs/examples/1.0.0/server-kotlin/java/users/list-memberships.md b/docs/examples/1.0.x/server-kotlin/java/users/list-memberships.md similarity index 100% rename from docs/examples/1.0.0/server-kotlin/java/users/list-memberships.md rename to docs/examples/1.0.x/server-kotlin/java/users/list-memberships.md diff --git a/docs/examples/1.0.0/server-kotlin/java/users/list-sessions.md b/docs/examples/1.0.x/server-kotlin/java/users/list-sessions.md similarity index 100% rename from docs/examples/1.0.0/server-kotlin/java/users/list-sessions.md rename to docs/examples/1.0.x/server-kotlin/java/users/list-sessions.md diff --git a/docs/examples/1.0.0-RC1/server-kotlin/java/users/list.md b/docs/examples/1.0.x/server-kotlin/java/users/list.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-kotlin/java/users/list.md rename to docs/examples/1.0.x/server-kotlin/java/users/list.md diff --git a/docs/examples/1.0.0-RC1/server-kotlin/java/users/update-email-verification.md b/docs/examples/1.0.x/server-kotlin/java/users/update-email-verification.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-kotlin/java/users/update-email-verification.md rename to docs/examples/1.0.x/server-kotlin/java/users/update-email-verification.md diff --git a/docs/examples/1.0.0-RC1/server-kotlin/java/users/update-email.md b/docs/examples/1.0.x/server-kotlin/java/users/update-email.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-kotlin/java/users/update-email.md rename to docs/examples/1.0.x/server-kotlin/java/users/update-email.md diff --git a/docs/examples/1.0.0-RC1/server-kotlin/java/users/update-name.md b/docs/examples/1.0.x/server-kotlin/java/users/update-name.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-kotlin/java/users/update-name.md rename to docs/examples/1.0.x/server-kotlin/java/users/update-name.md diff --git a/docs/examples/1.0.0-RC1/server-kotlin/java/users/update-password.md b/docs/examples/1.0.x/server-kotlin/java/users/update-password.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-kotlin/java/users/update-password.md rename to docs/examples/1.0.x/server-kotlin/java/users/update-password.md diff --git a/docs/examples/1.0.0-RC1/server-kotlin/java/users/update-phone-verification.md b/docs/examples/1.0.x/server-kotlin/java/users/update-phone-verification.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-kotlin/java/users/update-phone-verification.md rename to docs/examples/1.0.x/server-kotlin/java/users/update-phone-verification.md diff --git a/docs/examples/1.0.0-RC1/server-kotlin/java/users/update-phone.md b/docs/examples/1.0.x/server-kotlin/java/users/update-phone.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-kotlin/java/users/update-phone.md rename to docs/examples/1.0.x/server-kotlin/java/users/update-phone.md diff --git a/docs/examples/1.0.0-RC1/server-kotlin/java/users/update-prefs.md b/docs/examples/1.0.x/server-kotlin/java/users/update-prefs.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-kotlin/java/users/update-prefs.md rename to docs/examples/1.0.x/server-kotlin/java/users/update-prefs.md diff --git a/docs/examples/1.0.0-RC1/server-kotlin/java/users/update-status.md b/docs/examples/1.0.x/server-kotlin/java/users/update-status.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-kotlin/java/users/update-status.md rename to docs/examples/1.0.x/server-kotlin/java/users/update-status.md diff --git a/docs/examples/1.0.0-RC1/server-kotlin/kotlin/account/create-phone-verification.md b/docs/examples/1.0.x/server-kotlin/kotlin/account/create-phone-verification.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-kotlin/kotlin/account/create-phone-verification.md rename to docs/examples/1.0.x/server-kotlin/kotlin/account/create-phone-verification.md diff --git a/docs/examples/1.0.0-RC1/server-kotlin/kotlin/account/create-recovery.md b/docs/examples/1.0.x/server-kotlin/kotlin/account/create-recovery.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-kotlin/kotlin/account/create-recovery.md rename to docs/examples/1.0.x/server-kotlin/kotlin/account/create-recovery.md diff --git a/docs/examples/1.0.0-RC1/server-kotlin/kotlin/account/create-verification.md b/docs/examples/1.0.x/server-kotlin/kotlin/account/create-verification.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-kotlin/kotlin/account/create-verification.md rename to docs/examples/1.0.x/server-kotlin/kotlin/account/create-verification.md diff --git a/docs/examples/1.0.0-RC1/server-kotlin/kotlin/account/delete-session.md b/docs/examples/1.0.x/server-kotlin/kotlin/account/delete-session.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-kotlin/kotlin/account/delete-session.md rename to docs/examples/1.0.x/server-kotlin/kotlin/account/delete-session.md diff --git a/docs/examples/1.0.0-RC1/server-kotlin/kotlin/account/delete-sessions.md b/docs/examples/1.0.x/server-kotlin/kotlin/account/delete-sessions.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-kotlin/kotlin/account/delete-sessions.md rename to docs/examples/1.0.x/server-kotlin/kotlin/account/delete-sessions.md diff --git a/docs/examples/1.0.0-RC1/server-kotlin/kotlin/account/get-logs.md b/docs/examples/1.0.x/server-kotlin/kotlin/account/get-logs.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-kotlin/kotlin/account/get-logs.md rename to docs/examples/1.0.x/server-kotlin/kotlin/account/get-logs.md diff --git a/docs/examples/1.0.0-RC1/server-kotlin/kotlin/account/get-prefs.md b/docs/examples/1.0.x/server-kotlin/kotlin/account/get-prefs.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-kotlin/kotlin/account/get-prefs.md rename to docs/examples/1.0.x/server-kotlin/kotlin/account/get-prefs.md diff --git a/docs/examples/1.0.0-RC1/server-kotlin/kotlin/account/get-session.md b/docs/examples/1.0.x/server-kotlin/kotlin/account/get-session.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-kotlin/kotlin/account/get-session.md rename to docs/examples/1.0.x/server-kotlin/kotlin/account/get-session.md diff --git a/docs/examples/1.0.0-RC1/server-kotlin/kotlin/account/get-sessions.md b/docs/examples/1.0.x/server-kotlin/kotlin/account/get-sessions.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-kotlin/kotlin/account/get-sessions.md rename to docs/examples/1.0.x/server-kotlin/kotlin/account/get-sessions.md diff --git a/docs/examples/1.0.0-RC1/server-kotlin/kotlin/account/get.md b/docs/examples/1.0.x/server-kotlin/kotlin/account/get.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-kotlin/kotlin/account/get.md rename to docs/examples/1.0.x/server-kotlin/kotlin/account/get.md diff --git a/docs/examples/1.0.0/server-kotlin/kotlin/account/list-logs.md b/docs/examples/1.0.x/server-kotlin/kotlin/account/list-logs.md similarity index 100% rename from docs/examples/1.0.0/server-kotlin/kotlin/account/list-logs.md rename to docs/examples/1.0.x/server-kotlin/kotlin/account/list-logs.md diff --git a/docs/examples/1.0.0/server-kotlin/kotlin/account/list-sessions.md b/docs/examples/1.0.x/server-kotlin/kotlin/account/list-sessions.md similarity index 100% rename from docs/examples/1.0.0/server-kotlin/kotlin/account/list-sessions.md rename to docs/examples/1.0.x/server-kotlin/kotlin/account/list-sessions.md diff --git a/docs/examples/1.0.0-RC1/server-kotlin/kotlin/account/update-email.md b/docs/examples/1.0.x/server-kotlin/kotlin/account/update-email.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-kotlin/kotlin/account/update-email.md rename to docs/examples/1.0.x/server-kotlin/kotlin/account/update-email.md diff --git a/docs/examples/1.0.0-RC1/server-kotlin/kotlin/account/update-name.md b/docs/examples/1.0.x/server-kotlin/kotlin/account/update-name.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-kotlin/kotlin/account/update-name.md rename to docs/examples/1.0.x/server-kotlin/kotlin/account/update-name.md diff --git a/docs/examples/1.0.0-RC1/server-kotlin/kotlin/account/update-password.md b/docs/examples/1.0.x/server-kotlin/kotlin/account/update-password.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-kotlin/kotlin/account/update-password.md rename to docs/examples/1.0.x/server-kotlin/kotlin/account/update-password.md diff --git a/docs/examples/1.0.0-RC1/server-kotlin/kotlin/account/update-phone-verification.md b/docs/examples/1.0.x/server-kotlin/kotlin/account/update-phone-verification.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-kotlin/kotlin/account/update-phone-verification.md rename to docs/examples/1.0.x/server-kotlin/kotlin/account/update-phone-verification.md diff --git a/docs/examples/1.0.0-RC1/server-kotlin/kotlin/account/update-phone.md b/docs/examples/1.0.x/server-kotlin/kotlin/account/update-phone.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-kotlin/kotlin/account/update-phone.md rename to docs/examples/1.0.x/server-kotlin/kotlin/account/update-phone.md diff --git a/docs/examples/1.0.0-RC1/server-kotlin/kotlin/account/update-prefs.md b/docs/examples/1.0.x/server-kotlin/kotlin/account/update-prefs.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-kotlin/kotlin/account/update-prefs.md rename to docs/examples/1.0.x/server-kotlin/kotlin/account/update-prefs.md diff --git a/docs/examples/1.0.0-RC1/server-kotlin/kotlin/account/update-recovery.md b/docs/examples/1.0.x/server-kotlin/kotlin/account/update-recovery.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-kotlin/kotlin/account/update-recovery.md rename to docs/examples/1.0.x/server-kotlin/kotlin/account/update-recovery.md diff --git a/docs/examples/1.0.0-RC1/server-kotlin/kotlin/account/update-session.md b/docs/examples/1.0.x/server-kotlin/kotlin/account/update-session.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-kotlin/kotlin/account/update-session.md rename to docs/examples/1.0.x/server-kotlin/kotlin/account/update-session.md diff --git a/docs/examples/1.0.0-RC1/server-kotlin/kotlin/account/update-status.md b/docs/examples/1.0.x/server-kotlin/kotlin/account/update-status.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-kotlin/kotlin/account/update-status.md rename to docs/examples/1.0.x/server-kotlin/kotlin/account/update-status.md diff --git a/docs/examples/1.0.0-RC1/server-kotlin/kotlin/account/update-verification.md b/docs/examples/1.0.x/server-kotlin/kotlin/account/update-verification.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-kotlin/kotlin/account/update-verification.md rename to docs/examples/1.0.x/server-kotlin/kotlin/account/update-verification.md diff --git a/docs/examples/1.0.0-RC1/server-kotlin/kotlin/avatars/get-browser.md b/docs/examples/1.0.x/server-kotlin/kotlin/avatars/get-browser.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-kotlin/kotlin/avatars/get-browser.md rename to docs/examples/1.0.x/server-kotlin/kotlin/avatars/get-browser.md diff --git a/docs/examples/1.0.0-RC1/server-kotlin/kotlin/avatars/get-credit-card.md b/docs/examples/1.0.x/server-kotlin/kotlin/avatars/get-credit-card.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-kotlin/kotlin/avatars/get-credit-card.md rename to docs/examples/1.0.x/server-kotlin/kotlin/avatars/get-credit-card.md diff --git a/docs/examples/1.0.0-RC1/server-kotlin/kotlin/avatars/get-favicon.md b/docs/examples/1.0.x/server-kotlin/kotlin/avatars/get-favicon.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-kotlin/kotlin/avatars/get-favicon.md rename to docs/examples/1.0.x/server-kotlin/kotlin/avatars/get-favicon.md diff --git a/docs/examples/1.0.0-RC1/server-kotlin/kotlin/avatars/get-flag.md b/docs/examples/1.0.x/server-kotlin/kotlin/avatars/get-flag.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-kotlin/kotlin/avatars/get-flag.md rename to docs/examples/1.0.x/server-kotlin/kotlin/avatars/get-flag.md diff --git a/docs/examples/1.0.0-RC1/server-kotlin/kotlin/avatars/get-image.md b/docs/examples/1.0.x/server-kotlin/kotlin/avatars/get-image.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-kotlin/kotlin/avatars/get-image.md rename to docs/examples/1.0.x/server-kotlin/kotlin/avatars/get-image.md diff --git a/docs/examples/1.0.0-RC1/server-kotlin/kotlin/avatars/get-initials.md b/docs/examples/1.0.x/server-kotlin/kotlin/avatars/get-initials.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-kotlin/kotlin/avatars/get-initials.md rename to docs/examples/1.0.x/server-kotlin/kotlin/avatars/get-initials.md diff --git a/docs/examples/1.0.0-RC1/server-kotlin/kotlin/avatars/get-q-r.md b/docs/examples/1.0.x/server-kotlin/kotlin/avatars/get-q-r.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-kotlin/kotlin/avatars/get-q-r.md rename to docs/examples/1.0.x/server-kotlin/kotlin/avatars/get-q-r.md diff --git a/docs/examples/1.0.0-RC1/server-kotlin/kotlin/databases/create-boolean-attribute.md b/docs/examples/1.0.x/server-kotlin/kotlin/databases/create-boolean-attribute.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-kotlin/kotlin/databases/create-boolean-attribute.md rename to docs/examples/1.0.x/server-kotlin/kotlin/databases/create-boolean-attribute.md diff --git a/docs/examples/1.0.0-RC1/server-kotlin/kotlin/databases/create-collection.md b/docs/examples/1.0.x/server-kotlin/kotlin/databases/create-collection.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-kotlin/kotlin/databases/create-collection.md rename to docs/examples/1.0.x/server-kotlin/kotlin/databases/create-collection.md diff --git a/docs/examples/1.0.0-RC1/server-kotlin/kotlin/databases/create-datetime-attribute.md b/docs/examples/1.0.x/server-kotlin/kotlin/databases/create-datetime-attribute.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-kotlin/kotlin/databases/create-datetime-attribute.md rename to docs/examples/1.0.x/server-kotlin/kotlin/databases/create-datetime-attribute.md diff --git a/docs/examples/1.0.0-RC1/server-kotlin/kotlin/databases/create-document.md b/docs/examples/1.0.x/server-kotlin/kotlin/databases/create-document.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-kotlin/kotlin/databases/create-document.md rename to docs/examples/1.0.x/server-kotlin/kotlin/databases/create-document.md diff --git a/docs/examples/1.0.0-RC1/server-kotlin/kotlin/databases/create-email-attribute.md b/docs/examples/1.0.x/server-kotlin/kotlin/databases/create-email-attribute.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-kotlin/kotlin/databases/create-email-attribute.md rename to docs/examples/1.0.x/server-kotlin/kotlin/databases/create-email-attribute.md diff --git a/docs/examples/1.0.0-RC1/server-kotlin/kotlin/databases/create-enum-attribute.md b/docs/examples/1.0.x/server-kotlin/kotlin/databases/create-enum-attribute.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-kotlin/kotlin/databases/create-enum-attribute.md rename to docs/examples/1.0.x/server-kotlin/kotlin/databases/create-enum-attribute.md diff --git a/docs/examples/1.0.0-RC1/server-kotlin/kotlin/databases/create-float-attribute.md b/docs/examples/1.0.x/server-kotlin/kotlin/databases/create-float-attribute.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-kotlin/kotlin/databases/create-float-attribute.md rename to docs/examples/1.0.x/server-kotlin/kotlin/databases/create-float-attribute.md diff --git a/docs/examples/1.0.0-RC1/server-kotlin/kotlin/databases/create-index.md b/docs/examples/1.0.x/server-kotlin/kotlin/databases/create-index.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-kotlin/kotlin/databases/create-index.md rename to docs/examples/1.0.x/server-kotlin/kotlin/databases/create-index.md diff --git a/docs/examples/1.0.0-RC1/server-kotlin/kotlin/databases/create-integer-attribute.md b/docs/examples/1.0.x/server-kotlin/kotlin/databases/create-integer-attribute.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-kotlin/kotlin/databases/create-integer-attribute.md rename to docs/examples/1.0.x/server-kotlin/kotlin/databases/create-integer-attribute.md diff --git a/docs/examples/1.0.0-RC1/server-kotlin/kotlin/databases/create-ip-attribute.md b/docs/examples/1.0.x/server-kotlin/kotlin/databases/create-ip-attribute.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-kotlin/kotlin/databases/create-ip-attribute.md rename to docs/examples/1.0.x/server-kotlin/kotlin/databases/create-ip-attribute.md diff --git a/docs/examples/1.0.0-RC1/server-kotlin/kotlin/databases/create-string-attribute.md b/docs/examples/1.0.x/server-kotlin/kotlin/databases/create-string-attribute.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-kotlin/kotlin/databases/create-string-attribute.md rename to docs/examples/1.0.x/server-kotlin/kotlin/databases/create-string-attribute.md diff --git a/docs/examples/1.0.0-RC1/server-kotlin/kotlin/databases/create-url-attribute.md b/docs/examples/1.0.x/server-kotlin/kotlin/databases/create-url-attribute.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-kotlin/kotlin/databases/create-url-attribute.md rename to docs/examples/1.0.x/server-kotlin/kotlin/databases/create-url-attribute.md diff --git a/docs/examples/1.0.0-RC1/server-kotlin/kotlin/databases/create.md b/docs/examples/1.0.x/server-kotlin/kotlin/databases/create.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-kotlin/kotlin/databases/create.md rename to docs/examples/1.0.x/server-kotlin/kotlin/databases/create.md diff --git a/docs/examples/1.0.0-RC1/server-kotlin/kotlin/databases/delete-attribute.md b/docs/examples/1.0.x/server-kotlin/kotlin/databases/delete-attribute.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-kotlin/kotlin/databases/delete-attribute.md rename to docs/examples/1.0.x/server-kotlin/kotlin/databases/delete-attribute.md diff --git a/docs/examples/1.0.0-RC1/server-kotlin/kotlin/databases/delete-collection.md b/docs/examples/1.0.x/server-kotlin/kotlin/databases/delete-collection.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-kotlin/kotlin/databases/delete-collection.md rename to docs/examples/1.0.x/server-kotlin/kotlin/databases/delete-collection.md diff --git a/docs/examples/1.0.0-RC1/server-kotlin/kotlin/databases/delete-document.md b/docs/examples/1.0.x/server-kotlin/kotlin/databases/delete-document.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-kotlin/kotlin/databases/delete-document.md rename to docs/examples/1.0.x/server-kotlin/kotlin/databases/delete-document.md diff --git a/docs/examples/1.0.0-RC1/server-kotlin/kotlin/databases/delete-index.md b/docs/examples/1.0.x/server-kotlin/kotlin/databases/delete-index.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-kotlin/kotlin/databases/delete-index.md rename to docs/examples/1.0.x/server-kotlin/kotlin/databases/delete-index.md diff --git a/docs/examples/1.0.0-RC1/server-kotlin/kotlin/databases/delete.md b/docs/examples/1.0.x/server-kotlin/kotlin/databases/delete.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-kotlin/kotlin/databases/delete.md rename to docs/examples/1.0.x/server-kotlin/kotlin/databases/delete.md diff --git a/docs/examples/1.0.0-RC1/server-kotlin/kotlin/databases/get-attribute.md b/docs/examples/1.0.x/server-kotlin/kotlin/databases/get-attribute.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-kotlin/kotlin/databases/get-attribute.md rename to docs/examples/1.0.x/server-kotlin/kotlin/databases/get-attribute.md diff --git a/docs/examples/1.0.0-RC1/server-kotlin/kotlin/databases/get-collection.md b/docs/examples/1.0.x/server-kotlin/kotlin/databases/get-collection.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-kotlin/kotlin/databases/get-collection.md rename to docs/examples/1.0.x/server-kotlin/kotlin/databases/get-collection.md diff --git a/docs/examples/1.0.0-RC1/server-kotlin/kotlin/databases/get-document.md b/docs/examples/1.0.x/server-kotlin/kotlin/databases/get-document.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-kotlin/kotlin/databases/get-document.md rename to docs/examples/1.0.x/server-kotlin/kotlin/databases/get-document.md diff --git a/docs/examples/1.0.0-RC1/server-kotlin/kotlin/databases/get-index.md b/docs/examples/1.0.x/server-kotlin/kotlin/databases/get-index.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-kotlin/kotlin/databases/get-index.md rename to docs/examples/1.0.x/server-kotlin/kotlin/databases/get-index.md diff --git a/docs/examples/1.0.0-RC1/server-kotlin/kotlin/databases/get.md b/docs/examples/1.0.x/server-kotlin/kotlin/databases/get.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-kotlin/kotlin/databases/get.md rename to docs/examples/1.0.x/server-kotlin/kotlin/databases/get.md diff --git a/docs/examples/1.0.0-RC1/server-kotlin/kotlin/databases/list-attributes.md b/docs/examples/1.0.x/server-kotlin/kotlin/databases/list-attributes.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-kotlin/kotlin/databases/list-attributes.md rename to docs/examples/1.0.x/server-kotlin/kotlin/databases/list-attributes.md diff --git a/docs/examples/1.0.0-RC1/server-kotlin/kotlin/databases/list-collections.md b/docs/examples/1.0.x/server-kotlin/kotlin/databases/list-collections.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-kotlin/kotlin/databases/list-collections.md rename to docs/examples/1.0.x/server-kotlin/kotlin/databases/list-collections.md diff --git a/docs/examples/1.0.0-RC1/server-kotlin/kotlin/databases/list-documents.md b/docs/examples/1.0.x/server-kotlin/kotlin/databases/list-documents.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-kotlin/kotlin/databases/list-documents.md rename to docs/examples/1.0.x/server-kotlin/kotlin/databases/list-documents.md diff --git a/docs/examples/1.0.0-RC1/server-kotlin/kotlin/databases/list-indexes.md b/docs/examples/1.0.x/server-kotlin/kotlin/databases/list-indexes.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-kotlin/kotlin/databases/list-indexes.md rename to docs/examples/1.0.x/server-kotlin/kotlin/databases/list-indexes.md diff --git a/docs/examples/1.0.0-RC1/server-kotlin/kotlin/databases/list.md b/docs/examples/1.0.x/server-kotlin/kotlin/databases/list.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-kotlin/kotlin/databases/list.md rename to docs/examples/1.0.x/server-kotlin/kotlin/databases/list.md diff --git a/docs/examples/1.0.0-RC1/server-kotlin/kotlin/databases/update-collection.md b/docs/examples/1.0.x/server-kotlin/kotlin/databases/update-collection.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-kotlin/kotlin/databases/update-collection.md rename to docs/examples/1.0.x/server-kotlin/kotlin/databases/update-collection.md diff --git a/docs/examples/1.0.0-RC1/server-kotlin/kotlin/databases/update-document.md b/docs/examples/1.0.x/server-kotlin/kotlin/databases/update-document.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-kotlin/kotlin/databases/update-document.md rename to docs/examples/1.0.x/server-kotlin/kotlin/databases/update-document.md diff --git a/docs/examples/1.0.0-RC1/server-kotlin/kotlin/databases/update.md b/docs/examples/1.0.x/server-kotlin/kotlin/databases/update.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-kotlin/kotlin/databases/update.md rename to docs/examples/1.0.x/server-kotlin/kotlin/databases/update.md diff --git a/docs/examples/1.0.0-RC1/server-kotlin/kotlin/functions/create-deployment.md b/docs/examples/1.0.x/server-kotlin/kotlin/functions/create-deployment.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-kotlin/kotlin/functions/create-deployment.md rename to docs/examples/1.0.x/server-kotlin/kotlin/functions/create-deployment.md diff --git a/docs/examples/1.0.0-RC1/server-kotlin/kotlin/functions/create-execution.md b/docs/examples/1.0.x/server-kotlin/kotlin/functions/create-execution.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-kotlin/kotlin/functions/create-execution.md rename to docs/examples/1.0.x/server-kotlin/kotlin/functions/create-execution.md diff --git a/docs/examples/1.0.0-RC1/server-kotlin/kotlin/functions/create-variable.md b/docs/examples/1.0.x/server-kotlin/kotlin/functions/create-variable.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-kotlin/kotlin/functions/create-variable.md rename to docs/examples/1.0.x/server-kotlin/kotlin/functions/create-variable.md diff --git a/docs/examples/1.0.0-RC1/server-kotlin/kotlin/functions/create.md b/docs/examples/1.0.x/server-kotlin/kotlin/functions/create.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-kotlin/kotlin/functions/create.md rename to docs/examples/1.0.x/server-kotlin/kotlin/functions/create.md diff --git a/docs/examples/1.0.0-RC1/server-kotlin/kotlin/functions/delete-deployment.md b/docs/examples/1.0.x/server-kotlin/kotlin/functions/delete-deployment.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-kotlin/kotlin/functions/delete-deployment.md rename to docs/examples/1.0.x/server-kotlin/kotlin/functions/delete-deployment.md diff --git a/docs/examples/1.0.0-RC1/server-kotlin/kotlin/functions/delete-variable.md b/docs/examples/1.0.x/server-kotlin/kotlin/functions/delete-variable.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-kotlin/kotlin/functions/delete-variable.md rename to docs/examples/1.0.x/server-kotlin/kotlin/functions/delete-variable.md diff --git a/docs/examples/1.0.0-RC1/server-kotlin/kotlin/functions/delete.md b/docs/examples/1.0.x/server-kotlin/kotlin/functions/delete.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-kotlin/kotlin/functions/delete.md rename to docs/examples/1.0.x/server-kotlin/kotlin/functions/delete.md diff --git a/docs/examples/1.0.0-RC1/server-kotlin/kotlin/functions/get-deployment.md b/docs/examples/1.0.x/server-kotlin/kotlin/functions/get-deployment.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-kotlin/kotlin/functions/get-deployment.md rename to docs/examples/1.0.x/server-kotlin/kotlin/functions/get-deployment.md diff --git a/docs/examples/1.0.0-RC1/server-kotlin/kotlin/functions/get-execution.md b/docs/examples/1.0.x/server-kotlin/kotlin/functions/get-execution.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-kotlin/kotlin/functions/get-execution.md rename to docs/examples/1.0.x/server-kotlin/kotlin/functions/get-execution.md diff --git a/docs/examples/1.0.0-RC1/server-kotlin/kotlin/functions/get-variable.md b/docs/examples/1.0.x/server-kotlin/kotlin/functions/get-variable.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-kotlin/kotlin/functions/get-variable.md rename to docs/examples/1.0.x/server-kotlin/kotlin/functions/get-variable.md diff --git a/docs/examples/1.0.0-RC1/server-kotlin/kotlin/functions/get.md b/docs/examples/1.0.x/server-kotlin/kotlin/functions/get.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-kotlin/kotlin/functions/get.md rename to docs/examples/1.0.x/server-kotlin/kotlin/functions/get.md diff --git a/docs/examples/1.0.0-RC1/server-kotlin/kotlin/functions/list-deployments.md b/docs/examples/1.0.x/server-kotlin/kotlin/functions/list-deployments.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-kotlin/kotlin/functions/list-deployments.md rename to docs/examples/1.0.x/server-kotlin/kotlin/functions/list-deployments.md diff --git a/docs/examples/1.0.0-RC1/server-kotlin/kotlin/functions/list-executions.md b/docs/examples/1.0.x/server-kotlin/kotlin/functions/list-executions.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-kotlin/kotlin/functions/list-executions.md rename to docs/examples/1.0.x/server-kotlin/kotlin/functions/list-executions.md diff --git a/docs/examples/1.0.0-RC1/server-kotlin/kotlin/functions/list-runtimes.md b/docs/examples/1.0.x/server-kotlin/kotlin/functions/list-runtimes.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-kotlin/kotlin/functions/list-runtimes.md rename to docs/examples/1.0.x/server-kotlin/kotlin/functions/list-runtimes.md diff --git a/docs/examples/1.0.0/server-kotlin/kotlin/functions/list-variables.md b/docs/examples/1.0.x/server-kotlin/kotlin/functions/list-variables.md similarity index 100% rename from docs/examples/1.0.0/server-kotlin/kotlin/functions/list-variables.md rename to docs/examples/1.0.x/server-kotlin/kotlin/functions/list-variables.md diff --git a/docs/examples/1.0.0-RC1/server-kotlin/kotlin/functions/list.md b/docs/examples/1.0.x/server-kotlin/kotlin/functions/list.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-kotlin/kotlin/functions/list.md rename to docs/examples/1.0.x/server-kotlin/kotlin/functions/list.md diff --git a/docs/examples/1.0.0-RC1/server-kotlin/kotlin/functions/retry-build.md b/docs/examples/1.0.x/server-kotlin/kotlin/functions/retry-build.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-kotlin/kotlin/functions/retry-build.md rename to docs/examples/1.0.x/server-kotlin/kotlin/functions/retry-build.md diff --git a/docs/examples/1.0.0-RC1/server-kotlin/kotlin/functions/update-deployment.md b/docs/examples/1.0.x/server-kotlin/kotlin/functions/update-deployment.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-kotlin/kotlin/functions/update-deployment.md rename to docs/examples/1.0.x/server-kotlin/kotlin/functions/update-deployment.md diff --git a/docs/examples/1.0.0-RC1/server-kotlin/kotlin/functions/update-variable.md b/docs/examples/1.0.x/server-kotlin/kotlin/functions/update-variable.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-kotlin/kotlin/functions/update-variable.md rename to docs/examples/1.0.x/server-kotlin/kotlin/functions/update-variable.md diff --git a/docs/examples/1.0.0-RC1/server-kotlin/kotlin/functions/update.md b/docs/examples/1.0.x/server-kotlin/kotlin/functions/update.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-kotlin/kotlin/functions/update.md rename to docs/examples/1.0.x/server-kotlin/kotlin/functions/update.md diff --git a/docs/examples/1.0.0-RC1/server-kotlin/kotlin/health/get-antivirus.md b/docs/examples/1.0.x/server-kotlin/kotlin/health/get-antivirus.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-kotlin/kotlin/health/get-antivirus.md rename to docs/examples/1.0.x/server-kotlin/kotlin/health/get-antivirus.md diff --git a/docs/examples/1.0.0-RC1/server-kotlin/kotlin/health/get-cache.md b/docs/examples/1.0.x/server-kotlin/kotlin/health/get-cache.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-kotlin/kotlin/health/get-cache.md rename to docs/examples/1.0.x/server-kotlin/kotlin/health/get-cache.md diff --git a/docs/examples/1.0.0-RC1/server-kotlin/kotlin/health/get-d-b.md b/docs/examples/1.0.x/server-kotlin/kotlin/health/get-d-b.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-kotlin/kotlin/health/get-d-b.md rename to docs/examples/1.0.x/server-kotlin/kotlin/health/get-d-b.md diff --git a/docs/examples/1.0.0-RC1/server-kotlin/kotlin/health/get-queue-certificates.md b/docs/examples/1.0.x/server-kotlin/kotlin/health/get-queue-certificates.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-kotlin/kotlin/health/get-queue-certificates.md rename to docs/examples/1.0.x/server-kotlin/kotlin/health/get-queue-certificates.md diff --git a/docs/examples/1.0.0-RC1/server-kotlin/kotlin/health/get-queue-functions.md b/docs/examples/1.0.x/server-kotlin/kotlin/health/get-queue-functions.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-kotlin/kotlin/health/get-queue-functions.md rename to docs/examples/1.0.x/server-kotlin/kotlin/health/get-queue-functions.md diff --git a/docs/examples/1.0.0-RC1/server-kotlin/kotlin/health/get-queue-logs.md b/docs/examples/1.0.x/server-kotlin/kotlin/health/get-queue-logs.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-kotlin/kotlin/health/get-queue-logs.md rename to docs/examples/1.0.x/server-kotlin/kotlin/health/get-queue-logs.md diff --git a/docs/examples/1.0.0-RC1/server-kotlin/kotlin/health/get-queue-webhooks.md b/docs/examples/1.0.x/server-kotlin/kotlin/health/get-queue-webhooks.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-kotlin/kotlin/health/get-queue-webhooks.md rename to docs/examples/1.0.x/server-kotlin/kotlin/health/get-queue-webhooks.md diff --git a/docs/examples/1.0.0-RC1/server-kotlin/kotlin/health/get-storage-local.md b/docs/examples/1.0.x/server-kotlin/kotlin/health/get-storage-local.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-kotlin/kotlin/health/get-storage-local.md rename to docs/examples/1.0.x/server-kotlin/kotlin/health/get-storage-local.md diff --git a/docs/examples/1.0.0-RC1/server-kotlin/kotlin/health/get-time.md b/docs/examples/1.0.x/server-kotlin/kotlin/health/get-time.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-kotlin/kotlin/health/get-time.md rename to docs/examples/1.0.x/server-kotlin/kotlin/health/get-time.md diff --git a/docs/examples/1.0.0-RC1/server-kotlin/kotlin/health/get.md b/docs/examples/1.0.x/server-kotlin/kotlin/health/get.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-kotlin/kotlin/health/get.md rename to docs/examples/1.0.x/server-kotlin/kotlin/health/get.md diff --git a/docs/examples/1.0.0-RC1/server-kotlin/kotlin/locale/get-continents.md b/docs/examples/1.0.x/server-kotlin/kotlin/locale/get-continents.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-kotlin/kotlin/locale/get-continents.md rename to docs/examples/1.0.x/server-kotlin/kotlin/locale/get-continents.md diff --git a/docs/examples/1.0.0-RC1/server-kotlin/kotlin/locale/get-countries-e-u.md b/docs/examples/1.0.x/server-kotlin/kotlin/locale/get-countries-e-u.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-kotlin/kotlin/locale/get-countries-e-u.md rename to docs/examples/1.0.x/server-kotlin/kotlin/locale/get-countries-e-u.md diff --git a/docs/examples/1.0.0-RC1/server-kotlin/kotlin/locale/get-countries-phones.md b/docs/examples/1.0.x/server-kotlin/kotlin/locale/get-countries-phones.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-kotlin/kotlin/locale/get-countries-phones.md rename to docs/examples/1.0.x/server-kotlin/kotlin/locale/get-countries-phones.md diff --git a/docs/examples/1.0.0-RC1/server-kotlin/kotlin/locale/get-countries.md b/docs/examples/1.0.x/server-kotlin/kotlin/locale/get-countries.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-kotlin/kotlin/locale/get-countries.md rename to docs/examples/1.0.x/server-kotlin/kotlin/locale/get-countries.md diff --git a/docs/examples/1.0.0-RC1/server-kotlin/kotlin/locale/get-currencies.md b/docs/examples/1.0.x/server-kotlin/kotlin/locale/get-currencies.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-kotlin/kotlin/locale/get-currencies.md rename to docs/examples/1.0.x/server-kotlin/kotlin/locale/get-currencies.md diff --git a/docs/examples/1.0.0-RC1/server-kotlin/kotlin/locale/get-languages.md b/docs/examples/1.0.x/server-kotlin/kotlin/locale/get-languages.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-kotlin/kotlin/locale/get-languages.md rename to docs/examples/1.0.x/server-kotlin/kotlin/locale/get-languages.md diff --git a/docs/examples/1.0.0-RC1/server-kotlin/kotlin/locale/get.md b/docs/examples/1.0.x/server-kotlin/kotlin/locale/get.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-kotlin/kotlin/locale/get.md rename to docs/examples/1.0.x/server-kotlin/kotlin/locale/get.md diff --git a/docs/examples/1.0.0/server-kotlin/kotlin/locale/list-continents.md b/docs/examples/1.0.x/server-kotlin/kotlin/locale/list-continents.md similarity index 100% rename from docs/examples/1.0.0/server-kotlin/kotlin/locale/list-continents.md rename to docs/examples/1.0.x/server-kotlin/kotlin/locale/list-continents.md diff --git a/docs/examples/1.0.0/server-kotlin/kotlin/locale/list-countries-e-u.md b/docs/examples/1.0.x/server-kotlin/kotlin/locale/list-countries-e-u.md similarity index 100% rename from docs/examples/1.0.0/server-kotlin/kotlin/locale/list-countries-e-u.md rename to docs/examples/1.0.x/server-kotlin/kotlin/locale/list-countries-e-u.md diff --git a/docs/examples/1.0.0/server-kotlin/kotlin/locale/list-countries-phones.md b/docs/examples/1.0.x/server-kotlin/kotlin/locale/list-countries-phones.md similarity index 100% rename from docs/examples/1.0.0/server-kotlin/kotlin/locale/list-countries-phones.md rename to docs/examples/1.0.x/server-kotlin/kotlin/locale/list-countries-phones.md diff --git a/docs/examples/1.0.0/server-kotlin/kotlin/locale/list-countries.md b/docs/examples/1.0.x/server-kotlin/kotlin/locale/list-countries.md similarity index 100% rename from docs/examples/1.0.0/server-kotlin/kotlin/locale/list-countries.md rename to docs/examples/1.0.x/server-kotlin/kotlin/locale/list-countries.md diff --git a/docs/examples/1.0.0/server-kotlin/kotlin/locale/list-currencies.md b/docs/examples/1.0.x/server-kotlin/kotlin/locale/list-currencies.md similarity index 100% rename from docs/examples/1.0.0/server-kotlin/kotlin/locale/list-currencies.md rename to docs/examples/1.0.x/server-kotlin/kotlin/locale/list-currencies.md diff --git a/docs/examples/1.0.0/server-kotlin/kotlin/locale/list-languages.md b/docs/examples/1.0.x/server-kotlin/kotlin/locale/list-languages.md similarity index 100% rename from docs/examples/1.0.0/server-kotlin/kotlin/locale/list-languages.md rename to docs/examples/1.0.x/server-kotlin/kotlin/locale/list-languages.md diff --git a/docs/examples/1.0.0-RC1/server-kotlin/kotlin/storage/create-bucket.md b/docs/examples/1.0.x/server-kotlin/kotlin/storage/create-bucket.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-kotlin/kotlin/storage/create-bucket.md rename to docs/examples/1.0.x/server-kotlin/kotlin/storage/create-bucket.md diff --git a/docs/examples/1.0.0-RC1/server-kotlin/kotlin/storage/create-file.md b/docs/examples/1.0.x/server-kotlin/kotlin/storage/create-file.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-kotlin/kotlin/storage/create-file.md rename to docs/examples/1.0.x/server-kotlin/kotlin/storage/create-file.md diff --git a/docs/examples/1.0.0-RC1/server-kotlin/kotlin/storage/delete-bucket.md b/docs/examples/1.0.x/server-kotlin/kotlin/storage/delete-bucket.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-kotlin/kotlin/storage/delete-bucket.md rename to docs/examples/1.0.x/server-kotlin/kotlin/storage/delete-bucket.md diff --git a/docs/examples/1.0.0-RC1/server-kotlin/kotlin/storage/delete-file.md b/docs/examples/1.0.x/server-kotlin/kotlin/storage/delete-file.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-kotlin/kotlin/storage/delete-file.md rename to docs/examples/1.0.x/server-kotlin/kotlin/storage/delete-file.md diff --git a/docs/examples/1.0.0-RC1/server-kotlin/kotlin/storage/get-bucket.md b/docs/examples/1.0.x/server-kotlin/kotlin/storage/get-bucket.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-kotlin/kotlin/storage/get-bucket.md rename to docs/examples/1.0.x/server-kotlin/kotlin/storage/get-bucket.md diff --git a/docs/examples/1.0.0-RC1/server-kotlin/kotlin/storage/get-file-download.md b/docs/examples/1.0.x/server-kotlin/kotlin/storage/get-file-download.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-kotlin/kotlin/storage/get-file-download.md rename to docs/examples/1.0.x/server-kotlin/kotlin/storage/get-file-download.md diff --git a/docs/examples/1.0.0-RC1/server-kotlin/kotlin/storage/get-file-preview.md b/docs/examples/1.0.x/server-kotlin/kotlin/storage/get-file-preview.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-kotlin/kotlin/storage/get-file-preview.md rename to docs/examples/1.0.x/server-kotlin/kotlin/storage/get-file-preview.md diff --git a/docs/examples/1.0.0-RC1/server-kotlin/kotlin/storage/get-file-view.md b/docs/examples/1.0.x/server-kotlin/kotlin/storage/get-file-view.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-kotlin/kotlin/storage/get-file-view.md rename to docs/examples/1.0.x/server-kotlin/kotlin/storage/get-file-view.md diff --git a/docs/examples/1.0.0-RC1/server-kotlin/kotlin/storage/get-file.md b/docs/examples/1.0.x/server-kotlin/kotlin/storage/get-file.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-kotlin/kotlin/storage/get-file.md rename to docs/examples/1.0.x/server-kotlin/kotlin/storage/get-file.md diff --git a/docs/examples/1.0.0-RC1/server-kotlin/kotlin/storage/list-buckets.md b/docs/examples/1.0.x/server-kotlin/kotlin/storage/list-buckets.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-kotlin/kotlin/storage/list-buckets.md rename to docs/examples/1.0.x/server-kotlin/kotlin/storage/list-buckets.md diff --git a/docs/examples/1.0.0-RC1/server-kotlin/kotlin/storage/list-files.md b/docs/examples/1.0.x/server-kotlin/kotlin/storage/list-files.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-kotlin/kotlin/storage/list-files.md rename to docs/examples/1.0.x/server-kotlin/kotlin/storage/list-files.md diff --git a/docs/examples/1.0.0-RC1/server-kotlin/kotlin/storage/update-bucket.md b/docs/examples/1.0.x/server-kotlin/kotlin/storage/update-bucket.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-kotlin/kotlin/storage/update-bucket.md rename to docs/examples/1.0.x/server-kotlin/kotlin/storage/update-bucket.md diff --git a/docs/examples/1.0.0-RC1/server-kotlin/kotlin/storage/update-file.md b/docs/examples/1.0.x/server-kotlin/kotlin/storage/update-file.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-kotlin/kotlin/storage/update-file.md rename to docs/examples/1.0.x/server-kotlin/kotlin/storage/update-file.md diff --git a/docs/examples/1.0.0-RC1/server-kotlin/kotlin/teams/create-membership.md b/docs/examples/1.0.x/server-kotlin/kotlin/teams/create-membership.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-kotlin/kotlin/teams/create-membership.md rename to docs/examples/1.0.x/server-kotlin/kotlin/teams/create-membership.md diff --git a/docs/examples/1.0.0-RC1/server-kotlin/kotlin/teams/create.md b/docs/examples/1.0.x/server-kotlin/kotlin/teams/create.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-kotlin/kotlin/teams/create.md rename to docs/examples/1.0.x/server-kotlin/kotlin/teams/create.md diff --git a/docs/examples/1.0.0-RC1/server-kotlin/kotlin/teams/delete-membership.md b/docs/examples/1.0.x/server-kotlin/kotlin/teams/delete-membership.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-kotlin/kotlin/teams/delete-membership.md rename to docs/examples/1.0.x/server-kotlin/kotlin/teams/delete-membership.md diff --git a/docs/examples/1.0.0-RC1/server-kotlin/kotlin/teams/delete.md b/docs/examples/1.0.x/server-kotlin/kotlin/teams/delete.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-kotlin/kotlin/teams/delete.md rename to docs/examples/1.0.x/server-kotlin/kotlin/teams/delete.md diff --git a/docs/examples/1.0.0-RC1/server-kotlin/kotlin/teams/get-membership.md b/docs/examples/1.0.x/server-kotlin/kotlin/teams/get-membership.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-kotlin/kotlin/teams/get-membership.md rename to docs/examples/1.0.x/server-kotlin/kotlin/teams/get-membership.md diff --git a/docs/examples/1.0.0-RC1/server-kotlin/kotlin/teams/get-memberships.md b/docs/examples/1.0.x/server-kotlin/kotlin/teams/get-memberships.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-kotlin/kotlin/teams/get-memberships.md rename to docs/examples/1.0.x/server-kotlin/kotlin/teams/get-memberships.md diff --git a/docs/examples/1.0.0-RC1/server-kotlin/kotlin/teams/get.md b/docs/examples/1.0.x/server-kotlin/kotlin/teams/get.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-kotlin/kotlin/teams/get.md rename to docs/examples/1.0.x/server-kotlin/kotlin/teams/get.md diff --git a/docs/examples/1.0.0/server-kotlin/kotlin/teams/list-memberships.md b/docs/examples/1.0.x/server-kotlin/kotlin/teams/list-memberships.md similarity index 100% rename from docs/examples/1.0.0/server-kotlin/kotlin/teams/list-memberships.md rename to docs/examples/1.0.x/server-kotlin/kotlin/teams/list-memberships.md diff --git a/docs/examples/1.0.0-RC1/server-kotlin/kotlin/teams/list.md b/docs/examples/1.0.x/server-kotlin/kotlin/teams/list.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-kotlin/kotlin/teams/list.md rename to docs/examples/1.0.x/server-kotlin/kotlin/teams/list.md diff --git a/docs/examples/1.0.0-RC1/server-kotlin/kotlin/teams/update-membership-roles.md b/docs/examples/1.0.x/server-kotlin/kotlin/teams/update-membership-roles.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-kotlin/kotlin/teams/update-membership-roles.md rename to docs/examples/1.0.x/server-kotlin/kotlin/teams/update-membership-roles.md diff --git a/docs/examples/1.0.0-RC1/server-kotlin/kotlin/teams/update-membership-status.md b/docs/examples/1.0.x/server-kotlin/kotlin/teams/update-membership-status.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-kotlin/kotlin/teams/update-membership-status.md rename to docs/examples/1.0.x/server-kotlin/kotlin/teams/update-membership-status.md diff --git a/docs/examples/1.0.0-RC1/server-kotlin/kotlin/teams/update.md b/docs/examples/1.0.x/server-kotlin/kotlin/teams/update.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-kotlin/kotlin/teams/update.md rename to docs/examples/1.0.x/server-kotlin/kotlin/teams/update.md diff --git a/docs/examples/1.0.0-RC1/server-kotlin/kotlin/users/create-argon2user.md b/docs/examples/1.0.x/server-kotlin/kotlin/users/create-argon2user.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-kotlin/kotlin/users/create-argon2user.md rename to docs/examples/1.0.x/server-kotlin/kotlin/users/create-argon2user.md diff --git a/docs/examples/1.0.0-RC1/server-kotlin/kotlin/users/create-bcrypt-user.md b/docs/examples/1.0.x/server-kotlin/kotlin/users/create-bcrypt-user.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-kotlin/kotlin/users/create-bcrypt-user.md rename to docs/examples/1.0.x/server-kotlin/kotlin/users/create-bcrypt-user.md diff --git a/docs/examples/1.0.0-RC1/server-kotlin/kotlin/users/create-m-d5user.md b/docs/examples/1.0.x/server-kotlin/kotlin/users/create-m-d5user.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-kotlin/kotlin/users/create-m-d5user.md rename to docs/examples/1.0.x/server-kotlin/kotlin/users/create-m-d5user.md diff --git a/docs/examples/1.0.0-RC1/server-kotlin/kotlin/users/create-p-h-pass-user.md b/docs/examples/1.0.x/server-kotlin/kotlin/users/create-p-h-pass-user.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-kotlin/kotlin/users/create-p-h-pass-user.md rename to docs/examples/1.0.x/server-kotlin/kotlin/users/create-p-h-pass-user.md diff --git a/docs/examples/1.0.0-RC1/server-kotlin/kotlin/users/create-s-h-a-user.md b/docs/examples/1.0.x/server-kotlin/kotlin/users/create-s-h-a-user.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-kotlin/kotlin/users/create-s-h-a-user.md rename to docs/examples/1.0.x/server-kotlin/kotlin/users/create-s-h-a-user.md diff --git a/docs/examples/1.0.0-RC1/server-kotlin/kotlin/users/create-scrypt-modified-user.md b/docs/examples/1.0.x/server-kotlin/kotlin/users/create-scrypt-modified-user.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-kotlin/kotlin/users/create-scrypt-modified-user.md rename to docs/examples/1.0.x/server-kotlin/kotlin/users/create-scrypt-modified-user.md diff --git a/docs/examples/1.0.0-RC1/server-kotlin/kotlin/users/create-scrypt-user.md b/docs/examples/1.0.x/server-kotlin/kotlin/users/create-scrypt-user.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-kotlin/kotlin/users/create-scrypt-user.md rename to docs/examples/1.0.x/server-kotlin/kotlin/users/create-scrypt-user.md diff --git a/docs/examples/1.0.0-RC1/server-kotlin/kotlin/users/create.md b/docs/examples/1.0.x/server-kotlin/kotlin/users/create.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-kotlin/kotlin/users/create.md rename to docs/examples/1.0.x/server-kotlin/kotlin/users/create.md diff --git a/docs/examples/1.0.0-RC1/server-kotlin/kotlin/users/delete-session.md b/docs/examples/1.0.x/server-kotlin/kotlin/users/delete-session.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-kotlin/kotlin/users/delete-session.md rename to docs/examples/1.0.x/server-kotlin/kotlin/users/delete-session.md diff --git a/docs/examples/1.0.0-RC1/server-kotlin/kotlin/users/delete-sessions.md b/docs/examples/1.0.x/server-kotlin/kotlin/users/delete-sessions.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-kotlin/kotlin/users/delete-sessions.md rename to docs/examples/1.0.x/server-kotlin/kotlin/users/delete-sessions.md diff --git a/docs/examples/1.0.0-RC1/server-kotlin/kotlin/users/delete.md b/docs/examples/1.0.x/server-kotlin/kotlin/users/delete.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-kotlin/kotlin/users/delete.md rename to docs/examples/1.0.x/server-kotlin/kotlin/users/delete.md diff --git a/docs/examples/1.0.0-RC1/server-kotlin/kotlin/users/get-logs.md b/docs/examples/1.0.x/server-kotlin/kotlin/users/get-logs.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-kotlin/kotlin/users/get-logs.md rename to docs/examples/1.0.x/server-kotlin/kotlin/users/get-logs.md diff --git a/docs/examples/1.0.0-RC1/server-kotlin/kotlin/users/get-memberships.md b/docs/examples/1.0.x/server-kotlin/kotlin/users/get-memberships.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-kotlin/kotlin/users/get-memberships.md rename to docs/examples/1.0.x/server-kotlin/kotlin/users/get-memberships.md diff --git a/docs/examples/1.0.0-RC1/server-kotlin/kotlin/users/get-prefs.md b/docs/examples/1.0.x/server-kotlin/kotlin/users/get-prefs.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-kotlin/kotlin/users/get-prefs.md rename to docs/examples/1.0.x/server-kotlin/kotlin/users/get-prefs.md diff --git a/docs/examples/1.0.0-RC1/server-kotlin/kotlin/users/get-sessions.md b/docs/examples/1.0.x/server-kotlin/kotlin/users/get-sessions.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-kotlin/kotlin/users/get-sessions.md rename to docs/examples/1.0.x/server-kotlin/kotlin/users/get-sessions.md diff --git a/docs/examples/1.0.0-RC1/server-kotlin/kotlin/users/get.md b/docs/examples/1.0.x/server-kotlin/kotlin/users/get.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-kotlin/kotlin/users/get.md rename to docs/examples/1.0.x/server-kotlin/kotlin/users/get.md diff --git a/docs/examples/1.0.0/server-kotlin/kotlin/users/list-logs.md b/docs/examples/1.0.x/server-kotlin/kotlin/users/list-logs.md similarity index 100% rename from docs/examples/1.0.0/server-kotlin/kotlin/users/list-logs.md rename to docs/examples/1.0.x/server-kotlin/kotlin/users/list-logs.md diff --git a/docs/examples/1.0.0/server-kotlin/kotlin/users/list-memberships.md b/docs/examples/1.0.x/server-kotlin/kotlin/users/list-memberships.md similarity index 100% rename from docs/examples/1.0.0/server-kotlin/kotlin/users/list-memberships.md rename to docs/examples/1.0.x/server-kotlin/kotlin/users/list-memberships.md diff --git a/docs/examples/1.0.0/server-kotlin/kotlin/users/list-sessions.md b/docs/examples/1.0.x/server-kotlin/kotlin/users/list-sessions.md similarity index 100% rename from docs/examples/1.0.0/server-kotlin/kotlin/users/list-sessions.md rename to docs/examples/1.0.x/server-kotlin/kotlin/users/list-sessions.md diff --git a/docs/examples/1.0.0-RC1/server-kotlin/kotlin/users/list.md b/docs/examples/1.0.x/server-kotlin/kotlin/users/list.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-kotlin/kotlin/users/list.md rename to docs/examples/1.0.x/server-kotlin/kotlin/users/list.md diff --git a/docs/examples/1.0.0-RC1/server-kotlin/kotlin/users/update-email-verification.md b/docs/examples/1.0.x/server-kotlin/kotlin/users/update-email-verification.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-kotlin/kotlin/users/update-email-verification.md rename to docs/examples/1.0.x/server-kotlin/kotlin/users/update-email-verification.md diff --git a/docs/examples/1.0.0-RC1/server-kotlin/kotlin/users/update-email.md b/docs/examples/1.0.x/server-kotlin/kotlin/users/update-email.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-kotlin/kotlin/users/update-email.md rename to docs/examples/1.0.x/server-kotlin/kotlin/users/update-email.md diff --git a/docs/examples/1.0.0-RC1/server-kotlin/kotlin/users/update-name.md b/docs/examples/1.0.x/server-kotlin/kotlin/users/update-name.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-kotlin/kotlin/users/update-name.md rename to docs/examples/1.0.x/server-kotlin/kotlin/users/update-name.md diff --git a/docs/examples/1.0.0-RC1/server-kotlin/kotlin/users/update-password.md b/docs/examples/1.0.x/server-kotlin/kotlin/users/update-password.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-kotlin/kotlin/users/update-password.md rename to docs/examples/1.0.x/server-kotlin/kotlin/users/update-password.md diff --git a/docs/examples/1.0.0-RC1/server-kotlin/kotlin/users/update-phone-verification.md b/docs/examples/1.0.x/server-kotlin/kotlin/users/update-phone-verification.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-kotlin/kotlin/users/update-phone-verification.md rename to docs/examples/1.0.x/server-kotlin/kotlin/users/update-phone-verification.md diff --git a/docs/examples/1.0.0-RC1/server-kotlin/kotlin/users/update-phone.md b/docs/examples/1.0.x/server-kotlin/kotlin/users/update-phone.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-kotlin/kotlin/users/update-phone.md rename to docs/examples/1.0.x/server-kotlin/kotlin/users/update-phone.md diff --git a/docs/examples/1.0.0-RC1/server-kotlin/kotlin/users/update-prefs.md b/docs/examples/1.0.x/server-kotlin/kotlin/users/update-prefs.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-kotlin/kotlin/users/update-prefs.md rename to docs/examples/1.0.x/server-kotlin/kotlin/users/update-prefs.md diff --git a/docs/examples/1.0.0-RC1/server-kotlin/kotlin/users/update-status.md b/docs/examples/1.0.x/server-kotlin/kotlin/users/update-status.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-kotlin/kotlin/users/update-status.md rename to docs/examples/1.0.x/server-kotlin/kotlin/users/update-status.md diff --git a/docs/examples/1.0.0-RC1/server-nodejs/examples/account/create-phone-verification.md b/docs/examples/1.0.x/server-nodejs/examples/account/create-phone-verification.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-nodejs/examples/account/create-phone-verification.md rename to docs/examples/1.0.x/server-nodejs/examples/account/create-phone-verification.md diff --git a/docs/examples/1.0.0-RC1/server-nodejs/examples/account/create-recovery.md b/docs/examples/1.0.x/server-nodejs/examples/account/create-recovery.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-nodejs/examples/account/create-recovery.md rename to docs/examples/1.0.x/server-nodejs/examples/account/create-recovery.md diff --git a/docs/examples/1.0.0-RC1/server-nodejs/examples/account/create-verification.md b/docs/examples/1.0.x/server-nodejs/examples/account/create-verification.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-nodejs/examples/account/create-verification.md rename to docs/examples/1.0.x/server-nodejs/examples/account/create-verification.md diff --git a/docs/examples/1.0.0-RC1/server-nodejs/examples/account/delete-session.md b/docs/examples/1.0.x/server-nodejs/examples/account/delete-session.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-nodejs/examples/account/delete-session.md rename to docs/examples/1.0.x/server-nodejs/examples/account/delete-session.md diff --git a/docs/examples/1.0.0-RC1/server-nodejs/examples/account/delete-sessions.md b/docs/examples/1.0.x/server-nodejs/examples/account/delete-sessions.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-nodejs/examples/account/delete-sessions.md rename to docs/examples/1.0.x/server-nodejs/examples/account/delete-sessions.md diff --git a/docs/examples/1.0.0-RC1/server-nodejs/examples/account/get-logs.md b/docs/examples/1.0.x/server-nodejs/examples/account/get-logs.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-nodejs/examples/account/get-logs.md rename to docs/examples/1.0.x/server-nodejs/examples/account/get-logs.md diff --git a/docs/examples/1.0.0-RC1/server-nodejs/examples/account/get-prefs.md b/docs/examples/1.0.x/server-nodejs/examples/account/get-prefs.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-nodejs/examples/account/get-prefs.md rename to docs/examples/1.0.x/server-nodejs/examples/account/get-prefs.md diff --git a/docs/examples/1.0.0-RC1/server-nodejs/examples/account/get-session.md b/docs/examples/1.0.x/server-nodejs/examples/account/get-session.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-nodejs/examples/account/get-session.md rename to docs/examples/1.0.x/server-nodejs/examples/account/get-session.md diff --git a/docs/examples/1.0.0-RC1/server-nodejs/examples/account/get-sessions.md b/docs/examples/1.0.x/server-nodejs/examples/account/get-sessions.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-nodejs/examples/account/get-sessions.md rename to docs/examples/1.0.x/server-nodejs/examples/account/get-sessions.md diff --git a/docs/examples/1.0.0-RC1/server-nodejs/examples/account/get.md b/docs/examples/1.0.x/server-nodejs/examples/account/get.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-nodejs/examples/account/get.md rename to docs/examples/1.0.x/server-nodejs/examples/account/get.md diff --git a/docs/examples/1.0.0/server-nodejs/examples/account/list-logs.md b/docs/examples/1.0.x/server-nodejs/examples/account/list-logs.md similarity index 100% rename from docs/examples/1.0.0/server-nodejs/examples/account/list-logs.md rename to docs/examples/1.0.x/server-nodejs/examples/account/list-logs.md diff --git a/docs/examples/1.0.0/server-nodejs/examples/account/list-sessions.md b/docs/examples/1.0.x/server-nodejs/examples/account/list-sessions.md similarity index 100% rename from docs/examples/1.0.0/server-nodejs/examples/account/list-sessions.md rename to docs/examples/1.0.x/server-nodejs/examples/account/list-sessions.md diff --git a/docs/examples/1.0.0-RC1/server-nodejs/examples/account/update-email.md b/docs/examples/1.0.x/server-nodejs/examples/account/update-email.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-nodejs/examples/account/update-email.md rename to docs/examples/1.0.x/server-nodejs/examples/account/update-email.md diff --git a/docs/examples/1.0.0-RC1/server-nodejs/examples/account/update-name.md b/docs/examples/1.0.x/server-nodejs/examples/account/update-name.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-nodejs/examples/account/update-name.md rename to docs/examples/1.0.x/server-nodejs/examples/account/update-name.md diff --git a/docs/examples/1.0.0-RC1/server-nodejs/examples/account/update-password.md b/docs/examples/1.0.x/server-nodejs/examples/account/update-password.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-nodejs/examples/account/update-password.md rename to docs/examples/1.0.x/server-nodejs/examples/account/update-password.md diff --git a/docs/examples/1.0.0-RC1/server-nodejs/examples/account/update-phone-verification.md b/docs/examples/1.0.x/server-nodejs/examples/account/update-phone-verification.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-nodejs/examples/account/update-phone-verification.md rename to docs/examples/1.0.x/server-nodejs/examples/account/update-phone-verification.md diff --git a/docs/examples/1.0.0-RC1/server-nodejs/examples/account/update-phone.md b/docs/examples/1.0.x/server-nodejs/examples/account/update-phone.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-nodejs/examples/account/update-phone.md rename to docs/examples/1.0.x/server-nodejs/examples/account/update-phone.md diff --git a/docs/examples/1.0.0-RC1/server-nodejs/examples/account/update-prefs.md b/docs/examples/1.0.x/server-nodejs/examples/account/update-prefs.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-nodejs/examples/account/update-prefs.md rename to docs/examples/1.0.x/server-nodejs/examples/account/update-prefs.md diff --git a/docs/examples/1.0.0-RC1/server-nodejs/examples/account/update-recovery.md b/docs/examples/1.0.x/server-nodejs/examples/account/update-recovery.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-nodejs/examples/account/update-recovery.md rename to docs/examples/1.0.x/server-nodejs/examples/account/update-recovery.md diff --git a/docs/examples/1.0.0-RC1/server-nodejs/examples/account/update-session.md b/docs/examples/1.0.x/server-nodejs/examples/account/update-session.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-nodejs/examples/account/update-session.md rename to docs/examples/1.0.x/server-nodejs/examples/account/update-session.md diff --git a/docs/examples/1.0.0-RC1/server-nodejs/examples/account/update-status.md b/docs/examples/1.0.x/server-nodejs/examples/account/update-status.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-nodejs/examples/account/update-status.md rename to docs/examples/1.0.x/server-nodejs/examples/account/update-status.md diff --git a/docs/examples/1.0.0-RC1/server-nodejs/examples/account/update-verification.md b/docs/examples/1.0.x/server-nodejs/examples/account/update-verification.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-nodejs/examples/account/update-verification.md rename to docs/examples/1.0.x/server-nodejs/examples/account/update-verification.md diff --git a/docs/examples/1.0.0-RC1/server-nodejs/examples/avatars/get-browser.md b/docs/examples/1.0.x/server-nodejs/examples/avatars/get-browser.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-nodejs/examples/avatars/get-browser.md rename to docs/examples/1.0.x/server-nodejs/examples/avatars/get-browser.md diff --git a/docs/examples/1.0.0-RC1/server-nodejs/examples/avatars/get-credit-card.md b/docs/examples/1.0.x/server-nodejs/examples/avatars/get-credit-card.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-nodejs/examples/avatars/get-credit-card.md rename to docs/examples/1.0.x/server-nodejs/examples/avatars/get-credit-card.md diff --git a/docs/examples/1.0.0-RC1/server-nodejs/examples/avatars/get-favicon.md b/docs/examples/1.0.x/server-nodejs/examples/avatars/get-favicon.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-nodejs/examples/avatars/get-favicon.md rename to docs/examples/1.0.x/server-nodejs/examples/avatars/get-favicon.md diff --git a/docs/examples/1.0.0-RC1/server-nodejs/examples/avatars/get-flag.md b/docs/examples/1.0.x/server-nodejs/examples/avatars/get-flag.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-nodejs/examples/avatars/get-flag.md rename to docs/examples/1.0.x/server-nodejs/examples/avatars/get-flag.md diff --git a/docs/examples/1.0.0-RC1/server-nodejs/examples/avatars/get-image.md b/docs/examples/1.0.x/server-nodejs/examples/avatars/get-image.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-nodejs/examples/avatars/get-image.md rename to docs/examples/1.0.x/server-nodejs/examples/avatars/get-image.md diff --git a/docs/examples/1.0.0-RC1/server-nodejs/examples/avatars/get-initials.md b/docs/examples/1.0.x/server-nodejs/examples/avatars/get-initials.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-nodejs/examples/avatars/get-initials.md rename to docs/examples/1.0.x/server-nodejs/examples/avatars/get-initials.md diff --git a/docs/examples/1.0.0-RC1/server-nodejs/examples/avatars/get-q-r.md b/docs/examples/1.0.x/server-nodejs/examples/avatars/get-q-r.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-nodejs/examples/avatars/get-q-r.md rename to docs/examples/1.0.x/server-nodejs/examples/avatars/get-q-r.md diff --git a/docs/examples/1.0.0-RC1/server-nodejs/examples/databases/create-boolean-attribute.md b/docs/examples/1.0.x/server-nodejs/examples/databases/create-boolean-attribute.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-nodejs/examples/databases/create-boolean-attribute.md rename to docs/examples/1.0.x/server-nodejs/examples/databases/create-boolean-attribute.md diff --git a/docs/examples/1.0.0-RC1/server-nodejs/examples/databases/create-collection.md b/docs/examples/1.0.x/server-nodejs/examples/databases/create-collection.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-nodejs/examples/databases/create-collection.md rename to docs/examples/1.0.x/server-nodejs/examples/databases/create-collection.md diff --git a/docs/examples/1.0.0-RC1/server-nodejs/examples/databases/create-datetime-attribute.md b/docs/examples/1.0.x/server-nodejs/examples/databases/create-datetime-attribute.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-nodejs/examples/databases/create-datetime-attribute.md rename to docs/examples/1.0.x/server-nodejs/examples/databases/create-datetime-attribute.md diff --git a/docs/examples/1.0.0-RC1/server-nodejs/examples/databases/create-document.md b/docs/examples/1.0.x/server-nodejs/examples/databases/create-document.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-nodejs/examples/databases/create-document.md rename to docs/examples/1.0.x/server-nodejs/examples/databases/create-document.md diff --git a/docs/examples/1.0.0-RC1/server-nodejs/examples/databases/create-email-attribute.md b/docs/examples/1.0.x/server-nodejs/examples/databases/create-email-attribute.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-nodejs/examples/databases/create-email-attribute.md rename to docs/examples/1.0.x/server-nodejs/examples/databases/create-email-attribute.md diff --git a/docs/examples/1.0.0-RC1/server-nodejs/examples/databases/create-enum-attribute.md b/docs/examples/1.0.x/server-nodejs/examples/databases/create-enum-attribute.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-nodejs/examples/databases/create-enum-attribute.md rename to docs/examples/1.0.x/server-nodejs/examples/databases/create-enum-attribute.md diff --git a/docs/examples/1.0.0-RC1/server-nodejs/examples/databases/create-float-attribute.md b/docs/examples/1.0.x/server-nodejs/examples/databases/create-float-attribute.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-nodejs/examples/databases/create-float-attribute.md rename to docs/examples/1.0.x/server-nodejs/examples/databases/create-float-attribute.md diff --git a/docs/examples/1.0.0-RC1/server-nodejs/examples/databases/create-index.md b/docs/examples/1.0.x/server-nodejs/examples/databases/create-index.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-nodejs/examples/databases/create-index.md rename to docs/examples/1.0.x/server-nodejs/examples/databases/create-index.md diff --git a/docs/examples/1.0.0-RC1/server-nodejs/examples/databases/create-integer-attribute.md b/docs/examples/1.0.x/server-nodejs/examples/databases/create-integer-attribute.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-nodejs/examples/databases/create-integer-attribute.md rename to docs/examples/1.0.x/server-nodejs/examples/databases/create-integer-attribute.md diff --git a/docs/examples/1.0.0-RC1/server-nodejs/examples/databases/create-ip-attribute.md b/docs/examples/1.0.x/server-nodejs/examples/databases/create-ip-attribute.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-nodejs/examples/databases/create-ip-attribute.md rename to docs/examples/1.0.x/server-nodejs/examples/databases/create-ip-attribute.md diff --git a/docs/examples/1.0.0-RC1/server-nodejs/examples/databases/create-string-attribute.md b/docs/examples/1.0.x/server-nodejs/examples/databases/create-string-attribute.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-nodejs/examples/databases/create-string-attribute.md rename to docs/examples/1.0.x/server-nodejs/examples/databases/create-string-attribute.md diff --git a/docs/examples/1.0.0-RC1/server-nodejs/examples/databases/create-url-attribute.md b/docs/examples/1.0.x/server-nodejs/examples/databases/create-url-attribute.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-nodejs/examples/databases/create-url-attribute.md rename to docs/examples/1.0.x/server-nodejs/examples/databases/create-url-attribute.md diff --git a/docs/examples/1.0.0-RC1/server-nodejs/examples/databases/create.md b/docs/examples/1.0.x/server-nodejs/examples/databases/create.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-nodejs/examples/databases/create.md rename to docs/examples/1.0.x/server-nodejs/examples/databases/create.md diff --git a/docs/examples/1.0.0-RC1/server-nodejs/examples/databases/delete-attribute.md b/docs/examples/1.0.x/server-nodejs/examples/databases/delete-attribute.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-nodejs/examples/databases/delete-attribute.md rename to docs/examples/1.0.x/server-nodejs/examples/databases/delete-attribute.md diff --git a/docs/examples/1.0.0-RC1/server-nodejs/examples/databases/delete-collection.md b/docs/examples/1.0.x/server-nodejs/examples/databases/delete-collection.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-nodejs/examples/databases/delete-collection.md rename to docs/examples/1.0.x/server-nodejs/examples/databases/delete-collection.md diff --git a/docs/examples/1.0.0-RC1/server-nodejs/examples/databases/delete-document.md b/docs/examples/1.0.x/server-nodejs/examples/databases/delete-document.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-nodejs/examples/databases/delete-document.md rename to docs/examples/1.0.x/server-nodejs/examples/databases/delete-document.md diff --git a/docs/examples/1.0.0-RC1/server-nodejs/examples/databases/delete-index.md b/docs/examples/1.0.x/server-nodejs/examples/databases/delete-index.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-nodejs/examples/databases/delete-index.md rename to docs/examples/1.0.x/server-nodejs/examples/databases/delete-index.md diff --git a/docs/examples/1.0.0-RC1/server-nodejs/examples/databases/delete.md b/docs/examples/1.0.x/server-nodejs/examples/databases/delete.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-nodejs/examples/databases/delete.md rename to docs/examples/1.0.x/server-nodejs/examples/databases/delete.md diff --git a/docs/examples/1.0.0-RC1/server-nodejs/examples/databases/get-attribute.md b/docs/examples/1.0.x/server-nodejs/examples/databases/get-attribute.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-nodejs/examples/databases/get-attribute.md rename to docs/examples/1.0.x/server-nodejs/examples/databases/get-attribute.md diff --git a/docs/examples/1.0.0-RC1/server-nodejs/examples/databases/get-collection.md b/docs/examples/1.0.x/server-nodejs/examples/databases/get-collection.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-nodejs/examples/databases/get-collection.md rename to docs/examples/1.0.x/server-nodejs/examples/databases/get-collection.md diff --git a/docs/examples/1.0.0-RC1/server-nodejs/examples/databases/get-document.md b/docs/examples/1.0.x/server-nodejs/examples/databases/get-document.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-nodejs/examples/databases/get-document.md rename to docs/examples/1.0.x/server-nodejs/examples/databases/get-document.md diff --git a/docs/examples/1.0.0-RC1/server-nodejs/examples/databases/get-index.md b/docs/examples/1.0.x/server-nodejs/examples/databases/get-index.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-nodejs/examples/databases/get-index.md rename to docs/examples/1.0.x/server-nodejs/examples/databases/get-index.md diff --git a/docs/examples/1.0.0-RC1/server-nodejs/examples/databases/get.md b/docs/examples/1.0.x/server-nodejs/examples/databases/get.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-nodejs/examples/databases/get.md rename to docs/examples/1.0.x/server-nodejs/examples/databases/get.md diff --git a/docs/examples/1.0.0-RC1/server-nodejs/examples/databases/list-attributes.md b/docs/examples/1.0.x/server-nodejs/examples/databases/list-attributes.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-nodejs/examples/databases/list-attributes.md rename to docs/examples/1.0.x/server-nodejs/examples/databases/list-attributes.md diff --git a/docs/examples/1.0.0-RC1/server-nodejs/examples/databases/list-collections.md b/docs/examples/1.0.x/server-nodejs/examples/databases/list-collections.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-nodejs/examples/databases/list-collections.md rename to docs/examples/1.0.x/server-nodejs/examples/databases/list-collections.md diff --git a/docs/examples/1.0.0-RC1/server-nodejs/examples/databases/list-documents.md b/docs/examples/1.0.x/server-nodejs/examples/databases/list-documents.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-nodejs/examples/databases/list-documents.md rename to docs/examples/1.0.x/server-nodejs/examples/databases/list-documents.md diff --git a/docs/examples/1.0.0-RC1/server-nodejs/examples/databases/list-indexes.md b/docs/examples/1.0.x/server-nodejs/examples/databases/list-indexes.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-nodejs/examples/databases/list-indexes.md rename to docs/examples/1.0.x/server-nodejs/examples/databases/list-indexes.md diff --git a/docs/examples/1.0.0-RC1/server-nodejs/examples/databases/list.md b/docs/examples/1.0.x/server-nodejs/examples/databases/list.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-nodejs/examples/databases/list.md rename to docs/examples/1.0.x/server-nodejs/examples/databases/list.md diff --git a/docs/examples/1.0.0-RC1/server-nodejs/examples/databases/update-collection.md b/docs/examples/1.0.x/server-nodejs/examples/databases/update-collection.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-nodejs/examples/databases/update-collection.md rename to docs/examples/1.0.x/server-nodejs/examples/databases/update-collection.md diff --git a/docs/examples/1.0.0-RC1/server-nodejs/examples/databases/update-document.md b/docs/examples/1.0.x/server-nodejs/examples/databases/update-document.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-nodejs/examples/databases/update-document.md rename to docs/examples/1.0.x/server-nodejs/examples/databases/update-document.md diff --git a/docs/examples/1.0.0-RC1/server-nodejs/examples/databases/update.md b/docs/examples/1.0.x/server-nodejs/examples/databases/update.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-nodejs/examples/databases/update.md rename to docs/examples/1.0.x/server-nodejs/examples/databases/update.md diff --git a/docs/examples/1.0.0-RC1/server-nodejs/examples/functions/create-deployment.md b/docs/examples/1.0.x/server-nodejs/examples/functions/create-deployment.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-nodejs/examples/functions/create-deployment.md rename to docs/examples/1.0.x/server-nodejs/examples/functions/create-deployment.md diff --git a/docs/examples/1.0.0-RC1/server-nodejs/examples/functions/create-execution.md b/docs/examples/1.0.x/server-nodejs/examples/functions/create-execution.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-nodejs/examples/functions/create-execution.md rename to docs/examples/1.0.x/server-nodejs/examples/functions/create-execution.md diff --git a/docs/examples/1.0.0-RC1/server-nodejs/examples/functions/create-variable.md b/docs/examples/1.0.x/server-nodejs/examples/functions/create-variable.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-nodejs/examples/functions/create-variable.md rename to docs/examples/1.0.x/server-nodejs/examples/functions/create-variable.md diff --git a/docs/examples/1.0.0-RC1/server-nodejs/examples/functions/create.md b/docs/examples/1.0.x/server-nodejs/examples/functions/create.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-nodejs/examples/functions/create.md rename to docs/examples/1.0.x/server-nodejs/examples/functions/create.md diff --git a/docs/examples/1.0.0-RC1/server-nodejs/examples/functions/delete-deployment.md b/docs/examples/1.0.x/server-nodejs/examples/functions/delete-deployment.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-nodejs/examples/functions/delete-deployment.md rename to docs/examples/1.0.x/server-nodejs/examples/functions/delete-deployment.md diff --git a/docs/examples/1.0.0-RC1/server-nodejs/examples/functions/delete-variable.md b/docs/examples/1.0.x/server-nodejs/examples/functions/delete-variable.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-nodejs/examples/functions/delete-variable.md rename to docs/examples/1.0.x/server-nodejs/examples/functions/delete-variable.md diff --git a/docs/examples/1.0.0-RC1/server-nodejs/examples/functions/delete.md b/docs/examples/1.0.x/server-nodejs/examples/functions/delete.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-nodejs/examples/functions/delete.md rename to docs/examples/1.0.x/server-nodejs/examples/functions/delete.md diff --git a/docs/examples/1.0.0-RC1/server-nodejs/examples/functions/get-deployment.md b/docs/examples/1.0.x/server-nodejs/examples/functions/get-deployment.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-nodejs/examples/functions/get-deployment.md rename to docs/examples/1.0.x/server-nodejs/examples/functions/get-deployment.md diff --git a/docs/examples/1.0.0-RC1/server-nodejs/examples/functions/get-execution.md b/docs/examples/1.0.x/server-nodejs/examples/functions/get-execution.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-nodejs/examples/functions/get-execution.md rename to docs/examples/1.0.x/server-nodejs/examples/functions/get-execution.md diff --git a/docs/examples/1.0.0-RC1/server-nodejs/examples/functions/get-variable.md b/docs/examples/1.0.x/server-nodejs/examples/functions/get-variable.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-nodejs/examples/functions/get-variable.md rename to docs/examples/1.0.x/server-nodejs/examples/functions/get-variable.md diff --git a/docs/examples/1.0.0-RC1/server-nodejs/examples/functions/get.md b/docs/examples/1.0.x/server-nodejs/examples/functions/get.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-nodejs/examples/functions/get.md rename to docs/examples/1.0.x/server-nodejs/examples/functions/get.md diff --git a/docs/examples/1.0.0-RC1/server-nodejs/examples/functions/list-deployments.md b/docs/examples/1.0.x/server-nodejs/examples/functions/list-deployments.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-nodejs/examples/functions/list-deployments.md rename to docs/examples/1.0.x/server-nodejs/examples/functions/list-deployments.md diff --git a/docs/examples/1.0.0-RC1/server-nodejs/examples/functions/list-executions.md b/docs/examples/1.0.x/server-nodejs/examples/functions/list-executions.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-nodejs/examples/functions/list-executions.md rename to docs/examples/1.0.x/server-nodejs/examples/functions/list-executions.md diff --git a/docs/examples/1.0.0-RC1/server-nodejs/examples/functions/list-runtimes.md b/docs/examples/1.0.x/server-nodejs/examples/functions/list-runtimes.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-nodejs/examples/functions/list-runtimes.md rename to docs/examples/1.0.x/server-nodejs/examples/functions/list-runtimes.md diff --git a/docs/examples/1.0.0-RC1/server-nodejs/examples/functions/list-variables.md b/docs/examples/1.0.x/server-nodejs/examples/functions/list-variables.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-nodejs/examples/functions/list-variables.md rename to docs/examples/1.0.x/server-nodejs/examples/functions/list-variables.md diff --git a/docs/examples/1.0.0-RC1/server-nodejs/examples/functions/list.md b/docs/examples/1.0.x/server-nodejs/examples/functions/list.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-nodejs/examples/functions/list.md rename to docs/examples/1.0.x/server-nodejs/examples/functions/list.md diff --git a/docs/examples/1.0.0-RC1/server-nodejs/examples/functions/retry-build.md b/docs/examples/1.0.x/server-nodejs/examples/functions/retry-build.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-nodejs/examples/functions/retry-build.md rename to docs/examples/1.0.x/server-nodejs/examples/functions/retry-build.md diff --git a/docs/examples/1.0.0-RC1/server-nodejs/examples/functions/update-deployment.md b/docs/examples/1.0.x/server-nodejs/examples/functions/update-deployment.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-nodejs/examples/functions/update-deployment.md rename to docs/examples/1.0.x/server-nodejs/examples/functions/update-deployment.md diff --git a/docs/examples/1.0.0-RC1/server-nodejs/examples/functions/update-variable.md b/docs/examples/1.0.x/server-nodejs/examples/functions/update-variable.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-nodejs/examples/functions/update-variable.md rename to docs/examples/1.0.x/server-nodejs/examples/functions/update-variable.md diff --git a/docs/examples/1.0.0-RC1/server-nodejs/examples/functions/update.md b/docs/examples/1.0.x/server-nodejs/examples/functions/update.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-nodejs/examples/functions/update.md rename to docs/examples/1.0.x/server-nodejs/examples/functions/update.md diff --git a/docs/examples/1.0.0-RC1/server-nodejs/examples/health/get-antivirus.md b/docs/examples/1.0.x/server-nodejs/examples/health/get-antivirus.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-nodejs/examples/health/get-antivirus.md rename to docs/examples/1.0.x/server-nodejs/examples/health/get-antivirus.md diff --git a/docs/examples/1.0.0-RC1/server-nodejs/examples/health/get-cache.md b/docs/examples/1.0.x/server-nodejs/examples/health/get-cache.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-nodejs/examples/health/get-cache.md rename to docs/examples/1.0.x/server-nodejs/examples/health/get-cache.md diff --git a/docs/examples/1.0.0-RC1/server-nodejs/examples/health/get-d-b.md b/docs/examples/1.0.x/server-nodejs/examples/health/get-d-b.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-nodejs/examples/health/get-d-b.md rename to docs/examples/1.0.x/server-nodejs/examples/health/get-d-b.md diff --git a/docs/examples/1.0.0-RC1/server-nodejs/examples/health/get-queue-certificates.md b/docs/examples/1.0.x/server-nodejs/examples/health/get-queue-certificates.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-nodejs/examples/health/get-queue-certificates.md rename to docs/examples/1.0.x/server-nodejs/examples/health/get-queue-certificates.md diff --git a/docs/examples/1.0.0-RC1/server-nodejs/examples/health/get-queue-functions.md b/docs/examples/1.0.x/server-nodejs/examples/health/get-queue-functions.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-nodejs/examples/health/get-queue-functions.md rename to docs/examples/1.0.x/server-nodejs/examples/health/get-queue-functions.md diff --git a/docs/examples/1.0.0-RC1/server-nodejs/examples/health/get-queue-logs.md b/docs/examples/1.0.x/server-nodejs/examples/health/get-queue-logs.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-nodejs/examples/health/get-queue-logs.md rename to docs/examples/1.0.x/server-nodejs/examples/health/get-queue-logs.md diff --git a/docs/examples/1.0.0-RC1/server-nodejs/examples/health/get-queue-webhooks.md b/docs/examples/1.0.x/server-nodejs/examples/health/get-queue-webhooks.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-nodejs/examples/health/get-queue-webhooks.md rename to docs/examples/1.0.x/server-nodejs/examples/health/get-queue-webhooks.md diff --git a/docs/examples/1.0.0-RC1/server-nodejs/examples/health/get-storage-local.md b/docs/examples/1.0.x/server-nodejs/examples/health/get-storage-local.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-nodejs/examples/health/get-storage-local.md rename to docs/examples/1.0.x/server-nodejs/examples/health/get-storage-local.md diff --git a/docs/examples/1.0.0-RC1/server-nodejs/examples/health/get-time.md b/docs/examples/1.0.x/server-nodejs/examples/health/get-time.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-nodejs/examples/health/get-time.md rename to docs/examples/1.0.x/server-nodejs/examples/health/get-time.md diff --git a/docs/examples/1.0.0-RC1/server-nodejs/examples/health/get.md b/docs/examples/1.0.x/server-nodejs/examples/health/get.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-nodejs/examples/health/get.md rename to docs/examples/1.0.x/server-nodejs/examples/health/get.md diff --git a/docs/examples/1.0.0-RC1/server-nodejs/examples/locale/get-continents.md b/docs/examples/1.0.x/server-nodejs/examples/locale/get-continents.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-nodejs/examples/locale/get-continents.md rename to docs/examples/1.0.x/server-nodejs/examples/locale/get-continents.md diff --git a/docs/examples/1.0.0-RC1/server-nodejs/examples/locale/get-countries-e-u.md b/docs/examples/1.0.x/server-nodejs/examples/locale/get-countries-e-u.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-nodejs/examples/locale/get-countries-e-u.md rename to docs/examples/1.0.x/server-nodejs/examples/locale/get-countries-e-u.md diff --git a/docs/examples/1.0.0-RC1/server-nodejs/examples/locale/get-countries-phones.md b/docs/examples/1.0.x/server-nodejs/examples/locale/get-countries-phones.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-nodejs/examples/locale/get-countries-phones.md rename to docs/examples/1.0.x/server-nodejs/examples/locale/get-countries-phones.md diff --git a/docs/examples/1.0.0-RC1/server-nodejs/examples/locale/get-countries.md b/docs/examples/1.0.x/server-nodejs/examples/locale/get-countries.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-nodejs/examples/locale/get-countries.md rename to docs/examples/1.0.x/server-nodejs/examples/locale/get-countries.md diff --git a/docs/examples/1.0.0-RC1/server-nodejs/examples/locale/get-currencies.md b/docs/examples/1.0.x/server-nodejs/examples/locale/get-currencies.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-nodejs/examples/locale/get-currencies.md rename to docs/examples/1.0.x/server-nodejs/examples/locale/get-currencies.md diff --git a/docs/examples/1.0.0-RC1/server-nodejs/examples/locale/get-languages.md b/docs/examples/1.0.x/server-nodejs/examples/locale/get-languages.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-nodejs/examples/locale/get-languages.md rename to docs/examples/1.0.x/server-nodejs/examples/locale/get-languages.md diff --git a/docs/examples/1.0.0-RC1/server-nodejs/examples/locale/get.md b/docs/examples/1.0.x/server-nodejs/examples/locale/get.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-nodejs/examples/locale/get.md rename to docs/examples/1.0.x/server-nodejs/examples/locale/get.md diff --git a/docs/examples/1.0.0/server-nodejs/examples/locale/list-continents.md b/docs/examples/1.0.x/server-nodejs/examples/locale/list-continents.md similarity index 100% rename from docs/examples/1.0.0/server-nodejs/examples/locale/list-continents.md rename to docs/examples/1.0.x/server-nodejs/examples/locale/list-continents.md diff --git a/docs/examples/1.0.0/server-nodejs/examples/locale/list-countries-e-u.md b/docs/examples/1.0.x/server-nodejs/examples/locale/list-countries-e-u.md similarity index 100% rename from docs/examples/1.0.0/server-nodejs/examples/locale/list-countries-e-u.md rename to docs/examples/1.0.x/server-nodejs/examples/locale/list-countries-e-u.md diff --git a/docs/examples/1.0.0/server-nodejs/examples/locale/list-countries-phones.md b/docs/examples/1.0.x/server-nodejs/examples/locale/list-countries-phones.md similarity index 100% rename from docs/examples/1.0.0/server-nodejs/examples/locale/list-countries-phones.md rename to docs/examples/1.0.x/server-nodejs/examples/locale/list-countries-phones.md diff --git a/docs/examples/1.0.0/server-nodejs/examples/locale/list-countries.md b/docs/examples/1.0.x/server-nodejs/examples/locale/list-countries.md similarity index 100% rename from docs/examples/1.0.0/server-nodejs/examples/locale/list-countries.md rename to docs/examples/1.0.x/server-nodejs/examples/locale/list-countries.md diff --git a/docs/examples/1.0.0/server-nodejs/examples/locale/list-currencies.md b/docs/examples/1.0.x/server-nodejs/examples/locale/list-currencies.md similarity index 100% rename from docs/examples/1.0.0/server-nodejs/examples/locale/list-currencies.md rename to docs/examples/1.0.x/server-nodejs/examples/locale/list-currencies.md diff --git a/docs/examples/1.0.0/server-nodejs/examples/locale/list-languages.md b/docs/examples/1.0.x/server-nodejs/examples/locale/list-languages.md similarity index 100% rename from docs/examples/1.0.0/server-nodejs/examples/locale/list-languages.md rename to docs/examples/1.0.x/server-nodejs/examples/locale/list-languages.md diff --git a/docs/examples/1.0.0-RC1/server-nodejs/examples/storage/create-bucket.md b/docs/examples/1.0.x/server-nodejs/examples/storage/create-bucket.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-nodejs/examples/storage/create-bucket.md rename to docs/examples/1.0.x/server-nodejs/examples/storage/create-bucket.md diff --git a/docs/examples/1.0.0-RC1/server-nodejs/examples/storage/create-file.md b/docs/examples/1.0.x/server-nodejs/examples/storage/create-file.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-nodejs/examples/storage/create-file.md rename to docs/examples/1.0.x/server-nodejs/examples/storage/create-file.md diff --git a/docs/examples/1.0.0-RC1/server-nodejs/examples/storage/delete-bucket.md b/docs/examples/1.0.x/server-nodejs/examples/storage/delete-bucket.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-nodejs/examples/storage/delete-bucket.md rename to docs/examples/1.0.x/server-nodejs/examples/storage/delete-bucket.md diff --git a/docs/examples/1.0.0-RC1/server-nodejs/examples/storage/delete-file.md b/docs/examples/1.0.x/server-nodejs/examples/storage/delete-file.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-nodejs/examples/storage/delete-file.md rename to docs/examples/1.0.x/server-nodejs/examples/storage/delete-file.md diff --git a/docs/examples/1.0.0-RC1/server-nodejs/examples/storage/get-bucket.md b/docs/examples/1.0.x/server-nodejs/examples/storage/get-bucket.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-nodejs/examples/storage/get-bucket.md rename to docs/examples/1.0.x/server-nodejs/examples/storage/get-bucket.md diff --git a/docs/examples/1.0.0-RC1/server-nodejs/examples/storage/get-file-download.md b/docs/examples/1.0.x/server-nodejs/examples/storage/get-file-download.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-nodejs/examples/storage/get-file-download.md rename to docs/examples/1.0.x/server-nodejs/examples/storage/get-file-download.md diff --git a/docs/examples/1.0.0-RC1/server-nodejs/examples/storage/get-file-preview.md b/docs/examples/1.0.x/server-nodejs/examples/storage/get-file-preview.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-nodejs/examples/storage/get-file-preview.md rename to docs/examples/1.0.x/server-nodejs/examples/storage/get-file-preview.md diff --git a/docs/examples/1.0.0-RC1/server-nodejs/examples/storage/get-file-view.md b/docs/examples/1.0.x/server-nodejs/examples/storage/get-file-view.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-nodejs/examples/storage/get-file-view.md rename to docs/examples/1.0.x/server-nodejs/examples/storage/get-file-view.md diff --git a/docs/examples/1.0.0-RC1/server-nodejs/examples/storage/get-file.md b/docs/examples/1.0.x/server-nodejs/examples/storage/get-file.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-nodejs/examples/storage/get-file.md rename to docs/examples/1.0.x/server-nodejs/examples/storage/get-file.md diff --git a/docs/examples/1.0.0-RC1/server-nodejs/examples/storage/list-buckets.md b/docs/examples/1.0.x/server-nodejs/examples/storage/list-buckets.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-nodejs/examples/storage/list-buckets.md rename to docs/examples/1.0.x/server-nodejs/examples/storage/list-buckets.md diff --git a/docs/examples/1.0.0-RC1/server-nodejs/examples/storage/list-files.md b/docs/examples/1.0.x/server-nodejs/examples/storage/list-files.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-nodejs/examples/storage/list-files.md rename to docs/examples/1.0.x/server-nodejs/examples/storage/list-files.md diff --git a/docs/examples/1.0.0-RC1/server-nodejs/examples/storage/update-bucket.md b/docs/examples/1.0.x/server-nodejs/examples/storage/update-bucket.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-nodejs/examples/storage/update-bucket.md rename to docs/examples/1.0.x/server-nodejs/examples/storage/update-bucket.md diff --git a/docs/examples/1.0.0-RC1/server-nodejs/examples/storage/update-file.md b/docs/examples/1.0.x/server-nodejs/examples/storage/update-file.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-nodejs/examples/storage/update-file.md rename to docs/examples/1.0.x/server-nodejs/examples/storage/update-file.md diff --git a/docs/examples/1.0.0-RC1/server-nodejs/examples/teams/create-membership.md b/docs/examples/1.0.x/server-nodejs/examples/teams/create-membership.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-nodejs/examples/teams/create-membership.md rename to docs/examples/1.0.x/server-nodejs/examples/teams/create-membership.md diff --git a/docs/examples/1.0.0-RC1/server-nodejs/examples/teams/create.md b/docs/examples/1.0.x/server-nodejs/examples/teams/create.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-nodejs/examples/teams/create.md rename to docs/examples/1.0.x/server-nodejs/examples/teams/create.md diff --git a/docs/examples/1.0.0-RC1/server-nodejs/examples/teams/delete-membership.md b/docs/examples/1.0.x/server-nodejs/examples/teams/delete-membership.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-nodejs/examples/teams/delete-membership.md rename to docs/examples/1.0.x/server-nodejs/examples/teams/delete-membership.md diff --git a/docs/examples/1.0.0-RC1/server-nodejs/examples/teams/delete.md b/docs/examples/1.0.x/server-nodejs/examples/teams/delete.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-nodejs/examples/teams/delete.md rename to docs/examples/1.0.x/server-nodejs/examples/teams/delete.md diff --git a/docs/examples/1.0.0-RC1/server-nodejs/examples/teams/get-membership.md b/docs/examples/1.0.x/server-nodejs/examples/teams/get-membership.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-nodejs/examples/teams/get-membership.md rename to docs/examples/1.0.x/server-nodejs/examples/teams/get-membership.md diff --git a/docs/examples/1.0.0-RC1/server-nodejs/examples/teams/get-memberships.md b/docs/examples/1.0.x/server-nodejs/examples/teams/get-memberships.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-nodejs/examples/teams/get-memberships.md rename to docs/examples/1.0.x/server-nodejs/examples/teams/get-memberships.md diff --git a/docs/examples/1.0.0-RC1/server-nodejs/examples/teams/get.md b/docs/examples/1.0.x/server-nodejs/examples/teams/get.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-nodejs/examples/teams/get.md rename to docs/examples/1.0.x/server-nodejs/examples/teams/get.md diff --git a/docs/examples/1.0.0/server-nodejs/examples/teams/list-memberships.md b/docs/examples/1.0.x/server-nodejs/examples/teams/list-memberships.md similarity index 100% rename from docs/examples/1.0.0/server-nodejs/examples/teams/list-memberships.md rename to docs/examples/1.0.x/server-nodejs/examples/teams/list-memberships.md diff --git a/docs/examples/1.0.0-RC1/server-nodejs/examples/teams/list.md b/docs/examples/1.0.x/server-nodejs/examples/teams/list.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-nodejs/examples/teams/list.md rename to docs/examples/1.0.x/server-nodejs/examples/teams/list.md diff --git a/docs/examples/1.0.0-RC1/server-nodejs/examples/teams/update-membership-roles.md b/docs/examples/1.0.x/server-nodejs/examples/teams/update-membership-roles.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-nodejs/examples/teams/update-membership-roles.md rename to docs/examples/1.0.x/server-nodejs/examples/teams/update-membership-roles.md diff --git a/docs/examples/1.0.0-RC1/server-nodejs/examples/teams/update-membership-status.md b/docs/examples/1.0.x/server-nodejs/examples/teams/update-membership-status.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-nodejs/examples/teams/update-membership-status.md rename to docs/examples/1.0.x/server-nodejs/examples/teams/update-membership-status.md diff --git a/docs/examples/1.0.0-RC1/server-nodejs/examples/teams/update.md b/docs/examples/1.0.x/server-nodejs/examples/teams/update.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-nodejs/examples/teams/update.md rename to docs/examples/1.0.x/server-nodejs/examples/teams/update.md diff --git a/docs/examples/1.0.0-RC1/server-nodejs/examples/users/create-argon2user.md b/docs/examples/1.0.x/server-nodejs/examples/users/create-argon2user.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-nodejs/examples/users/create-argon2user.md rename to docs/examples/1.0.x/server-nodejs/examples/users/create-argon2user.md diff --git a/docs/examples/1.0.0-RC1/server-nodejs/examples/users/create-bcrypt-user.md b/docs/examples/1.0.x/server-nodejs/examples/users/create-bcrypt-user.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-nodejs/examples/users/create-bcrypt-user.md rename to docs/examples/1.0.x/server-nodejs/examples/users/create-bcrypt-user.md diff --git a/docs/examples/1.0.0-RC1/server-nodejs/examples/users/create-m-d5user.md b/docs/examples/1.0.x/server-nodejs/examples/users/create-m-d5user.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-nodejs/examples/users/create-m-d5user.md rename to docs/examples/1.0.x/server-nodejs/examples/users/create-m-d5user.md diff --git a/docs/examples/1.0.0-RC1/server-nodejs/examples/users/create-p-h-pass-user.md b/docs/examples/1.0.x/server-nodejs/examples/users/create-p-h-pass-user.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-nodejs/examples/users/create-p-h-pass-user.md rename to docs/examples/1.0.x/server-nodejs/examples/users/create-p-h-pass-user.md diff --git a/docs/examples/1.0.0-RC1/server-nodejs/examples/users/create-s-h-a-user.md b/docs/examples/1.0.x/server-nodejs/examples/users/create-s-h-a-user.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-nodejs/examples/users/create-s-h-a-user.md rename to docs/examples/1.0.x/server-nodejs/examples/users/create-s-h-a-user.md diff --git a/docs/examples/1.0.0-RC1/server-nodejs/examples/users/create-scrypt-modified-user.md b/docs/examples/1.0.x/server-nodejs/examples/users/create-scrypt-modified-user.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-nodejs/examples/users/create-scrypt-modified-user.md rename to docs/examples/1.0.x/server-nodejs/examples/users/create-scrypt-modified-user.md diff --git a/docs/examples/1.0.0-RC1/server-nodejs/examples/users/create-scrypt-user.md b/docs/examples/1.0.x/server-nodejs/examples/users/create-scrypt-user.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-nodejs/examples/users/create-scrypt-user.md rename to docs/examples/1.0.x/server-nodejs/examples/users/create-scrypt-user.md diff --git a/docs/examples/1.0.0-RC1/server-nodejs/examples/users/create.md b/docs/examples/1.0.x/server-nodejs/examples/users/create.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-nodejs/examples/users/create.md rename to docs/examples/1.0.x/server-nodejs/examples/users/create.md diff --git a/docs/examples/1.0.0-RC1/server-nodejs/examples/users/delete-session.md b/docs/examples/1.0.x/server-nodejs/examples/users/delete-session.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-nodejs/examples/users/delete-session.md rename to docs/examples/1.0.x/server-nodejs/examples/users/delete-session.md diff --git a/docs/examples/1.0.0-RC1/server-nodejs/examples/users/delete-sessions.md b/docs/examples/1.0.x/server-nodejs/examples/users/delete-sessions.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-nodejs/examples/users/delete-sessions.md rename to docs/examples/1.0.x/server-nodejs/examples/users/delete-sessions.md diff --git a/docs/examples/1.0.0-RC1/server-nodejs/examples/users/delete.md b/docs/examples/1.0.x/server-nodejs/examples/users/delete.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-nodejs/examples/users/delete.md rename to docs/examples/1.0.x/server-nodejs/examples/users/delete.md diff --git a/docs/examples/1.0.0-RC1/server-nodejs/examples/users/get-logs.md b/docs/examples/1.0.x/server-nodejs/examples/users/get-logs.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-nodejs/examples/users/get-logs.md rename to docs/examples/1.0.x/server-nodejs/examples/users/get-logs.md diff --git a/docs/examples/1.0.0-RC1/server-nodejs/examples/users/get-memberships.md b/docs/examples/1.0.x/server-nodejs/examples/users/get-memberships.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-nodejs/examples/users/get-memberships.md rename to docs/examples/1.0.x/server-nodejs/examples/users/get-memberships.md diff --git a/docs/examples/1.0.0-RC1/server-nodejs/examples/users/get-prefs.md b/docs/examples/1.0.x/server-nodejs/examples/users/get-prefs.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-nodejs/examples/users/get-prefs.md rename to docs/examples/1.0.x/server-nodejs/examples/users/get-prefs.md diff --git a/docs/examples/1.0.0-RC1/server-nodejs/examples/users/get-sessions.md b/docs/examples/1.0.x/server-nodejs/examples/users/get-sessions.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-nodejs/examples/users/get-sessions.md rename to docs/examples/1.0.x/server-nodejs/examples/users/get-sessions.md diff --git a/docs/examples/1.0.0-RC1/server-nodejs/examples/users/get.md b/docs/examples/1.0.x/server-nodejs/examples/users/get.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-nodejs/examples/users/get.md rename to docs/examples/1.0.x/server-nodejs/examples/users/get.md diff --git a/docs/examples/1.0.0/server-nodejs/examples/users/list-logs.md b/docs/examples/1.0.x/server-nodejs/examples/users/list-logs.md similarity index 100% rename from docs/examples/1.0.0/server-nodejs/examples/users/list-logs.md rename to docs/examples/1.0.x/server-nodejs/examples/users/list-logs.md diff --git a/docs/examples/1.0.0/server-nodejs/examples/users/list-memberships.md b/docs/examples/1.0.x/server-nodejs/examples/users/list-memberships.md similarity index 100% rename from docs/examples/1.0.0/server-nodejs/examples/users/list-memberships.md rename to docs/examples/1.0.x/server-nodejs/examples/users/list-memberships.md diff --git a/docs/examples/1.0.0/server-nodejs/examples/users/list-sessions.md b/docs/examples/1.0.x/server-nodejs/examples/users/list-sessions.md similarity index 100% rename from docs/examples/1.0.0/server-nodejs/examples/users/list-sessions.md rename to docs/examples/1.0.x/server-nodejs/examples/users/list-sessions.md diff --git a/docs/examples/1.0.0-RC1/server-nodejs/examples/users/list.md b/docs/examples/1.0.x/server-nodejs/examples/users/list.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-nodejs/examples/users/list.md rename to docs/examples/1.0.x/server-nodejs/examples/users/list.md diff --git a/docs/examples/1.0.0-RC1/server-nodejs/examples/users/update-email-verification.md b/docs/examples/1.0.x/server-nodejs/examples/users/update-email-verification.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-nodejs/examples/users/update-email-verification.md rename to docs/examples/1.0.x/server-nodejs/examples/users/update-email-verification.md diff --git a/docs/examples/1.0.0-RC1/server-nodejs/examples/users/update-email.md b/docs/examples/1.0.x/server-nodejs/examples/users/update-email.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-nodejs/examples/users/update-email.md rename to docs/examples/1.0.x/server-nodejs/examples/users/update-email.md diff --git a/docs/examples/1.0.0-RC1/server-nodejs/examples/users/update-name.md b/docs/examples/1.0.x/server-nodejs/examples/users/update-name.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-nodejs/examples/users/update-name.md rename to docs/examples/1.0.x/server-nodejs/examples/users/update-name.md diff --git a/docs/examples/1.0.0-RC1/server-nodejs/examples/users/update-password.md b/docs/examples/1.0.x/server-nodejs/examples/users/update-password.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-nodejs/examples/users/update-password.md rename to docs/examples/1.0.x/server-nodejs/examples/users/update-password.md diff --git a/docs/examples/1.0.0-RC1/server-nodejs/examples/users/update-phone-verification.md b/docs/examples/1.0.x/server-nodejs/examples/users/update-phone-verification.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-nodejs/examples/users/update-phone-verification.md rename to docs/examples/1.0.x/server-nodejs/examples/users/update-phone-verification.md diff --git a/docs/examples/1.0.0-RC1/server-nodejs/examples/users/update-phone.md b/docs/examples/1.0.x/server-nodejs/examples/users/update-phone.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-nodejs/examples/users/update-phone.md rename to docs/examples/1.0.x/server-nodejs/examples/users/update-phone.md diff --git a/docs/examples/1.0.0-RC1/server-nodejs/examples/users/update-prefs.md b/docs/examples/1.0.x/server-nodejs/examples/users/update-prefs.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-nodejs/examples/users/update-prefs.md rename to docs/examples/1.0.x/server-nodejs/examples/users/update-prefs.md diff --git a/docs/examples/1.0.0-RC1/server-nodejs/examples/users/update-status.md b/docs/examples/1.0.x/server-nodejs/examples/users/update-status.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-nodejs/examples/users/update-status.md rename to docs/examples/1.0.x/server-nodejs/examples/users/update-status.md diff --git a/docs/examples/1.0.0-RC1/server-php/examples/account/create-phone-verification.md b/docs/examples/1.0.x/server-php/examples/account/create-phone-verification.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-php/examples/account/create-phone-verification.md rename to docs/examples/1.0.x/server-php/examples/account/create-phone-verification.md diff --git a/docs/examples/1.0.0-RC1/server-php/examples/account/create-recovery.md b/docs/examples/1.0.x/server-php/examples/account/create-recovery.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-php/examples/account/create-recovery.md rename to docs/examples/1.0.x/server-php/examples/account/create-recovery.md diff --git a/docs/examples/1.0.0-RC1/server-php/examples/account/create-verification.md b/docs/examples/1.0.x/server-php/examples/account/create-verification.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-php/examples/account/create-verification.md rename to docs/examples/1.0.x/server-php/examples/account/create-verification.md diff --git a/docs/examples/1.0.0-RC1/server-php/examples/account/delete-session.md b/docs/examples/1.0.x/server-php/examples/account/delete-session.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-php/examples/account/delete-session.md rename to docs/examples/1.0.x/server-php/examples/account/delete-session.md diff --git a/docs/examples/1.0.0-RC1/server-php/examples/account/delete-sessions.md b/docs/examples/1.0.x/server-php/examples/account/delete-sessions.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-php/examples/account/delete-sessions.md rename to docs/examples/1.0.x/server-php/examples/account/delete-sessions.md diff --git a/docs/examples/1.0.0-RC1/server-php/examples/account/get-logs.md b/docs/examples/1.0.x/server-php/examples/account/get-logs.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-php/examples/account/get-logs.md rename to docs/examples/1.0.x/server-php/examples/account/get-logs.md diff --git a/docs/examples/1.0.0-RC1/server-php/examples/account/get-prefs.md b/docs/examples/1.0.x/server-php/examples/account/get-prefs.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-php/examples/account/get-prefs.md rename to docs/examples/1.0.x/server-php/examples/account/get-prefs.md diff --git a/docs/examples/1.0.0-RC1/server-php/examples/account/get-session.md b/docs/examples/1.0.x/server-php/examples/account/get-session.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-php/examples/account/get-session.md rename to docs/examples/1.0.x/server-php/examples/account/get-session.md diff --git a/docs/examples/1.0.0-RC1/server-php/examples/account/get-sessions.md b/docs/examples/1.0.x/server-php/examples/account/get-sessions.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-php/examples/account/get-sessions.md rename to docs/examples/1.0.x/server-php/examples/account/get-sessions.md diff --git a/docs/examples/1.0.0-RC1/server-php/examples/account/get.md b/docs/examples/1.0.x/server-php/examples/account/get.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-php/examples/account/get.md rename to docs/examples/1.0.x/server-php/examples/account/get.md diff --git a/docs/examples/1.0.0/server-php/examples/account/list-logs.md b/docs/examples/1.0.x/server-php/examples/account/list-logs.md similarity index 100% rename from docs/examples/1.0.0/server-php/examples/account/list-logs.md rename to docs/examples/1.0.x/server-php/examples/account/list-logs.md diff --git a/docs/examples/1.0.0/server-php/examples/account/list-sessions.md b/docs/examples/1.0.x/server-php/examples/account/list-sessions.md similarity index 100% rename from docs/examples/1.0.0/server-php/examples/account/list-sessions.md rename to docs/examples/1.0.x/server-php/examples/account/list-sessions.md diff --git a/docs/examples/1.0.0-RC1/server-php/examples/account/update-email.md b/docs/examples/1.0.x/server-php/examples/account/update-email.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-php/examples/account/update-email.md rename to docs/examples/1.0.x/server-php/examples/account/update-email.md diff --git a/docs/examples/1.0.0-RC1/server-php/examples/account/update-name.md b/docs/examples/1.0.x/server-php/examples/account/update-name.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-php/examples/account/update-name.md rename to docs/examples/1.0.x/server-php/examples/account/update-name.md diff --git a/docs/examples/1.0.0-RC1/server-php/examples/account/update-password.md b/docs/examples/1.0.x/server-php/examples/account/update-password.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-php/examples/account/update-password.md rename to docs/examples/1.0.x/server-php/examples/account/update-password.md diff --git a/docs/examples/1.0.0-RC1/server-php/examples/account/update-phone-verification.md b/docs/examples/1.0.x/server-php/examples/account/update-phone-verification.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-php/examples/account/update-phone-verification.md rename to docs/examples/1.0.x/server-php/examples/account/update-phone-verification.md diff --git a/docs/examples/1.0.0-RC1/server-php/examples/account/update-phone.md b/docs/examples/1.0.x/server-php/examples/account/update-phone.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-php/examples/account/update-phone.md rename to docs/examples/1.0.x/server-php/examples/account/update-phone.md diff --git a/docs/examples/1.0.0-RC1/server-php/examples/account/update-prefs.md b/docs/examples/1.0.x/server-php/examples/account/update-prefs.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-php/examples/account/update-prefs.md rename to docs/examples/1.0.x/server-php/examples/account/update-prefs.md diff --git a/docs/examples/1.0.0-RC1/server-php/examples/account/update-recovery.md b/docs/examples/1.0.x/server-php/examples/account/update-recovery.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-php/examples/account/update-recovery.md rename to docs/examples/1.0.x/server-php/examples/account/update-recovery.md diff --git a/docs/examples/1.0.0-RC1/server-php/examples/account/update-session.md b/docs/examples/1.0.x/server-php/examples/account/update-session.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-php/examples/account/update-session.md rename to docs/examples/1.0.x/server-php/examples/account/update-session.md diff --git a/docs/examples/1.0.0-RC1/server-php/examples/account/update-status.md b/docs/examples/1.0.x/server-php/examples/account/update-status.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-php/examples/account/update-status.md rename to docs/examples/1.0.x/server-php/examples/account/update-status.md diff --git a/docs/examples/1.0.0-RC1/server-php/examples/account/update-verification.md b/docs/examples/1.0.x/server-php/examples/account/update-verification.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-php/examples/account/update-verification.md rename to docs/examples/1.0.x/server-php/examples/account/update-verification.md diff --git a/docs/examples/1.0.0-RC1/server-php/examples/avatars/get-browser.md b/docs/examples/1.0.x/server-php/examples/avatars/get-browser.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-php/examples/avatars/get-browser.md rename to docs/examples/1.0.x/server-php/examples/avatars/get-browser.md diff --git a/docs/examples/1.0.0-RC1/server-php/examples/avatars/get-credit-card.md b/docs/examples/1.0.x/server-php/examples/avatars/get-credit-card.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-php/examples/avatars/get-credit-card.md rename to docs/examples/1.0.x/server-php/examples/avatars/get-credit-card.md diff --git a/docs/examples/1.0.0-RC1/server-php/examples/avatars/get-favicon.md b/docs/examples/1.0.x/server-php/examples/avatars/get-favicon.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-php/examples/avatars/get-favicon.md rename to docs/examples/1.0.x/server-php/examples/avatars/get-favicon.md diff --git a/docs/examples/1.0.0-RC1/server-php/examples/avatars/get-flag.md b/docs/examples/1.0.x/server-php/examples/avatars/get-flag.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-php/examples/avatars/get-flag.md rename to docs/examples/1.0.x/server-php/examples/avatars/get-flag.md diff --git a/docs/examples/1.0.0-RC1/server-php/examples/avatars/get-image.md b/docs/examples/1.0.x/server-php/examples/avatars/get-image.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-php/examples/avatars/get-image.md rename to docs/examples/1.0.x/server-php/examples/avatars/get-image.md diff --git a/docs/examples/1.0.0-RC1/server-php/examples/avatars/get-initials.md b/docs/examples/1.0.x/server-php/examples/avatars/get-initials.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-php/examples/avatars/get-initials.md rename to docs/examples/1.0.x/server-php/examples/avatars/get-initials.md diff --git a/docs/examples/1.0.0-RC1/server-php/examples/avatars/get-q-r.md b/docs/examples/1.0.x/server-php/examples/avatars/get-q-r.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-php/examples/avatars/get-q-r.md rename to docs/examples/1.0.x/server-php/examples/avatars/get-q-r.md diff --git a/docs/examples/1.0.0-RC1/server-php/examples/databases/create-boolean-attribute.md b/docs/examples/1.0.x/server-php/examples/databases/create-boolean-attribute.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-php/examples/databases/create-boolean-attribute.md rename to docs/examples/1.0.x/server-php/examples/databases/create-boolean-attribute.md diff --git a/docs/examples/1.0.0-RC1/server-php/examples/databases/create-collection.md b/docs/examples/1.0.x/server-php/examples/databases/create-collection.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-php/examples/databases/create-collection.md rename to docs/examples/1.0.x/server-php/examples/databases/create-collection.md diff --git a/docs/examples/1.0.0-RC1/server-php/examples/databases/create-datetime-attribute.md b/docs/examples/1.0.x/server-php/examples/databases/create-datetime-attribute.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-php/examples/databases/create-datetime-attribute.md rename to docs/examples/1.0.x/server-php/examples/databases/create-datetime-attribute.md diff --git a/docs/examples/1.0.0-RC1/server-php/examples/databases/create-document.md b/docs/examples/1.0.x/server-php/examples/databases/create-document.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-php/examples/databases/create-document.md rename to docs/examples/1.0.x/server-php/examples/databases/create-document.md diff --git a/docs/examples/1.0.0-RC1/server-php/examples/databases/create-email-attribute.md b/docs/examples/1.0.x/server-php/examples/databases/create-email-attribute.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-php/examples/databases/create-email-attribute.md rename to docs/examples/1.0.x/server-php/examples/databases/create-email-attribute.md diff --git a/docs/examples/1.0.0-RC1/server-php/examples/databases/create-enum-attribute.md b/docs/examples/1.0.x/server-php/examples/databases/create-enum-attribute.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-php/examples/databases/create-enum-attribute.md rename to docs/examples/1.0.x/server-php/examples/databases/create-enum-attribute.md diff --git a/docs/examples/1.0.0-RC1/server-php/examples/databases/create-float-attribute.md b/docs/examples/1.0.x/server-php/examples/databases/create-float-attribute.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-php/examples/databases/create-float-attribute.md rename to docs/examples/1.0.x/server-php/examples/databases/create-float-attribute.md diff --git a/docs/examples/1.0.0-RC1/server-php/examples/databases/create-index.md b/docs/examples/1.0.x/server-php/examples/databases/create-index.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-php/examples/databases/create-index.md rename to docs/examples/1.0.x/server-php/examples/databases/create-index.md diff --git a/docs/examples/1.0.0-RC1/server-php/examples/databases/create-integer-attribute.md b/docs/examples/1.0.x/server-php/examples/databases/create-integer-attribute.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-php/examples/databases/create-integer-attribute.md rename to docs/examples/1.0.x/server-php/examples/databases/create-integer-attribute.md diff --git a/docs/examples/1.0.0-RC1/server-php/examples/databases/create-ip-attribute.md b/docs/examples/1.0.x/server-php/examples/databases/create-ip-attribute.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-php/examples/databases/create-ip-attribute.md rename to docs/examples/1.0.x/server-php/examples/databases/create-ip-attribute.md diff --git a/docs/examples/1.0.0-RC1/server-php/examples/databases/create-string-attribute.md b/docs/examples/1.0.x/server-php/examples/databases/create-string-attribute.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-php/examples/databases/create-string-attribute.md rename to docs/examples/1.0.x/server-php/examples/databases/create-string-attribute.md diff --git a/docs/examples/1.0.0-RC1/server-php/examples/databases/create-url-attribute.md b/docs/examples/1.0.x/server-php/examples/databases/create-url-attribute.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-php/examples/databases/create-url-attribute.md rename to docs/examples/1.0.x/server-php/examples/databases/create-url-attribute.md diff --git a/docs/examples/1.0.0-RC1/server-php/examples/databases/create.md b/docs/examples/1.0.x/server-php/examples/databases/create.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-php/examples/databases/create.md rename to docs/examples/1.0.x/server-php/examples/databases/create.md diff --git a/docs/examples/1.0.0-RC1/server-php/examples/databases/delete-attribute.md b/docs/examples/1.0.x/server-php/examples/databases/delete-attribute.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-php/examples/databases/delete-attribute.md rename to docs/examples/1.0.x/server-php/examples/databases/delete-attribute.md diff --git a/docs/examples/1.0.0-RC1/server-php/examples/databases/delete-collection.md b/docs/examples/1.0.x/server-php/examples/databases/delete-collection.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-php/examples/databases/delete-collection.md rename to docs/examples/1.0.x/server-php/examples/databases/delete-collection.md diff --git a/docs/examples/1.0.0-RC1/server-php/examples/databases/delete-document.md b/docs/examples/1.0.x/server-php/examples/databases/delete-document.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-php/examples/databases/delete-document.md rename to docs/examples/1.0.x/server-php/examples/databases/delete-document.md diff --git a/docs/examples/1.0.0-RC1/server-php/examples/databases/delete-index.md b/docs/examples/1.0.x/server-php/examples/databases/delete-index.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-php/examples/databases/delete-index.md rename to docs/examples/1.0.x/server-php/examples/databases/delete-index.md diff --git a/docs/examples/1.0.0-RC1/server-php/examples/databases/delete.md b/docs/examples/1.0.x/server-php/examples/databases/delete.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-php/examples/databases/delete.md rename to docs/examples/1.0.x/server-php/examples/databases/delete.md diff --git a/docs/examples/1.0.0-RC1/server-php/examples/databases/get-attribute.md b/docs/examples/1.0.x/server-php/examples/databases/get-attribute.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-php/examples/databases/get-attribute.md rename to docs/examples/1.0.x/server-php/examples/databases/get-attribute.md diff --git a/docs/examples/1.0.0-RC1/server-php/examples/databases/get-collection.md b/docs/examples/1.0.x/server-php/examples/databases/get-collection.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-php/examples/databases/get-collection.md rename to docs/examples/1.0.x/server-php/examples/databases/get-collection.md diff --git a/docs/examples/1.0.0-RC1/server-php/examples/databases/get-document.md b/docs/examples/1.0.x/server-php/examples/databases/get-document.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-php/examples/databases/get-document.md rename to docs/examples/1.0.x/server-php/examples/databases/get-document.md diff --git a/docs/examples/1.0.0-RC1/server-php/examples/databases/get-index.md b/docs/examples/1.0.x/server-php/examples/databases/get-index.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-php/examples/databases/get-index.md rename to docs/examples/1.0.x/server-php/examples/databases/get-index.md diff --git a/docs/examples/1.0.0-RC1/server-php/examples/databases/get.md b/docs/examples/1.0.x/server-php/examples/databases/get.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-php/examples/databases/get.md rename to docs/examples/1.0.x/server-php/examples/databases/get.md diff --git a/docs/examples/1.0.0-RC1/server-php/examples/databases/list-attributes.md b/docs/examples/1.0.x/server-php/examples/databases/list-attributes.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-php/examples/databases/list-attributes.md rename to docs/examples/1.0.x/server-php/examples/databases/list-attributes.md diff --git a/docs/examples/1.0.0-RC1/server-php/examples/databases/list-collections.md b/docs/examples/1.0.x/server-php/examples/databases/list-collections.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-php/examples/databases/list-collections.md rename to docs/examples/1.0.x/server-php/examples/databases/list-collections.md diff --git a/docs/examples/1.0.0-RC1/server-php/examples/databases/list-documents.md b/docs/examples/1.0.x/server-php/examples/databases/list-documents.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-php/examples/databases/list-documents.md rename to docs/examples/1.0.x/server-php/examples/databases/list-documents.md diff --git a/docs/examples/1.0.0-RC1/server-php/examples/databases/list-indexes.md b/docs/examples/1.0.x/server-php/examples/databases/list-indexes.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-php/examples/databases/list-indexes.md rename to docs/examples/1.0.x/server-php/examples/databases/list-indexes.md diff --git a/docs/examples/1.0.0-RC1/server-php/examples/databases/list.md b/docs/examples/1.0.x/server-php/examples/databases/list.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-php/examples/databases/list.md rename to docs/examples/1.0.x/server-php/examples/databases/list.md diff --git a/docs/examples/1.0.0-RC1/server-php/examples/databases/update-collection.md b/docs/examples/1.0.x/server-php/examples/databases/update-collection.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-php/examples/databases/update-collection.md rename to docs/examples/1.0.x/server-php/examples/databases/update-collection.md diff --git a/docs/examples/1.0.0-RC1/server-php/examples/databases/update-document.md b/docs/examples/1.0.x/server-php/examples/databases/update-document.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-php/examples/databases/update-document.md rename to docs/examples/1.0.x/server-php/examples/databases/update-document.md diff --git a/docs/examples/1.0.0-RC1/server-php/examples/databases/update.md b/docs/examples/1.0.x/server-php/examples/databases/update.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-php/examples/databases/update.md rename to docs/examples/1.0.x/server-php/examples/databases/update.md diff --git a/docs/examples/1.0.0-RC1/server-php/examples/functions/create-deployment.md b/docs/examples/1.0.x/server-php/examples/functions/create-deployment.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-php/examples/functions/create-deployment.md rename to docs/examples/1.0.x/server-php/examples/functions/create-deployment.md diff --git a/docs/examples/1.0.0-RC1/server-php/examples/functions/create-execution.md b/docs/examples/1.0.x/server-php/examples/functions/create-execution.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-php/examples/functions/create-execution.md rename to docs/examples/1.0.x/server-php/examples/functions/create-execution.md diff --git a/docs/examples/1.0.0-RC1/server-php/examples/functions/create-variable.md b/docs/examples/1.0.x/server-php/examples/functions/create-variable.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-php/examples/functions/create-variable.md rename to docs/examples/1.0.x/server-php/examples/functions/create-variable.md diff --git a/docs/examples/1.0.0-RC1/server-php/examples/functions/create.md b/docs/examples/1.0.x/server-php/examples/functions/create.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-php/examples/functions/create.md rename to docs/examples/1.0.x/server-php/examples/functions/create.md diff --git a/docs/examples/1.0.0-RC1/server-php/examples/functions/delete-deployment.md b/docs/examples/1.0.x/server-php/examples/functions/delete-deployment.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-php/examples/functions/delete-deployment.md rename to docs/examples/1.0.x/server-php/examples/functions/delete-deployment.md diff --git a/docs/examples/1.0.0-RC1/server-php/examples/functions/delete-variable.md b/docs/examples/1.0.x/server-php/examples/functions/delete-variable.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-php/examples/functions/delete-variable.md rename to docs/examples/1.0.x/server-php/examples/functions/delete-variable.md diff --git a/docs/examples/1.0.0-RC1/server-php/examples/functions/delete.md b/docs/examples/1.0.x/server-php/examples/functions/delete.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-php/examples/functions/delete.md rename to docs/examples/1.0.x/server-php/examples/functions/delete.md diff --git a/docs/examples/1.0.0-RC1/server-php/examples/functions/get-deployment.md b/docs/examples/1.0.x/server-php/examples/functions/get-deployment.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-php/examples/functions/get-deployment.md rename to docs/examples/1.0.x/server-php/examples/functions/get-deployment.md diff --git a/docs/examples/1.0.0-RC1/server-php/examples/functions/get-execution.md b/docs/examples/1.0.x/server-php/examples/functions/get-execution.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-php/examples/functions/get-execution.md rename to docs/examples/1.0.x/server-php/examples/functions/get-execution.md diff --git a/docs/examples/1.0.0-RC1/server-php/examples/functions/get-variable.md b/docs/examples/1.0.x/server-php/examples/functions/get-variable.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-php/examples/functions/get-variable.md rename to docs/examples/1.0.x/server-php/examples/functions/get-variable.md diff --git a/docs/examples/1.0.0-RC1/server-php/examples/functions/get.md b/docs/examples/1.0.x/server-php/examples/functions/get.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-php/examples/functions/get.md rename to docs/examples/1.0.x/server-php/examples/functions/get.md diff --git a/docs/examples/1.0.0-RC1/server-php/examples/functions/list-deployments.md b/docs/examples/1.0.x/server-php/examples/functions/list-deployments.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-php/examples/functions/list-deployments.md rename to docs/examples/1.0.x/server-php/examples/functions/list-deployments.md diff --git a/docs/examples/1.0.0-RC1/server-php/examples/functions/list-executions.md b/docs/examples/1.0.x/server-php/examples/functions/list-executions.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-php/examples/functions/list-executions.md rename to docs/examples/1.0.x/server-php/examples/functions/list-executions.md diff --git a/docs/examples/1.0.0-RC1/server-php/examples/functions/list-runtimes.md b/docs/examples/1.0.x/server-php/examples/functions/list-runtimes.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-php/examples/functions/list-runtimes.md rename to docs/examples/1.0.x/server-php/examples/functions/list-runtimes.md diff --git a/docs/examples/1.0.0-RC1/server-php/examples/functions/list-variables.md b/docs/examples/1.0.x/server-php/examples/functions/list-variables.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-php/examples/functions/list-variables.md rename to docs/examples/1.0.x/server-php/examples/functions/list-variables.md diff --git a/docs/examples/1.0.0-RC1/server-php/examples/functions/list.md b/docs/examples/1.0.x/server-php/examples/functions/list.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-php/examples/functions/list.md rename to docs/examples/1.0.x/server-php/examples/functions/list.md diff --git a/docs/examples/1.0.0-RC1/server-php/examples/functions/retry-build.md b/docs/examples/1.0.x/server-php/examples/functions/retry-build.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-php/examples/functions/retry-build.md rename to docs/examples/1.0.x/server-php/examples/functions/retry-build.md diff --git a/docs/examples/1.0.0-RC1/server-php/examples/functions/update-deployment.md b/docs/examples/1.0.x/server-php/examples/functions/update-deployment.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-php/examples/functions/update-deployment.md rename to docs/examples/1.0.x/server-php/examples/functions/update-deployment.md diff --git a/docs/examples/1.0.0-RC1/server-php/examples/functions/update-variable.md b/docs/examples/1.0.x/server-php/examples/functions/update-variable.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-php/examples/functions/update-variable.md rename to docs/examples/1.0.x/server-php/examples/functions/update-variable.md diff --git a/docs/examples/1.0.0-RC1/server-php/examples/functions/update.md b/docs/examples/1.0.x/server-php/examples/functions/update.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-php/examples/functions/update.md rename to docs/examples/1.0.x/server-php/examples/functions/update.md diff --git a/docs/examples/1.0.0-RC1/server-php/examples/health/get-antivirus.md b/docs/examples/1.0.x/server-php/examples/health/get-antivirus.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-php/examples/health/get-antivirus.md rename to docs/examples/1.0.x/server-php/examples/health/get-antivirus.md diff --git a/docs/examples/1.0.0-RC1/server-php/examples/health/get-cache.md b/docs/examples/1.0.x/server-php/examples/health/get-cache.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-php/examples/health/get-cache.md rename to docs/examples/1.0.x/server-php/examples/health/get-cache.md diff --git a/docs/examples/1.0.0-RC1/server-php/examples/health/get-d-b.md b/docs/examples/1.0.x/server-php/examples/health/get-d-b.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-php/examples/health/get-d-b.md rename to docs/examples/1.0.x/server-php/examples/health/get-d-b.md diff --git a/docs/examples/1.0.0-RC1/server-php/examples/health/get-queue-certificates.md b/docs/examples/1.0.x/server-php/examples/health/get-queue-certificates.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-php/examples/health/get-queue-certificates.md rename to docs/examples/1.0.x/server-php/examples/health/get-queue-certificates.md diff --git a/docs/examples/1.0.0-RC1/server-php/examples/health/get-queue-functions.md b/docs/examples/1.0.x/server-php/examples/health/get-queue-functions.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-php/examples/health/get-queue-functions.md rename to docs/examples/1.0.x/server-php/examples/health/get-queue-functions.md diff --git a/docs/examples/1.0.0-RC1/server-php/examples/health/get-queue-logs.md b/docs/examples/1.0.x/server-php/examples/health/get-queue-logs.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-php/examples/health/get-queue-logs.md rename to docs/examples/1.0.x/server-php/examples/health/get-queue-logs.md diff --git a/docs/examples/1.0.0-RC1/server-php/examples/health/get-queue-webhooks.md b/docs/examples/1.0.x/server-php/examples/health/get-queue-webhooks.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-php/examples/health/get-queue-webhooks.md rename to docs/examples/1.0.x/server-php/examples/health/get-queue-webhooks.md diff --git a/docs/examples/1.0.0-RC1/server-php/examples/health/get-storage-local.md b/docs/examples/1.0.x/server-php/examples/health/get-storage-local.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-php/examples/health/get-storage-local.md rename to docs/examples/1.0.x/server-php/examples/health/get-storage-local.md diff --git a/docs/examples/1.0.0-RC1/server-php/examples/health/get-time.md b/docs/examples/1.0.x/server-php/examples/health/get-time.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-php/examples/health/get-time.md rename to docs/examples/1.0.x/server-php/examples/health/get-time.md diff --git a/docs/examples/1.0.0-RC1/server-php/examples/health/get.md b/docs/examples/1.0.x/server-php/examples/health/get.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-php/examples/health/get.md rename to docs/examples/1.0.x/server-php/examples/health/get.md diff --git a/docs/examples/1.0.0-RC1/server-php/examples/locale/get-continents.md b/docs/examples/1.0.x/server-php/examples/locale/get-continents.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-php/examples/locale/get-continents.md rename to docs/examples/1.0.x/server-php/examples/locale/get-continents.md diff --git a/docs/examples/1.0.0-RC1/server-php/examples/locale/get-countries-e-u.md b/docs/examples/1.0.x/server-php/examples/locale/get-countries-e-u.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-php/examples/locale/get-countries-e-u.md rename to docs/examples/1.0.x/server-php/examples/locale/get-countries-e-u.md diff --git a/docs/examples/1.0.0-RC1/server-php/examples/locale/get-countries-phones.md b/docs/examples/1.0.x/server-php/examples/locale/get-countries-phones.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-php/examples/locale/get-countries-phones.md rename to docs/examples/1.0.x/server-php/examples/locale/get-countries-phones.md diff --git a/docs/examples/1.0.0-RC1/server-php/examples/locale/get-countries.md b/docs/examples/1.0.x/server-php/examples/locale/get-countries.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-php/examples/locale/get-countries.md rename to docs/examples/1.0.x/server-php/examples/locale/get-countries.md diff --git a/docs/examples/1.0.0-RC1/server-php/examples/locale/get-currencies.md b/docs/examples/1.0.x/server-php/examples/locale/get-currencies.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-php/examples/locale/get-currencies.md rename to docs/examples/1.0.x/server-php/examples/locale/get-currencies.md diff --git a/docs/examples/1.0.0-RC1/server-php/examples/locale/get-languages.md b/docs/examples/1.0.x/server-php/examples/locale/get-languages.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-php/examples/locale/get-languages.md rename to docs/examples/1.0.x/server-php/examples/locale/get-languages.md diff --git a/docs/examples/1.0.0-RC1/server-php/examples/locale/get.md b/docs/examples/1.0.x/server-php/examples/locale/get.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-php/examples/locale/get.md rename to docs/examples/1.0.x/server-php/examples/locale/get.md diff --git a/docs/examples/1.0.0/server-php/examples/locale/list-continents.md b/docs/examples/1.0.x/server-php/examples/locale/list-continents.md similarity index 100% rename from docs/examples/1.0.0/server-php/examples/locale/list-continents.md rename to docs/examples/1.0.x/server-php/examples/locale/list-continents.md diff --git a/docs/examples/1.0.0/server-php/examples/locale/list-countries-e-u.md b/docs/examples/1.0.x/server-php/examples/locale/list-countries-e-u.md similarity index 100% rename from docs/examples/1.0.0/server-php/examples/locale/list-countries-e-u.md rename to docs/examples/1.0.x/server-php/examples/locale/list-countries-e-u.md diff --git a/docs/examples/1.0.0/server-php/examples/locale/list-countries-phones.md b/docs/examples/1.0.x/server-php/examples/locale/list-countries-phones.md similarity index 100% rename from docs/examples/1.0.0/server-php/examples/locale/list-countries-phones.md rename to docs/examples/1.0.x/server-php/examples/locale/list-countries-phones.md diff --git a/docs/examples/1.0.0/server-php/examples/locale/list-countries.md b/docs/examples/1.0.x/server-php/examples/locale/list-countries.md similarity index 100% rename from docs/examples/1.0.0/server-php/examples/locale/list-countries.md rename to docs/examples/1.0.x/server-php/examples/locale/list-countries.md diff --git a/docs/examples/1.0.0/server-php/examples/locale/list-currencies.md b/docs/examples/1.0.x/server-php/examples/locale/list-currencies.md similarity index 100% rename from docs/examples/1.0.0/server-php/examples/locale/list-currencies.md rename to docs/examples/1.0.x/server-php/examples/locale/list-currencies.md diff --git a/docs/examples/1.0.0/server-php/examples/locale/list-languages.md b/docs/examples/1.0.x/server-php/examples/locale/list-languages.md similarity index 100% rename from docs/examples/1.0.0/server-php/examples/locale/list-languages.md rename to docs/examples/1.0.x/server-php/examples/locale/list-languages.md diff --git a/docs/examples/1.0.0-RC1/server-php/examples/storage/create-bucket.md b/docs/examples/1.0.x/server-php/examples/storage/create-bucket.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-php/examples/storage/create-bucket.md rename to docs/examples/1.0.x/server-php/examples/storage/create-bucket.md diff --git a/docs/examples/1.0.0-RC1/server-php/examples/storage/create-file.md b/docs/examples/1.0.x/server-php/examples/storage/create-file.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-php/examples/storage/create-file.md rename to docs/examples/1.0.x/server-php/examples/storage/create-file.md diff --git a/docs/examples/1.0.0-RC1/server-php/examples/storage/delete-bucket.md b/docs/examples/1.0.x/server-php/examples/storage/delete-bucket.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-php/examples/storage/delete-bucket.md rename to docs/examples/1.0.x/server-php/examples/storage/delete-bucket.md diff --git a/docs/examples/1.0.0-RC1/server-php/examples/storage/delete-file.md b/docs/examples/1.0.x/server-php/examples/storage/delete-file.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-php/examples/storage/delete-file.md rename to docs/examples/1.0.x/server-php/examples/storage/delete-file.md diff --git a/docs/examples/1.0.0-RC1/server-php/examples/storage/get-bucket.md b/docs/examples/1.0.x/server-php/examples/storage/get-bucket.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-php/examples/storage/get-bucket.md rename to docs/examples/1.0.x/server-php/examples/storage/get-bucket.md diff --git a/docs/examples/1.0.0-RC1/server-php/examples/storage/get-file-download.md b/docs/examples/1.0.x/server-php/examples/storage/get-file-download.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-php/examples/storage/get-file-download.md rename to docs/examples/1.0.x/server-php/examples/storage/get-file-download.md diff --git a/docs/examples/1.0.0-RC1/server-php/examples/storage/get-file-preview.md b/docs/examples/1.0.x/server-php/examples/storage/get-file-preview.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-php/examples/storage/get-file-preview.md rename to docs/examples/1.0.x/server-php/examples/storage/get-file-preview.md diff --git a/docs/examples/1.0.0-RC1/server-php/examples/storage/get-file-view.md b/docs/examples/1.0.x/server-php/examples/storage/get-file-view.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-php/examples/storage/get-file-view.md rename to docs/examples/1.0.x/server-php/examples/storage/get-file-view.md diff --git a/docs/examples/1.0.0-RC1/server-php/examples/storage/get-file.md b/docs/examples/1.0.x/server-php/examples/storage/get-file.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-php/examples/storage/get-file.md rename to docs/examples/1.0.x/server-php/examples/storage/get-file.md diff --git a/docs/examples/1.0.0-RC1/server-php/examples/storage/list-buckets.md b/docs/examples/1.0.x/server-php/examples/storage/list-buckets.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-php/examples/storage/list-buckets.md rename to docs/examples/1.0.x/server-php/examples/storage/list-buckets.md diff --git a/docs/examples/1.0.0-RC1/server-php/examples/storage/list-files.md b/docs/examples/1.0.x/server-php/examples/storage/list-files.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-php/examples/storage/list-files.md rename to docs/examples/1.0.x/server-php/examples/storage/list-files.md diff --git a/docs/examples/1.0.0-RC1/server-php/examples/storage/update-bucket.md b/docs/examples/1.0.x/server-php/examples/storage/update-bucket.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-php/examples/storage/update-bucket.md rename to docs/examples/1.0.x/server-php/examples/storage/update-bucket.md diff --git a/docs/examples/1.0.0-RC1/server-php/examples/storage/update-file.md b/docs/examples/1.0.x/server-php/examples/storage/update-file.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-php/examples/storage/update-file.md rename to docs/examples/1.0.x/server-php/examples/storage/update-file.md diff --git a/docs/examples/1.0.0-RC1/server-php/examples/teams/create-membership.md b/docs/examples/1.0.x/server-php/examples/teams/create-membership.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-php/examples/teams/create-membership.md rename to docs/examples/1.0.x/server-php/examples/teams/create-membership.md diff --git a/docs/examples/1.0.0-RC1/server-php/examples/teams/create.md b/docs/examples/1.0.x/server-php/examples/teams/create.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-php/examples/teams/create.md rename to docs/examples/1.0.x/server-php/examples/teams/create.md diff --git a/docs/examples/1.0.0-RC1/server-php/examples/teams/delete-membership.md b/docs/examples/1.0.x/server-php/examples/teams/delete-membership.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-php/examples/teams/delete-membership.md rename to docs/examples/1.0.x/server-php/examples/teams/delete-membership.md diff --git a/docs/examples/1.0.0-RC1/server-php/examples/teams/delete.md b/docs/examples/1.0.x/server-php/examples/teams/delete.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-php/examples/teams/delete.md rename to docs/examples/1.0.x/server-php/examples/teams/delete.md diff --git a/docs/examples/1.0.0-RC1/server-php/examples/teams/get-membership.md b/docs/examples/1.0.x/server-php/examples/teams/get-membership.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-php/examples/teams/get-membership.md rename to docs/examples/1.0.x/server-php/examples/teams/get-membership.md diff --git a/docs/examples/1.0.0-RC1/server-php/examples/teams/get-memberships.md b/docs/examples/1.0.x/server-php/examples/teams/get-memberships.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-php/examples/teams/get-memberships.md rename to docs/examples/1.0.x/server-php/examples/teams/get-memberships.md diff --git a/docs/examples/1.0.0-RC1/server-php/examples/teams/get.md b/docs/examples/1.0.x/server-php/examples/teams/get.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-php/examples/teams/get.md rename to docs/examples/1.0.x/server-php/examples/teams/get.md diff --git a/docs/examples/1.0.0/server-php/examples/teams/list-memberships.md b/docs/examples/1.0.x/server-php/examples/teams/list-memberships.md similarity index 100% rename from docs/examples/1.0.0/server-php/examples/teams/list-memberships.md rename to docs/examples/1.0.x/server-php/examples/teams/list-memberships.md diff --git a/docs/examples/1.0.0-RC1/server-php/examples/teams/list.md b/docs/examples/1.0.x/server-php/examples/teams/list.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-php/examples/teams/list.md rename to docs/examples/1.0.x/server-php/examples/teams/list.md diff --git a/docs/examples/1.0.0-RC1/server-php/examples/teams/update-membership-roles.md b/docs/examples/1.0.x/server-php/examples/teams/update-membership-roles.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-php/examples/teams/update-membership-roles.md rename to docs/examples/1.0.x/server-php/examples/teams/update-membership-roles.md diff --git a/docs/examples/1.0.0-RC1/server-php/examples/teams/update-membership-status.md b/docs/examples/1.0.x/server-php/examples/teams/update-membership-status.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-php/examples/teams/update-membership-status.md rename to docs/examples/1.0.x/server-php/examples/teams/update-membership-status.md diff --git a/docs/examples/1.0.0-RC1/server-php/examples/teams/update.md b/docs/examples/1.0.x/server-php/examples/teams/update.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-php/examples/teams/update.md rename to docs/examples/1.0.x/server-php/examples/teams/update.md diff --git a/docs/examples/1.0.0-RC1/server-php/examples/users/create-argon2user.md b/docs/examples/1.0.x/server-php/examples/users/create-argon2user.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-php/examples/users/create-argon2user.md rename to docs/examples/1.0.x/server-php/examples/users/create-argon2user.md diff --git a/docs/examples/1.0.0-RC1/server-php/examples/users/create-bcrypt-user.md b/docs/examples/1.0.x/server-php/examples/users/create-bcrypt-user.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-php/examples/users/create-bcrypt-user.md rename to docs/examples/1.0.x/server-php/examples/users/create-bcrypt-user.md diff --git a/docs/examples/1.0.0-RC1/server-php/examples/users/create-m-d5user.md b/docs/examples/1.0.x/server-php/examples/users/create-m-d5user.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-php/examples/users/create-m-d5user.md rename to docs/examples/1.0.x/server-php/examples/users/create-m-d5user.md diff --git a/docs/examples/1.0.0-RC1/server-php/examples/users/create-p-h-pass-user.md b/docs/examples/1.0.x/server-php/examples/users/create-p-h-pass-user.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-php/examples/users/create-p-h-pass-user.md rename to docs/examples/1.0.x/server-php/examples/users/create-p-h-pass-user.md diff --git a/docs/examples/1.0.0-RC1/server-php/examples/users/create-s-h-a-user.md b/docs/examples/1.0.x/server-php/examples/users/create-s-h-a-user.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-php/examples/users/create-s-h-a-user.md rename to docs/examples/1.0.x/server-php/examples/users/create-s-h-a-user.md diff --git a/docs/examples/1.0.0-RC1/server-php/examples/users/create-scrypt-modified-user.md b/docs/examples/1.0.x/server-php/examples/users/create-scrypt-modified-user.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-php/examples/users/create-scrypt-modified-user.md rename to docs/examples/1.0.x/server-php/examples/users/create-scrypt-modified-user.md diff --git a/docs/examples/1.0.0-RC1/server-php/examples/users/create-scrypt-user.md b/docs/examples/1.0.x/server-php/examples/users/create-scrypt-user.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-php/examples/users/create-scrypt-user.md rename to docs/examples/1.0.x/server-php/examples/users/create-scrypt-user.md diff --git a/docs/examples/1.0.0-RC1/server-php/examples/users/create.md b/docs/examples/1.0.x/server-php/examples/users/create.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-php/examples/users/create.md rename to docs/examples/1.0.x/server-php/examples/users/create.md diff --git a/docs/examples/1.0.0-RC1/server-php/examples/users/delete-session.md b/docs/examples/1.0.x/server-php/examples/users/delete-session.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-php/examples/users/delete-session.md rename to docs/examples/1.0.x/server-php/examples/users/delete-session.md diff --git a/docs/examples/1.0.0-RC1/server-php/examples/users/delete-sessions.md b/docs/examples/1.0.x/server-php/examples/users/delete-sessions.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-php/examples/users/delete-sessions.md rename to docs/examples/1.0.x/server-php/examples/users/delete-sessions.md diff --git a/docs/examples/1.0.0-RC1/server-php/examples/users/delete.md b/docs/examples/1.0.x/server-php/examples/users/delete.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-php/examples/users/delete.md rename to docs/examples/1.0.x/server-php/examples/users/delete.md diff --git a/docs/examples/1.0.0-RC1/server-php/examples/users/get-logs.md b/docs/examples/1.0.x/server-php/examples/users/get-logs.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-php/examples/users/get-logs.md rename to docs/examples/1.0.x/server-php/examples/users/get-logs.md diff --git a/docs/examples/1.0.0-RC1/server-php/examples/users/get-memberships.md b/docs/examples/1.0.x/server-php/examples/users/get-memberships.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-php/examples/users/get-memberships.md rename to docs/examples/1.0.x/server-php/examples/users/get-memberships.md diff --git a/docs/examples/1.0.0-RC1/server-php/examples/users/get-prefs.md b/docs/examples/1.0.x/server-php/examples/users/get-prefs.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-php/examples/users/get-prefs.md rename to docs/examples/1.0.x/server-php/examples/users/get-prefs.md diff --git a/docs/examples/1.0.0-RC1/server-php/examples/users/get-sessions.md b/docs/examples/1.0.x/server-php/examples/users/get-sessions.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-php/examples/users/get-sessions.md rename to docs/examples/1.0.x/server-php/examples/users/get-sessions.md diff --git a/docs/examples/1.0.0-RC1/server-php/examples/users/get.md b/docs/examples/1.0.x/server-php/examples/users/get.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-php/examples/users/get.md rename to docs/examples/1.0.x/server-php/examples/users/get.md diff --git a/docs/examples/1.0.0/server-php/examples/users/list-logs.md b/docs/examples/1.0.x/server-php/examples/users/list-logs.md similarity index 100% rename from docs/examples/1.0.0/server-php/examples/users/list-logs.md rename to docs/examples/1.0.x/server-php/examples/users/list-logs.md diff --git a/docs/examples/1.0.0/server-php/examples/users/list-memberships.md b/docs/examples/1.0.x/server-php/examples/users/list-memberships.md similarity index 100% rename from docs/examples/1.0.0/server-php/examples/users/list-memberships.md rename to docs/examples/1.0.x/server-php/examples/users/list-memberships.md diff --git a/docs/examples/1.0.0/server-php/examples/users/list-sessions.md b/docs/examples/1.0.x/server-php/examples/users/list-sessions.md similarity index 100% rename from docs/examples/1.0.0/server-php/examples/users/list-sessions.md rename to docs/examples/1.0.x/server-php/examples/users/list-sessions.md diff --git a/docs/examples/1.0.0-RC1/server-php/examples/users/list.md b/docs/examples/1.0.x/server-php/examples/users/list.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-php/examples/users/list.md rename to docs/examples/1.0.x/server-php/examples/users/list.md diff --git a/docs/examples/1.0.0-RC1/server-php/examples/users/update-email-verification.md b/docs/examples/1.0.x/server-php/examples/users/update-email-verification.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-php/examples/users/update-email-verification.md rename to docs/examples/1.0.x/server-php/examples/users/update-email-verification.md diff --git a/docs/examples/1.0.0-RC1/server-php/examples/users/update-email.md b/docs/examples/1.0.x/server-php/examples/users/update-email.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-php/examples/users/update-email.md rename to docs/examples/1.0.x/server-php/examples/users/update-email.md diff --git a/docs/examples/1.0.0-RC1/server-php/examples/users/update-name.md b/docs/examples/1.0.x/server-php/examples/users/update-name.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-php/examples/users/update-name.md rename to docs/examples/1.0.x/server-php/examples/users/update-name.md diff --git a/docs/examples/1.0.0-RC1/server-php/examples/users/update-password.md b/docs/examples/1.0.x/server-php/examples/users/update-password.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-php/examples/users/update-password.md rename to docs/examples/1.0.x/server-php/examples/users/update-password.md diff --git a/docs/examples/1.0.0-RC1/server-php/examples/users/update-phone-verification.md b/docs/examples/1.0.x/server-php/examples/users/update-phone-verification.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-php/examples/users/update-phone-verification.md rename to docs/examples/1.0.x/server-php/examples/users/update-phone-verification.md diff --git a/docs/examples/1.0.0-RC1/server-php/examples/users/update-phone.md b/docs/examples/1.0.x/server-php/examples/users/update-phone.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-php/examples/users/update-phone.md rename to docs/examples/1.0.x/server-php/examples/users/update-phone.md diff --git a/docs/examples/1.0.0-RC1/server-php/examples/users/update-prefs.md b/docs/examples/1.0.x/server-php/examples/users/update-prefs.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-php/examples/users/update-prefs.md rename to docs/examples/1.0.x/server-php/examples/users/update-prefs.md diff --git a/docs/examples/1.0.0-RC1/server-php/examples/users/update-status.md b/docs/examples/1.0.x/server-php/examples/users/update-status.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-php/examples/users/update-status.md rename to docs/examples/1.0.x/server-php/examples/users/update-status.md diff --git a/docs/examples/1.0.0-RC1/server-python/examples/account/create-phone-verification.md b/docs/examples/1.0.x/server-python/examples/account/create-phone-verification.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-python/examples/account/create-phone-verification.md rename to docs/examples/1.0.x/server-python/examples/account/create-phone-verification.md diff --git a/docs/examples/1.0.0-RC1/server-python/examples/account/create-recovery.md b/docs/examples/1.0.x/server-python/examples/account/create-recovery.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-python/examples/account/create-recovery.md rename to docs/examples/1.0.x/server-python/examples/account/create-recovery.md diff --git a/docs/examples/1.0.0-RC1/server-python/examples/account/create-verification.md b/docs/examples/1.0.x/server-python/examples/account/create-verification.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-python/examples/account/create-verification.md rename to docs/examples/1.0.x/server-python/examples/account/create-verification.md diff --git a/docs/examples/1.0.0-RC1/server-python/examples/account/delete-session.md b/docs/examples/1.0.x/server-python/examples/account/delete-session.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-python/examples/account/delete-session.md rename to docs/examples/1.0.x/server-python/examples/account/delete-session.md diff --git a/docs/examples/1.0.0-RC1/server-python/examples/account/delete-sessions.md b/docs/examples/1.0.x/server-python/examples/account/delete-sessions.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-python/examples/account/delete-sessions.md rename to docs/examples/1.0.x/server-python/examples/account/delete-sessions.md diff --git a/docs/examples/1.0.0-RC1/server-python/examples/account/get-logs.md b/docs/examples/1.0.x/server-python/examples/account/get-logs.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-python/examples/account/get-logs.md rename to docs/examples/1.0.x/server-python/examples/account/get-logs.md diff --git a/docs/examples/1.0.0-RC1/server-python/examples/account/get-prefs.md b/docs/examples/1.0.x/server-python/examples/account/get-prefs.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-python/examples/account/get-prefs.md rename to docs/examples/1.0.x/server-python/examples/account/get-prefs.md diff --git a/docs/examples/1.0.0-RC1/server-python/examples/account/get-session.md b/docs/examples/1.0.x/server-python/examples/account/get-session.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-python/examples/account/get-session.md rename to docs/examples/1.0.x/server-python/examples/account/get-session.md diff --git a/docs/examples/1.0.0-RC1/server-python/examples/account/get-sessions.md b/docs/examples/1.0.x/server-python/examples/account/get-sessions.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-python/examples/account/get-sessions.md rename to docs/examples/1.0.x/server-python/examples/account/get-sessions.md diff --git a/docs/examples/1.0.0-RC1/server-python/examples/account/get.md b/docs/examples/1.0.x/server-python/examples/account/get.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-python/examples/account/get.md rename to docs/examples/1.0.x/server-python/examples/account/get.md diff --git a/docs/examples/1.0.0/server-python/examples/account/list-logs.md b/docs/examples/1.0.x/server-python/examples/account/list-logs.md similarity index 100% rename from docs/examples/1.0.0/server-python/examples/account/list-logs.md rename to docs/examples/1.0.x/server-python/examples/account/list-logs.md diff --git a/docs/examples/1.0.0/server-python/examples/account/list-sessions.md b/docs/examples/1.0.x/server-python/examples/account/list-sessions.md similarity index 100% rename from docs/examples/1.0.0/server-python/examples/account/list-sessions.md rename to docs/examples/1.0.x/server-python/examples/account/list-sessions.md diff --git a/docs/examples/1.0.0-RC1/server-python/examples/account/update-email.md b/docs/examples/1.0.x/server-python/examples/account/update-email.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-python/examples/account/update-email.md rename to docs/examples/1.0.x/server-python/examples/account/update-email.md diff --git a/docs/examples/1.0.0-RC1/server-python/examples/account/update-name.md b/docs/examples/1.0.x/server-python/examples/account/update-name.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-python/examples/account/update-name.md rename to docs/examples/1.0.x/server-python/examples/account/update-name.md diff --git a/docs/examples/1.0.0-RC1/server-python/examples/account/update-password.md b/docs/examples/1.0.x/server-python/examples/account/update-password.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-python/examples/account/update-password.md rename to docs/examples/1.0.x/server-python/examples/account/update-password.md diff --git a/docs/examples/1.0.0-RC1/server-python/examples/account/update-phone-verification.md b/docs/examples/1.0.x/server-python/examples/account/update-phone-verification.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-python/examples/account/update-phone-verification.md rename to docs/examples/1.0.x/server-python/examples/account/update-phone-verification.md diff --git a/docs/examples/1.0.0-RC1/server-python/examples/account/update-phone.md b/docs/examples/1.0.x/server-python/examples/account/update-phone.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-python/examples/account/update-phone.md rename to docs/examples/1.0.x/server-python/examples/account/update-phone.md diff --git a/docs/examples/1.0.0-RC1/server-python/examples/account/update-prefs.md b/docs/examples/1.0.x/server-python/examples/account/update-prefs.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-python/examples/account/update-prefs.md rename to docs/examples/1.0.x/server-python/examples/account/update-prefs.md diff --git a/docs/examples/1.0.0-RC1/server-python/examples/account/update-recovery.md b/docs/examples/1.0.x/server-python/examples/account/update-recovery.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-python/examples/account/update-recovery.md rename to docs/examples/1.0.x/server-python/examples/account/update-recovery.md diff --git a/docs/examples/1.0.0-RC1/server-python/examples/account/update-session.md b/docs/examples/1.0.x/server-python/examples/account/update-session.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-python/examples/account/update-session.md rename to docs/examples/1.0.x/server-python/examples/account/update-session.md diff --git a/docs/examples/1.0.0-RC1/server-python/examples/account/update-status.md b/docs/examples/1.0.x/server-python/examples/account/update-status.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-python/examples/account/update-status.md rename to docs/examples/1.0.x/server-python/examples/account/update-status.md diff --git a/docs/examples/1.0.0-RC1/server-python/examples/account/update-verification.md b/docs/examples/1.0.x/server-python/examples/account/update-verification.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-python/examples/account/update-verification.md rename to docs/examples/1.0.x/server-python/examples/account/update-verification.md diff --git a/docs/examples/1.0.0-RC1/server-python/examples/avatars/get-browser.md b/docs/examples/1.0.x/server-python/examples/avatars/get-browser.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-python/examples/avatars/get-browser.md rename to docs/examples/1.0.x/server-python/examples/avatars/get-browser.md diff --git a/docs/examples/1.0.0-RC1/server-python/examples/avatars/get-credit-card.md b/docs/examples/1.0.x/server-python/examples/avatars/get-credit-card.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-python/examples/avatars/get-credit-card.md rename to docs/examples/1.0.x/server-python/examples/avatars/get-credit-card.md diff --git a/docs/examples/1.0.0-RC1/server-python/examples/avatars/get-favicon.md b/docs/examples/1.0.x/server-python/examples/avatars/get-favicon.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-python/examples/avatars/get-favicon.md rename to docs/examples/1.0.x/server-python/examples/avatars/get-favicon.md diff --git a/docs/examples/1.0.0-RC1/server-python/examples/avatars/get-flag.md b/docs/examples/1.0.x/server-python/examples/avatars/get-flag.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-python/examples/avatars/get-flag.md rename to docs/examples/1.0.x/server-python/examples/avatars/get-flag.md diff --git a/docs/examples/1.0.0-RC1/server-python/examples/avatars/get-image.md b/docs/examples/1.0.x/server-python/examples/avatars/get-image.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-python/examples/avatars/get-image.md rename to docs/examples/1.0.x/server-python/examples/avatars/get-image.md diff --git a/docs/examples/1.0.0-RC1/server-python/examples/avatars/get-initials.md b/docs/examples/1.0.x/server-python/examples/avatars/get-initials.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-python/examples/avatars/get-initials.md rename to docs/examples/1.0.x/server-python/examples/avatars/get-initials.md diff --git a/docs/examples/1.0.0-RC1/server-python/examples/avatars/get-q-r.md b/docs/examples/1.0.x/server-python/examples/avatars/get-q-r.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-python/examples/avatars/get-q-r.md rename to docs/examples/1.0.x/server-python/examples/avatars/get-q-r.md diff --git a/docs/examples/1.0.0-RC1/server-python/examples/databases/create-boolean-attribute.md b/docs/examples/1.0.x/server-python/examples/databases/create-boolean-attribute.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-python/examples/databases/create-boolean-attribute.md rename to docs/examples/1.0.x/server-python/examples/databases/create-boolean-attribute.md diff --git a/docs/examples/1.0.0-RC1/server-python/examples/databases/create-collection.md b/docs/examples/1.0.x/server-python/examples/databases/create-collection.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-python/examples/databases/create-collection.md rename to docs/examples/1.0.x/server-python/examples/databases/create-collection.md diff --git a/docs/examples/1.0.0-RC1/server-python/examples/databases/create-datetime-attribute.md b/docs/examples/1.0.x/server-python/examples/databases/create-datetime-attribute.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-python/examples/databases/create-datetime-attribute.md rename to docs/examples/1.0.x/server-python/examples/databases/create-datetime-attribute.md diff --git a/docs/examples/1.0.0-RC1/server-python/examples/databases/create-document.md b/docs/examples/1.0.x/server-python/examples/databases/create-document.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-python/examples/databases/create-document.md rename to docs/examples/1.0.x/server-python/examples/databases/create-document.md diff --git a/docs/examples/1.0.0-RC1/server-python/examples/databases/create-email-attribute.md b/docs/examples/1.0.x/server-python/examples/databases/create-email-attribute.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-python/examples/databases/create-email-attribute.md rename to docs/examples/1.0.x/server-python/examples/databases/create-email-attribute.md diff --git a/docs/examples/1.0.0-RC1/server-python/examples/databases/create-enum-attribute.md b/docs/examples/1.0.x/server-python/examples/databases/create-enum-attribute.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-python/examples/databases/create-enum-attribute.md rename to docs/examples/1.0.x/server-python/examples/databases/create-enum-attribute.md diff --git a/docs/examples/1.0.0-RC1/server-python/examples/databases/create-float-attribute.md b/docs/examples/1.0.x/server-python/examples/databases/create-float-attribute.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-python/examples/databases/create-float-attribute.md rename to docs/examples/1.0.x/server-python/examples/databases/create-float-attribute.md diff --git a/docs/examples/1.0.0-RC1/server-python/examples/databases/create-index.md b/docs/examples/1.0.x/server-python/examples/databases/create-index.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-python/examples/databases/create-index.md rename to docs/examples/1.0.x/server-python/examples/databases/create-index.md diff --git a/docs/examples/1.0.0-RC1/server-python/examples/databases/create-integer-attribute.md b/docs/examples/1.0.x/server-python/examples/databases/create-integer-attribute.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-python/examples/databases/create-integer-attribute.md rename to docs/examples/1.0.x/server-python/examples/databases/create-integer-attribute.md diff --git a/docs/examples/1.0.0-RC1/server-python/examples/databases/create-ip-attribute.md b/docs/examples/1.0.x/server-python/examples/databases/create-ip-attribute.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-python/examples/databases/create-ip-attribute.md rename to docs/examples/1.0.x/server-python/examples/databases/create-ip-attribute.md diff --git a/docs/examples/1.0.0-RC1/server-python/examples/databases/create-string-attribute.md b/docs/examples/1.0.x/server-python/examples/databases/create-string-attribute.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-python/examples/databases/create-string-attribute.md rename to docs/examples/1.0.x/server-python/examples/databases/create-string-attribute.md diff --git a/docs/examples/1.0.0-RC1/server-python/examples/databases/create-url-attribute.md b/docs/examples/1.0.x/server-python/examples/databases/create-url-attribute.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-python/examples/databases/create-url-attribute.md rename to docs/examples/1.0.x/server-python/examples/databases/create-url-attribute.md diff --git a/docs/examples/1.0.0-RC1/server-python/examples/databases/create.md b/docs/examples/1.0.x/server-python/examples/databases/create.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-python/examples/databases/create.md rename to docs/examples/1.0.x/server-python/examples/databases/create.md diff --git a/docs/examples/1.0.0-RC1/server-python/examples/databases/delete-attribute.md b/docs/examples/1.0.x/server-python/examples/databases/delete-attribute.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-python/examples/databases/delete-attribute.md rename to docs/examples/1.0.x/server-python/examples/databases/delete-attribute.md diff --git a/docs/examples/1.0.0-RC1/server-python/examples/databases/delete-collection.md b/docs/examples/1.0.x/server-python/examples/databases/delete-collection.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-python/examples/databases/delete-collection.md rename to docs/examples/1.0.x/server-python/examples/databases/delete-collection.md diff --git a/docs/examples/1.0.0-RC1/server-python/examples/databases/delete-document.md b/docs/examples/1.0.x/server-python/examples/databases/delete-document.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-python/examples/databases/delete-document.md rename to docs/examples/1.0.x/server-python/examples/databases/delete-document.md diff --git a/docs/examples/1.0.0-RC1/server-python/examples/databases/delete-index.md b/docs/examples/1.0.x/server-python/examples/databases/delete-index.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-python/examples/databases/delete-index.md rename to docs/examples/1.0.x/server-python/examples/databases/delete-index.md diff --git a/docs/examples/1.0.0-RC1/server-python/examples/databases/delete.md b/docs/examples/1.0.x/server-python/examples/databases/delete.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-python/examples/databases/delete.md rename to docs/examples/1.0.x/server-python/examples/databases/delete.md diff --git a/docs/examples/1.0.0-RC1/server-python/examples/databases/get-attribute.md b/docs/examples/1.0.x/server-python/examples/databases/get-attribute.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-python/examples/databases/get-attribute.md rename to docs/examples/1.0.x/server-python/examples/databases/get-attribute.md diff --git a/docs/examples/1.0.0-RC1/server-python/examples/databases/get-collection.md b/docs/examples/1.0.x/server-python/examples/databases/get-collection.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-python/examples/databases/get-collection.md rename to docs/examples/1.0.x/server-python/examples/databases/get-collection.md diff --git a/docs/examples/1.0.0-RC1/server-python/examples/databases/get-document.md b/docs/examples/1.0.x/server-python/examples/databases/get-document.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-python/examples/databases/get-document.md rename to docs/examples/1.0.x/server-python/examples/databases/get-document.md diff --git a/docs/examples/1.0.0-RC1/server-python/examples/databases/get-index.md b/docs/examples/1.0.x/server-python/examples/databases/get-index.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-python/examples/databases/get-index.md rename to docs/examples/1.0.x/server-python/examples/databases/get-index.md diff --git a/docs/examples/1.0.0-RC1/server-python/examples/databases/get.md b/docs/examples/1.0.x/server-python/examples/databases/get.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-python/examples/databases/get.md rename to docs/examples/1.0.x/server-python/examples/databases/get.md diff --git a/docs/examples/1.0.0-RC1/server-python/examples/databases/list-attributes.md b/docs/examples/1.0.x/server-python/examples/databases/list-attributes.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-python/examples/databases/list-attributes.md rename to docs/examples/1.0.x/server-python/examples/databases/list-attributes.md diff --git a/docs/examples/1.0.0-RC1/server-python/examples/databases/list-collections.md b/docs/examples/1.0.x/server-python/examples/databases/list-collections.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-python/examples/databases/list-collections.md rename to docs/examples/1.0.x/server-python/examples/databases/list-collections.md diff --git a/docs/examples/1.0.0-RC1/server-python/examples/databases/list-documents.md b/docs/examples/1.0.x/server-python/examples/databases/list-documents.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-python/examples/databases/list-documents.md rename to docs/examples/1.0.x/server-python/examples/databases/list-documents.md diff --git a/docs/examples/1.0.0-RC1/server-python/examples/databases/list-indexes.md b/docs/examples/1.0.x/server-python/examples/databases/list-indexes.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-python/examples/databases/list-indexes.md rename to docs/examples/1.0.x/server-python/examples/databases/list-indexes.md diff --git a/docs/examples/1.0.0-RC1/server-python/examples/databases/list.md b/docs/examples/1.0.x/server-python/examples/databases/list.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-python/examples/databases/list.md rename to docs/examples/1.0.x/server-python/examples/databases/list.md diff --git a/docs/examples/1.0.0-RC1/server-python/examples/databases/update-collection.md b/docs/examples/1.0.x/server-python/examples/databases/update-collection.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-python/examples/databases/update-collection.md rename to docs/examples/1.0.x/server-python/examples/databases/update-collection.md diff --git a/docs/examples/1.0.0-RC1/server-python/examples/databases/update-document.md b/docs/examples/1.0.x/server-python/examples/databases/update-document.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-python/examples/databases/update-document.md rename to docs/examples/1.0.x/server-python/examples/databases/update-document.md diff --git a/docs/examples/1.0.0-RC1/server-python/examples/databases/update.md b/docs/examples/1.0.x/server-python/examples/databases/update.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-python/examples/databases/update.md rename to docs/examples/1.0.x/server-python/examples/databases/update.md diff --git a/docs/examples/1.0.0-RC1/server-python/examples/functions/create-deployment.md b/docs/examples/1.0.x/server-python/examples/functions/create-deployment.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-python/examples/functions/create-deployment.md rename to docs/examples/1.0.x/server-python/examples/functions/create-deployment.md diff --git a/docs/examples/1.0.0-RC1/server-python/examples/functions/create-execution.md b/docs/examples/1.0.x/server-python/examples/functions/create-execution.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-python/examples/functions/create-execution.md rename to docs/examples/1.0.x/server-python/examples/functions/create-execution.md diff --git a/docs/examples/1.0.0-RC1/server-python/examples/functions/create-variable.md b/docs/examples/1.0.x/server-python/examples/functions/create-variable.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-python/examples/functions/create-variable.md rename to docs/examples/1.0.x/server-python/examples/functions/create-variable.md diff --git a/docs/examples/1.0.0-RC1/server-python/examples/functions/create.md b/docs/examples/1.0.x/server-python/examples/functions/create.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-python/examples/functions/create.md rename to docs/examples/1.0.x/server-python/examples/functions/create.md diff --git a/docs/examples/1.0.0-RC1/server-python/examples/functions/delete-deployment.md b/docs/examples/1.0.x/server-python/examples/functions/delete-deployment.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-python/examples/functions/delete-deployment.md rename to docs/examples/1.0.x/server-python/examples/functions/delete-deployment.md diff --git a/docs/examples/1.0.0-RC1/server-python/examples/functions/delete-variable.md b/docs/examples/1.0.x/server-python/examples/functions/delete-variable.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-python/examples/functions/delete-variable.md rename to docs/examples/1.0.x/server-python/examples/functions/delete-variable.md diff --git a/docs/examples/1.0.0-RC1/server-python/examples/functions/delete.md b/docs/examples/1.0.x/server-python/examples/functions/delete.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-python/examples/functions/delete.md rename to docs/examples/1.0.x/server-python/examples/functions/delete.md diff --git a/docs/examples/1.0.0-RC1/server-python/examples/functions/get-deployment.md b/docs/examples/1.0.x/server-python/examples/functions/get-deployment.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-python/examples/functions/get-deployment.md rename to docs/examples/1.0.x/server-python/examples/functions/get-deployment.md diff --git a/docs/examples/1.0.0-RC1/server-python/examples/functions/get-execution.md b/docs/examples/1.0.x/server-python/examples/functions/get-execution.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-python/examples/functions/get-execution.md rename to docs/examples/1.0.x/server-python/examples/functions/get-execution.md diff --git a/docs/examples/1.0.0-RC1/server-python/examples/functions/get-variable.md b/docs/examples/1.0.x/server-python/examples/functions/get-variable.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-python/examples/functions/get-variable.md rename to docs/examples/1.0.x/server-python/examples/functions/get-variable.md diff --git a/docs/examples/1.0.0-RC1/server-python/examples/functions/get.md b/docs/examples/1.0.x/server-python/examples/functions/get.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-python/examples/functions/get.md rename to docs/examples/1.0.x/server-python/examples/functions/get.md diff --git a/docs/examples/1.0.0-RC1/server-python/examples/functions/list-deployments.md b/docs/examples/1.0.x/server-python/examples/functions/list-deployments.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-python/examples/functions/list-deployments.md rename to docs/examples/1.0.x/server-python/examples/functions/list-deployments.md diff --git a/docs/examples/1.0.0-RC1/server-python/examples/functions/list-executions.md b/docs/examples/1.0.x/server-python/examples/functions/list-executions.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-python/examples/functions/list-executions.md rename to docs/examples/1.0.x/server-python/examples/functions/list-executions.md diff --git a/docs/examples/1.0.0-RC1/server-python/examples/functions/list-runtimes.md b/docs/examples/1.0.x/server-python/examples/functions/list-runtimes.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-python/examples/functions/list-runtimes.md rename to docs/examples/1.0.x/server-python/examples/functions/list-runtimes.md diff --git a/docs/examples/1.0.0-RC1/server-python/examples/functions/list-variables.md b/docs/examples/1.0.x/server-python/examples/functions/list-variables.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-python/examples/functions/list-variables.md rename to docs/examples/1.0.x/server-python/examples/functions/list-variables.md diff --git a/docs/examples/1.0.0-RC1/server-python/examples/functions/list.md b/docs/examples/1.0.x/server-python/examples/functions/list.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-python/examples/functions/list.md rename to docs/examples/1.0.x/server-python/examples/functions/list.md diff --git a/docs/examples/1.0.0-RC1/server-python/examples/functions/retry-build.md b/docs/examples/1.0.x/server-python/examples/functions/retry-build.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-python/examples/functions/retry-build.md rename to docs/examples/1.0.x/server-python/examples/functions/retry-build.md diff --git a/docs/examples/1.0.0-RC1/server-python/examples/functions/update-deployment.md b/docs/examples/1.0.x/server-python/examples/functions/update-deployment.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-python/examples/functions/update-deployment.md rename to docs/examples/1.0.x/server-python/examples/functions/update-deployment.md diff --git a/docs/examples/1.0.0-RC1/server-python/examples/functions/update-variable.md b/docs/examples/1.0.x/server-python/examples/functions/update-variable.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-python/examples/functions/update-variable.md rename to docs/examples/1.0.x/server-python/examples/functions/update-variable.md diff --git a/docs/examples/1.0.0-RC1/server-python/examples/functions/update.md b/docs/examples/1.0.x/server-python/examples/functions/update.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-python/examples/functions/update.md rename to docs/examples/1.0.x/server-python/examples/functions/update.md diff --git a/docs/examples/1.0.0-RC1/server-python/examples/health/get-antivirus.md b/docs/examples/1.0.x/server-python/examples/health/get-antivirus.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-python/examples/health/get-antivirus.md rename to docs/examples/1.0.x/server-python/examples/health/get-antivirus.md diff --git a/docs/examples/1.0.0-RC1/server-python/examples/health/get-cache.md b/docs/examples/1.0.x/server-python/examples/health/get-cache.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-python/examples/health/get-cache.md rename to docs/examples/1.0.x/server-python/examples/health/get-cache.md diff --git a/docs/examples/1.0.0-RC1/server-python/examples/health/get-d-b.md b/docs/examples/1.0.x/server-python/examples/health/get-d-b.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-python/examples/health/get-d-b.md rename to docs/examples/1.0.x/server-python/examples/health/get-d-b.md diff --git a/docs/examples/1.0.0-RC1/server-python/examples/health/get-queue-certificates.md b/docs/examples/1.0.x/server-python/examples/health/get-queue-certificates.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-python/examples/health/get-queue-certificates.md rename to docs/examples/1.0.x/server-python/examples/health/get-queue-certificates.md diff --git a/docs/examples/1.0.0-RC1/server-python/examples/health/get-queue-functions.md b/docs/examples/1.0.x/server-python/examples/health/get-queue-functions.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-python/examples/health/get-queue-functions.md rename to docs/examples/1.0.x/server-python/examples/health/get-queue-functions.md diff --git a/docs/examples/1.0.0-RC1/server-python/examples/health/get-queue-logs.md b/docs/examples/1.0.x/server-python/examples/health/get-queue-logs.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-python/examples/health/get-queue-logs.md rename to docs/examples/1.0.x/server-python/examples/health/get-queue-logs.md diff --git a/docs/examples/1.0.0-RC1/server-python/examples/health/get-queue-webhooks.md b/docs/examples/1.0.x/server-python/examples/health/get-queue-webhooks.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-python/examples/health/get-queue-webhooks.md rename to docs/examples/1.0.x/server-python/examples/health/get-queue-webhooks.md diff --git a/docs/examples/1.0.0-RC1/server-python/examples/health/get-storage-local.md b/docs/examples/1.0.x/server-python/examples/health/get-storage-local.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-python/examples/health/get-storage-local.md rename to docs/examples/1.0.x/server-python/examples/health/get-storage-local.md diff --git a/docs/examples/1.0.0-RC1/server-python/examples/health/get-time.md b/docs/examples/1.0.x/server-python/examples/health/get-time.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-python/examples/health/get-time.md rename to docs/examples/1.0.x/server-python/examples/health/get-time.md diff --git a/docs/examples/1.0.0-RC1/server-python/examples/health/get.md b/docs/examples/1.0.x/server-python/examples/health/get.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-python/examples/health/get.md rename to docs/examples/1.0.x/server-python/examples/health/get.md diff --git a/docs/examples/1.0.0-RC1/server-python/examples/locale/get-continents.md b/docs/examples/1.0.x/server-python/examples/locale/get-continents.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-python/examples/locale/get-continents.md rename to docs/examples/1.0.x/server-python/examples/locale/get-continents.md diff --git a/docs/examples/1.0.0-RC1/server-python/examples/locale/get-countries-e-u.md b/docs/examples/1.0.x/server-python/examples/locale/get-countries-e-u.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-python/examples/locale/get-countries-e-u.md rename to docs/examples/1.0.x/server-python/examples/locale/get-countries-e-u.md diff --git a/docs/examples/1.0.0-RC1/server-python/examples/locale/get-countries-phones.md b/docs/examples/1.0.x/server-python/examples/locale/get-countries-phones.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-python/examples/locale/get-countries-phones.md rename to docs/examples/1.0.x/server-python/examples/locale/get-countries-phones.md diff --git a/docs/examples/1.0.0-RC1/server-python/examples/locale/get-countries.md b/docs/examples/1.0.x/server-python/examples/locale/get-countries.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-python/examples/locale/get-countries.md rename to docs/examples/1.0.x/server-python/examples/locale/get-countries.md diff --git a/docs/examples/1.0.0-RC1/server-python/examples/locale/get-currencies.md b/docs/examples/1.0.x/server-python/examples/locale/get-currencies.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-python/examples/locale/get-currencies.md rename to docs/examples/1.0.x/server-python/examples/locale/get-currencies.md diff --git a/docs/examples/1.0.0-RC1/server-python/examples/locale/get-languages.md b/docs/examples/1.0.x/server-python/examples/locale/get-languages.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-python/examples/locale/get-languages.md rename to docs/examples/1.0.x/server-python/examples/locale/get-languages.md diff --git a/docs/examples/1.0.0-RC1/server-python/examples/locale/get.md b/docs/examples/1.0.x/server-python/examples/locale/get.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-python/examples/locale/get.md rename to docs/examples/1.0.x/server-python/examples/locale/get.md diff --git a/docs/examples/1.0.0/server-python/examples/locale/list-continents.md b/docs/examples/1.0.x/server-python/examples/locale/list-continents.md similarity index 100% rename from docs/examples/1.0.0/server-python/examples/locale/list-continents.md rename to docs/examples/1.0.x/server-python/examples/locale/list-continents.md diff --git a/docs/examples/1.0.0/server-python/examples/locale/list-countries-e-u.md b/docs/examples/1.0.x/server-python/examples/locale/list-countries-e-u.md similarity index 100% rename from docs/examples/1.0.0/server-python/examples/locale/list-countries-e-u.md rename to docs/examples/1.0.x/server-python/examples/locale/list-countries-e-u.md diff --git a/docs/examples/1.0.0/server-python/examples/locale/list-countries-phones.md b/docs/examples/1.0.x/server-python/examples/locale/list-countries-phones.md similarity index 100% rename from docs/examples/1.0.0/server-python/examples/locale/list-countries-phones.md rename to docs/examples/1.0.x/server-python/examples/locale/list-countries-phones.md diff --git a/docs/examples/1.0.0/server-python/examples/locale/list-countries.md b/docs/examples/1.0.x/server-python/examples/locale/list-countries.md similarity index 100% rename from docs/examples/1.0.0/server-python/examples/locale/list-countries.md rename to docs/examples/1.0.x/server-python/examples/locale/list-countries.md diff --git a/docs/examples/1.0.0/server-python/examples/locale/list-currencies.md b/docs/examples/1.0.x/server-python/examples/locale/list-currencies.md similarity index 100% rename from docs/examples/1.0.0/server-python/examples/locale/list-currencies.md rename to docs/examples/1.0.x/server-python/examples/locale/list-currencies.md diff --git a/docs/examples/1.0.0/server-python/examples/locale/list-languages.md b/docs/examples/1.0.x/server-python/examples/locale/list-languages.md similarity index 100% rename from docs/examples/1.0.0/server-python/examples/locale/list-languages.md rename to docs/examples/1.0.x/server-python/examples/locale/list-languages.md diff --git a/docs/examples/1.0.0-RC1/server-python/examples/storage/create-bucket.md b/docs/examples/1.0.x/server-python/examples/storage/create-bucket.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-python/examples/storage/create-bucket.md rename to docs/examples/1.0.x/server-python/examples/storage/create-bucket.md diff --git a/docs/examples/1.0.0-RC1/server-python/examples/storage/create-file.md b/docs/examples/1.0.x/server-python/examples/storage/create-file.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-python/examples/storage/create-file.md rename to docs/examples/1.0.x/server-python/examples/storage/create-file.md diff --git a/docs/examples/1.0.0-RC1/server-python/examples/storage/delete-bucket.md b/docs/examples/1.0.x/server-python/examples/storage/delete-bucket.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-python/examples/storage/delete-bucket.md rename to docs/examples/1.0.x/server-python/examples/storage/delete-bucket.md diff --git a/docs/examples/1.0.0-RC1/server-python/examples/storage/delete-file.md b/docs/examples/1.0.x/server-python/examples/storage/delete-file.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-python/examples/storage/delete-file.md rename to docs/examples/1.0.x/server-python/examples/storage/delete-file.md diff --git a/docs/examples/1.0.0-RC1/server-python/examples/storage/get-bucket.md b/docs/examples/1.0.x/server-python/examples/storage/get-bucket.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-python/examples/storage/get-bucket.md rename to docs/examples/1.0.x/server-python/examples/storage/get-bucket.md diff --git a/docs/examples/1.0.0-RC1/server-python/examples/storage/get-file-download.md b/docs/examples/1.0.x/server-python/examples/storage/get-file-download.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-python/examples/storage/get-file-download.md rename to docs/examples/1.0.x/server-python/examples/storage/get-file-download.md diff --git a/docs/examples/1.0.0-RC1/server-python/examples/storage/get-file-preview.md b/docs/examples/1.0.x/server-python/examples/storage/get-file-preview.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-python/examples/storage/get-file-preview.md rename to docs/examples/1.0.x/server-python/examples/storage/get-file-preview.md diff --git a/docs/examples/1.0.0-RC1/server-python/examples/storage/get-file-view.md b/docs/examples/1.0.x/server-python/examples/storage/get-file-view.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-python/examples/storage/get-file-view.md rename to docs/examples/1.0.x/server-python/examples/storage/get-file-view.md diff --git a/docs/examples/1.0.0-RC1/server-python/examples/storage/get-file.md b/docs/examples/1.0.x/server-python/examples/storage/get-file.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-python/examples/storage/get-file.md rename to docs/examples/1.0.x/server-python/examples/storage/get-file.md diff --git a/docs/examples/1.0.0-RC1/server-python/examples/storage/list-buckets.md b/docs/examples/1.0.x/server-python/examples/storage/list-buckets.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-python/examples/storage/list-buckets.md rename to docs/examples/1.0.x/server-python/examples/storage/list-buckets.md diff --git a/docs/examples/1.0.0-RC1/server-python/examples/storage/list-files.md b/docs/examples/1.0.x/server-python/examples/storage/list-files.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-python/examples/storage/list-files.md rename to docs/examples/1.0.x/server-python/examples/storage/list-files.md diff --git a/docs/examples/1.0.0-RC1/server-python/examples/storage/update-bucket.md b/docs/examples/1.0.x/server-python/examples/storage/update-bucket.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-python/examples/storage/update-bucket.md rename to docs/examples/1.0.x/server-python/examples/storage/update-bucket.md diff --git a/docs/examples/1.0.0-RC1/server-python/examples/storage/update-file.md b/docs/examples/1.0.x/server-python/examples/storage/update-file.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-python/examples/storage/update-file.md rename to docs/examples/1.0.x/server-python/examples/storage/update-file.md diff --git a/docs/examples/1.0.0-RC1/server-python/examples/teams/create-membership.md b/docs/examples/1.0.x/server-python/examples/teams/create-membership.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-python/examples/teams/create-membership.md rename to docs/examples/1.0.x/server-python/examples/teams/create-membership.md diff --git a/docs/examples/1.0.0-RC1/server-python/examples/teams/create.md b/docs/examples/1.0.x/server-python/examples/teams/create.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-python/examples/teams/create.md rename to docs/examples/1.0.x/server-python/examples/teams/create.md diff --git a/docs/examples/1.0.0-RC1/server-python/examples/teams/delete-membership.md b/docs/examples/1.0.x/server-python/examples/teams/delete-membership.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-python/examples/teams/delete-membership.md rename to docs/examples/1.0.x/server-python/examples/teams/delete-membership.md diff --git a/docs/examples/1.0.0-RC1/server-python/examples/teams/delete.md b/docs/examples/1.0.x/server-python/examples/teams/delete.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-python/examples/teams/delete.md rename to docs/examples/1.0.x/server-python/examples/teams/delete.md diff --git a/docs/examples/1.0.0-RC1/server-python/examples/teams/get-membership.md b/docs/examples/1.0.x/server-python/examples/teams/get-membership.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-python/examples/teams/get-membership.md rename to docs/examples/1.0.x/server-python/examples/teams/get-membership.md diff --git a/docs/examples/1.0.0-RC1/server-python/examples/teams/get-memberships.md b/docs/examples/1.0.x/server-python/examples/teams/get-memberships.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-python/examples/teams/get-memberships.md rename to docs/examples/1.0.x/server-python/examples/teams/get-memberships.md diff --git a/docs/examples/1.0.0-RC1/server-python/examples/teams/get.md b/docs/examples/1.0.x/server-python/examples/teams/get.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-python/examples/teams/get.md rename to docs/examples/1.0.x/server-python/examples/teams/get.md diff --git a/docs/examples/1.0.0/server-python/examples/teams/list-memberships.md b/docs/examples/1.0.x/server-python/examples/teams/list-memberships.md similarity index 100% rename from docs/examples/1.0.0/server-python/examples/teams/list-memberships.md rename to docs/examples/1.0.x/server-python/examples/teams/list-memberships.md diff --git a/docs/examples/1.0.0-RC1/server-python/examples/teams/list.md b/docs/examples/1.0.x/server-python/examples/teams/list.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-python/examples/teams/list.md rename to docs/examples/1.0.x/server-python/examples/teams/list.md diff --git a/docs/examples/1.0.0-RC1/server-python/examples/teams/update-membership-roles.md b/docs/examples/1.0.x/server-python/examples/teams/update-membership-roles.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-python/examples/teams/update-membership-roles.md rename to docs/examples/1.0.x/server-python/examples/teams/update-membership-roles.md diff --git a/docs/examples/1.0.0-RC1/server-python/examples/teams/update-membership-status.md b/docs/examples/1.0.x/server-python/examples/teams/update-membership-status.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-python/examples/teams/update-membership-status.md rename to docs/examples/1.0.x/server-python/examples/teams/update-membership-status.md diff --git a/docs/examples/1.0.0-RC1/server-python/examples/teams/update.md b/docs/examples/1.0.x/server-python/examples/teams/update.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-python/examples/teams/update.md rename to docs/examples/1.0.x/server-python/examples/teams/update.md diff --git a/docs/examples/1.0.0-RC1/server-python/examples/users/create-argon2user.md b/docs/examples/1.0.x/server-python/examples/users/create-argon2user.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-python/examples/users/create-argon2user.md rename to docs/examples/1.0.x/server-python/examples/users/create-argon2user.md diff --git a/docs/examples/1.0.0-RC1/server-python/examples/users/create-bcrypt-user.md b/docs/examples/1.0.x/server-python/examples/users/create-bcrypt-user.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-python/examples/users/create-bcrypt-user.md rename to docs/examples/1.0.x/server-python/examples/users/create-bcrypt-user.md diff --git a/docs/examples/1.0.0-RC1/server-python/examples/users/create-m-d5user.md b/docs/examples/1.0.x/server-python/examples/users/create-m-d5user.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-python/examples/users/create-m-d5user.md rename to docs/examples/1.0.x/server-python/examples/users/create-m-d5user.md diff --git a/docs/examples/1.0.0-RC1/server-python/examples/users/create-p-h-pass-user.md b/docs/examples/1.0.x/server-python/examples/users/create-p-h-pass-user.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-python/examples/users/create-p-h-pass-user.md rename to docs/examples/1.0.x/server-python/examples/users/create-p-h-pass-user.md diff --git a/docs/examples/1.0.0-RC1/server-python/examples/users/create-s-h-a-user.md b/docs/examples/1.0.x/server-python/examples/users/create-s-h-a-user.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-python/examples/users/create-s-h-a-user.md rename to docs/examples/1.0.x/server-python/examples/users/create-s-h-a-user.md diff --git a/docs/examples/1.0.0-RC1/server-python/examples/users/create-scrypt-modified-user.md b/docs/examples/1.0.x/server-python/examples/users/create-scrypt-modified-user.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-python/examples/users/create-scrypt-modified-user.md rename to docs/examples/1.0.x/server-python/examples/users/create-scrypt-modified-user.md diff --git a/docs/examples/1.0.0-RC1/server-python/examples/users/create-scrypt-user.md b/docs/examples/1.0.x/server-python/examples/users/create-scrypt-user.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-python/examples/users/create-scrypt-user.md rename to docs/examples/1.0.x/server-python/examples/users/create-scrypt-user.md diff --git a/docs/examples/1.0.0-RC1/server-python/examples/users/create.md b/docs/examples/1.0.x/server-python/examples/users/create.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-python/examples/users/create.md rename to docs/examples/1.0.x/server-python/examples/users/create.md diff --git a/docs/examples/1.0.0-RC1/server-python/examples/users/delete-session.md b/docs/examples/1.0.x/server-python/examples/users/delete-session.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-python/examples/users/delete-session.md rename to docs/examples/1.0.x/server-python/examples/users/delete-session.md diff --git a/docs/examples/1.0.0-RC1/server-python/examples/users/delete-sessions.md b/docs/examples/1.0.x/server-python/examples/users/delete-sessions.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-python/examples/users/delete-sessions.md rename to docs/examples/1.0.x/server-python/examples/users/delete-sessions.md diff --git a/docs/examples/1.0.0-RC1/server-python/examples/users/delete.md b/docs/examples/1.0.x/server-python/examples/users/delete.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-python/examples/users/delete.md rename to docs/examples/1.0.x/server-python/examples/users/delete.md diff --git a/docs/examples/1.0.0-RC1/server-python/examples/users/get-logs.md b/docs/examples/1.0.x/server-python/examples/users/get-logs.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-python/examples/users/get-logs.md rename to docs/examples/1.0.x/server-python/examples/users/get-logs.md diff --git a/docs/examples/1.0.0-RC1/server-python/examples/users/get-memberships.md b/docs/examples/1.0.x/server-python/examples/users/get-memberships.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-python/examples/users/get-memberships.md rename to docs/examples/1.0.x/server-python/examples/users/get-memberships.md diff --git a/docs/examples/1.0.0-RC1/server-python/examples/users/get-prefs.md b/docs/examples/1.0.x/server-python/examples/users/get-prefs.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-python/examples/users/get-prefs.md rename to docs/examples/1.0.x/server-python/examples/users/get-prefs.md diff --git a/docs/examples/1.0.0-RC1/server-python/examples/users/get-sessions.md b/docs/examples/1.0.x/server-python/examples/users/get-sessions.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-python/examples/users/get-sessions.md rename to docs/examples/1.0.x/server-python/examples/users/get-sessions.md diff --git a/docs/examples/1.0.0-RC1/server-python/examples/users/get.md b/docs/examples/1.0.x/server-python/examples/users/get.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-python/examples/users/get.md rename to docs/examples/1.0.x/server-python/examples/users/get.md diff --git a/docs/examples/1.0.0/server-python/examples/users/list-logs.md b/docs/examples/1.0.x/server-python/examples/users/list-logs.md similarity index 100% rename from docs/examples/1.0.0/server-python/examples/users/list-logs.md rename to docs/examples/1.0.x/server-python/examples/users/list-logs.md diff --git a/docs/examples/1.0.0/server-python/examples/users/list-memberships.md b/docs/examples/1.0.x/server-python/examples/users/list-memberships.md similarity index 100% rename from docs/examples/1.0.0/server-python/examples/users/list-memberships.md rename to docs/examples/1.0.x/server-python/examples/users/list-memberships.md diff --git a/docs/examples/1.0.0/server-python/examples/users/list-sessions.md b/docs/examples/1.0.x/server-python/examples/users/list-sessions.md similarity index 100% rename from docs/examples/1.0.0/server-python/examples/users/list-sessions.md rename to docs/examples/1.0.x/server-python/examples/users/list-sessions.md diff --git a/docs/examples/1.0.0-RC1/server-python/examples/users/list.md b/docs/examples/1.0.x/server-python/examples/users/list.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-python/examples/users/list.md rename to docs/examples/1.0.x/server-python/examples/users/list.md diff --git a/docs/examples/1.0.0-RC1/server-python/examples/users/update-email-verification.md b/docs/examples/1.0.x/server-python/examples/users/update-email-verification.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-python/examples/users/update-email-verification.md rename to docs/examples/1.0.x/server-python/examples/users/update-email-verification.md diff --git a/docs/examples/1.0.0-RC1/server-python/examples/users/update-email.md b/docs/examples/1.0.x/server-python/examples/users/update-email.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-python/examples/users/update-email.md rename to docs/examples/1.0.x/server-python/examples/users/update-email.md diff --git a/docs/examples/1.0.0-RC1/server-python/examples/users/update-name.md b/docs/examples/1.0.x/server-python/examples/users/update-name.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-python/examples/users/update-name.md rename to docs/examples/1.0.x/server-python/examples/users/update-name.md diff --git a/docs/examples/1.0.0-RC1/server-python/examples/users/update-password.md b/docs/examples/1.0.x/server-python/examples/users/update-password.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-python/examples/users/update-password.md rename to docs/examples/1.0.x/server-python/examples/users/update-password.md diff --git a/docs/examples/1.0.0-RC1/server-python/examples/users/update-phone-verification.md b/docs/examples/1.0.x/server-python/examples/users/update-phone-verification.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-python/examples/users/update-phone-verification.md rename to docs/examples/1.0.x/server-python/examples/users/update-phone-verification.md diff --git a/docs/examples/1.0.0-RC1/server-python/examples/users/update-phone.md b/docs/examples/1.0.x/server-python/examples/users/update-phone.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-python/examples/users/update-phone.md rename to docs/examples/1.0.x/server-python/examples/users/update-phone.md diff --git a/docs/examples/1.0.0-RC1/server-python/examples/users/update-prefs.md b/docs/examples/1.0.x/server-python/examples/users/update-prefs.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-python/examples/users/update-prefs.md rename to docs/examples/1.0.x/server-python/examples/users/update-prefs.md diff --git a/docs/examples/1.0.0-RC1/server-python/examples/users/update-status.md b/docs/examples/1.0.x/server-python/examples/users/update-status.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-python/examples/users/update-status.md rename to docs/examples/1.0.x/server-python/examples/users/update-status.md diff --git a/docs/examples/1.0.0-RC1/server-ruby/examples/account/create-phone-verification.md b/docs/examples/1.0.x/server-ruby/examples/account/create-phone-verification.md similarity index 74% rename from docs/examples/1.0.0-RC1/server-ruby/examples/account/create-phone-verification.md rename to docs/examples/1.0.x/server-ruby/examples/account/create-phone-verification.md index 10b9b8629f..5e50ef27d5 100644 --- a/docs/examples/1.0.0-RC1/server-ruby/examples/account/create-phone-verification.md +++ b/docs/examples/1.0.x/server-ruby/examples/account/create-phone-verification.md @@ -1,13 +1,13 @@ -require 'appwrite' +require 'Appwrite' -client = Appwrite::Client.new +include Appwrite -client +client = Client.new .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint .set_project('5df5acd0d48c2') # Your project ID .set_jwt('eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ...') # Your secret JSON Web Token -account = Appwrite::Account.new(client) +account = Account.new(client) response = account.create_phone_verification() diff --git a/docs/examples/1.0.0/server-ruby/examples/account/create-recovery.md b/docs/examples/1.0.x/server-ruby/examples/account/create-recovery.md similarity index 77% rename from docs/examples/1.0.0/server-ruby/examples/account/create-recovery.md rename to docs/examples/1.0.x/server-ruby/examples/account/create-recovery.md index e8d2e55435..e1f36e4f89 100644 --- a/docs/examples/1.0.0/server-ruby/examples/account/create-recovery.md +++ b/docs/examples/1.0.x/server-ruby/examples/account/create-recovery.md @@ -1,13 +1,13 @@ -require 'appwrite' +require 'Appwrite' -client = Appwrite::Client.new +include Appwrite -client +client = Client.new .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint .set_project('5df5acd0d48c2') # Your project ID .set_jwt('eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ...') # Your secret JSON Web Token -account = Appwrite::Account.new(client) +account = Account.new(client) response = account.create_recovery(email: 'email@example.com', url: 'https://example.com') diff --git a/docs/examples/1.0.0/server-ruby/examples/account/create-verification.md b/docs/examples/1.0.x/server-ruby/examples/account/create-verification.md similarity index 75% rename from docs/examples/1.0.0/server-ruby/examples/account/create-verification.md rename to docs/examples/1.0.x/server-ruby/examples/account/create-verification.md index e2793d190f..a509232d44 100644 --- a/docs/examples/1.0.0/server-ruby/examples/account/create-verification.md +++ b/docs/examples/1.0.x/server-ruby/examples/account/create-verification.md @@ -1,13 +1,13 @@ -require 'appwrite' +require 'Appwrite' -client = Appwrite::Client.new +include Appwrite -client +client = Client.new .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint .set_project('5df5acd0d48c2') # Your project ID .set_jwt('eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ...') # Your secret JSON Web Token -account = Appwrite::Account.new(client) +account = Account.new(client) response = account.create_verification(url: 'https://example.com') diff --git a/docs/examples/1.0.0/server-ruby/examples/account/delete-session.md b/docs/examples/1.0.x/server-ruby/examples/account/delete-session.md similarity index 75% rename from docs/examples/1.0.0/server-ruby/examples/account/delete-session.md rename to docs/examples/1.0.x/server-ruby/examples/account/delete-session.md index 31eb776cb1..4d859bae5c 100644 --- a/docs/examples/1.0.0/server-ruby/examples/account/delete-session.md +++ b/docs/examples/1.0.x/server-ruby/examples/account/delete-session.md @@ -1,13 +1,13 @@ -require 'appwrite' +require 'Appwrite' -client = Appwrite::Client.new +include Appwrite -client +client = Client.new .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint .set_project('5df5acd0d48c2') # Your project ID .set_jwt('eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ...') # Your secret JSON Web Token -account = Appwrite::Account.new(client) +account = Account.new(client) response = account.delete_session(session_id: '[SESSION_ID]') diff --git a/docs/examples/1.0.0/server-ruby/examples/account/delete-sessions.md b/docs/examples/1.0.x/server-ruby/examples/account/delete-sessions.md similarity index 73% rename from docs/examples/1.0.0/server-ruby/examples/account/delete-sessions.md rename to docs/examples/1.0.x/server-ruby/examples/account/delete-sessions.md index b2cd8719bb..09c499ce02 100644 --- a/docs/examples/1.0.0/server-ruby/examples/account/delete-sessions.md +++ b/docs/examples/1.0.x/server-ruby/examples/account/delete-sessions.md @@ -1,13 +1,13 @@ -require 'appwrite' +require 'Appwrite' -client = Appwrite::Client.new +include Appwrite -client +client = Client.new .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint .set_project('5df5acd0d48c2') # Your project ID .set_jwt('eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ...') # Your secret JSON Web Token -account = Appwrite::Account.new(client) +account = Account.new(client) response = account.delete_sessions() diff --git a/docs/examples/1.0.0-RC1/server-ruby/examples/account/get-logs.md b/docs/examples/1.0.x/server-ruby/examples/account/get-logs.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-ruby/examples/account/get-logs.md rename to docs/examples/1.0.x/server-ruby/examples/account/get-logs.md diff --git a/docs/examples/1.0.0/server-ruby/examples/account/get-prefs.md b/docs/examples/1.0.x/server-ruby/examples/account/get-prefs.md similarity index 73% rename from docs/examples/1.0.0/server-ruby/examples/account/get-prefs.md rename to docs/examples/1.0.x/server-ruby/examples/account/get-prefs.md index 399b02f84e..7598c095eb 100644 --- a/docs/examples/1.0.0/server-ruby/examples/account/get-prefs.md +++ b/docs/examples/1.0.x/server-ruby/examples/account/get-prefs.md @@ -1,13 +1,13 @@ -require 'appwrite' +require 'Appwrite' -client = Appwrite::Client.new +include Appwrite -client +client = Client.new .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint .set_project('5df5acd0d48c2') # Your project ID .set_jwt('eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ...') # Your secret JSON Web Token -account = Appwrite::Account.new(client) +account = Account.new(client) response = account.get_prefs() diff --git a/docs/examples/1.0.0/server-ruby/examples/account/get-session.md b/docs/examples/1.0.x/server-ruby/examples/account/get-session.md similarity index 75% rename from docs/examples/1.0.0/server-ruby/examples/account/get-session.md rename to docs/examples/1.0.x/server-ruby/examples/account/get-session.md index c5da75976e..1bc36571bf 100644 --- a/docs/examples/1.0.0/server-ruby/examples/account/get-session.md +++ b/docs/examples/1.0.x/server-ruby/examples/account/get-session.md @@ -1,13 +1,13 @@ -require 'appwrite' +require 'Appwrite' -client = Appwrite::Client.new +include Appwrite -client +client = Client.new .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint .set_project('5df5acd0d48c2') # Your project ID .set_jwt('eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ...') # Your secret JSON Web Token -account = Appwrite::Account.new(client) +account = Account.new(client) response = account.get_session(session_id: '[SESSION_ID]') diff --git a/docs/examples/1.0.0-RC1/server-ruby/examples/account/get-sessions.md b/docs/examples/1.0.x/server-ruby/examples/account/get-sessions.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-ruby/examples/account/get-sessions.md rename to docs/examples/1.0.x/server-ruby/examples/account/get-sessions.md diff --git a/docs/examples/1.0.0/server-ruby/examples/account/get.md b/docs/examples/1.0.x/server-ruby/examples/account/get.md similarity index 73% rename from docs/examples/1.0.0/server-ruby/examples/account/get.md rename to docs/examples/1.0.x/server-ruby/examples/account/get.md index 15feca12b5..e19a708f22 100644 --- a/docs/examples/1.0.0/server-ruby/examples/account/get.md +++ b/docs/examples/1.0.x/server-ruby/examples/account/get.md @@ -1,13 +1,13 @@ -require 'appwrite' +require 'Appwrite' -client = Appwrite::Client.new +include Appwrite -client +client = Client.new .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint .set_project('5df5acd0d48c2') # Your project ID .set_jwt('eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ...') # Your secret JSON Web Token -account = Appwrite::Account.new(client) +account = Account.new(client) response = account.get() diff --git a/docs/examples/1.0.0/server-ruby/examples/account/list-logs.md b/docs/examples/1.0.x/server-ruby/examples/account/list-logs.md similarity index 73% rename from docs/examples/1.0.0/server-ruby/examples/account/list-logs.md rename to docs/examples/1.0.x/server-ruby/examples/account/list-logs.md index e7cdc0ea20..7eaa08ee89 100644 --- a/docs/examples/1.0.0/server-ruby/examples/account/list-logs.md +++ b/docs/examples/1.0.x/server-ruby/examples/account/list-logs.md @@ -1,13 +1,13 @@ -require 'appwrite' +require 'Appwrite' -client = Appwrite::Client.new +include Appwrite -client +client = Client.new .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint .set_project('5df5acd0d48c2') # Your project ID .set_jwt('eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ...') # Your secret JSON Web Token -account = Appwrite::Account.new(client) +account = Account.new(client) response = account.list_logs() diff --git a/docs/examples/1.0.0/server-ruby/examples/account/list-sessions.md b/docs/examples/1.0.x/server-ruby/examples/account/list-sessions.md similarity index 73% rename from docs/examples/1.0.0/server-ruby/examples/account/list-sessions.md rename to docs/examples/1.0.x/server-ruby/examples/account/list-sessions.md index e0424aeeea..d2764ffebb 100644 --- a/docs/examples/1.0.0/server-ruby/examples/account/list-sessions.md +++ b/docs/examples/1.0.x/server-ruby/examples/account/list-sessions.md @@ -1,13 +1,13 @@ -require 'appwrite' +require 'Appwrite' -client = Appwrite::Client.new +include Appwrite -client +client = Client.new .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint .set_project('5df5acd0d48c2') # Your project ID .set_jwt('eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ...') # Your secret JSON Web Token -account = Appwrite::Account.new(client) +account = Account.new(client) response = account.list_sessions() diff --git a/docs/examples/1.0.0-RC1/server-ruby/examples/account/update-email.md b/docs/examples/1.0.x/server-ruby/examples/account/update-email.md similarity index 76% rename from docs/examples/1.0.0-RC1/server-ruby/examples/account/update-email.md rename to docs/examples/1.0.x/server-ruby/examples/account/update-email.md index a036b30974..da0d3ff204 100644 --- a/docs/examples/1.0.0-RC1/server-ruby/examples/account/update-email.md +++ b/docs/examples/1.0.x/server-ruby/examples/account/update-email.md @@ -1,13 +1,13 @@ -require 'appwrite' +require 'Appwrite' -client = Appwrite::Client.new +include Appwrite -client +client = Client.new .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint .set_project('5df5acd0d48c2') # Your project ID .set_jwt('eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ...') # Your secret JSON Web Token -account = Appwrite::Account.new(client) +account = Account.new(client) response = account.update_email(email: 'email@example.com', password: 'password') diff --git a/docs/examples/1.0.0-RC1/server-ruby/examples/account/update-name.md b/docs/examples/1.0.x/server-ruby/examples/account/update-name.md similarity index 74% rename from docs/examples/1.0.0-RC1/server-ruby/examples/account/update-name.md rename to docs/examples/1.0.x/server-ruby/examples/account/update-name.md index 217be57b15..7402945e40 100644 --- a/docs/examples/1.0.0-RC1/server-ruby/examples/account/update-name.md +++ b/docs/examples/1.0.x/server-ruby/examples/account/update-name.md @@ -1,13 +1,13 @@ -require 'appwrite' +require 'Appwrite' -client = Appwrite::Client.new +include Appwrite -client +client = Client.new .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint .set_project('5df5acd0d48c2') # Your project ID .set_jwt('eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ...') # Your secret JSON Web Token -account = Appwrite::Account.new(client) +account = Account.new(client) response = account.update_name(name: '[NAME]') diff --git a/docs/examples/1.0.0-RC1/server-ruby/examples/account/update-password.md b/docs/examples/1.0.x/server-ruby/examples/account/update-password.md similarity index 75% rename from docs/examples/1.0.0-RC1/server-ruby/examples/account/update-password.md rename to docs/examples/1.0.x/server-ruby/examples/account/update-password.md index 0e6914d26a..4881f3edec 100644 --- a/docs/examples/1.0.0-RC1/server-ruby/examples/account/update-password.md +++ b/docs/examples/1.0.x/server-ruby/examples/account/update-password.md @@ -1,13 +1,13 @@ -require 'appwrite' +require 'Appwrite' -client = Appwrite::Client.new +include Appwrite -client +client = Client.new .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint .set_project('5df5acd0d48c2') # Your project ID .set_jwt('eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ...') # Your secret JSON Web Token -account = Appwrite::Account.new(client) +account = Account.new(client) response = account.update_password(password: 'password') diff --git a/docs/examples/1.0.0-RC1/server-ruby/examples/account/update-phone-verification.md b/docs/examples/1.0.x/server-ruby/examples/account/update-phone-verification.md similarity index 77% rename from docs/examples/1.0.0-RC1/server-ruby/examples/account/update-phone-verification.md rename to docs/examples/1.0.x/server-ruby/examples/account/update-phone-verification.md index 06a61212d4..a23ffad0b8 100644 --- a/docs/examples/1.0.0-RC1/server-ruby/examples/account/update-phone-verification.md +++ b/docs/examples/1.0.x/server-ruby/examples/account/update-phone-verification.md @@ -1,13 +1,13 @@ -require 'appwrite' +require 'Appwrite' -client = Appwrite::Client.new +include Appwrite -client +client = Client.new .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint .set_project('5df5acd0d48c2') # Your project ID .set_jwt('eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ...') # Your secret JSON Web Token -account = Appwrite::Account.new(client) +account = Account.new(client) response = account.update_phone_verification(user_id: '[USER_ID]', secret: '[SECRET]') diff --git a/docs/examples/1.0.0-RC1/server-ruby/examples/account/update-phone.md b/docs/examples/1.0.x/server-ruby/examples/account/update-phone.md similarity index 75% rename from docs/examples/1.0.0-RC1/server-ruby/examples/account/update-phone.md rename to docs/examples/1.0.x/server-ruby/examples/account/update-phone.md index e94e4fa6c8..8e6130d250 100644 --- a/docs/examples/1.0.0-RC1/server-ruby/examples/account/update-phone.md +++ b/docs/examples/1.0.x/server-ruby/examples/account/update-phone.md @@ -1,13 +1,13 @@ -require 'appwrite' +require 'Appwrite' -client = Appwrite::Client.new +include Appwrite -client +client = Client.new .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint .set_project('5df5acd0d48c2') # Your project ID .set_jwt('eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ...') # Your secret JSON Web Token -account = Appwrite::Account.new(client) +account = Account.new(client) response = account.update_phone(phone: '', password: 'password') diff --git a/docs/examples/1.0.0-RC1/server-ruby/examples/account/update-prefs.md b/docs/examples/1.0.x/server-ruby/examples/account/update-prefs.md similarity index 74% rename from docs/examples/1.0.0-RC1/server-ruby/examples/account/update-prefs.md rename to docs/examples/1.0.x/server-ruby/examples/account/update-prefs.md index 6a78546b15..b46d254f4d 100644 --- a/docs/examples/1.0.0-RC1/server-ruby/examples/account/update-prefs.md +++ b/docs/examples/1.0.x/server-ruby/examples/account/update-prefs.md @@ -1,13 +1,13 @@ -require 'appwrite' +require 'Appwrite' -client = Appwrite::Client.new +include Appwrite -client +client = Client.new .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint .set_project('5df5acd0d48c2') # Your project ID .set_jwt('eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ...') # Your secret JSON Web Token -account = Appwrite::Account.new(client) +account = Account.new(client) response = account.update_prefs(prefs: {}) diff --git a/docs/examples/1.0.0-RC1/server-ruby/examples/account/update-recovery.md b/docs/examples/1.0.x/server-ruby/examples/account/update-recovery.md similarity index 79% rename from docs/examples/1.0.0-RC1/server-ruby/examples/account/update-recovery.md rename to docs/examples/1.0.x/server-ruby/examples/account/update-recovery.md index d6d0050fe3..60167283b8 100644 --- a/docs/examples/1.0.0-RC1/server-ruby/examples/account/update-recovery.md +++ b/docs/examples/1.0.x/server-ruby/examples/account/update-recovery.md @@ -1,13 +1,13 @@ -require 'appwrite' +require 'Appwrite' -client = Appwrite::Client.new +include Appwrite -client +client = Client.new .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint .set_project('5df5acd0d48c2') # Your project ID .set_jwt('eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ...') # Your secret JSON Web Token -account = Appwrite::Account.new(client) +account = Account.new(client) response = account.update_recovery(user_id: '[USER_ID]', secret: '[SECRET]', password: 'password', password_again: 'password') diff --git a/docs/examples/1.0.0-RC1/server-ruby/examples/account/update-session.md b/docs/examples/1.0.x/server-ruby/examples/account/update-session.md similarity index 75% rename from docs/examples/1.0.0-RC1/server-ruby/examples/account/update-session.md rename to docs/examples/1.0.x/server-ruby/examples/account/update-session.md index 281efc72f7..bc6935e34a 100644 --- a/docs/examples/1.0.0-RC1/server-ruby/examples/account/update-session.md +++ b/docs/examples/1.0.x/server-ruby/examples/account/update-session.md @@ -1,13 +1,13 @@ -require 'appwrite' +require 'Appwrite' -client = Appwrite::Client.new +include Appwrite -client +client = Client.new .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint .set_project('5df5acd0d48c2') # Your project ID .set_jwt('eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ...') # Your secret JSON Web Token -account = Appwrite::Account.new(client) +account = Account.new(client) response = account.update_session(session_id: '[SESSION_ID]') diff --git a/docs/examples/1.0.0-RC1/server-ruby/examples/account/update-status.md b/docs/examples/1.0.x/server-ruby/examples/account/update-status.md similarity index 73% rename from docs/examples/1.0.0-RC1/server-ruby/examples/account/update-status.md rename to docs/examples/1.0.x/server-ruby/examples/account/update-status.md index c609271182..bf17db5607 100644 --- a/docs/examples/1.0.0-RC1/server-ruby/examples/account/update-status.md +++ b/docs/examples/1.0.x/server-ruby/examples/account/update-status.md @@ -1,13 +1,13 @@ -require 'appwrite' +require 'Appwrite' -client = Appwrite::Client.new +include Appwrite -client +client = Client.new .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint .set_project('5df5acd0d48c2') # Your project ID .set_jwt('eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ...') # Your secret JSON Web Token -account = Appwrite::Account.new(client) +account = Account.new(client) response = account.update_status() diff --git a/docs/examples/1.0.0-RC1/server-ruby/examples/account/update-verification.md b/docs/examples/1.0.x/server-ruby/examples/account/update-verification.md similarity index 76% rename from docs/examples/1.0.0-RC1/server-ruby/examples/account/update-verification.md rename to docs/examples/1.0.x/server-ruby/examples/account/update-verification.md index c2079c05b5..4a5379e88b 100644 --- a/docs/examples/1.0.0-RC1/server-ruby/examples/account/update-verification.md +++ b/docs/examples/1.0.x/server-ruby/examples/account/update-verification.md @@ -1,13 +1,13 @@ -require 'appwrite' +require 'Appwrite' -client = Appwrite::Client.new +include Appwrite -client +client = Client.new .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint .set_project('5df5acd0d48c2') # Your project ID .set_jwt('eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ...') # Your secret JSON Web Token -account = Appwrite::Account.new(client) +account = Account.new(client) response = account.update_verification(user_id: '[USER_ID]', secret: '[SECRET]') diff --git a/docs/examples/1.0.0/server-ruby/examples/avatars/get-browser.md b/docs/examples/1.0.x/server-ruby/examples/avatars/get-browser.md similarity index 73% rename from docs/examples/1.0.0/server-ruby/examples/avatars/get-browser.md rename to docs/examples/1.0.x/server-ruby/examples/avatars/get-browser.md index e339445186..4ed59eab7b 100644 --- a/docs/examples/1.0.0/server-ruby/examples/avatars/get-browser.md +++ b/docs/examples/1.0.x/server-ruby/examples/avatars/get-browser.md @@ -1,13 +1,13 @@ -require 'appwrite' +require 'Appwrite' -client = Appwrite::Client.new +include Appwrite -client +client = Client.new .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint .set_project('5df5acd0d48c2') # Your project ID .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key -avatars = Appwrite::Avatars.new(client) +avatars = Avatars.new(client) response = avatars.get_browser(code: 'aa') diff --git a/docs/examples/1.0.0-RC1/server-ruby/examples/avatars/get-credit-card.md b/docs/examples/1.0.x/server-ruby/examples/avatars/get-credit-card.md similarity index 73% rename from docs/examples/1.0.0-RC1/server-ruby/examples/avatars/get-credit-card.md rename to docs/examples/1.0.x/server-ruby/examples/avatars/get-credit-card.md index bf2d103536..ba0dc4ab89 100644 --- a/docs/examples/1.0.0-RC1/server-ruby/examples/avatars/get-credit-card.md +++ b/docs/examples/1.0.x/server-ruby/examples/avatars/get-credit-card.md @@ -1,13 +1,13 @@ -require 'appwrite' +require 'Appwrite' -client = Appwrite::Client.new +include Appwrite -client +client = Client.new .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint .set_project('5df5acd0d48c2') # Your project ID .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key -avatars = Appwrite::Avatars.new(client) +avatars = Avatars.new(client) response = avatars.get_credit_card(code: 'amex') diff --git a/docs/examples/1.0.0/server-ruby/examples/avatars/get-favicon.md b/docs/examples/1.0.x/server-ruby/examples/avatars/get-favicon.md similarity index 74% rename from docs/examples/1.0.0/server-ruby/examples/avatars/get-favicon.md rename to docs/examples/1.0.x/server-ruby/examples/avatars/get-favicon.md index 3b3d14ab1d..660e92e7d9 100644 --- a/docs/examples/1.0.0/server-ruby/examples/avatars/get-favicon.md +++ b/docs/examples/1.0.x/server-ruby/examples/avatars/get-favicon.md @@ -1,13 +1,13 @@ -require 'appwrite' +require 'Appwrite' -client = Appwrite::Client.new +include Appwrite -client +client = Client.new .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint .set_project('5df5acd0d48c2') # Your project ID .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key -avatars = Appwrite::Avatars.new(client) +avatars = Avatars.new(client) response = avatars.get_favicon(url: 'https://example.com') diff --git a/docs/examples/1.0.0/server-ruby/examples/avatars/get-flag.md b/docs/examples/1.0.x/server-ruby/examples/avatars/get-flag.md similarity index 72% rename from docs/examples/1.0.0/server-ruby/examples/avatars/get-flag.md rename to docs/examples/1.0.x/server-ruby/examples/avatars/get-flag.md index 37a0bc8577..7e31b83e05 100644 --- a/docs/examples/1.0.0/server-ruby/examples/avatars/get-flag.md +++ b/docs/examples/1.0.x/server-ruby/examples/avatars/get-flag.md @@ -1,13 +1,13 @@ -require 'appwrite' +require 'Appwrite' -client = Appwrite::Client.new +include Appwrite -client +client = Client.new .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint .set_project('5df5acd0d48c2') # Your project ID .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key -avatars = Appwrite::Avatars.new(client) +avatars = Avatars.new(client) response = avatars.get_flag(code: 'af') diff --git a/docs/examples/1.0.0/server-ruby/examples/avatars/get-image.md b/docs/examples/1.0.x/server-ruby/examples/avatars/get-image.md similarity index 74% rename from docs/examples/1.0.0/server-ruby/examples/avatars/get-image.md rename to docs/examples/1.0.x/server-ruby/examples/avatars/get-image.md index 251573ece7..052116e6d3 100644 --- a/docs/examples/1.0.0/server-ruby/examples/avatars/get-image.md +++ b/docs/examples/1.0.x/server-ruby/examples/avatars/get-image.md @@ -1,13 +1,13 @@ -require 'appwrite' +require 'Appwrite' -client = Appwrite::Client.new +include Appwrite -client +client = Client.new .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint .set_project('5df5acd0d48c2') # Your project ID .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key -avatars = Appwrite::Avatars.new(client) +avatars = Avatars.new(client) response = avatars.get_image(url: 'https://example.com') diff --git a/docs/examples/1.0.0/server-ruby/examples/avatars/get-initials.md b/docs/examples/1.0.x/server-ruby/examples/avatars/get-initials.md similarity index 72% rename from docs/examples/1.0.0/server-ruby/examples/avatars/get-initials.md rename to docs/examples/1.0.x/server-ruby/examples/avatars/get-initials.md index 6e30f179d9..73fd108edb 100644 --- a/docs/examples/1.0.0/server-ruby/examples/avatars/get-initials.md +++ b/docs/examples/1.0.x/server-ruby/examples/avatars/get-initials.md @@ -1,13 +1,13 @@ -require 'appwrite' +require 'Appwrite' -client = Appwrite::Client.new +include Appwrite -client +client = Client.new .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint .set_project('5df5acd0d48c2') # Your project ID .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key -avatars = Appwrite::Avatars.new(client) +avatars = Avatars.new(client) response = avatars.get_initials() diff --git a/docs/examples/1.0.0-RC1/server-ruby/examples/avatars/get-q-r.md b/docs/examples/1.0.x/server-ruby/examples/avatars/get-q-r.md similarity index 73% rename from docs/examples/1.0.0-RC1/server-ruby/examples/avatars/get-q-r.md rename to docs/examples/1.0.x/server-ruby/examples/avatars/get-q-r.md index 3714d545eb..b8dbdf5a42 100644 --- a/docs/examples/1.0.0-RC1/server-ruby/examples/avatars/get-q-r.md +++ b/docs/examples/1.0.x/server-ruby/examples/avatars/get-q-r.md @@ -1,13 +1,13 @@ -require 'appwrite' +require 'Appwrite' -client = Appwrite::Client.new +include Appwrite -client +client = Client.new .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint .set_project('5df5acd0d48c2') # Your project ID .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key -avatars = Appwrite::Avatars.new(client) +avatars = Avatars.new(client) response = avatars.get_qr(text: '[TEXT]') diff --git a/docs/examples/1.0.0-RC1/server-ruby/examples/databases/create-boolean-attribute.md b/docs/examples/1.0.x/server-ruby/examples/databases/create-boolean-attribute.md similarity index 78% rename from docs/examples/1.0.0-RC1/server-ruby/examples/databases/create-boolean-attribute.md rename to docs/examples/1.0.x/server-ruby/examples/databases/create-boolean-attribute.md index 31f0c4c256..be16c663db 100644 --- a/docs/examples/1.0.0-RC1/server-ruby/examples/databases/create-boolean-attribute.md +++ b/docs/examples/1.0.x/server-ruby/examples/databases/create-boolean-attribute.md @@ -1,13 +1,13 @@ -require 'appwrite' +require 'Appwrite' -client = Appwrite::Client.new +include Appwrite -client +client = Client.new .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint .set_project('5df5acd0d48c2') # Your project ID .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key -databases = Appwrite::Databases.new(client) +databases = Databases.new(client) response = databases.create_boolean_attribute(database_id: '[DATABASE_ID]', collection_id: '[COLLECTION_ID]', key: '', required: false) diff --git a/docs/examples/1.0.0-RC1/server-ruby/examples/databases/create-collection.md b/docs/examples/1.0.x/server-ruby/examples/databases/create-collection.md similarity index 77% rename from docs/examples/1.0.0-RC1/server-ruby/examples/databases/create-collection.md rename to docs/examples/1.0.x/server-ruby/examples/databases/create-collection.md index dc330a0692..1af359a2f7 100644 --- a/docs/examples/1.0.0-RC1/server-ruby/examples/databases/create-collection.md +++ b/docs/examples/1.0.x/server-ruby/examples/databases/create-collection.md @@ -1,13 +1,13 @@ -require 'appwrite' +require 'Appwrite' -client = Appwrite::Client.new +include Appwrite -client +client = Client.new .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint .set_project('5df5acd0d48c2') # Your project ID .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key -databases = Appwrite::Databases.new(client) +databases = Databases.new(client) response = databases.create_collection(database_id: '[DATABASE_ID]', collection_id: '[COLLECTION_ID]', name: '[NAME]') diff --git a/docs/examples/1.0.0-RC1/server-ruby/examples/databases/create-datetime-attribute.md b/docs/examples/1.0.x/server-ruby/examples/databases/create-datetime-attribute.md similarity index 78% rename from docs/examples/1.0.0-RC1/server-ruby/examples/databases/create-datetime-attribute.md rename to docs/examples/1.0.x/server-ruby/examples/databases/create-datetime-attribute.md index 7c3e72cfa3..98c71de611 100644 --- a/docs/examples/1.0.0-RC1/server-ruby/examples/databases/create-datetime-attribute.md +++ b/docs/examples/1.0.x/server-ruby/examples/databases/create-datetime-attribute.md @@ -1,13 +1,13 @@ -require 'appwrite' +require 'Appwrite' -client = Appwrite::Client.new +include Appwrite -client +client = Client.new .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint .set_project('5df5acd0d48c2') # Your project ID .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key -databases = Appwrite::Databases.new(client) +databases = Databases.new(client) response = databases.create_datetime_attribute(database_id: '[DATABASE_ID]', collection_id: '[COLLECTION_ID]', key: '', required: false) diff --git a/docs/examples/1.0.0-RC1/server-ruby/examples/databases/create-document.md b/docs/examples/1.0.x/server-ruby/examples/databases/create-document.md similarity index 78% rename from docs/examples/1.0.0-RC1/server-ruby/examples/databases/create-document.md rename to docs/examples/1.0.x/server-ruby/examples/databases/create-document.md index bab29bf3c4..b0d78bb82a 100644 --- a/docs/examples/1.0.0-RC1/server-ruby/examples/databases/create-document.md +++ b/docs/examples/1.0.x/server-ruby/examples/databases/create-document.md @@ -1,13 +1,13 @@ -require 'appwrite' +require 'Appwrite' -client = Appwrite::Client.new +include Appwrite -client +client = Client.new .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint .set_project('5df5acd0d48c2') # Your project ID .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key -databases = Appwrite::Databases.new(client) +databases = Databases.new(client) response = databases.create_document(database_id: '[DATABASE_ID]', collection_id: '[COLLECTION_ID]', document_id: '[DOCUMENT_ID]', data: {}) diff --git a/docs/examples/1.0.0-RC1/server-ruby/examples/databases/create-email-attribute.md b/docs/examples/1.0.x/server-ruby/examples/databases/create-email-attribute.md similarity index 77% rename from docs/examples/1.0.0-RC1/server-ruby/examples/databases/create-email-attribute.md rename to docs/examples/1.0.x/server-ruby/examples/databases/create-email-attribute.md index 04bdc46f75..69cd432efe 100644 --- a/docs/examples/1.0.0-RC1/server-ruby/examples/databases/create-email-attribute.md +++ b/docs/examples/1.0.x/server-ruby/examples/databases/create-email-attribute.md @@ -1,13 +1,13 @@ -require 'appwrite' +require 'Appwrite' -client = Appwrite::Client.new +include Appwrite -client +client = Client.new .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint .set_project('5df5acd0d48c2') # Your project ID .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key -databases = Appwrite::Databases.new(client) +databases = Databases.new(client) response = databases.create_email_attribute(database_id: '[DATABASE_ID]', collection_id: '[COLLECTION_ID]', key: '', required: false) diff --git a/docs/examples/1.0.0-RC1/server-ruby/examples/databases/create-enum-attribute.md b/docs/examples/1.0.x/server-ruby/examples/databases/create-enum-attribute.md similarity index 78% rename from docs/examples/1.0.0-RC1/server-ruby/examples/databases/create-enum-attribute.md rename to docs/examples/1.0.x/server-ruby/examples/databases/create-enum-attribute.md index 2d755d5f24..ea7b682dfd 100644 --- a/docs/examples/1.0.0-RC1/server-ruby/examples/databases/create-enum-attribute.md +++ b/docs/examples/1.0.x/server-ruby/examples/databases/create-enum-attribute.md @@ -1,13 +1,13 @@ -require 'appwrite' +require 'Appwrite' -client = Appwrite::Client.new +include Appwrite -client +client = Client.new .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint .set_project('5df5acd0d48c2') # Your project ID .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key -databases = Appwrite::Databases.new(client) +databases = Databases.new(client) response = databases.create_enum_attribute(database_id: '[DATABASE_ID]', collection_id: '[COLLECTION_ID]', key: '', elements: [], required: false) diff --git a/docs/examples/1.0.0-RC1/server-ruby/examples/databases/create-float-attribute.md b/docs/examples/1.0.x/server-ruby/examples/databases/create-float-attribute.md similarity index 77% rename from docs/examples/1.0.0-RC1/server-ruby/examples/databases/create-float-attribute.md rename to docs/examples/1.0.x/server-ruby/examples/databases/create-float-attribute.md index 69e7e67121..21e0863a1e 100644 --- a/docs/examples/1.0.0-RC1/server-ruby/examples/databases/create-float-attribute.md +++ b/docs/examples/1.0.x/server-ruby/examples/databases/create-float-attribute.md @@ -1,13 +1,13 @@ -require 'appwrite' +require 'Appwrite' -client = Appwrite::Client.new +include Appwrite -client +client = Client.new .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint .set_project('5df5acd0d48c2') # Your project ID .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key -databases = Appwrite::Databases.new(client) +databases = Databases.new(client) response = databases.create_float_attribute(database_id: '[DATABASE_ID]', collection_id: '[COLLECTION_ID]', key: '', required: false) diff --git a/docs/examples/1.0.0-RC1/server-ruby/examples/databases/create-index.md b/docs/examples/1.0.x/server-ruby/examples/databases/create-index.md similarity index 78% rename from docs/examples/1.0.0-RC1/server-ruby/examples/databases/create-index.md rename to docs/examples/1.0.x/server-ruby/examples/databases/create-index.md index 7a8026d5ef..8837318022 100644 --- a/docs/examples/1.0.0-RC1/server-ruby/examples/databases/create-index.md +++ b/docs/examples/1.0.x/server-ruby/examples/databases/create-index.md @@ -1,13 +1,13 @@ -require 'appwrite' +require 'Appwrite' -client = Appwrite::Client.new +include Appwrite -client +client = Client.new .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint .set_project('5df5acd0d48c2') # Your project ID .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key -databases = Appwrite::Databases.new(client) +databases = Databases.new(client) response = databases.create_index(database_id: '[DATABASE_ID]', collection_id: '[COLLECTION_ID]', key: '', type: 'key', attributes: []) diff --git a/docs/examples/1.0.0-RC1/server-ruby/examples/databases/create-integer-attribute.md b/docs/examples/1.0.x/server-ruby/examples/databases/create-integer-attribute.md similarity index 78% rename from docs/examples/1.0.0-RC1/server-ruby/examples/databases/create-integer-attribute.md rename to docs/examples/1.0.x/server-ruby/examples/databases/create-integer-attribute.md index 1bae8b555e..8be1591d37 100644 --- a/docs/examples/1.0.0-RC1/server-ruby/examples/databases/create-integer-attribute.md +++ b/docs/examples/1.0.x/server-ruby/examples/databases/create-integer-attribute.md @@ -1,13 +1,13 @@ -require 'appwrite' +require 'Appwrite' -client = Appwrite::Client.new +include Appwrite -client +client = Client.new .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint .set_project('5df5acd0d48c2') # Your project ID .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key -databases = Appwrite::Databases.new(client) +databases = Databases.new(client) response = databases.create_integer_attribute(database_id: '[DATABASE_ID]', collection_id: '[COLLECTION_ID]', key: '', required: false) diff --git a/docs/examples/1.0.0-RC1/server-ruby/examples/databases/create-ip-attribute.md b/docs/examples/1.0.x/server-ruby/examples/databases/create-ip-attribute.md similarity index 77% rename from docs/examples/1.0.0-RC1/server-ruby/examples/databases/create-ip-attribute.md rename to docs/examples/1.0.x/server-ruby/examples/databases/create-ip-attribute.md index 4cfebdea8b..4d46dda3c2 100644 --- a/docs/examples/1.0.0-RC1/server-ruby/examples/databases/create-ip-attribute.md +++ b/docs/examples/1.0.x/server-ruby/examples/databases/create-ip-attribute.md @@ -1,13 +1,13 @@ -require 'appwrite' +require 'Appwrite' -client = Appwrite::Client.new +include Appwrite -client +client = Client.new .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint .set_project('5df5acd0d48c2') # Your project ID .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key -databases = Appwrite::Databases.new(client) +databases = Databases.new(client) response = databases.create_ip_attribute(database_id: '[DATABASE_ID]', collection_id: '[COLLECTION_ID]', key: '', required: false) diff --git a/docs/examples/1.0.0-RC1/server-ruby/examples/databases/create-string-attribute.md b/docs/examples/1.0.x/server-ruby/examples/databases/create-string-attribute.md similarity index 78% rename from docs/examples/1.0.0-RC1/server-ruby/examples/databases/create-string-attribute.md rename to docs/examples/1.0.x/server-ruby/examples/databases/create-string-attribute.md index c1457a364c..1fefd17436 100644 --- a/docs/examples/1.0.0-RC1/server-ruby/examples/databases/create-string-attribute.md +++ b/docs/examples/1.0.x/server-ruby/examples/databases/create-string-attribute.md @@ -1,13 +1,13 @@ -require 'appwrite' +require 'Appwrite' -client = Appwrite::Client.new +include Appwrite -client +client = Client.new .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint .set_project('5df5acd0d48c2') # Your project ID .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key -databases = Appwrite::Databases.new(client) +databases = Databases.new(client) response = databases.create_string_attribute(database_id: '[DATABASE_ID]', collection_id: '[COLLECTION_ID]', key: '', size: 1, required: false) diff --git a/docs/examples/1.0.0-RC1/server-ruby/examples/databases/create-url-attribute.md b/docs/examples/1.0.x/server-ruby/examples/databases/create-url-attribute.md similarity index 77% rename from docs/examples/1.0.0-RC1/server-ruby/examples/databases/create-url-attribute.md rename to docs/examples/1.0.x/server-ruby/examples/databases/create-url-attribute.md index 0a368b44b3..219be8cbe8 100644 --- a/docs/examples/1.0.0-RC1/server-ruby/examples/databases/create-url-attribute.md +++ b/docs/examples/1.0.x/server-ruby/examples/databases/create-url-attribute.md @@ -1,13 +1,13 @@ -require 'appwrite' +require 'Appwrite' -client = Appwrite::Client.new +include Appwrite -client +client = Client.new .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint .set_project('5df5acd0d48c2') # Your project ID .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key -databases = Appwrite::Databases.new(client) +databases = Databases.new(client) response = databases.create_url_attribute(database_id: '[DATABASE_ID]', collection_id: '[COLLECTION_ID]', key: '', required: false) diff --git a/docs/examples/1.0.0-RC1/server-ruby/examples/databases/create.md b/docs/examples/1.0.x/server-ruby/examples/databases/create.md similarity index 74% rename from docs/examples/1.0.0-RC1/server-ruby/examples/databases/create.md rename to docs/examples/1.0.x/server-ruby/examples/databases/create.md index 2f9b7c1d18..b796569529 100644 --- a/docs/examples/1.0.0-RC1/server-ruby/examples/databases/create.md +++ b/docs/examples/1.0.x/server-ruby/examples/databases/create.md @@ -1,13 +1,13 @@ -require 'appwrite' +require 'Appwrite' -client = Appwrite::Client.new +include Appwrite -client +client = Client.new .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint .set_project('5df5acd0d48c2') # Your project ID .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key -databases = Appwrite::Databases.new(client) +databases = Databases.new(client) response = databases.create(database_id: '[DATABASE_ID]', name: '[NAME]') diff --git a/docs/examples/1.0.0-RC1/server-ruby/examples/databases/delete-attribute.md b/docs/examples/1.0.x/server-ruby/examples/databases/delete-attribute.md similarity index 76% rename from docs/examples/1.0.0-RC1/server-ruby/examples/databases/delete-attribute.md rename to docs/examples/1.0.x/server-ruby/examples/databases/delete-attribute.md index b19bc6aef7..bdce06e259 100644 --- a/docs/examples/1.0.0-RC1/server-ruby/examples/databases/delete-attribute.md +++ b/docs/examples/1.0.x/server-ruby/examples/databases/delete-attribute.md @@ -1,13 +1,13 @@ -require 'appwrite' +require 'Appwrite' -client = Appwrite::Client.new +include Appwrite -client +client = Client.new .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint .set_project('5df5acd0d48c2') # Your project ID .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key -databases = Appwrite::Databases.new(client) +databases = Databases.new(client) response = databases.delete_attribute(database_id: '[DATABASE_ID]', collection_id: '[COLLECTION_ID]', key: '') diff --git a/docs/examples/1.0.0-RC1/server-ruby/examples/databases/delete-collection.md b/docs/examples/1.0.x/server-ruby/examples/databases/delete-collection.md similarity index 76% rename from docs/examples/1.0.0-RC1/server-ruby/examples/databases/delete-collection.md rename to docs/examples/1.0.x/server-ruby/examples/databases/delete-collection.md index 9e8e8abb07..c8c715ef98 100644 --- a/docs/examples/1.0.0-RC1/server-ruby/examples/databases/delete-collection.md +++ b/docs/examples/1.0.x/server-ruby/examples/databases/delete-collection.md @@ -1,13 +1,13 @@ -require 'appwrite' +require 'Appwrite' -client = Appwrite::Client.new +include Appwrite -client +client = Client.new .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint .set_project('5df5acd0d48c2') # Your project ID .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key -databases = Appwrite::Databases.new(client) +databases = Databases.new(client) response = databases.delete_collection(database_id: '[DATABASE_ID]', collection_id: '[COLLECTION_ID]') diff --git a/docs/examples/1.0.0/server-ruby/examples/databases/delete-document.md b/docs/examples/1.0.x/server-ruby/examples/databases/delete-document.md similarity index 77% rename from docs/examples/1.0.0/server-ruby/examples/databases/delete-document.md rename to docs/examples/1.0.x/server-ruby/examples/databases/delete-document.md index d982179603..f5546021ec 100644 --- a/docs/examples/1.0.0/server-ruby/examples/databases/delete-document.md +++ b/docs/examples/1.0.x/server-ruby/examples/databases/delete-document.md @@ -1,13 +1,13 @@ -require 'appwrite' +require 'Appwrite' -client = Appwrite::Client.new +include Appwrite -client +client = Client.new .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint .set_project('5df5acd0d48c2') # Your project ID .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key -databases = Appwrite::Databases.new(client) +databases = Databases.new(client) response = databases.delete_document(database_id: '[DATABASE_ID]', collection_id: '[COLLECTION_ID]', document_id: '[DOCUMENT_ID]') diff --git a/docs/examples/1.0.0-RC1/server-ruby/examples/databases/delete-index.md b/docs/examples/1.0.x/server-ruby/examples/databases/delete-index.md similarity index 76% rename from docs/examples/1.0.0-RC1/server-ruby/examples/databases/delete-index.md rename to docs/examples/1.0.x/server-ruby/examples/databases/delete-index.md index bc21116842..5667a9a070 100644 --- a/docs/examples/1.0.0-RC1/server-ruby/examples/databases/delete-index.md +++ b/docs/examples/1.0.x/server-ruby/examples/databases/delete-index.md @@ -1,13 +1,13 @@ -require 'appwrite' +require 'Appwrite' -client = Appwrite::Client.new +include Appwrite -client +client = Client.new .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint .set_project('5df5acd0d48c2') # Your project ID .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key -databases = Appwrite::Databases.new(client) +databases = Databases.new(client) response = databases.delete_index(database_id: '[DATABASE_ID]', collection_id: '[COLLECTION_ID]', key: '') diff --git a/docs/examples/1.0.0-RC1/server-ruby/examples/databases/delete.md b/docs/examples/1.0.x/server-ruby/examples/databases/delete.md similarity index 73% rename from docs/examples/1.0.0-RC1/server-ruby/examples/databases/delete.md rename to docs/examples/1.0.x/server-ruby/examples/databases/delete.md index ee44decd9c..b8a0196dba 100644 --- a/docs/examples/1.0.0-RC1/server-ruby/examples/databases/delete.md +++ b/docs/examples/1.0.x/server-ruby/examples/databases/delete.md @@ -1,13 +1,13 @@ -require 'appwrite' +require 'Appwrite' -client = Appwrite::Client.new +include Appwrite -client +client = Client.new .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint .set_project('5df5acd0d48c2') # Your project ID .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key -databases = Appwrite::Databases.new(client) +databases = Databases.new(client) response = databases.delete(database_id: '[DATABASE_ID]') diff --git a/docs/examples/1.0.0-RC1/server-ruby/examples/databases/get-attribute.md b/docs/examples/1.0.x/server-ruby/examples/databases/get-attribute.md similarity index 76% rename from docs/examples/1.0.0-RC1/server-ruby/examples/databases/get-attribute.md rename to docs/examples/1.0.x/server-ruby/examples/databases/get-attribute.md index 06af19a7cd..eec1ecb718 100644 --- a/docs/examples/1.0.0-RC1/server-ruby/examples/databases/get-attribute.md +++ b/docs/examples/1.0.x/server-ruby/examples/databases/get-attribute.md @@ -1,13 +1,13 @@ -require 'appwrite' +require 'Appwrite' -client = Appwrite::Client.new +include Appwrite -client +client = Client.new .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint .set_project('5df5acd0d48c2') # Your project ID .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key -databases = Appwrite::Databases.new(client) +databases = Databases.new(client) response = databases.get_attribute(database_id: '[DATABASE_ID]', collection_id: '[COLLECTION_ID]', key: '') diff --git a/docs/examples/1.0.0-RC1/server-ruby/examples/databases/get-collection.md b/docs/examples/1.0.x/server-ruby/examples/databases/get-collection.md similarity index 76% rename from docs/examples/1.0.0-RC1/server-ruby/examples/databases/get-collection.md rename to docs/examples/1.0.x/server-ruby/examples/databases/get-collection.md index b66facbc3a..febac087a2 100644 --- a/docs/examples/1.0.0-RC1/server-ruby/examples/databases/get-collection.md +++ b/docs/examples/1.0.x/server-ruby/examples/databases/get-collection.md @@ -1,13 +1,13 @@ -require 'appwrite' +require 'Appwrite' -client = Appwrite::Client.new +include Appwrite -client +client = Client.new .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint .set_project('5df5acd0d48c2') # Your project ID .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key -databases = Appwrite::Databases.new(client) +databases = Databases.new(client) response = databases.get_collection(database_id: '[DATABASE_ID]', collection_id: '[COLLECTION_ID]') diff --git a/docs/examples/1.0.0-RC1/server-ruby/examples/databases/get-document.md b/docs/examples/1.0.x/server-ruby/examples/databases/get-document.md similarity index 77% rename from docs/examples/1.0.0-RC1/server-ruby/examples/databases/get-document.md rename to docs/examples/1.0.x/server-ruby/examples/databases/get-document.md index d3c77276a6..00e99e7d3f 100644 --- a/docs/examples/1.0.0-RC1/server-ruby/examples/databases/get-document.md +++ b/docs/examples/1.0.x/server-ruby/examples/databases/get-document.md @@ -1,13 +1,13 @@ -require 'appwrite' +require 'Appwrite' -client = Appwrite::Client.new +include Appwrite -client +client = Client.new .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint .set_project('5df5acd0d48c2') # Your project ID .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key -databases = Appwrite::Databases.new(client) +databases = Databases.new(client) response = databases.get_document(database_id: '[DATABASE_ID]', collection_id: '[COLLECTION_ID]', document_id: '[DOCUMENT_ID]') diff --git a/docs/examples/1.0.0-RC1/server-ruby/examples/databases/get-index.md b/docs/examples/1.0.x/server-ruby/examples/databases/get-index.md similarity index 76% rename from docs/examples/1.0.0-RC1/server-ruby/examples/databases/get-index.md rename to docs/examples/1.0.x/server-ruby/examples/databases/get-index.md index 143182b4eb..6e84826be0 100644 --- a/docs/examples/1.0.0-RC1/server-ruby/examples/databases/get-index.md +++ b/docs/examples/1.0.x/server-ruby/examples/databases/get-index.md @@ -1,13 +1,13 @@ -require 'appwrite' +require 'Appwrite' -client = Appwrite::Client.new +include Appwrite -client +client = Client.new .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint .set_project('5df5acd0d48c2') # Your project ID .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key -databases = Appwrite::Databases.new(client) +databases = Databases.new(client) response = databases.get_index(database_id: '[DATABASE_ID]', collection_id: '[COLLECTION_ID]', key: '') diff --git a/docs/examples/1.0.0-RC1/server-ruby/examples/databases/get.md b/docs/examples/1.0.x/server-ruby/examples/databases/get.md similarity index 73% rename from docs/examples/1.0.0-RC1/server-ruby/examples/databases/get.md rename to docs/examples/1.0.x/server-ruby/examples/databases/get.md index 093e45037c..d931a4e52d 100644 --- a/docs/examples/1.0.0-RC1/server-ruby/examples/databases/get.md +++ b/docs/examples/1.0.x/server-ruby/examples/databases/get.md @@ -1,13 +1,13 @@ -require 'appwrite' +require 'Appwrite' -client = Appwrite::Client.new +include Appwrite -client +client = Client.new .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint .set_project('5df5acd0d48c2') # Your project ID .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key -databases = Appwrite::Databases.new(client) +databases = Databases.new(client) response = databases.get(database_id: '[DATABASE_ID]') diff --git a/docs/examples/1.0.0-RC1/server-ruby/examples/databases/list-attributes.md b/docs/examples/1.0.x/server-ruby/examples/databases/list-attributes.md similarity index 76% rename from docs/examples/1.0.0-RC1/server-ruby/examples/databases/list-attributes.md rename to docs/examples/1.0.x/server-ruby/examples/databases/list-attributes.md index c83ce00ee7..b2c5a29be7 100644 --- a/docs/examples/1.0.0-RC1/server-ruby/examples/databases/list-attributes.md +++ b/docs/examples/1.0.x/server-ruby/examples/databases/list-attributes.md @@ -1,13 +1,13 @@ -require 'appwrite' +require 'Appwrite' -client = Appwrite::Client.new +include Appwrite -client +client = Client.new .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint .set_project('5df5acd0d48c2') # Your project ID .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key -databases = Appwrite::Databases.new(client) +databases = Databases.new(client) response = databases.list_attributes(database_id: '[DATABASE_ID]', collection_id: '[COLLECTION_ID]') diff --git a/docs/examples/1.0.0-RC1/server-ruby/examples/databases/list-collections.md b/docs/examples/1.0.x/server-ruby/examples/databases/list-collections.md similarity index 74% rename from docs/examples/1.0.0-RC1/server-ruby/examples/databases/list-collections.md rename to docs/examples/1.0.x/server-ruby/examples/databases/list-collections.md index fb27f1d030..f0cebcf6de 100644 --- a/docs/examples/1.0.0-RC1/server-ruby/examples/databases/list-collections.md +++ b/docs/examples/1.0.x/server-ruby/examples/databases/list-collections.md @@ -1,13 +1,13 @@ -require 'appwrite' +require 'Appwrite' -client = Appwrite::Client.new +include Appwrite -client +client = Client.new .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint .set_project('5df5acd0d48c2') # Your project ID .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key -databases = Appwrite::Databases.new(client) +databases = Databases.new(client) response = databases.list_collections(database_id: '[DATABASE_ID]') diff --git a/docs/examples/1.0.0-RC1/server-ruby/examples/databases/list-documents.md b/docs/examples/1.0.x/server-ruby/examples/databases/list-documents.md similarity index 76% rename from docs/examples/1.0.0-RC1/server-ruby/examples/databases/list-documents.md rename to docs/examples/1.0.x/server-ruby/examples/databases/list-documents.md index 4f4b1d97ab..be85c8ce32 100644 --- a/docs/examples/1.0.0-RC1/server-ruby/examples/databases/list-documents.md +++ b/docs/examples/1.0.x/server-ruby/examples/databases/list-documents.md @@ -1,13 +1,13 @@ -require 'appwrite' +require 'Appwrite' -client = Appwrite::Client.new +include Appwrite -client +client = Client.new .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint .set_project('5df5acd0d48c2') # Your project ID .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key -databases = Appwrite::Databases.new(client) +databases = Databases.new(client) response = databases.list_documents(database_id: '[DATABASE_ID]', collection_id: '[COLLECTION_ID]') diff --git a/docs/examples/1.0.0-RC1/server-ruby/examples/databases/list-indexes.md b/docs/examples/1.0.x/server-ruby/examples/databases/list-indexes.md similarity index 76% rename from docs/examples/1.0.0-RC1/server-ruby/examples/databases/list-indexes.md rename to docs/examples/1.0.x/server-ruby/examples/databases/list-indexes.md index 3edf1a02e9..b5f6fdbd17 100644 --- a/docs/examples/1.0.0-RC1/server-ruby/examples/databases/list-indexes.md +++ b/docs/examples/1.0.x/server-ruby/examples/databases/list-indexes.md @@ -1,13 +1,13 @@ -require 'appwrite' +require 'Appwrite' -client = Appwrite::Client.new +include Appwrite -client +client = Client.new .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint .set_project('5df5acd0d48c2') # Your project ID .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key -databases = Appwrite::Databases.new(client) +databases = Databases.new(client) response = databases.list_indexes(database_id: '[DATABASE_ID]', collection_id: '[COLLECTION_ID]') diff --git a/docs/examples/1.0.0-RC1/server-ruby/examples/databases/list.md b/docs/examples/1.0.x/server-ruby/examples/databases/list.md similarity index 71% rename from docs/examples/1.0.0-RC1/server-ruby/examples/databases/list.md rename to docs/examples/1.0.x/server-ruby/examples/databases/list.md index ae0112dc30..e7c31b2e4d 100644 --- a/docs/examples/1.0.0-RC1/server-ruby/examples/databases/list.md +++ b/docs/examples/1.0.x/server-ruby/examples/databases/list.md @@ -1,13 +1,13 @@ -require 'appwrite' +require 'Appwrite' -client = Appwrite::Client.new +include Appwrite -client +client = Client.new .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint .set_project('5df5acd0d48c2') # Your project ID .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key -databases = Appwrite::Databases.new(client) +databases = Databases.new(client) response = databases.list() diff --git a/docs/examples/1.0.0-RC1/server-ruby/examples/databases/update-collection.md b/docs/examples/1.0.x/server-ruby/examples/databases/update-collection.md similarity index 77% rename from docs/examples/1.0.0-RC1/server-ruby/examples/databases/update-collection.md rename to docs/examples/1.0.x/server-ruby/examples/databases/update-collection.md index 01d87249ea..a000de6255 100644 --- a/docs/examples/1.0.0-RC1/server-ruby/examples/databases/update-collection.md +++ b/docs/examples/1.0.x/server-ruby/examples/databases/update-collection.md @@ -1,13 +1,13 @@ -require 'appwrite' +require 'Appwrite' -client = Appwrite::Client.new +include Appwrite -client +client = Client.new .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint .set_project('5df5acd0d48c2') # Your project ID .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key -databases = Appwrite::Databases.new(client) +databases = Databases.new(client) response = databases.update_collection(database_id: '[DATABASE_ID]', collection_id: '[COLLECTION_ID]', name: '[NAME]') diff --git a/docs/examples/1.0.0-RC1/server-ruby/examples/databases/update-document.md b/docs/examples/1.0.x/server-ruby/examples/databases/update-document.md similarity index 77% rename from docs/examples/1.0.0-RC1/server-ruby/examples/databases/update-document.md rename to docs/examples/1.0.x/server-ruby/examples/databases/update-document.md index e6de79eddd..49efd38f5e 100644 --- a/docs/examples/1.0.0-RC1/server-ruby/examples/databases/update-document.md +++ b/docs/examples/1.0.x/server-ruby/examples/databases/update-document.md @@ -1,13 +1,13 @@ -require 'appwrite' +require 'Appwrite' -client = Appwrite::Client.new +include Appwrite -client +client = Client.new .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint .set_project('5df5acd0d48c2') # Your project ID .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key -databases = Appwrite::Databases.new(client) +databases = Databases.new(client) response = databases.update_document(database_id: '[DATABASE_ID]', collection_id: '[COLLECTION_ID]', document_id: '[DOCUMENT_ID]') diff --git a/docs/examples/1.0.0-RC1/server-ruby/examples/databases/update.md b/docs/examples/1.0.x/server-ruby/examples/databases/update.md similarity index 74% rename from docs/examples/1.0.0-RC1/server-ruby/examples/databases/update.md rename to docs/examples/1.0.x/server-ruby/examples/databases/update.md index 9100787e4c..8c4f6fc2eb 100644 --- a/docs/examples/1.0.0-RC1/server-ruby/examples/databases/update.md +++ b/docs/examples/1.0.x/server-ruby/examples/databases/update.md @@ -1,13 +1,13 @@ -require 'appwrite' +require 'Appwrite' -client = Appwrite::Client.new +include Appwrite -client +client = Client.new .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint .set_project('5df5acd0d48c2') # Your project ID .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key -databases = Appwrite::Databases.new(client) +databases = Databases.new(client) response = databases.update(database_id: '[DATABASE_ID]', name: '[NAME]') diff --git a/docs/examples/1.0.0-RC1/server-ruby/examples/functions/create-deployment.md b/docs/examples/1.0.x/server-ruby/examples/functions/create-deployment.md similarity index 58% rename from docs/examples/1.0.0-RC1/server-ruby/examples/functions/create-deployment.md rename to docs/examples/1.0.x/server-ruby/examples/functions/create-deployment.md index 42f3e467bb..c6badb90a1 100644 --- a/docs/examples/1.0.0-RC1/server-ruby/examples/functions/create-deployment.md +++ b/docs/examples/1.0.x/server-ruby/examples/functions/create-deployment.md @@ -1,14 +1,14 @@ -require 'appwrite' +require 'Appwrite' -client = Appwrite::Client.new +include Appwrite -client +client = Client.new .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint .set_project('5df5acd0d48c2') # Your project ID .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key -functions = Appwrite::Functions.new(client) +functions = Functions.new(client) -response = functions.create_deployment(function_id: '[FUNCTION_ID]', entrypoint: '[ENTRYPOINT]', code: Appwrite::InputFile.from_path('dir/file.png'), activate: false) +response = functions.create_deployment(function_id: '[FUNCTION_ID]', entrypoint: '[ENTRYPOINT]', code: InputFile.from_path('dir/file.png'), activate: false) puts response.inspect \ No newline at end of file diff --git a/docs/examples/1.0.0-RC1/server-ruby/examples/functions/create-execution.md b/docs/examples/1.0.x/server-ruby/examples/functions/create-execution.md similarity index 74% rename from docs/examples/1.0.0-RC1/server-ruby/examples/functions/create-execution.md rename to docs/examples/1.0.x/server-ruby/examples/functions/create-execution.md index 25d48ddadf..13975d52e0 100644 --- a/docs/examples/1.0.0-RC1/server-ruby/examples/functions/create-execution.md +++ b/docs/examples/1.0.x/server-ruby/examples/functions/create-execution.md @@ -1,13 +1,13 @@ -require 'appwrite' +require 'Appwrite' -client = Appwrite::Client.new +include Appwrite -client +client = Client.new .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint .set_project('5df5acd0d48c2') # Your project ID .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key -functions = Appwrite::Functions.new(client) +functions = Functions.new(client) response = functions.create_execution(function_id: '[FUNCTION_ID]') diff --git a/docs/examples/1.0.0-RC1/server-ruby/examples/functions/create-variable.md b/docs/examples/1.0.x/server-ruby/examples/functions/create-variable.md similarity index 76% rename from docs/examples/1.0.0-RC1/server-ruby/examples/functions/create-variable.md rename to docs/examples/1.0.x/server-ruby/examples/functions/create-variable.md index 7380a5b838..fe5255e163 100644 --- a/docs/examples/1.0.0-RC1/server-ruby/examples/functions/create-variable.md +++ b/docs/examples/1.0.x/server-ruby/examples/functions/create-variable.md @@ -1,13 +1,13 @@ -require 'appwrite' +require 'Appwrite' -client = Appwrite::Client.new +include Appwrite -client +client = Client.new .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint .set_project('5df5acd0d48c2') # Your project ID .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key -functions = Appwrite::Functions.new(client) +functions = Functions.new(client) response = functions.create_variable(function_id: '[FUNCTION_ID]', key: '[KEY]', value: '[VALUE]') diff --git a/docs/examples/1.0.0/server-ruby/examples/functions/create.md b/docs/examples/1.0.x/server-ruby/examples/functions/create.md similarity index 76% rename from docs/examples/1.0.0/server-ruby/examples/functions/create.md rename to docs/examples/1.0.x/server-ruby/examples/functions/create.md index 3d00ad60ac..9f050822ae 100644 --- a/docs/examples/1.0.0/server-ruby/examples/functions/create.md +++ b/docs/examples/1.0.x/server-ruby/examples/functions/create.md @@ -1,13 +1,13 @@ -require 'appwrite' +require 'Appwrite' -client = Appwrite::Client.new +include Appwrite -client +client = Client.new .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint .set_project('5df5acd0d48c2') # Your project ID .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key -functions = Appwrite::Functions.new(client) +functions = Functions.new(client) response = functions.create(function_id: '[FUNCTION_ID]', name: '[NAME]', execute: ["any"], runtime: 'node-14.5') diff --git a/docs/examples/1.0.0-RC1/server-ruby/examples/functions/delete-deployment.md b/docs/examples/1.0.x/server-ruby/examples/functions/delete-deployment.md similarity index 76% rename from docs/examples/1.0.0-RC1/server-ruby/examples/functions/delete-deployment.md rename to docs/examples/1.0.x/server-ruby/examples/functions/delete-deployment.md index 6ae40f76f4..bdfb993557 100644 --- a/docs/examples/1.0.0-RC1/server-ruby/examples/functions/delete-deployment.md +++ b/docs/examples/1.0.x/server-ruby/examples/functions/delete-deployment.md @@ -1,13 +1,13 @@ -require 'appwrite' +require 'Appwrite' -client = Appwrite::Client.new +include Appwrite -client +client = Client.new .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint .set_project('5df5acd0d48c2') # Your project ID .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key -functions = Appwrite::Functions.new(client) +functions = Functions.new(client) response = functions.delete_deployment(function_id: '[FUNCTION_ID]', deployment_id: '[DEPLOYMENT_ID]') diff --git a/docs/examples/1.0.0-RC1/server-ruby/examples/functions/delete-variable.md b/docs/examples/1.0.x/server-ruby/examples/functions/delete-variable.md similarity index 75% rename from docs/examples/1.0.0-RC1/server-ruby/examples/functions/delete-variable.md rename to docs/examples/1.0.x/server-ruby/examples/functions/delete-variable.md index f8c1917562..d4fe9b8331 100644 --- a/docs/examples/1.0.0-RC1/server-ruby/examples/functions/delete-variable.md +++ b/docs/examples/1.0.x/server-ruby/examples/functions/delete-variable.md @@ -1,13 +1,13 @@ -require 'appwrite' +require 'Appwrite' -client = Appwrite::Client.new +include Appwrite -client +client = Client.new .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint .set_project('5df5acd0d48c2') # Your project ID .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key -functions = Appwrite::Functions.new(client) +functions = Functions.new(client) response = functions.delete_variable(function_id: '[FUNCTION_ID]', variable_id: '[VARIABLE_ID]') diff --git a/docs/examples/1.0.0-RC1/server-ruby/examples/functions/delete.md b/docs/examples/1.0.x/server-ruby/examples/functions/delete.md similarity index 73% rename from docs/examples/1.0.0-RC1/server-ruby/examples/functions/delete.md rename to docs/examples/1.0.x/server-ruby/examples/functions/delete.md index 33d2154958..b35ee4417e 100644 --- a/docs/examples/1.0.0-RC1/server-ruby/examples/functions/delete.md +++ b/docs/examples/1.0.x/server-ruby/examples/functions/delete.md @@ -1,13 +1,13 @@ -require 'appwrite' +require 'Appwrite' -client = Appwrite::Client.new +include Appwrite -client +client = Client.new .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint .set_project('5df5acd0d48c2') # Your project ID .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key -functions = Appwrite::Functions.new(client) +functions = Functions.new(client) response = functions.delete(function_id: '[FUNCTION_ID]') diff --git a/docs/examples/1.0.0-RC1/server-ruby/examples/functions/get-deployment.md b/docs/examples/1.0.x/server-ruby/examples/functions/get-deployment.md similarity index 76% rename from docs/examples/1.0.0-RC1/server-ruby/examples/functions/get-deployment.md rename to docs/examples/1.0.x/server-ruby/examples/functions/get-deployment.md index f9cbff3800..fb4dfc9373 100644 --- a/docs/examples/1.0.0-RC1/server-ruby/examples/functions/get-deployment.md +++ b/docs/examples/1.0.x/server-ruby/examples/functions/get-deployment.md @@ -1,13 +1,13 @@ -require 'appwrite' +require 'Appwrite' -client = Appwrite::Client.new +include Appwrite -client +client = Client.new .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint .set_project('5df5acd0d48c2') # Your project ID .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key -functions = Appwrite::Functions.new(client) +functions = Functions.new(client) response = functions.get_deployment(function_id: '[FUNCTION_ID]', deployment_id: '[DEPLOYMENT_ID]') diff --git a/docs/examples/1.0.0-RC1/server-ruby/examples/functions/get-execution.md b/docs/examples/1.0.x/server-ruby/examples/functions/get-execution.md similarity index 75% rename from docs/examples/1.0.0-RC1/server-ruby/examples/functions/get-execution.md rename to docs/examples/1.0.x/server-ruby/examples/functions/get-execution.md index dd43307553..ca00a80a33 100644 --- a/docs/examples/1.0.0-RC1/server-ruby/examples/functions/get-execution.md +++ b/docs/examples/1.0.x/server-ruby/examples/functions/get-execution.md @@ -1,13 +1,13 @@ -require 'appwrite' +require 'Appwrite' -client = Appwrite::Client.new +include Appwrite -client +client = Client.new .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint .set_project('5df5acd0d48c2') # Your project ID .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key -functions = Appwrite::Functions.new(client) +functions = Functions.new(client) response = functions.get_execution(function_id: '[FUNCTION_ID]', execution_id: '[EXECUTION_ID]') diff --git a/docs/examples/1.0.0-RC1/server-ruby/examples/functions/get-variable.md b/docs/examples/1.0.x/server-ruby/examples/functions/get-variable.md similarity index 75% rename from docs/examples/1.0.0-RC1/server-ruby/examples/functions/get-variable.md rename to docs/examples/1.0.x/server-ruby/examples/functions/get-variable.md index f3046ca63d..2a170c4517 100644 --- a/docs/examples/1.0.0-RC1/server-ruby/examples/functions/get-variable.md +++ b/docs/examples/1.0.x/server-ruby/examples/functions/get-variable.md @@ -1,13 +1,13 @@ -require 'appwrite' +require 'Appwrite' -client = Appwrite::Client.new +include Appwrite -client +client = Client.new .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint .set_project('5df5acd0d48c2') # Your project ID .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key -functions = Appwrite::Functions.new(client) +functions = Functions.new(client) response = functions.get_variable(function_id: '[FUNCTION_ID]', variable_id: '[VARIABLE_ID]') diff --git a/docs/examples/1.0.0-RC1/server-ruby/examples/functions/get.md b/docs/examples/1.0.x/server-ruby/examples/functions/get.md similarity index 73% rename from docs/examples/1.0.0-RC1/server-ruby/examples/functions/get.md rename to docs/examples/1.0.x/server-ruby/examples/functions/get.md index 463f6a406b..903bc3b96b 100644 --- a/docs/examples/1.0.0-RC1/server-ruby/examples/functions/get.md +++ b/docs/examples/1.0.x/server-ruby/examples/functions/get.md @@ -1,13 +1,13 @@ -require 'appwrite' +require 'Appwrite' -client = Appwrite::Client.new +include Appwrite -client +client = Client.new .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint .set_project('5df5acd0d48c2') # Your project ID .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key -functions = Appwrite::Functions.new(client) +functions = Functions.new(client) response = functions.get(function_id: '[FUNCTION_ID]') diff --git a/docs/examples/1.0.0-RC1/server-ruby/examples/functions/list-deployments.md b/docs/examples/1.0.x/server-ruby/examples/functions/list-deployments.md similarity index 74% rename from docs/examples/1.0.0-RC1/server-ruby/examples/functions/list-deployments.md rename to docs/examples/1.0.x/server-ruby/examples/functions/list-deployments.md index 36df28c8ab..2e25acd729 100644 --- a/docs/examples/1.0.0-RC1/server-ruby/examples/functions/list-deployments.md +++ b/docs/examples/1.0.x/server-ruby/examples/functions/list-deployments.md @@ -1,13 +1,13 @@ -require 'appwrite' +require 'Appwrite' -client = Appwrite::Client.new +include Appwrite -client +client = Client.new .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint .set_project('5df5acd0d48c2') # Your project ID .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key -functions = Appwrite::Functions.new(client) +functions = Functions.new(client) response = functions.list_deployments(function_id: '[FUNCTION_ID]') diff --git a/docs/examples/1.0.0-RC1/server-ruby/examples/functions/list-executions.md b/docs/examples/1.0.x/server-ruby/examples/functions/list-executions.md similarity index 74% rename from docs/examples/1.0.0-RC1/server-ruby/examples/functions/list-executions.md rename to docs/examples/1.0.x/server-ruby/examples/functions/list-executions.md index da66723679..2f2e6c637a 100644 --- a/docs/examples/1.0.0-RC1/server-ruby/examples/functions/list-executions.md +++ b/docs/examples/1.0.x/server-ruby/examples/functions/list-executions.md @@ -1,13 +1,13 @@ -require 'appwrite' +require 'Appwrite' -client = Appwrite::Client.new +include Appwrite -client +client = Client.new .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint .set_project('5df5acd0d48c2') # Your project ID .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key -functions = Appwrite::Functions.new(client) +functions = Functions.new(client) response = functions.list_executions(function_id: '[FUNCTION_ID]') diff --git a/docs/examples/1.0.0-RC1/server-ruby/examples/functions/list-runtimes.md b/docs/examples/1.0.x/server-ruby/examples/functions/list-runtimes.md similarity index 71% rename from docs/examples/1.0.0-RC1/server-ruby/examples/functions/list-runtimes.md rename to docs/examples/1.0.x/server-ruby/examples/functions/list-runtimes.md index b8f0a75aff..7105bb3701 100644 --- a/docs/examples/1.0.0-RC1/server-ruby/examples/functions/list-runtimes.md +++ b/docs/examples/1.0.x/server-ruby/examples/functions/list-runtimes.md @@ -1,13 +1,13 @@ -require 'appwrite' +require 'Appwrite' -client = Appwrite::Client.new +include Appwrite -client +client = Client.new .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint .set_project('5df5acd0d48c2') # Your project ID .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key -functions = Appwrite::Functions.new(client) +functions = Functions.new(client) response = functions.list_runtimes() diff --git a/docs/examples/1.0.0-RC1/server-ruby/examples/functions/list-variables.md b/docs/examples/1.0.x/server-ruby/examples/functions/list-variables.md similarity index 74% rename from docs/examples/1.0.0-RC1/server-ruby/examples/functions/list-variables.md rename to docs/examples/1.0.x/server-ruby/examples/functions/list-variables.md index 8bfa6889ec..531a8d10e4 100644 --- a/docs/examples/1.0.0-RC1/server-ruby/examples/functions/list-variables.md +++ b/docs/examples/1.0.x/server-ruby/examples/functions/list-variables.md @@ -1,13 +1,13 @@ -require 'appwrite' +require 'Appwrite' -client = Appwrite::Client.new +include Appwrite -client +client = Client.new .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint .set_project('5df5acd0d48c2') # Your project ID .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key -functions = Appwrite::Functions.new(client) +functions = Functions.new(client) response = functions.list_variables(function_id: '[FUNCTION_ID]') diff --git a/docs/examples/1.0.0-RC1/server-ruby/examples/functions/list.md b/docs/examples/1.0.x/server-ruby/examples/functions/list.md similarity index 71% rename from docs/examples/1.0.0-RC1/server-ruby/examples/functions/list.md rename to docs/examples/1.0.x/server-ruby/examples/functions/list.md index ce82a162a5..7420f37093 100644 --- a/docs/examples/1.0.0-RC1/server-ruby/examples/functions/list.md +++ b/docs/examples/1.0.x/server-ruby/examples/functions/list.md @@ -1,13 +1,13 @@ -require 'appwrite' +require 'Appwrite' -client = Appwrite::Client.new +include Appwrite -client +client = Client.new .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint .set_project('5df5acd0d48c2') # Your project ID .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key -functions = Appwrite::Functions.new(client) +functions = Functions.new(client) response = functions.list() diff --git a/docs/examples/1.0.0-RC1/server-ruby/examples/functions/retry-build.md b/docs/examples/1.0.x/server-ruby/examples/functions/retry-build.md similarity index 77% rename from docs/examples/1.0.0-RC1/server-ruby/examples/functions/retry-build.md rename to docs/examples/1.0.x/server-ruby/examples/functions/retry-build.md index 1e27f85af4..9d383103ae 100644 --- a/docs/examples/1.0.0-RC1/server-ruby/examples/functions/retry-build.md +++ b/docs/examples/1.0.x/server-ruby/examples/functions/retry-build.md @@ -1,13 +1,13 @@ -require 'appwrite' +require 'Appwrite' -client = Appwrite::Client.new +include Appwrite -client +client = Client.new .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint .set_project('5df5acd0d48c2') # Your project ID .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key -functions = Appwrite::Functions.new(client) +functions = Functions.new(client) response = functions.retry_build(function_id: '[FUNCTION_ID]', deployment_id: '[DEPLOYMENT_ID]', build_id: '[BUILD_ID]') diff --git a/docs/examples/1.0.0-RC1/server-ruby/examples/functions/update-deployment.md b/docs/examples/1.0.x/server-ruby/examples/functions/update-deployment.md similarity index 76% rename from docs/examples/1.0.0-RC1/server-ruby/examples/functions/update-deployment.md rename to docs/examples/1.0.x/server-ruby/examples/functions/update-deployment.md index 02a5bb5014..3d6cefdebb 100644 --- a/docs/examples/1.0.0-RC1/server-ruby/examples/functions/update-deployment.md +++ b/docs/examples/1.0.x/server-ruby/examples/functions/update-deployment.md @@ -1,13 +1,13 @@ -require 'appwrite' +require 'Appwrite' -client = Appwrite::Client.new +include Appwrite -client +client = Client.new .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint .set_project('5df5acd0d48c2') # Your project ID .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key -functions = Appwrite::Functions.new(client) +functions = Functions.new(client) response = functions.update_deployment(function_id: '[FUNCTION_ID]', deployment_id: '[DEPLOYMENT_ID]') diff --git a/docs/examples/1.0.0-RC1/server-ruby/examples/functions/update-variable.md b/docs/examples/1.0.x/server-ruby/examples/functions/update-variable.md similarity index 76% rename from docs/examples/1.0.0-RC1/server-ruby/examples/functions/update-variable.md rename to docs/examples/1.0.x/server-ruby/examples/functions/update-variable.md index 7851cf34f9..d8943d30f5 100644 --- a/docs/examples/1.0.0-RC1/server-ruby/examples/functions/update-variable.md +++ b/docs/examples/1.0.x/server-ruby/examples/functions/update-variable.md @@ -1,13 +1,13 @@ -require 'appwrite' +require 'Appwrite' -client = Appwrite::Client.new +include Appwrite -client +client = Client.new .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint .set_project('5df5acd0d48c2') # Your project ID .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key -functions = Appwrite::Functions.new(client) +functions = Functions.new(client) response = functions.update_variable(function_id: '[FUNCTION_ID]', variable_id: '[VARIABLE_ID]', key: '[KEY]') diff --git a/docs/examples/1.0.0/server-ruby/examples/functions/update.md b/docs/examples/1.0.x/server-ruby/examples/functions/update.md similarity index 75% rename from docs/examples/1.0.0/server-ruby/examples/functions/update.md rename to docs/examples/1.0.x/server-ruby/examples/functions/update.md index dab3656ccb..83a80a7562 100644 --- a/docs/examples/1.0.0/server-ruby/examples/functions/update.md +++ b/docs/examples/1.0.x/server-ruby/examples/functions/update.md @@ -1,13 +1,13 @@ -require 'appwrite' +require 'Appwrite' -client = Appwrite::Client.new +include Appwrite -client +client = Client.new .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint .set_project('5df5acd0d48c2') # Your project ID .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key -functions = Appwrite::Functions.new(client) +functions = Functions.new(client) response = functions.update(function_id: '[FUNCTION_ID]', name: '[NAME]', execute: ["any"]) diff --git a/docs/examples/1.0.0/server-ruby/examples/health/get-antivirus.md b/docs/examples/1.0.x/server-ruby/examples/health/get-antivirus.md similarity index 72% rename from docs/examples/1.0.0/server-ruby/examples/health/get-antivirus.md rename to docs/examples/1.0.x/server-ruby/examples/health/get-antivirus.md index c9c0bd45f5..158404337f 100644 --- a/docs/examples/1.0.0/server-ruby/examples/health/get-antivirus.md +++ b/docs/examples/1.0.x/server-ruby/examples/health/get-antivirus.md @@ -1,13 +1,13 @@ -require 'appwrite' +require 'Appwrite' -client = Appwrite::Client.new +include Appwrite -client +client = Client.new .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint .set_project('5df5acd0d48c2') # Your project ID .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key -health = Appwrite::Health.new(client) +health = Health.new(client) response = health.get_antivirus() diff --git a/docs/examples/1.0.0-RC1/server-ruby/examples/health/get-cache.md b/docs/examples/1.0.x/server-ruby/examples/health/get-cache.md similarity index 72% rename from docs/examples/1.0.0-RC1/server-ruby/examples/health/get-cache.md rename to docs/examples/1.0.x/server-ruby/examples/health/get-cache.md index cbaa4b959f..4af13dbe3d 100644 --- a/docs/examples/1.0.0-RC1/server-ruby/examples/health/get-cache.md +++ b/docs/examples/1.0.x/server-ruby/examples/health/get-cache.md @@ -1,13 +1,13 @@ -require 'appwrite' +require 'Appwrite' -client = Appwrite::Client.new +include Appwrite -client +client = Client.new .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint .set_project('5df5acd0d48c2') # Your project ID .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key -health = Appwrite::Health.new(client) +health = Health.new(client) response = health.get_cache() diff --git a/docs/examples/1.0.0-RC1/server-ruby/examples/health/get-d-b.md b/docs/examples/1.0.x/server-ruby/examples/health/get-d-b.md similarity index 72% rename from docs/examples/1.0.0-RC1/server-ruby/examples/health/get-d-b.md rename to docs/examples/1.0.x/server-ruby/examples/health/get-d-b.md index 9f7bedd7f5..4d27307304 100644 --- a/docs/examples/1.0.0-RC1/server-ruby/examples/health/get-d-b.md +++ b/docs/examples/1.0.x/server-ruby/examples/health/get-d-b.md @@ -1,13 +1,13 @@ -require 'appwrite' +require 'Appwrite' -client = Appwrite::Client.new +include Appwrite -client +client = Client.new .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint .set_project('5df5acd0d48c2') # Your project ID .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key -health = Appwrite::Health.new(client) +health = Health.new(client) response = health.get_db() diff --git a/docs/examples/1.0.0/server-ruby/examples/health/get-queue-certificates.md b/docs/examples/1.0.x/server-ruby/examples/health/get-queue-certificates.md similarity index 73% rename from docs/examples/1.0.0/server-ruby/examples/health/get-queue-certificates.md rename to docs/examples/1.0.x/server-ruby/examples/health/get-queue-certificates.md index db44d4da4e..44e7a801a3 100644 --- a/docs/examples/1.0.0/server-ruby/examples/health/get-queue-certificates.md +++ b/docs/examples/1.0.x/server-ruby/examples/health/get-queue-certificates.md @@ -1,13 +1,13 @@ -require 'appwrite' +require 'Appwrite' -client = Appwrite::Client.new +include Appwrite -client +client = Client.new .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint .set_project('5df5acd0d48c2') # Your project ID .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key -health = Appwrite::Health.new(client) +health = Health.new(client) response = health.get_queue_certificates() diff --git a/docs/examples/1.0.0/server-ruby/examples/health/get-queue-functions.md b/docs/examples/1.0.x/server-ruby/examples/health/get-queue-functions.md similarity index 73% rename from docs/examples/1.0.0/server-ruby/examples/health/get-queue-functions.md rename to docs/examples/1.0.x/server-ruby/examples/health/get-queue-functions.md index 14b2043cd2..72e3b89fed 100644 --- a/docs/examples/1.0.0/server-ruby/examples/health/get-queue-functions.md +++ b/docs/examples/1.0.x/server-ruby/examples/health/get-queue-functions.md @@ -1,13 +1,13 @@ -require 'appwrite' +require 'Appwrite' -client = Appwrite::Client.new +include Appwrite -client +client = Client.new .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint .set_project('5df5acd0d48c2') # Your project ID .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key -health = Appwrite::Health.new(client) +health = Health.new(client) response = health.get_queue_functions() diff --git a/docs/examples/1.0.0/server-ruby/examples/health/get-queue-logs.md b/docs/examples/1.0.x/server-ruby/examples/health/get-queue-logs.md similarity index 72% rename from docs/examples/1.0.0/server-ruby/examples/health/get-queue-logs.md rename to docs/examples/1.0.x/server-ruby/examples/health/get-queue-logs.md index 9c19ac25d2..32f91c7bd0 100644 --- a/docs/examples/1.0.0/server-ruby/examples/health/get-queue-logs.md +++ b/docs/examples/1.0.x/server-ruby/examples/health/get-queue-logs.md @@ -1,13 +1,13 @@ -require 'appwrite' +require 'Appwrite' -client = Appwrite::Client.new +include Appwrite -client +client = Client.new .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint .set_project('5df5acd0d48c2') # Your project ID .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key -health = Appwrite::Health.new(client) +health = Health.new(client) response = health.get_queue_logs() diff --git a/docs/examples/1.0.0/server-ruby/examples/health/get-queue-webhooks.md b/docs/examples/1.0.x/server-ruby/examples/health/get-queue-webhooks.md similarity index 73% rename from docs/examples/1.0.0/server-ruby/examples/health/get-queue-webhooks.md rename to docs/examples/1.0.x/server-ruby/examples/health/get-queue-webhooks.md index 288b27207e..97ee084873 100644 --- a/docs/examples/1.0.0/server-ruby/examples/health/get-queue-webhooks.md +++ b/docs/examples/1.0.x/server-ruby/examples/health/get-queue-webhooks.md @@ -1,13 +1,13 @@ -require 'appwrite' +require 'Appwrite' -client = Appwrite::Client.new +include Appwrite -client +client = Client.new .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint .set_project('5df5acd0d48c2') # Your project ID .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key -health = Appwrite::Health.new(client) +health = Health.new(client) response = health.get_queue_webhooks() diff --git a/docs/examples/1.0.0/server-ruby/examples/health/get-storage-local.md b/docs/examples/1.0.x/server-ruby/examples/health/get-storage-local.md similarity index 73% rename from docs/examples/1.0.0/server-ruby/examples/health/get-storage-local.md rename to docs/examples/1.0.x/server-ruby/examples/health/get-storage-local.md index fc7ae24da4..9d34319168 100644 --- a/docs/examples/1.0.0/server-ruby/examples/health/get-storage-local.md +++ b/docs/examples/1.0.x/server-ruby/examples/health/get-storage-local.md @@ -1,13 +1,13 @@ -require 'appwrite' +require 'Appwrite' -client = Appwrite::Client.new +include Appwrite -client +client = Client.new .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint .set_project('5df5acd0d48c2') # Your project ID .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key -health = Appwrite::Health.new(client) +health = Health.new(client) response = health.get_storage_local() diff --git a/docs/examples/1.0.0-RC1/server-ruby/examples/health/get-time.md b/docs/examples/1.0.x/server-ruby/examples/health/get-time.md similarity index 72% rename from docs/examples/1.0.0-RC1/server-ruby/examples/health/get-time.md rename to docs/examples/1.0.x/server-ruby/examples/health/get-time.md index b29672255f..4ff3c3d139 100644 --- a/docs/examples/1.0.0-RC1/server-ruby/examples/health/get-time.md +++ b/docs/examples/1.0.x/server-ruby/examples/health/get-time.md @@ -1,13 +1,13 @@ -require 'appwrite' +require 'Appwrite' -client = Appwrite::Client.new +include Appwrite -client +client = Client.new .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint .set_project('5df5acd0d48c2') # Your project ID .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key -health = Appwrite::Health.new(client) +health = Health.new(client) response = health.get_time() diff --git a/docs/examples/1.0.0/server-ruby/examples/health/get.md b/docs/examples/1.0.x/server-ruby/examples/health/get.md similarity index 72% rename from docs/examples/1.0.0/server-ruby/examples/health/get.md rename to docs/examples/1.0.x/server-ruby/examples/health/get.md index b7a82e6c2b..0503ed6698 100644 --- a/docs/examples/1.0.0/server-ruby/examples/health/get.md +++ b/docs/examples/1.0.x/server-ruby/examples/health/get.md @@ -1,13 +1,13 @@ -require 'appwrite' +require 'Appwrite' -client = Appwrite::Client.new +include Appwrite -client +client = Client.new .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint .set_project('5df5acd0d48c2') # Your project ID .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key -health = Appwrite::Health.new(client) +health = Health.new(client) response = health.get() diff --git a/docs/examples/1.0.0-RC1/server-ruby/examples/locale/get-continents.md b/docs/examples/1.0.x/server-ruby/examples/locale/get-continents.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-ruby/examples/locale/get-continents.md rename to docs/examples/1.0.x/server-ruby/examples/locale/get-continents.md diff --git a/docs/examples/1.0.0-RC1/server-ruby/examples/locale/get-countries-e-u.md b/docs/examples/1.0.x/server-ruby/examples/locale/get-countries-e-u.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-ruby/examples/locale/get-countries-e-u.md rename to docs/examples/1.0.x/server-ruby/examples/locale/get-countries-e-u.md diff --git a/docs/examples/1.0.0-RC1/server-ruby/examples/locale/get-countries-phones.md b/docs/examples/1.0.x/server-ruby/examples/locale/get-countries-phones.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-ruby/examples/locale/get-countries-phones.md rename to docs/examples/1.0.x/server-ruby/examples/locale/get-countries-phones.md diff --git a/docs/examples/1.0.0-RC1/server-ruby/examples/locale/get-countries.md b/docs/examples/1.0.x/server-ruby/examples/locale/get-countries.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-ruby/examples/locale/get-countries.md rename to docs/examples/1.0.x/server-ruby/examples/locale/get-countries.md diff --git a/docs/examples/1.0.0-RC1/server-ruby/examples/locale/get-currencies.md b/docs/examples/1.0.x/server-ruby/examples/locale/get-currencies.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-ruby/examples/locale/get-currencies.md rename to docs/examples/1.0.x/server-ruby/examples/locale/get-currencies.md diff --git a/docs/examples/1.0.0-RC1/server-ruby/examples/locale/get-languages.md b/docs/examples/1.0.x/server-ruby/examples/locale/get-languages.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-ruby/examples/locale/get-languages.md rename to docs/examples/1.0.x/server-ruby/examples/locale/get-languages.md diff --git a/docs/examples/1.0.0-RC1/server-ruby/examples/locale/get.md b/docs/examples/1.0.x/server-ruby/examples/locale/get.md similarity index 72% rename from docs/examples/1.0.0-RC1/server-ruby/examples/locale/get.md rename to docs/examples/1.0.x/server-ruby/examples/locale/get.md index f8e37d34a8..462a342a87 100644 --- a/docs/examples/1.0.0-RC1/server-ruby/examples/locale/get.md +++ b/docs/examples/1.0.x/server-ruby/examples/locale/get.md @@ -1,13 +1,13 @@ -require 'appwrite' +require 'Appwrite' -client = Appwrite::Client.new +include Appwrite -client +client = Client.new .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint .set_project('5df5acd0d48c2') # Your project ID .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key -locale = Appwrite::Locale.new(client) +locale = Locale.new(client) response = locale.get() diff --git a/docs/examples/1.0.0/server-ruby/examples/locale/list-continents.md b/docs/examples/1.0.x/server-ruby/examples/locale/list-continents.md similarity index 73% rename from docs/examples/1.0.0/server-ruby/examples/locale/list-continents.md rename to docs/examples/1.0.x/server-ruby/examples/locale/list-continents.md index 64c3a3d62b..9cee3229c0 100644 --- a/docs/examples/1.0.0/server-ruby/examples/locale/list-continents.md +++ b/docs/examples/1.0.x/server-ruby/examples/locale/list-continents.md @@ -1,13 +1,13 @@ -require 'appwrite' +require 'Appwrite' -client = Appwrite::Client.new +include Appwrite -client +client = Client.new .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint .set_project('5df5acd0d48c2') # Your project ID .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key -locale = Appwrite::Locale.new(client) +locale = Locale.new(client) response = locale.list_continents() diff --git a/docs/examples/1.0.0/server-ruby/examples/locale/list-countries-e-u.md b/docs/examples/1.0.x/server-ruby/examples/locale/list-countries-e-u.md similarity index 73% rename from docs/examples/1.0.0/server-ruby/examples/locale/list-countries-e-u.md rename to docs/examples/1.0.x/server-ruby/examples/locale/list-countries-e-u.md index 0656acb609..7773378c8e 100644 --- a/docs/examples/1.0.0/server-ruby/examples/locale/list-countries-e-u.md +++ b/docs/examples/1.0.x/server-ruby/examples/locale/list-countries-e-u.md @@ -1,13 +1,13 @@ -require 'appwrite' +require 'Appwrite' -client = Appwrite::Client.new +include Appwrite -client +client = Client.new .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint .set_project('5df5acd0d48c2') # Your project ID .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key -locale = Appwrite::Locale.new(client) +locale = Locale.new(client) response = locale.list_countries_eu() diff --git a/docs/examples/1.0.0/server-ruby/examples/locale/list-countries-phones.md b/docs/examples/1.0.x/server-ruby/examples/locale/list-countries-phones.md similarity index 73% rename from docs/examples/1.0.0/server-ruby/examples/locale/list-countries-phones.md rename to docs/examples/1.0.x/server-ruby/examples/locale/list-countries-phones.md index 5d5a7a0a9e..801e91ae12 100644 --- a/docs/examples/1.0.0/server-ruby/examples/locale/list-countries-phones.md +++ b/docs/examples/1.0.x/server-ruby/examples/locale/list-countries-phones.md @@ -1,13 +1,13 @@ -require 'appwrite' +require 'Appwrite' -client = Appwrite::Client.new +include Appwrite -client +client = Client.new .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint .set_project('5df5acd0d48c2') # Your project ID .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key -locale = Appwrite::Locale.new(client) +locale = Locale.new(client) response = locale.list_countries_phones() diff --git a/docs/examples/1.0.0/server-ruby/examples/locale/list-countries.md b/docs/examples/1.0.x/server-ruby/examples/locale/list-countries.md similarity index 72% rename from docs/examples/1.0.0/server-ruby/examples/locale/list-countries.md rename to docs/examples/1.0.x/server-ruby/examples/locale/list-countries.md index 257b378ec4..4a3c4e5cd7 100644 --- a/docs/examples/1.0.0/server-ruby/examples/locale/list-countries.md +++ b/docs/examples/1.0.x/server-ruby/examples/locale/list-countries.md @@ -1,13 +1,13 @@ -require 'appwrite' +require 'Appwrite' -client = Appwrite::Client.new +include Appwrite -client +client = Client.new .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint .set_project('5df5acd0d48c2') # Your project ID .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key -locale = Appwrite::Locale.new(client) +locale = Locale.new(client) response = locale.list_countries() diff --git a/docs/examples/1.0.0/server-ruby/examples/locale/list-currencies.md b/docs/examples/1.0.x/server-ruby/examples/locale/list-currencies.md similarity index 73% rename from docs/examples/1.0.0/server-ruby/examples/locale/list-currencies.md rename to docs/examples/1.0.x/server-ruby/examples/locale/list-currencies.md index 7f96d4eee6..79ad3f5c95 100644 --- a/docs/examples/1.0.0/server-ruby/examples/locale/list-currencies.md +++ b/docs/examples/1.0.x/server-ruby/examples/locale/list-currencies.md @@ -1,13 +1,13 @@ -require 'appwrite' +require 'Appwrite' -client = Appwrite::Client.new +include Appwrite -client +client = Client.new .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint .set_project('5df5acd0d48c2') # Your project ID .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key -locale = Appwrite::Locale.new(client) +locale = Locale.new(client) response = locale.list_currencies() diff --git a/docs/examples/1.0.0/server-ruby/examples/locale/list-languages.md b/docs/examples/1.0.x/server-ruby/examples/locale/list-languages.md similarity index 72% rename from docs/examples/1.0.0/server-ruby/examples/locale/list-languages.md rename to docs/examples/1.0.x/server-ruby/examples/locale/list-languages.md index d75aaedc46..c3d591723b 100644 --- a/docs/examples/1.0.0/server-ruby/examples/locale/list-languages.md +++ b/docs/examples/1.0.x/server-ruby/examples/locale/list-languages.md @@ -1,13 +1,13 @@ -require 'appwrite' +require 'Appwrite' -client = Appwrite::Client.new +include Appwrite -client +client = Client.new .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint .set_project('5df5acd0d48c2') # Your project ID .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key -locale = Appwrite::Locale.new(client) +locale = Locale.new(client) response = locale.list_languages() diff --git a/docs/examples/1.0.0-RC1/server-ruby/examples/storage/create-bucket.md b/docs/examples/1.0.x/server-ruby/examples/storage/create-bucket.md similarity index 75% rename from docs/examples/1.0.0-RC1/server-ruby/examples/storage/create-bucket.md rename to docs/examples/1.0.x/server-ruby/examples/storage/create-bucket.md index cd5d7db8e2..6e0549ac11 100644 --- a/docs/examples/1.0.0-RC1/server-ruby/examples/storage/create-bucket.md +++ b/docs/examples/1.0.x/server-ruby/examples/storage/create-bucket.md @@ -1,13 +1,13 @@ -require 'appwrite' +require 'Appwrite' -client = Appwrite::Client.new +include Appwrite -client +client = Client.new .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint .set_project('5df5acd0d48c2') # Your project ID .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key -storage = Appwrite::Storage.new(client) +storage = Storage.new(client) response = storage.create_bucket(bucket_id: '[BUCKET_ID]', name: '[NAME]') diff --git a/docs/examples/1.0.0-RC1/server-ruby/examples/storage/create-file.md b/docs/examples/1.0.x/server-ruby/examples/storage/create-file.md similarity index 59% rename from docs/examples/1.0.0-RC1/server-ruby/examples/storage/create-file.md rename to docs/examples/1.0.x/server-ruby/examples/storage/create-file.md index efac0b4c0b..23417325da 100644 --- a/docs/examples/1.0.0-RC1/server-ruby/examples/storage/create-file.md +++ b/docs/examples/1.0.x/server-ruby/examples/storage/create-file.md @@ -1,15 +1,14 @@ -require 'appwrite' +require 'Appwrite' -client = Appwrite::Client.new -InputFile = Appwrite::InputFile +include Appwrite -client +client = Client.new .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint .set_project('5df5acd0d48c2') # Your project ID .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key -storage = Appwrite::Storage.new(client) +storage = Storage.new(client) -response = storage.create_file(bucket_id: '[BUCKET_ID]', file_id: '[FILE_ID]', file: Appwrite::InputFile.from_path('dir/file.png')) +response = storage.create_file(bucket_id: '[BUCKET_ID]', file_id: '[FILE_ID]', file: InputFile.from_path('dir/file.png')) puts response.inspect \ No newline at end of file diff --git a/docs/examples/1.0.0-RC1/server-ruby/examples/storage/delete-bucket.md b/docs/examples/1.0.x/server-ruby/examples/storage/delete-bucket.md similarity index 74% rename from docs/examples/1.0.0-RC1/server-ruby/examples/storage/delete-bucket.md rename to docs/examples/1.0.x/server-ruby/examples/storage/delete-bucket.md index e44be3581e..cfb4f42b50 100644 --- a/docs/examples/1.0.0-RC1/server-ruby/examples/storage/delete-bucket.md +++ b/docs/examples/1.0.x/server-ruby/examples/storage/delete-bucket.md @@ -1,13 +1,13 @@ -require 'appwrite' +require 'Appwrite' -client = Appwrite::Client.new +include Appwrite -client +client = Client.new .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint .set_project('5df5acd0d48c2') # Your project ID .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key -storage = Appwrite::Storage.new(client) +storage = Storage.new(client) response = storage.delete_bucket(bucket_id: '[BUCKET_ID]') diff --git a/docs/examples/1.0.0-RC1/server-ruby/examples/storage/delete-file.md b/docs/examples/1.0.x/server-ruby/examples/storage/delete-file.md similarity index 75% rename from docs/examples/1.0.0-RC1/server-ruby/examples/storage/delete-file.md rename to docs/examples/1.0.x/server-ruby/examples/storage/delete-file.md index bba6c6e8da..2c53fec046 100644 --- a/docs/examples/1.0.0-RC1/server-ruby/examples/storage/delete-file.md +++ b/docs/examples/1.0.x/server-ruby/examples/storage/delete-file.md @@ -1,13 +1,13 @@ -require 'appwrite' +require 'Appwrite' -client = Appwrite::Client.new +include Appwrite -client +client = Client.new .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint .set_project('5df5acd0d48c2') # Your project ID .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key -storage = Appwrite::Storage.new(client) +storage = Storage.new(client) response = storage.delete_file(bucket_id: '[BUCKET_ID]', file_id: '[FILE_ID]') diff --git a/docs/examples/1.0.0-RC1/server-ruby/examples/storage/get-bucket.md b/docs/examples/1.0.x/server-ruby/examples/storage/get-bucket.md similarity index 74% rename from docs/examples/1.0.0-RC1/server-ruby/examples/storage/get-bucket.md rename to docs/examples/1.0.x/server-ruby/examples/storage/get-bucket.md index d1d6b9a4cd..20a208b5bd 100644 --- a/docs/examples/1.0.0-RC1/server-ruby/examples/storage/get-bucket.md +++ b/docs/examples/1.0.x/server-ruby/examples/storage/get-bucket.md @@ -1,13 +1,13 @@ -require 'appwrite' +require 'Appwrite' -client = Appwrite::Client.new +include Appwrite -client +client = Client.new .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint .set_project('5df5acd0d48c2') # Your project ID .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key -storage = Appwrite::Storage.new(client) +storage = Storage.new(client) response = storage.get_bucket(bucket_id: '[BUCKET_ID]') diff --git a/docs/examples/1.0.0-RC1/server-ruby/examples/storage/get-file-download.md b/docs/examples/1.0.x/server-ruby/examples/storage/get-file-download.md similarity index 76% rename from docs/examples/1.0.0-RC1/server-ruby/examples/storage/get-file-download.md rename to docs/examples/1.0.x/server-ruby/examples/storage/get-file-download.md index f3903072a3..f41355ec01 100644 --- a/docs/examples/1.0.0-RC1/server-ruby/examples/storage/get-file-download.md +++ b/docs/examples/1.0.x/server-ruby/examples/storage/get-file-download.md @@ -1,13 +1,13 @@ -require 'appwrite' +require 'Appwrite' -client = Appwrite::Client.new +include Appwrite -client +client = Client.new .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint .set_project('5df5acd0d48c2') # Your project ID .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key -storage = Appwrite::Storage.new(client) +storage = Storage.new(client) response = storage.get_file_download(bucket_id: '[BUCKET_ID]', file_id: '[FILE_ID]') diff --git a/docs/examples/1.0.0-RC1/server-ruby/examples/storage/get-file-preview.md b/docs/examples/1.0.x/server-ruby/examples/storage/get-file-preview.md similarity index 75% rename from docs/examples/1.0.0-RC1/server-ruby/examples/storage/get-file-preview.md rename to docs/examples/1.0.x/server-ruby/examples/storage/get-file-preview.md index 6f2f249d5f..fd11425a51 100644 --- a/docs/examples/1.0.0-RC1/server-ruby/examples/storage/get-file-preview.md +++ b/docs/examples/1.0.x/server-ruby/examples/storage/get-file-preview.md @@ -1,13 +1,13 @@ -require 'appwrite' +require 'Appwrite' -client = Appwrite::Client.new +include Appwrite -client +client = Client.new .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint .set_project('5df5acd0d48c2') # Your project ID .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key -storage = Appwrite::Storage.new(client) +storage = Storage.new(client) response = storage.get_file_preview(bucket_id: '[BUCKET_ID]', file_id: '[FILE_ID]') diff --git a/docs/examples/1.0.0-RC1/server-ruby/examples/storage/get-file-view.md b/docs/examples/1.0.x/server-ruby/examples/storage/get-file-view.md similarity index 75% rename from docs/examples/1.0.0-RC1/server-ruby/examples/storage/get-file-view.md rename to docs/examples/1.0.x/server-ruby/examples/storage/get-file-view.md index ea59ce1e25..8a271ba4b1 100644 --- a/docs/examples/1.0.0-RC1/server-ruby/examples/storage/get-file-view.md +++ b/docs/examples/1.0.x/server-ruby/examples/storage/get-file-view.md @@ -1,13 +1,13 @@ -require 'appwrite' +require 'Appwrite' -client = Appwrite::Client.new +include Appwrite -client +client = Client.new .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint .set_project('5df5acd0d48c2') # Your project ID .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key -storage = Appwrite::Storage.new(client) +storage = Storage.new(client) response = storage.get_file_view(bucket_id: '[BUCKET_ID]', file_id: '[FILE_ID]') diff --git a/docs/examples/1.0.0-RC1/server-ruby/examples/storage/get-file.md b/docs/examples/1.0.x/server-ruby/examples/storage/get-file.md similarity index 75% rename from docs/examples/1.0.0-RC1/server-ruby/examples/storage/get-file.md rename to docs/examples/1.0.x/server-ruby/examples/storage/get-file.md index a7758d0855..d59c322114 100644 --- a/docs/examples/1.0.0-RC1/server-ruby/examples/storage/get-file.md +++ b/docs/examples/1.0.x/server-ruby/examples/storage/get-file.md @@ -1,13 +1,13 @@ -require 'appwrite' +require 'Appwrite' -client = Appwrite::Client.new +include Appwrite -client +client = Client.new .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint .set_project('5df5acd0d48c2') # Your project ID .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key -storage = Appwrite::Storage.new(client) +storage = Storage.new(client) response = storage.get_file(bucket_id: '[BUCKET_ID]', file_id: '[FILE_ID]') diff --git a/docs/examples/1.0.0/server-ruby/examples/storage/list-buckets.md b/docs/examples/1.0.x/server-ruby/examples/storage/list-buckets.md similarity index 72% rename from docs/examples/1.0.0/server-ruby/examples/storage/list-buckets.md rename to docs/examples/1.0.x/server-ruby/examples/storage/list-buckets.md index 81ee829897..d72f0a96fe 100644 --- a/docs/examples/1.0.0/server-ruby/examples/storage/list-buckets.md +++ b/docs/examples/1.0.x/server-ruby/examples/storage/list-buckets.md @@ -1,13 +1,13 @@ -require 'appwrite' +require 'Appwrite' -client = Appwrite::Client.new +include Appwrite -client +client = Client.new .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint .set_project('5df5acd0d48c2') # Your project ID .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key -storage = Appwrite::Storage.new(client) +storage = Storage.new(client) response = storage.list_buckets() diff --git a/docs/examples/1.0.0-RC1/server-ruby/examples/storage/list-files.md b/docs/examples/1.0.x/server-ruby/examples/storage/list-files.md similarity index 74% rename from docs/examples/1.0.0-RC1/server-ruby/examples/storage/list-files.md rename to docs/examples/1.0.x/server-ruby/examples/storage/list-files.md index f7c6bb88b4..6412bc5821 100644 --- a/docs/examples/1.0.0-RC1/server-ruby/examples/storage/list-files.md +++ b/docs/examples/1.0.x/server-ruby/examples/storage/list-files.md @@ -1,13 +1,13 @@ -require 'appwrite' +require 'Appwrite' -client = Appwrite::Client.new +include Appwrite -client +client = Client.new .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint .set_project('5df5acd0d48c2') # Your project ID .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key -storage = Appwrite::Storage.new(client) +storage = Storage.new(client) response = storage.list_files(bucket_id: '[BUCKET_ID]') diff --git a/docs/examples/1.0.0-RC1/server-ruby/examples/storage/update-bucket.md b/docs/examples/1.0.x/server-ruby/examples/storage/update-bucket.md similarity index 75% rename from docs/examples/1.0.0-RC1/server-ruby/examples/storage/update-bucket.md rename to docs/examples/1.0.x/server-ruby/examples/storage/update-bucket.md index 32b37b6acc..3a4ab5f3f7 100644 --- a/docs/examples/1.0.0-RC1/server-ruby/examples/storage/update-bucket.md +++ b/docs/examples/1.0.x/server-ruby/examples/storage/update-bucket.md @@ -1,13 +1,13 @@ -require 'appwrite' +require 'Appwrite' -client = Appwrite::Client.new +include Appwrite -client +client = Client.new .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint .set_project('5df5acd0d48c2') # Your project ID .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key -storage = Appwrite::Storage.new(client) +storage = Storage.new(client) response = storage.update_bucket(bucket_id: '[BUCKET_ID]', name: '[NAME]') diff --git a/docs/examples/1.0.0-RC1/server-ruby/examples/storage/update-file.md b/docs/examples/1.0.x/server-ruby/examples/storage/update-file.md similarity index 75% rename from docs/examples/1.0.0-RC1/server-ruby/examples/storage/update-file.md rename to docs/examples/1.0.x/server-ruby/examples/storage/update-file.md index bf42b7e886..6d4c635ccf 100644 --- a/docs/examples/1.0.0-RC1/server-ruby/examples/storage/update-file.md +++ b/docs/examples/1.0.x/server-ruby/examples/storage/update-file.md @@ -1,13 +1,13 @@ -require 'appwrite' +require 'Appwrite' -client = Appwrite::Client.new +include Appwrite -client +client = Client.new .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint .set_project('5df5acd0d48c2') # Your project ID .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key -storage = Appwrite::Storage.new(client) +storage = Storage.new(client) response = storage.update_file(bucket_id: '[BUCKET_ID]', file_id: '[FILE_ID]') diff --git a/docs/examples/1.0.0-RC1/server-ruby/examples/teams/create-membership.md b/docs/examples/1.0.x/server-ruby/examples/teams/create-membership.md similarity index 78% rename from docs/examples/1.0.0-RC1/server-ruby/examples/teams/create-membership.md rename to docs/examples/1.0.x/server-ruby/examples/teams/create-membership.md index 5c82311054..23b4576144 100644 --- a/docs/examples/1.0.0-RC1/server-ruby/examples/teams/create-membership.md +++ b/docs/examples/1.0.x/server-ruby/examples/teams/create-membership.md @@ -1,13 +1,13 @@ -require 'appwrite' +require 'Appwrite' -client = Appwrite::Client.new +include Appwrite -client +client = Client.new .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint .set_project('5df5acd0d48c2') # Your project ID .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key -teams = Appwrite::Teams.new(client) +teams = Teams.new(client) response = teams.create_membership(team_id: '[TEAM_ID]', email: 'email@example.com', roles: [], url: 'https://example.com') diff --git a/docs/examples/1.0.0-RC1/server-ruby/examples/teams/create.md b/docs/examples/1.0.x/server-ruby/examples/teams/create.md similarity index 75% rename from docs/examples/1.0.0-RC1/server-ruby/examples/teams/create.md rename to docs/examples/1.0.x/server-ruby/examples/teams/create.md index 58f09d8918..832463a84a 100644 --- a/docs/examples/1.0.0-RC1/server-ruby/examples/teams/create.md +++ b/docs/examples/1.0.x/server-ruby/examples/teams/create.md @@ -1,13 +1,13 @@ -require 'appwrite' +require 'Appwrite' -client = Appwrite::Client.new +include Appwrite -client +client = Client.new .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint .set_project('5df5acd0d48c2') # Your project ID .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key -teams = Appwrite::Teams.new(client) +teams = Teams.new(client) response = teams.create(team_id: '[TEAM_ID]', name: '[NAME]') diff --git a/docs/examples/1.0.0-RC1/server-ruby/examples/teams/delete-membership.md b/docs/examples/1.0.x/server-ruby/examples/teams/delete-membership.md similarity index 77% rename from docs/examples/1.0.0-RC1/server-ruby/examples/teams/delete-membership.md rename to docs/examples/1.0.x/server-ruby/examples/teams/delete-membership.md index 5d415622ed..3922ef390e 100644 --- a/docs/examples/1.0.0-RC1/server-ruby/examples/teams/delete-membership.md +++ b/docs/examples/1.0.x/server-ruby/examples/teams/delete-membership.md @@ -1,13 +1,13 @@ -require 'appwrite' +require 'Appwrite' -client = Appwrite::Client.new +include Appwrite -client +client = Client.new .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint .set_project('5df5acd0d48c2') # Your project ID .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key -teams = Appwrite::Teams.new(client) +teams = Teams.new(client) response = teams.delete_membership(team_id: '[TEAM_ID]', membership_id: '[MEMBERSHIP_ID]') diff --git a/docs/examples/1.0.0-RC1/server-ruby/examples/teams/delete.md b/docs/examples/1.0.x/server-ruby/examples/teams/delete.md similarity index 74% rename from docs/examples/1.0.0-RC1/server-ruby/examples/teams/delete.md rename to docs/examples/1.0.x/server-ruby/examples/teams/delete.md index 792abc25cd..8aff3ca24c 100644 --- a/docs/examples/1.0.0-RC1/server-ruby/examples/teams/delete.md +++ b/docs/examples/1.0.x/server-ruby/examples/teams/delete.md @@ -1,13 +1,13 @@ -require 'appwrite' +require 'Appwrite' -client = Appwrite::Client.new +include Appwrite -client +client = Client.new .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint .set_project('5df5acd0d48c2') # Your project ID .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key -teams = Appwrite::Teams.new(client) +teams = Teams.new(client) response = teams.delete(team_id: '[TEAM_ID]') diff --git a/docs/examples/1.0.0-RC1/server-ruby/examples/teams/get-membership.md b/docs/examples/1.0.x/server-ruby/examples/teams/get-membership.md similarity index 76% rename from docs/examples/1.0.0-RC1/server-ruby/examples/teams/get-membership.md rename to docs/examples/1.0.x/server-ruby/examples/teams/get-membership.md index be37320c11..ff3928f886 100644 --- a/docs/examples/1.0.0-RC1/server-ruby/examples/teams/get-membership.md +++ b/docs/examples/1.0.x/server-ruby/examples/teams/get-membership.md @@ -1,13 +1,13 @@ -require 'appwrite' +require 'Appwrite' -client = Appwrite::Client.new +include Appwrite -client +client = Client.new .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint .set_project('5df5acd0d48c2') # Your project ID .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key -teams = Appwrite::Teams.new(client) +teams = Teams.new(client) response = teams.get_membership(team_id: '[TEAM_ID]', membership_id: '[MEMBERSHIP_ID]') diff --git a/docs/examples/1.0.0-RC1/server-ruby/examples/teams/get-memberships.md b/docs/examples/1.0.x/server-ruby/examples/teams/get-memberships.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-ruby/examples/teams/get-memberships.md rename to docs/examples/1.0.x/server-ruby/examples/teams/get-memberships.md diff --git a/docs/examples/1.0.0/server-ruby/examples/teams/get.md b/docs/examples/1.0.x/server-ruby/examples/teams/get.md similarity index 74% rename from docs/examples/1.0.0/server-ruby/examples/teams/get.md rename to docs/examples/1.0.x/server-ruby/examples/teams/get.md index eb42acfdb9..94c6658baf 100644 --- a/docs/examples/1.0.0/server-ruby/examples/teams/get.md +++ b/docs/examples/1.0.x/server-ruby/examples/teams/get.md @@ -1,13 +1,13 @@ -require 'appwrite' +require 'Appwrite' -client = Appwrite::Client.new +include Appwrite -client +client = Client.new .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint .set_project('5df5acd0d48c2') # Your project ID .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key -teams = Appwrite::Teams.new(client) +teams = Teams.new(client) response = teams.get(team_id: '[TEAM_ID]') diff --git a/docs/examples/1.0.0/server-ruby/examples/teams/list-memberships.md b/docs/examples/1.0.x/server-ruby/examples/teams/list-memberships.md similarity index 74% rename from docs/examples/1.0.0/server-ruby/examples/teams/list-memberships.md rename to docs/examples/1.0.x/server-ruby/examples/teams/list-memberships.md index 1e203bd1fd..628519a85b 100644 --- a/docs/examples/1.0.0/server-ruby/examples/teams/list-memberships.md +++ b/docs/examples/1.0.x/server-ruby/examples/teams/list-memberships.md @@ -1,13 +1,13 @@ -require 'appwrite' +require 'Appwrite' -client = Appwrite::Client.new +include Appwrite -client +client = Client.new .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint .set_project('5df5acd0d48c2') # Your project ID .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key -teams = Appwrite::Teams.new(client) +teams = Teams.new(client) response = teams.list_memberships(team_id: '[TEAM_ID]') diff --git a/docs/examples/1.0.0/server-ruby/examples/teams/list.md b/docs/examples/1.0.x/server-ruby/examples/teams/list.md similarity index 72% rename from docs/examples/1.0.0/server-ruby/examples/teams/list.md rename to docs/examples/1.0.x/server-ruby/examples/teams/list.md index f660fd7f95..3c322fce1b 100644 --- a/docs/examples/1.0.0/server-ruby/examples/teams/list.md +++ b/docs/examples/1.0.x/server-ruby/examples/teams/list.md @@ -1,13 +1,13 @@ -require 'appwrite' +require 'Appwrite' -client = Appwrite::Client.new +include Appwrite -client +client = Client.new .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint .set_project('5df5acd0d48c2') # Your project ID .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key -teams = Appwrite::Teams.new(client) +teams = Teams.new(client) response = teams.list() diff --git a/docs/examples/1.0.0-RC1/server-ruby/examples/teams/update-membership-roles.md b/docs/examples/1.0.x/server-ruby/examples/teams/update-membership-roles.md similarity index 78% rename from docs/examples/1.0.0-RC1/server-ruby/examples/teams/update-membership-roles.md rename to docs/examples/1.0.x/server-ruby/examples/teams/update-membership-roles.md index e754ec42f4..0dbd62fb98 100644 --- a/docs/examples/1.0.0-RC1/server-ruby/examples/teams/update-membership-roles.md +++ b/docs/examples/1.0.x/server-ruby/examples/teams/update-membership-roles.md @@ -1,13 +1,13 @@ -require 'appwrite' +require 'Appwrite' -client = Appwrite::Client.new +include Appwrite -client +client = Client.new .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint .set_project('5df5acd0d48c2') # Your project ID .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key -teams = Appwrite::Teams.new(client) +teams = Teams.new(client) response = teams.update_membership_roles(team_id: '[TEAM_ID]', membership_id: '[MEMBERSHIP_ID]', roles: []) diff --git a/docs/examples/1.0.0-RC1/server-ruby/examples/teams/update-membership-status.md b/docs/examples/1.0.x/server-ruby/examples/teams/update-membership-status.md similarity index 80% rename from docs/examples/1.0.0-RC1/server-ruby/examples/teams/update-membership-status.md rename to docs/examples/1.0.x/server-ruby/examples/teams/update-membership-status.md index 7f539905d5..3e3815948e 100644 --- a/docs/examples/1.0.0-RC1/server-ruby/examples/teams/update-membership-status.md +++ b/docs/examples/1.0.x/server-ruby/examples/teams/update-membership-status.md @@ -1,13 +1,13 @@ -require 'appwrite' +require 'Appwrite' -client = Appwrite::Client.new +include Appwrite -client +client = Client.new .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint .set_project('5df5acd0d48c2') # Your project ID .set_jwt('eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ...') # Your secret JSON Web Token -teams = Appwrite::Teams.new(client) +teams = Teams.new(client) response = teams.update_membership_status(team_id: '[TEAM_ID]', membership_id: '[MEMBERSHIP_ID]', user_id: '[USER_ID]', secret: '[SECRET]') diff --git a/docs/examples/1.0.0-RC1/server-ruby/examples/teams/update.md b/docs/examples/1.0.x/server-ruby/examples/teams/update.md similarity index 75% rename from docs/examples/1.0.0-RC1/server-ruby/examples/teams/update.md rename to docs/examples/1.0.x/server-ruby/examples/teams/update.md index 2fb0e774e4..55851a5bf6 100644 --- a/docs/examples/1.0.0-RC1/server-ruby/examples/teams/update.md +++ b/docs/examples/1.0.x/server-ruby/examples/teams/update.md @@ -1,13 +1,13 @@ -require 'appwrite' +require 'Appwrite' -client = Appwrite::Client.new +include Appwrite -client +client = Client.new .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint .set_project('5df5acd0d48c2') # Your project ID .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key -teams = Appwrite::Teams.new(client) +teams = Teams.new(client) response = teams.update(team_id: '[TEAM_ID]', name: '[NAME]') diff --git a/docs/examples/1.0.0-RC1/server-ruby/examples/users/create-argon2user.md b/docs/examples/1.0.x/server-ruby/examples/users/create-argon2user.md similarity index 78% rename from docs/examples/1.0.0-RC1/server-ruby/examples/users/create-argon2user.md rename to docs/examples/1.0.x/server-ruby/examples/users/create-argon2user.md index f042e1228d..5b7b5a27da 100644 --- a/docs/examples/1.0.0-RC1/server-ruby/examples/users/create-argon2user.md +++ b/docs/examples/1.0.x/server-ruby/examples/users/create-argon2user.md @@ -1,13 +1,13 @@ -require 'appwrite' +require 'Appwrite' -client = Appwrite::Client.new +include Appwrite -client +client = Client.new .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint .set_project('5df5acd0d48c2') # Your project ID .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key -users = Appwrite::Users.new(client) +users = Users.new(client) response = users.create_argon2_user(user_id: '[USER_ID]', email: 'email@example.com', password: 'password') diff --git a/docs/examples/1.0.0-RC1/server-ruby/examples/users/create-bcrypt-user.md b/docs/examples/1.0.x/server-ruby/examples/users/create-bcrypt-user.md similarity index 78% rename from docs/examples/1.0.0-RC1/server-ruby/examples/users/create-bcrypt-user.md rename to docs/examples/1.0.x/server-ruby/examples/users/create-bcrypt-user.md index 35318375b7..58225a78c9 100644 --- a/docs/examples/1.0.0-RC1/server-ruby/examples/users/create-bcrypt-user.md +++ b/docs/examples/1.0.x/server-ruby/examples/users/create-bcrypt-user.md @@ -1,13 +1,13 @@ -require 'appwrite' +require 'Appwrite' -client = Appwrite::Client.new +include Appwrite -client +client = Client.new .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint .set_project('5df5acd0d48c2') # Your project ID .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key -users = Appwrite::Users.new(client) +users = Users.new(client) response = users.create_bcrypt_user(user_id: '[USER_ID]', email: 'email@example.com', password: 'password') diff --git a/docs/examples/1.0.0-RC1/server-ruby/examples/users/create-m-d5user.md b/docs/examples/1.0.x/server-ruby/examples/users/create-m-d5user.md similarity index 77% rename from docs/examples/1.0.0-RC1/server-ruby/examples/users/create-m-d5user.md rename to docs/examples/1.0.x/server-ruby/examples/users/create-m-d5user.md index dba9b494ad..2d5c8655b9 100644 --- a/docs/examples/1.0.0-RC1/server-ruby/examples/users/create-m-d5user.md +++ b/docs/examples/1.0.x/server-ruby/examples/users/create-m-d5user.md @@ -1,13 +1,13 @@ -require 'appwrite' +require 'Appwrite' -client = Appwrite::Client.new +include Appwrite -client +client = Client.new .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint .set_project('5df5acd0d48c2') # Your project ID .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key -users = Appwrite::Users.new(client) +users = Users.new(client) response = users.create_md5_user(user_id: '[USER_ID]', email: 'email@example.com', password: 'password') diff --git a/docs/examples/1.0.0-RC1/server-ruby/examples/users/create-p-h-pass-user.md b/docs/examples/1.0.x/server-ruby/examples/users/create-p-h-pass-user.md similarity index 78% rename from docs/examples/1.0.0-RC1/server-ruby/examples/users/create-p-h-pass-user.md rename to docs/examples/1.0.x/server-ruby/examples/users/create-p-h-pass-user.md index 73dd93045a..cbfbf9824b 100644 --- a/docs/examples/1.0.0-RC1/server-ruby/examples/users/create-p-h-pass-user.md +++ b/docs/examples/1.0.x/server-ruby/examples/users/create-p-h-pass-user.md @@ -1,13 +1,13 @@ -require 'appwrite' +require 'Appwrite' -client = Appwrite::Client.new +include Appwrite -client +client = Client.new .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint .set_project('5df5acd0d48c2') # Your project ID .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key -users = Appwrite::Users.new(client) +users = Users.new(client) response = users.create_ph_pass_user(user_id: '[USER_ID]', email: 'email@example.com', password: 'password') diff --git a/docs/examples/1.0.0-RC1/server-ruby/examples/users/create-s-h-a-user.md b/docs/examples/1.0.x/server-ruby/examples/users/create-s-h-a-user.md similarity index 77% rename from docs/examples/1.0.0-RC1/server-ruby/examples/users/create-s-h-a-user.md rename to docs/examples/1.0.x/server-ruby/examples/users/create-s-h-a-user.md index a2aae34ff7..5da5147d8f 100644 --- a/docs/examples/1.0.0-RC1/server-ruby/examples/users/create-s-h-a-user.md +++ b/docs/examples/1.0.x/server-ruby/examples/users/create-s-h-a-user.md @@ -1,13 +1,13 @@ -require 'appwrite' +require 'Appwrite' -client = Appwrite::Client.new +include Appwrite -client +client = Client.new .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint .set_project('5df5acd0d48c2') # Your project ID .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key -users = Appwrite::Users.new(client) +users = Users.new(client) response = users.create_sha_user(user_id: '[USER_ID]', email: 'email@example.com', password: 'password') diff --git a/docs/examples/1.0.0-RC1/server-ruby/examples/users/create-scrypt-modified-user.md b/docs/examples/1.0.x/server-ruby/examples/users/create-scrypt-modified-user.md similarity index 83% rename from docs/examples/1.0.0-RC1/server-ruby/examples/users/create-scrypt-modified-user.md rename to docs/examples/1.0.x/server-ruby/examples/users/create-scrypt-modified-user.md index 55505b67ef..3ab9a205d1 100644 --- a/docs/examples/1.0.0-RC1/server-ruby/examples/users/create-scrypt-modified-user.md +++ b/docs/examples/1.0.x/server-ruby/examples/users/create-scrypt-modified-user.md @@ -1,13 +1,13 @@ -require 'appwrite' +require 'Appwrite' -client = Appwrite::Client.new +include Appwrite -client +client = Client.new .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint .set_project('5df5acd0d48c2') # Your project ID .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key -users = Appwrite::Users.new(client) +users = Users.new(client) response = users.create_scrypt_modified_user(user_id: '[USER_ID]', email: 'email@example.com', password: 'password', password_salt: '[PASSWORD_SALT]', password_salt_separator: '[PASSWORD_SALT_SEPARATOR]', password_signer_key: '[PASSWORD_SIGNER_KEY]') diff --git a/docs/examples/1.0.0-RC1/server-ruby/examples/users/create-scrypt-user.md b/docs/examples/1.0.x/server-ruby/examples/users/create-scrypt-user.md similarity index 83% rename from docs/examples/1.0.0-RC1/server-ruby/examples/users/create-scrypt-user.md rename to docs/examples/1.0.x/server-ruby/examples/users/create-scrypt-user.md index d4be5fdfb0..552f2a3c61 100644 --- a/docs/examples/1.0.0-RC1/server-ruby/examples/users/create-scrypt-user.md +++ b/docs/examples/1.0.x/server-ruby/examples/users/create-scrypt-user.md @@ -1,13 +1,13 @@ -require 'appwrite' +require 'Appwrite' -client = Appwrite::Client.new +include Appwrite -client +client = Client.new .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint .set_project('5df5acd0d48c2') # Your project ID .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key -users = Appwrite::Users.new(client) +users = Users.new(client) response = users.create_scrypt_user(user_id: '[USER_ID]', email: 'email@example.com', password: 'password', password_salt: '[PASSWORD_SALT]', password_cpu: null, password_memory: null, password_parallel: null, password_length: null) diff --git a/docs/examples/1.0.0-RC1/server-ruby/examples/users/create.md b/docs/examples/1.0.x/server-ruby/examples/users/create.md similarity index 74% rename from docs/examples/1.0.0-RC1/server-ruby/examples/users/create.md rename to docs/examples/1.0.x/server-ruby/examples/users/create.md index 443b221ee2..a10b659e3e 100644 --- a/docs/examples/1.0.0-RC1/server-ruby/examples/users/create.md +++ b/docs/examples/1.0.x/server-ruby/examples/users/create.md @@ -1,13 +1,13 @@ -require 'appwrite' +require 'Appwrite' -client = Appwrite::Client.new +include Appwrite -client +client = Client.new .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint .set_project('5df5acd0d48c2') # Your project ID .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key -users = Appwrite::Users.new(client) +users = Users.new(client) response = users.create(user_id: '[USER_ID]') diff --git a/docs/examples/1.0.0-RC1/server-ruby/examples/users/delete-session.md b/docs/examples/1.0.x/server-ruby/examples/users/delete-session.md similarity index 76% rename from docs/examples/1.0.0-RC1/server-ruby/examples/users/delete-session.md rename to docs/examples/1.0.x/server-ruby/examples/users/delete-session.md index 676d8dda8f..a1a8ce6cb0 100644 --- a/docs/examples/1.0.0-RC1/server-ruby/examples/users/delete-session.md +++ b/docs/examples/1.0.x/server-ruby/examples/users/delete-session.md @@ -1,13 +1,13 @@ -require 'appwrite' +require 'Appwrite' -client = Appwrite::Client.new +include Appwrite -client +client = Client.new .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint .set_project('5df5acd0d48c2') # Your project ID .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key -users = Appwrite::Users.new(client) +users = Users.new(client) response = users.delete_session(user_id: '[USER_ID]', session_id: '[SESSION_ID]') diff --git a/docs/examples/1.0.0-RC1/server-ruby/examples/users/delete-sessions.md b/docs/examples/1.0.x/server-ruby/examples/users/delete-sessions.md similarity index 74% rename from docs/examples/1.0.0-RC1/server-ruby/examples/users/delete-sessions.md rename to docs/examples/1.0.x/server-ruby/examples/users/delete-sessions.md index 8578572dc1..d978697fd4 100644 --- a/docs/examples/1.0.0-RC1/server-ruby/examples/users/delete-sessions.md +++ b/docs/examples/1.0.x/server-ruby/examples/users/delete-sessions.md @@ -1,13 +1,13 @@ -require 'appwrite' +require 'Appwrite' -client = Appwrite::Client.new +include Appwrite -client +client = Client.new .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint .set_project('5df5acd0d48c2') # Your project ID .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key -users = Appwrite::Users.new(client) +users = Users.new(client) response = users.delete_sessions(user_id: '[USER_ID]') diff --git a/docs/examples/1.0.0-RC1/server-ruby/examples/users/delete.md b/docs/examples/1.0.x/server-ruby/examples/users/delete.md similarity index 74% rename from docs/examples/1.0.0-RC1/server-ruby/examples/users/delete.md rename to docs/examples/1.0.x/server-ruby/examples/users/delete.md index 2504751dd2..ea45cec451 100644 --- a/docs/examples/1.0.0-RC1/server-ruby/examples/users/delete.md +++ b/docs/examples/1.0.x/server-ruby/examples/users/delete.md @@ -1,13 +1,13 @@ -require 'appwrite' +require 'Appwrite' -client = Appwrite::Client.new +include Appwrite -client +client = Client.new .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint .set_project('5df5acd0d48c2') # Your project ID .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key -users = Appwrite::Users.new(client) +users = Users.new(client) response = users.delete(user_id: '[USER_ID]') diff --git a/docs/examples/1.0.0-RC1/server-ruby/examples/users/get-logs.md b/docs/examples/1.0.x/server-ruby/examples/users/get-logs.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-ruby/examples/users/get-logs.md rename to docs/examples/1.0.x/server-ruby/examples/users/get-logs.md diff --git a/docs/examples/1.0.0-RC1/server-ruby/examples/users/get-memberships.md b/docs/examples/1.0.x/server-ruby/examples/users/get-memberships.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-ruby/examples/users/get-memberships.md rename to docs/examples/1.0.x/server-ruby/examples/users/get-memberships.md diff --git a/docs/examples/1.0.0-RC1/server-ruby/examples/users/get-prefs.md b/docs/examples/1.0.x/server-ruby/examples/users/get-prefs.md similarity index 74% rename from docs/examples/1.0.0-RC1/server-ruby/examples/users/get-prefs.md rename to docs/examples/1.0.x/server-ruby/examples/users/get-prefs.md index d818802801..58d2e943ad 100644 --- a/docs/examples/1.0.0-RC1/server-ruby/examples/users/get-prefs.md +++ b/docs/examples/1.0.x/server-ruby/examples/users/get-prefs.md @@ -1,13 +1,13 @@ -require 'appwrite' +require 'Appwrite' -client = Appwrite::Client.new +include Appwrite -client +client = Client.new .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint .set_project('5df5acd0d48c2') # Your project ID .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key -users = Appwrite::Users.new(client) +users = Users.new(client) response = users.get_prefs(user_id: '[USER_ID]') diff --git a/docs/examples/1.0.0-RC1/server-ruby/examples/users/get-sessions.md b/docs/examples/1.0.x/server-ruby/examples/users/get-sessions.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-ruby/examples/users/get-sessions.md rename to docs/examples/1.0.x/server-ruby/examples/users/get-sessions.md diff --git a/docs/examples/1.0.0/server-ruby/examples/users/get.md b/docs/examples/1.0.x/server-ruby/examples/users/get.md similarity index 74% rename from docs/examples/1.0.0/server-ruby/examples/users/get.md rename to docs/examples/1.0.x/server-ruby/examples/users/get.md index 93d1063178..9a2fd04d31 100644 --- a/docs/examples/1.0.0/server-ruby/examples/users/get.md +++ b/docs/examples/1.0.x/server-ruby/examples/users/get.md @@ -1,13 +1,13 @@ -require 'appwrite' +require 'Appwrite' -client = Appwrite::Client.new +include Appwrite -client +client = Client.new .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint .set_project('5df5acd0d48c2') # Your project ID .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key -users = Appwrite::Users.new(client) +users = Users.new(client) response = users.get(user_id: '[USER_ID]') diff --git a/docs/examples/1.0.0/server-ruby/examples/users/list-logs.md b/docs/examples/1.0.x/server-ruby/examples/users/list-logs.md similarity index 74% rename from docs/examples/1.0.0/server-ruby/examples/users/list-logs.md rename to docs/examples/1.0.x/server-ruby/examples/users/list-logs.md index 966b47c70a..53b5139f53 100644 --- a/docs/examples/1.0.0/server-ruby/examples/users/list-logs.md +++ b/docs/examples/1.0.x/server-ruby/examples/users/list-logs.md @@ -1,13 +1,13 @@ -require 'appwrite' +require 'Appwrite' -client = Appwrite::Client.new +include Appwrite -client +client = Client.new .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint .set_project('5df5acd0d48c2') # Your project ID .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key -users = Appwrite::Users.new(client) +users = Users.new(client) response = users.list_logs(user_id: '[USER_ID]') diff --git a/docs/examples/1.0.0/server-ruby/examples/users/list-memberships.md b/docs/examples/1.0.x/server-ruby/examples/users/list-memberships.md similarity index 74% rename from docs/examples/1.0.0/server-ruby/examples/users/list-memberships.md rename to docs/examples/1.0.x/server-ruby/examples/users/list-memberships.md index 40aa7cb737..655db8b294 100644 --- a/docs/examples/1.0.0/server-ruby/examples/users/list-memberships.md +++ b/docs/examples/1.0.x/server-ruby/examples/users/list-memberships.md @@ -1,13 +1,13 @@ -require 'appwrite' +require 'Appwrite' -client = Appwrite::Client.new +include Appwrite -client +client = Client.new .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint .set_project('5df5acd0d48c2') # Your project ID .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key -users = Appwrite::Users.new(client) +users = Users.new(client) response = users.list_memberships(user_id: '[USER_ID]') diff --git a/docs/examples/1.0.0/server-ruby/examples/users/list-sessions.md b/docs/examples/1.0.x/server-ruby/examples/users/list-sessions.md similarity index 74% rename from docs/examples/1.0.0/server-ruby/examples/users/list-sessions.md rename to docs/examples/1.0.x/server-ruby/examples/users/list-sessions.md index 5deed5f94d..6eb4229f5b 100644 --- a/docs/examples/1.0.0/server-ruby/examples/users/list-sessions.md +++ b/docs/examples/1.0.x/server-ruby/examples/users/list-sessions.md @@ -1,13 +1,13 @@ -require 'appwrite' +require 'Appwrite' -client = Appwrite::Client.new +include Appwrite -client +client = Client.new .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint .set_project('5df5acd0d48c2') # Your project ID .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key -users = Appwrite::Users.new(client) +users = Users.new(client) response = users.list_sessions(user_id: '[USER_ID]') diff --git a/docs/examples/1.0.0-RC1/server-ruby/examples/users/list.md b/docs/examples/1.0.x/server-ruby/examples/users/list.md similarity index 72% rename from docs/examples/1.0.0-RC1/server-ruby/examples/users/list.md rename to docs/examples/1.0.x/server-ruby/examples/users/list.md index 5a17e194d9..474ed2cbe5 100644 --- a/docs/examples/1.0.0-RC1/server-ruby/examples/users/list.md +++ b/docs/examples/1.0.x/server-ruby/examples/users/list.md @@ -1,13 +1,13 @@ -require 'appwrite' +require 'Appwrite' -client = Appwrite::Client.new +include Appwrite -client +client = Client.new .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint .set_project('5df5acd0d48c2') # Your project ID .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key -users = Appwrite::Users.new(client) +users = Users.new(client) response = users.list() diff --git a/docs/examples/1.0.0-RC1/server-ruby/examples/users/update-email-verification.md b/docs/examples/1.0.x/server-ruby/examples/users/update-email-verification.md similarity index 77% rename from docs/examples/1.0.0-RC1/server-ruby/examples/users/update-email-verification.md rename to docs/examples/1.0.x/server-ruby/examples/users/update-email-verification.md index 10ede9b94b..350d7867e6 100644 --- a/docs/examples/1.0.0-RC1/server-ruby/examples/users/update-email-verification.md +++ b/docs/examples/1.0.x/server-ruby/examples/users/update-email-verification.md @@ -1,13 +1,13 @@ -require 'appwrite' +require 'Appwrite' -client = Appwrite::Client.new +include Appwrite -client +client = Client.new .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint .set_project('5df5acd0d48c2') # Your project ID .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key -users = Appwrite::Users.new(client) +users = Users.new(client) response = users.update_email_verification(user_id: '[USER_ID]', email_verification: false) diff --git a/docs/examples/1.0.0-RC1/server-ruby/examples/users/update-email.md b/docs/examples/1.0.x/server-ruby/examples/users/update-email.md similarity index 76% rename from docs/examples/1.0.0-RC1/server-ruby/examples/users/update-email.md rename to docs/examples/1.0.x/server-ruby/examples/users/update-email.md index 5d798145b6..db33e491e2 100644 --- a/docs/examples/1.0.0-RC1/server-ruby/examples/users/update-email.md +++ b/docs/examples/1.0.x/server-ruby/examples/users/update-email.md @@ -1,13 +1,13 @@ -require 'appwrite' +require 'Appwrite' -client = Appwrite::Client.new +include Appwrite -client +client = Client.new .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint .set_project('5df5acd0d48c2') # Your project ID .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key -users = Appwrite::Users.new(client) +users = Users.new(client) response = users.update_email(user_id: '[USER_ID]', email: 'email@example.com') diff --git a/docs/examples/1.0.0-RC1/server-ruby/examples/users/update-name.md b/docs/examples/1.0.x/server-ruby/examples/users/update-name.md similarity index 75% rename from docs/examples/1.0.0-RC1/server-ruby/examples/users/update-name.md rename to docs/examples/1.0.x/server-ruby/examples/users/update-name.md index 6ddfe659ec..7b25fdc368 100644 --- a/docs/examples/1.0.0-RC1/server-ruby/examples/users/update-name.md +++ b/docs/examples/1.0.x/server-ruby/examples/users/update-name.md @@ -1,13 +1,13 @@ -require 'appwrite' +require 'Appwrite' -client = Appwrite::Client.new +include Appwrite -client +client = Client.new .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint .set_project('5df5acd0d48c2') # Your project ID .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key -users = Appwrite::Users.new(client) +users = Users.new(client) response = users.update_name(user_id: '[USER_ID]', name: '[NAME]') diff --git a/docs/examples/1.0.0-RC1/server-ruby/examples/users/update-password.md b/docs/examples/1.0.x/server-ruby/examples/users/update-password.md similarity index 76% rename from docs/examples/1.0.0-RC1/server-ruby/examples/users/update-password.md rename to docs/examples/1.0.x/server-ruby/examples/users/update-password.md index 020893f76e..a423aa258d 100644 --- a/docs/examples/1.0.0-RC1/server-ruby/examples/users/update-password.md +++ b/docs/examples/1.0.x/server-ruby/examples/users/update-password.md @@ -1,13 +1,13 @@ -require 'appwrite' +require 'Appwrite' -client = Appwrite::Client.new +include Appwrite -client +client = Client.new .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint .set_project('5df5acd0d48c2') # Your project ID .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key -users = Appwrite::Users.new(client) +users = Users.new(client) response = users.update_password(user_id: '[USER_ID]', password: 'password') diff --git a/docs/examples/1.0.0-RC1/server-ruby/examples/users/update-phone-verification.md b/docs/examples/1.0.x/server-ruby/examples/users/update-phone-verification.md similarity index 77% rename from docs/examples/1.0.0-RC1/server-ruby/examples/users/update-phone-verification.md rename to docs/examples/1.0.x/server-ruby/examples/users/update-phone-verification.md index 9ac66d6a26..b04b8cbca2 100644 --- a/docs/examples/1.0.0-RC1/server-ruby/examples/users/update-phone-verification.md +++ b/docs/examples/1.0.x/server-ruby/examples/users/update-phone-verification.md @@ -1,13 +1,13 @@ -require 'appwrite' +require 'Appwrite' -client = Appwrite::Client.new +include Appwrite -client +client = Client.new .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint .set_project('5df5acd0d48c2') # Your project ID .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key -users = Appwrite::Users.new(client) +users = Users.new(client) response = users.update_phone_verification(user_id: '[USER_ID]', phone_verification: false) diff --git a/docs/examples/1.0.0-RC1/server-ruby/examples/users/update-phone.md b/docs/examples/1.0.x/server-ruby/examples/users/update-phone.md similarity index 75% rename from docs/examples/1.0.0-RC1/server-ruby/examples/users/update-phone.md rename to docs/examples/1.0.x/server-ruby/examples/users/update-phone.md index 50321e9804..719e228196 100644 --- a/docs/examples/1.0.0-RC1/server-ruby/examples/users/update-phone.md +++ b/docs/examples/1.0.x/server-ruby/examples/users/update-phone.md @@ -1,13 +1,13 @@ -require 'appwrite' +require 'Appwrite' -client = Appwrite::Client.new +include Appwrite -client +client = Client.new .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint .set_project('5df5acd0d48c2') # Your project ID .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key -users = Appwrite::Users.new(client) +users = Users.new(client) response = users.update_phone(user_id: '[USER_ID]', number: '') diff --git a/docs/examples/1.0.0-RC1/server-ruby/examples/users/update-prefs.md b/docs/examples/1.0.x/server-ruby/examples/users/update-prefs.md similarity index 75% rename from docs/examples/1.0.0-RC1/server-ruby/examples/users/update-prefs.md rename to docs/examples/1.0.x/server-ruby/examples/users/update-prefs.md index bd2055e079..31e6b8accc 100644 --- a/docs/examples/1.0.0-RC1/server-ruby/examples/users/update-prefs.md +++ b/docs/examples/1.0.x/server-ruby/examples/users/update-prefs.md @@ -1,13 +1,13 @@ -require 'appwrite' +require 'Appwrite' -client = Appwrite::Client.new +include Appwrite -client +client = Client.new .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint .set_project('5df5acd0d48c2') # Your project ID .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key -users = Appwrite::Users.new(client) +users = Users.new(client) response = users.update_prefs(user_id: '[USER_ID]', prefs: {}) diff --git a/docs/examples/1.0.0-RC1/server-ruby/examples/users/update-status.md b/docs/examples/1.0.x/server-ruby/examples/users/update-status.md similarity index 75% rename from docs/examples/1.0.0-RC1/server-ruby/examples/users/update-status.md rename to docs/examples/1.0.x/server-ruby/examples/users/update-status.md index 4ff25309ef..960a8ca95b 100644 --- a/docs/examples/1.0.0-RC1/server-ruby/examples/users/update-status.md +++ b/docs/examples/1.0.x/server-ruby/examples/users/update-status.md @@ -1,13 +1,13 @@ -require 'appwrite' +require 'Appwrite' -client = Appwrite::Client.new +include Appwrite -client +client = Client.new .set_endpoint('https://[HOSTNAME_OR_IP]/v1') # Your API Endpoint .set_project('5df5acd0d48c2') # Your project ID .set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key -users = Appwrite::Users.new(client) +users = Users.new(client) response = users.update_status(user_id: '[USER_ID]', status: false) diff --git a/docs/examples/1.0.0-RC1/server-swift/examples/account/create-phone-verification.md b/docs/examples/1.0.x/server-swift/examples/account/create-phone-verification.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-swift/examples/account/create-phone-verification.md rename to docs/examples/1.0.x/server-swift/examples/account/create-phone-verification.md diff --git a/docs/examples/1.0.0-RC1/server-swift/examples/account/create-recovery.md b/docs/examples/1.0.x/server-swift/examples/account/create-recovery.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-swift/examples/account/create-recovery.md rename to docs/examples/1.0.x/server-swift/examples/account/create-recovery.md diff --git a/docs/examples/1.0.0-RC1/server-swift/examples/account/create-verification.md b/docs/examples/1.0.x/server-swift/examples/account/create-verification.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-swift/examples/account/create-verification.md rename to docs/examples/1.0.x/server-swift/examples/account/create-verification.md diff --git a/docs/examples/1.0.0-RC1/server-swift/examples/account/delete-session.md b/docs/examples/1.0.x/server-swift/examples/account/delete-session.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-swift/examples/account/delete-session.md rename to docs/examples/1.0.x/server-swift/examples/account/delete-session.md diff --git a/docs/examples/1.0.0-RC1/server-swift/examples/account/delete-sessions.md b/docs/examples/1.0.x/server-swift/examples/account/delete-sessions.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-swift/examples/account/delete-sessions.md rename to docs/examples/1.0.x/server-swift/examples/account/delete-sessions.md diff --git a/docs/examples/1.0.0-RC1/server-swift/examples/account/get-logs.md b/docs/examples/1.0.x/server-swift/examples/account/get-logs.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-swift/examples/account/get-logs.md rename to docs/examples/1.0.x/server-swift/examples/account/get-logs.md diff --git a/docs/examples/1.0.0-RC1/server-swift/examples/account/get-prefs.md b/docs/examples/1.0.x/server-swift/examples/account/get-prefs.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-swift/examples/account/get-prefs.md rename to docs/examples/1.0.x/server-swift/examples/account/get-prefs.md diff --git a/docs/examples/1.0.0-RC1/server-swift/examples/account/get-session.md b/docs/examples/1.0.x/server-swift/examples/account/get-session.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-swift/examples/account/get-session.md rename to docs/examples/1.0.x/server-swift/examples/account/get-session.md diff --git a/docs/examples/1.0.0-RC1/server-swift/examples/account/get-sessions.md b/docs/examples/1.0.x/server-swift/examples/account/get-sessions.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-swift/examples/account/get-sessions.md rename to docs/examples/1.0.x/server-swift/examples/account/get-sessions.md diff --git a/docs/examples/1.0.0-RC1/server-swift/examples/account/get.md b/docs/examples/1.0.x/server-swift/examples/account/get.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-swift/examples/account/get.md rename to docs/examples/1.0.x/server-swift/examples/account/get.md diff --git a/docs/examples/1.0.0/server-swift/examples/account/list-logs.md b/docs/examples/1.0.x/server-swift/examples/account/list-logs.md similarity index 100% rename from docs/examples/1.0.0/server-swift/examples/account/list-logs.md rename to docs/examples/1.0.x/server-swift/examples/account/list-logs.md diff --git a/docs/examples/1.0.0/server-swift/examples/account/list-sessions.md b/docs/examples/1.0.x/server-swift/examples/account/list-sessions.md similarity index 100% rename from docs/examples/1.0.0/server-swift/examples/account/list-sessions.md rename to docs/examples/1.0.x/server-swift/examples/account/list-sessions.md diff --git a/docs/examples/1.0.0-RC1/server-swift/examples/account/update-email.md b/docs/examples/1.0.x/server-swift/examples/account/update-email.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-swift/examples/account/update-email.md rename to docs/examples/1.0.x/server-swift/examples/account/update-email.md diff --git a/docs/examples/1.0.0-RC1/server-swift/examples/account/update-name.md b/docs/examples/1.0.x/server-swift/examples/account/update-name.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-swift/examples/account/update-name.md rename to docs/examples/1.0.x/server-swift/examples/account/update-name.md diff --git a/docs/examples/1.0.0-RC1/server-swift/examples/account/update-password.md b/docs/examples/1.0.x/server-swift/examples/account/update-password.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-swift/examples/account/update-password.md rename to docs/examples/1.0.x/server-swift/examples/account/update-password.md diff --git a/docs/examples/1.0.0-RC1/server-swift/examples/account/update-phone-verification.md b/docs/examples/1.0.x/server-swift/examples/account/update-phone-verification.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-swift/examples/account/update-phone-verification.md rename to docs/examples/1.0.x/server-swift/examples/account/update-phone-verification.md diff --git a/docs/examples/1.0.0-RC1/server-swift/examples/account/update-phone.md b/docs/examples/1.0.x/server-swift/examples/account/update-phone.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-swift/examples/account/update-phone.md rename to docs/examples/1.0.x/server-swift/examples/account/update-phone.md diff --git a/docs/examples/1.0.0-RC1/server-swift/examples/account/update-prefs.md b/docs/examples/1.0.x/server-swift/examples/account/update-prefs.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-swift/examples/account/update-prefs.md rename to docs/examples/1.0.x/server-swift/examples/account/update-prefs.md diff --git a/docs/examples/1.0.0-RC1/server-swift/examples/account/update-recovery.md b/docs/examples/1.0.x/server-swift/examples/account/update-recovery.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-swift/examples/account/update-recovery.md rename to docs/examples/1.0.x/server-swift/examples/account/update-recovery.md diff --git a/docs/examples/1.0.0-RC1/server-swift/examples/account/update-session.md b/docs/examples/1.0.x/server-swift/examples/account/update-session.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-swift/examples/account/update-session.md rename to docs/examples/1.0.x/server-swift/examples/account/update-session.md diff --git a/docs/examples/1.0.0-RC1/server-swift/examples/account/update-status.md b/docs/examples/1.0.x/server-swift/examples/account/update-status.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-swift/examples/account/update-status.md rename to docs/examples/1.0.x/server-swift/examples/account/update-status.md diff --git a/docs/examples/1.0.0-RC1/server-swift/examples/account/update-verification.md b/docs/examples/1.0.x/server-swift/examples/account/update-verification.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-swift/examples/account/update-verification.md rename to docs/examples/1.0.x/server-swift/examples/account/update-verification.md diff --git a/docs/examples/1.0.0-RC1/server-swift/examples/avatars/get-browser.md b/docs/examples/1.0.x/server-swift/examples/avatars/get-browser.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-swift/examples/avatars/get-browser.md rename to docs/examples/1.0.x/server-swift/examples/avatars/get-browser.md diff --git a/docs/examples/1.0.0-RC1/server-swift/examples/avatars/get-credit-card.md b/docs/examples/1.0.x/server-swift/examples/avatars/get-credit-card.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-swift/examples/avatars/get-credit-card.md rename to docs/examples/1.0.x/server-swift/examples/avatars/get-credit-card.md diff --git a/docs/examples/1.0.0-RC1/server-swift/examples/avatars/get-favicon.md b/docs/examples/1.0.x/server-swift/examples/avatars/get-favicon.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-swift/examples/avatars/get-favicon.md rename to docs/examples/1.0.x/server-swift/examples/avatars/get-favicon.md diff --git a/docs/examples/1.0.0-RC1/server-swift/examples/avatars/get-flag.md b/docs/examples/1.0.x/server-swift/examples/avatars/get-flag.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-swift/examples/avatars/get-flag.md rename to docs/examples/1.0.x/server-swift/examples/avatars/get-flag.md diff --git a/docs/examples/1.0.0-RC1/server-swift/examples/avatars/get-image.md b/docs/examples/1.0.x/server-swift/examples/avatars/get-image.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-swift/examples/avatars/get-image.md rename to docs/examples/1.0.x/server-swift/examples/avatars/get-image.md diff --git a/docs/examples/1.0.0-RC1/server-swift/examples/avatars/get-initials.md b/docs/examples/1.0.x/server-swift/examples/avatars/get-initials.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-swift/examples/avatars/get-initials.md rename to docs/examples/1.0.x/server-swift/examples/avatars/get-initials.md diff --git a/docs/examples/1.0.0-RC1/server-swift/examples/avatars/get-q-r.md b/docs/examples/1.0.x/server-swift/examples/avatars/get-q-r.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-swift/examples/avatars/get-q-r.md rename to docs/examples/1.0.x/server-swift/examples/avatars/get-q-r.md diff --git a/docs/examples/1.0.0-RC1/server-swift/examples/databases/create-boolean-attribute.md b/docs/examples/1.0.x/server-swift/examples/databases/create-boolean-attribute.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-swift/examples/databases/create-boolean-attribute.md rename to docs/examples/1.0.x/server-swift/examples/databases/create-boolean-attribute.md diff --git a/docs/examples/1.0.0-RC1/server-swift/examples/databases/create-collection.md b/docs/examples/1.0.x/server-swift/examples/databases/create-collection.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-swift/examples/databases/create-collection.md rename to docs/examples/1.0.x/server-swift/examples/databases/create-collection.md diff --git a/docs/examples/1.0.0-RC1/server-swift/examples/databases/create-datetime-attribute.md b/docs/examples/1.0.x/server-swift/examples/databases/create-datetime-attribute.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-swift/examples/databases/create-datetime-attribute.md rename to docs/examples/1.0.x/server-swift/examples/databases/create-datetime-attribute.md diff --git a/docs/examples/1.0.0-RC1/server-swift/examples/databases/create-document.md b/docs/examples/1.0.x/server-swift/examples/databases/create-document.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-swift/examples/databases/create-document.md rename to docs/examples/1.0.x/server-swift/examples/databases/create-document.md diff --git a/docs/examples/1.0.0-RC1/server-swift/examples/databases/create-email-attribute.md b/docs/examples/1.0.x/server-swift/examples/databases/create-email-attribute.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-swift/examples/databases/create-email-attribute.md rename to docs/examples/1.0.x/server-swift/examples/databases/create-email-attribute.md diff --git a/docs/examples/1.0.0-RC1/server-swift/examples/databases/create-enum-attribute.md b/docs/examples/1.0.x/server-swift/examples/databases/create-enum-attribute.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-swift/examples/databases/create-enum-attribute.md rename to docs/examples/1.0.x/server-swift/examples/databases/create-enum-attribute.md diff --git a/docs/examples/1.0.0-RC1/server-swift/examples/databases/create-float-attribute.md b/docs/examples/1.0.x/server-swift/examples/databases/create-float-attribute.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-swift/examples/databases/create-float-attribute.md rename to docs/examples/1.0.x/server-swift/examples/databases/create-float-attribute.md diff --git a/docs/examples/1.0.0-RC1/server-swift/examples/databases/create-index.md b/docs/examples/1.0.x/server-swift/examples/databases/create-index.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-swift/examples/databases/create-index.md rename to docs/examples/1.0.x/server-swift/examples/databases/create-index.md diff --git a/docs/examples/1.0.0-RC1/server-swift/examples/databases/create-integer-attribute.md b/docs/examples/1.0.x/server-swift/examples/databases/create-integer-attribute.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-swift/examples/databases/create-integer-attribute.md rename to docs/examples/1.0.x/server-swift/examples/databases/create-integer-attribute.md diff --git a/docs/examples/1.0.0-RC1/server-swift/examples/databases/create-ip-attribute.md b/docs/examples/1.0.x/server-swift/examples/databases/create-ip-attribute.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-swift/examples/databases/create-ip-attribute.md rename to docs/examples/1.0.x/server-swift/examples/databases/create-ip-attribute.md diff --git a/docs/examples/1.0.0-RC1/server-swift/examples/databases/create-string-attribute.md b/docs/examples/1.0.x/server-swift/examples/databases/create-string-attribute.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-swift/examples/databases/create-string-attribute.md rename to docs/examples/1.0.x/server-swift/examples/databases/create-string-attribute.md diff --git a/docs/examples/1.0.0-RC1/server-swift/examples/databases/create-url-attribute.md b/docs/examples/1.0.x/server-swift/examples/databases/create-url-attribute.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-swift/examples/databases/create-url-attribute.md rename to docs/examples/1.0.x/server-swift/examples/databases/create-url-attribute.md diff --git a/docs/examples/1.0.0-RC1/server-swift/examples/databases/create.md b/docs/examples/1.0.x/server-swift/examples/databases/create.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-swift/examples/databases/create.md rename to docs/examples/1.0.x/server-swift/examples/databases/create.md diff --git a/docs/examples/1.0.0-RC1/server-swift/examples/databases/delete-attribute.md b/docs/examples/1.0.x/server-swift/examples/databases/delete-attribute.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-swift/examples/databases/delete-attribute.md rename to docs/examples/1.0.x/server-swift/examples/databases/delete-attribute.md diff --git a/docs/examples/1.0.0-RC1/server-swift/examples/databases/delete-collection.md b/docs/examples/1.0.x/server-swift/examples/databases/delete-collection.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-swift/examples/databases/delete-collection.md rename to docs/examples/1.0.x/server-swift/examples/databases/delete-collection.md diff --git a/docs/examples/1.0.0-RC1/server-swift/examples/databases/delete-document.md b/docs/examples/1.0.x/server-swift/examples/databases/delete-document.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-swift/examples/databases/delete-document.md rename to docs/examples/1.0.x/server-swift/examples/databases/delete-document.md diff --git a/docs/examples/1.0.0-RC1/server-swift/examples/databases/delete-index.md b/docs/examples/1.0.x/server-swift/examples/databases/delete-index.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-swift/examples/databases/delete-index.md rename to docs/examples/1.0.x/server-swift/examples/databases/delete-index.md diff --git a/docs/examples/1.0.0-RC1/server-swift/examples/databases/delete.md b/docs/examples/1.0.x/server-swift/examples/databases/delete.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-swift/examples/databases/delete.md rename to docs/examples/1.0.x/server-swift/examples/databases/delete.md diff --git a/docs/examples/1.0.0-RC1/server-swift/examples/databases/get-attribute.md b/docs/examples/1.0.x/server-swift/examples/databases/get-attribute.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-swift/examples/databases/get-attribute.md rename to docs/examples/1.0.x/server-swift/examples/databases/get-attribute.md diff --git a/docs/examples/1.0.0-RC1/server-swift/examples/databases/get-collection.md b/docs/examples/1.0.x/server-swift/examples/databases/get-collection.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-swift/examples/databases/get-collection.md rename to docs/examples/1.0.x/server-swift/examples/databases/get-collection.md diff --git a/docs/examples/1.0.0-RC1/server-swift/examples/databases/get-document.md b/docs/examples/1.0.x/server-swift/examples/databases/get-document.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-swift/examples/databases/get-document.md rename to docs/examples/1.0.x/server-swift/examples/databases/get-document.md diff --git a/docs/examples/1.0.0-RC1/server-swift/examples/databases/get-index.md b/docs/examples/1.0.x/server-swift/examples/databases/get-index.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-swift/examples/databases/get-index.md rename to docs/examples/1.0.x/server-swift/examples/databases/get-index.md diff --git a/docs/examples/1.0.0-RC1/server-swift/examples/databases/get.md b/docs/examples/1.0.x/server-swift/examples/databases/get.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-swift/examples/databases/get.md rename to docs/examples/1.0.x/server-swift/examples/databases/get.md diff --git a/docs/examples/1.0.0-RC1/server-swift/examples/databases/list-attributes.md b/docs/examples/1.0.x/server-swift/examples/databases/list-attributes.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-swift/examples/databases/list-attributes.md rename to docs/examples/1.0.x/server-swift/examples/databases/list-attributes.md diff --git a/docs/examples/1.0.0-RC1/server-swift/examples/databases/list-collections.md b/docs/examples/1.0.x/server-swift/examples/databases/list-collections.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-swift/examples/databases/list-collections.md rename to docs/examples/1.0.x/server-swift/examples/databases/list-collections.md diff --git a/docs/examples/1.0.0-RC1/server-swift/examples/databases/list-documents.md b/docs/examples/1.0.x/server-swift/examples/databases/list-documents.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-swift/examples/databases/list-documents.md rename to docs/examples/1.0.x/server-swift/examples/databases/list-documents.md diff --git a/docs/examples/1.0.0-RC1/server-swift/examples/databases/list-indexes.md b/docs/examples/1.0.x/server-swift/examples/databases/list-indexes.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-swift/examples/databases/list-indexes.md rename to docs/examples/1.0.x/server-swift/examples/databases/list-indexes.md diff --git a/docs/examples/1.0.0-RC1/server-swift/examples/databases/list.md b/docs/examples/1.0.x/server-swift/examples/databases/list.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-swift/examples/databases/list.md rename to docs/examples/1.0.x/server-swift/examples/databases/list.md diff --git a/docs/examples/1.0.0-RC1/server-swift/examples/databases/update-collection.md b/docs/examples/1.0.x/server-swift/examples/databases/update-collection.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-swift/examples/databases/update-collection.md rename to docs/examples/1.0.x/server-swift/examples/databases/update-collection.md diff --git a/docs/examples/1.0.0-RC1/server-swift/examples/databases/update-document.md b/docs/examples/1.0.x/server-swift/examples/databases/update-document.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-swift/examples/databases/update-document.md rename to docs/examples/1.0.x/server-swift/examples/databases/update-document.md diff --git a/docs/examples/1.0.0-RC1/server-swift/examples/databases/update.md b/docs/examples/1.0.x/server-swift/examples/databases/update.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-swift/examples/databases/update.md rename to docs/examples/1.0.x/server-swift/examples/databases/update.md diff --git a/docs/examples/1.0.0-RC1/server-swift/examples/functions/create-deployment.md b/docs/examples/1.0.x/server-swift/examples/functions/create-deployment.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-swift/examples/functions/create-deployment.md rename to docs/examples/1.0.x/server-swift/examples/functions/create-deployment.md diff --git a/docs/examples/1.0.0-RC1/server-swift/examples/functions/create-execution.md b/docs/examples/1.0.x/server-swift/examples/functions/create-execution.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-swift/examples/functions/create-execution.md rename to docs/examples/1.0.x/server-swift/examples/functions/create-execution.md diff --git a/docs/examples/1.0.0-RC1/server-swift/examples/functions/create-variable.md b/docs/examples/1.0.x/server-swift/examples/functions/create-variable.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-swift/examples/functions/create-variable.md rename to docs/examples/1.0.x/server-swift/examples/functions/create-variable.md diff --git a/docs/examples/1.0.0-RC1/server-swift/examples/functions/create.md b/docs/examples/1.0.x/server-swift/examples/functions/create.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-swift/examples/functions/create.md rename to docs/examples/1.0.x/server-swift/examples/functions/create.md diff --git a/docs/examples/1.0.0-RC1/server-swift/examples/functions/delete-deployment.md b/docs/examples/1.0.x/server-swift/examples/functions/delete-deployment.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-swift/examples/functions/delete-deployment.md rename to docs/examples/1.0.x/server-swift/examples/functions/delete-deployment.md diff --git a/docs/examples/1.0.0-RC1/server-swift/examples/functions/delete-variable.md b/docs/examples/1.0.x/server-swift/examples/functions/delete-variable.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-swift/examples/functions/delete-variable.md rename to docs/examples/1.0.x/server-swift/examples/functions/delete-variable.md diff --git a/docs/examples/1.0.0-RC1/server-swift/examples/functions/delete.md b/docs/examples/1.0.x/server-swift/examples/functions/delete.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-swift/examples/functions/delete.md rename to docs/examples/1.0.x/server-swift/examples/functions/delete.md diff --git a/docs/examples/1.0.0-RC1/server-swift/examples/functions/get-deployment.md b/docs/examples/1.0.x/server-swift/examples/functions/get-deployment.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-swift/examples/functions/get-deployment.md rename to docs/examples/1.0.x/server-swift/examples/functions/get-deployment.md diff --git a/docs/examples/1.0.0-RC1/server-swift/examples/functions/get-execution.md b/docs/examples/1.0.x/server-swift/examples/functions/get-execution.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-swift/examples/functions/get-execution.md rename to docs/examples/1.0.x/server-swift/examples/functions/get-execution.md diff --git a/docs/examples/1.0.0-RC1/server-swift/examples/functions/get-variable.md b/docs/examples/1.0.x/server-swift/examples/functions/get-variable.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-swift/examples/functions/get-variable.md rename to docs/examples/1.0.x/server-swift/examples/functions/get-variable.md diff --git a/docs/examples/1.0.0-RC1/server-swift/examples/functions/get.md b/docs/examples/1.0.x/server-swift/examples/functions/get.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-swift/examples/functions/get.md rename to docs/examples/1.0.x/server-swift/examples/functions/get.md diff --git a/docs/examples/1.0.0-RC1/server-swift/examples/functions/list-deployments.md b/docs/examples/1.0.x/server-swift/examples/functions/list-deployments.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-swift/examples/functions/list-deployments.md rename to docs/examples/1.0.x/server-swift/examples/functions/list-deployments.md diff --git a/docs/examples/1.0.0-RC1/server-swift/examples/functions/list-executions.md b/docs/examples/1.0.x/server-swift/examples/functions/list-executions.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-swift/examples/functions/list-executions.md rename to docs/examples/1.0.x/server-swift/examples/functions/list-executions.md diff --git a/docs/examples/1.0.0-RC1/server-swift/examples/functions/list-runtimes.md b/docs/examples/1.0.x/server-swift/examples/functions/list-runtimes.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-swift/examples/functions/list-runtimes.md rename to docs/examples/1.0.x/server-swift/examples/functions/list-runtimes.md diff --git a/docs/examples/1.0.0-RC1/server-swift/examples/functions/list-variables.md b/docs/examples/1.0.x/server-swift/examples/functions/list-variables.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-swift/examples/functions/list-variables.md rename to docs/examples/1.0.x/server-swift/examples/functions/list-variables.md diff --git a/docs/examples/1.0.0-RC1/server-swift/examples/functions/list.md b/docs/examples/1.0.x/server-swift/examples/functions/list.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-swift/examples/functions/list.md rename to docs/examples/1.0.x/server-swift/examples/functions/list.md diff --git a/docs/examples/1.0.0-RC1/server-swift/examples/functions/retry-build.md b/docs/examples/1.0.x/server-swift/examples/functions/retry-build.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-swift/examples/functions/retry-build.md rename to docs/examples/1.0.x/server-swift/examples/functions/retry-build.md diff --git a/docs/examples/1.0.0-RC1/server-swift/examples/functions/update-deployment.md b/docs/examples/1.0.x/server-swift/examples/functions/update-deployment.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-swift/examples/functions/update-deployment.md rename to docs/examples/1.0.x/server-swift/examples/functions/update-deployment.md diff --git a/docs/examples/1.0.0-RC1/server-swift/examples/functions/update-variable.md b/docs/examples/1.0.x/server-swift/examples/functions/update-variable.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-swift/examples/functions/update-variable.md rename to docs/examples/1.0.x/server-swift/examples/functions/update-variable.md diff --git a/docs/examples/1.0.0-RC1/server-swift/examples/functions/update.md b/docs/examples/1.0.x/server-swift/examples/functions/update.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-swift/examples/functions/update.md rename to docs/examples/1.0.x/server-swift/examples/functions/update.md diff --git a/docs/examples/1.0.0-RC1/server-swift/examples/health/get-antivirus.md b/docs/examples/1.0.x/server-swift/examples/health/get-antivirus.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-swift/examples/health/get-antivirus.md rename to docs/examples/1.0.x/server-swift/examples/health/get-antivirus.md diff --git a/docs/examples/1.0.0-RC1/server-swift/examples/health/get-cache.md b/docs/examples/1.0.x/server-swift/examples/health/get-cache.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-swift/examples/health/get-cache.md rename to docs/examples/1.0.x/server-swift/examples/health/get-cache.md diff --git a/docs/examples/1.0.0-RC1/server-swift/examples/health/get-d-b.md b/docs/examples/1.0.x/server-swift/examples/health/get-d-b.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-swift/examples/health/get-d-b.md rename to docs/examples/1.0.x/server-swift/examples/health/get-d-b.md diff --git a/docs/examples/1.0.0-RC1/server-swift/examples/health/get-queue-certificates.md b/docs/examples/1.0.x/server-swift/examples/health/get-queue-certificates.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-swift/examples/health/get-queue-certificates.md rename to docs/examples/1.0.x/server-swift/examples/health/get-queue-certificates.md diff --git a/docs/examples/1.0.0-RC1/server-swift/examples/health/get-queue-functions.md b/docs/examples/1.0.x/server-swift/examples/health/get-queue-functions.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-swift/examples/health/get-queue-functions.md rename to docs/examples/1.0.x/server-swift/examples/health/get-queue-functions.md diff --git a/docs/examples/1.0.0-RC1/server-swift/examples/health/get-queue-logs.md b/docs/examples/1.0.x/server-swift/examples/health/get-queue-logs.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-swift/examples/health/get-queue-logs.md rename to docs/examples/1.0.x/server-swift/examples/health/get-queue-logs.md diff --git a/docs/examples/1.0.0-RC1/server-swift/examples/health/get-queue-webhooks.md b/docs/examples/1.0.x/server-swift/examples/health/get-queue-webhooks.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-swift/examples/health/get-queue-webhooks.md rename to docs/examples/1.0.x/server-swift/examples/health/get-queue-webhooks.md diff --git a/docs/examples/1.0.0-RC1/server-swift/examples/health/get-storage-local.md b/docs/examples/1.0.x/server-swift/examples/health/get-storage-local.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-swift/examples/health/get-storage-local.md rename to docs/examples/1.0.x/server-swift/examples/health/get-storage-local.md diff --git a/docs/examples/1.0.0-RC1/server-swift/examples/health/get-time.md b/docs/examples/1.0.x/server-swift/examples/health/get-time.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-swift/examples/health/get-time.md rename to docs/examples/1.0.x/server-swift/examples/health/get-time.md diff --git a/docs/examples/1.0.0-RC1/server-swift/examples/health/get.md b/docs/examples/1.0.x/server-swift/examples/health/get.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-swift/examples/health/get.md rename to docs/examples/1.0.x/server-swift/examples/health/get.md diff --git a/docs/examples/1.0.0-RC1/server-swift/examples/locale/get-continents.md b/docs/examples/1.0.x/server-swift/examples/locale/get-continents.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-swift/examples/locale/get-continents.md rename to docs/examples/1.0.x/server-swift/examples/locale/get-continents.md diff --git a/docs/examples/1.0.0-RC1/server-swift/examples/locale/get-countries-e-u.md b/docs/examples/1.0.x/server-swift/examples/locale/get-countries-e-u.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-swift/examples/locale/get-countries-e-u.md rename to docs/examples/1.0.x/server-swift/examples/locale/get-countries-e-u.md diff --git a/docs/examples/1.0.0-RC1/server-swift/examples/locale/get-countries-phones.md b/docs/examples/1.0.x/server-swift/examples/locale/get-countries-phones.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-swift/examples/locale/get-countries-phones.md rename to docs/examples/1.0.x/server-swift/examples/locale/get-countries-phones.md diff --git a/docs/examples/1.0.0-RC1/server-swift/examples/locale/get-countries.md b/docs/examples/1.0.x/server-swift/examples/locale/get-countries.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-swift/examples/locale/get-countries.md rename to docs/examples/1.0.x/server-swift/examples/locale/get-countries.md diff --git a/docs/examples/1.0.0-RC1/server-swift/examples/locale/get-currencies.md b/docs/examples/1.0.x/server-swift/examples/locale/get-currencies.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-swift/examples/locale/get-currencies.md rename to docs/examples/1.0.x/server-swift/examples/locale/get-currencies.md diff --git a/docs/examples/1.0.0-RC1/server-swift/examples/locale/get-languages.md b/docs/examples/1.0.x/server-swift/examples/locale/get-languages.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-swift/examples/locale/get-languages.md rename to docs/examples/1.0.x/server-swift/examples/locale/get-languages.md diff --git a/docs/examples/1.0.0-RC1/server-swift/examples/locale/get.md b/docs/examples/1.0.x/server-swift/examples/locale/get.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-swift/examples/locale/get.md rename to docs/examples/1.0.x/server-swift/examples/locale/get.md diff --git a/docs/examples/1.0.0/server-swift/examples/locale/list-continents.md b/docs/examples/1.0.x/server-swift/examples/locale/list-continents.md similarity index 100% rename from docs/examples/1.0.0/server-swift/examples/locale/list-continents.md rename to docs/examples/1.0.x/server-swift/examples/locale/list-continents.md diff --git a/docs/examples/1.0.0/server-swift/examples/locale/list-countries-e-u.md b/docs/examples/1.0.x/server-swift/examples/locale/list-countries-e-u.md similarity index 100% rename from docs/examples/1.0.0/server-swift/examples/locale/list-countries-e-u.md rename to docs/examples/1.0.x/server-swift/examples/locale/list-countries-e-u.md diff --git a/docs/examples/1.0.0/server-swift/examples/locale/list-countries-phones.md b/docs/examples/1.0.x/server-swift/examples/locale/list-countries-phones.md similarity index 100% rename from docs/examples/1.0.0/server-swift/examples/locale/list-countries-phones.md rename to docs/examples/1.0.x/server-swift/examples/locale/list-countries-phones.md diff --git a/docs/examples/1.0.0/server-swift/examples/locale/list-countries.md b/docs/examples/1.0.x/server-swift/examples/locale/list-countries.md similarity index 100% rename from docs/examples/1.0.0/server-swift/examples/locale/list-countries.md rename to docs/examples/1.0.x/server-swift/examples/locale/list-countries.md diff --git a/docs/examples/1.0.0/server-swift/examples/locale/list-currencies.md b/docs/examples/1.0.x/server-swift/examples/locale/list-currencies.md similarity index 100% rename from docs/examples/1.0.0/server-swift/examples/locale/list-currencies.md rename to docs/examples/1.0.x/server-swift/examples/locale/list-currencies.md diff --git a/docs/examples/1.0.0/server-swift/examples/locale/list-languages.md b/docs/examples/1.0.x/server-swift/examples/locale/list-languages.md similarity index 100% rename from docs/examples/1.0.0/server-swift/examples/locale/list-languages.md rename to docs/examples/1.0.x/server-swift/examples/locale/list-languages.md diff --git a/docs/examples/1.0.0-RC1/server-swift/examples/storage/create-bucket.md b/docs/examples/1.0.x/server-swift/examples/storage/create-bucket.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-swift/examples/storage/create-bucket.md rename to docs/examples/1.0.x/server-swift/examples/storage/create-bucket.md diff --git a/docs/examples/1.0.0-RC1/server-swift/examples/storage/create-file.md b/docs/examples/1.0.x/server-swift/examples/storage/create-file.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-swift/examples/storage/create-file.md rename to docs/examples/1.0.x/server-swift/examples/storage/create-file.md diff --git a/docs/examples/1.0.0-RC1/server-swift/examples/storage/delete-bucket.md b/docs/examples/1.0.x/server-swift/examples/storage/delete-bucket.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-swift/examples/storage/delete-bucket.md rename to docs/examples/1.0.x/server-swift/examples/storage/delete-bucket.md diff --git a/docs/examples/1.0.0-RC1/server-swift/examples/storage/delete-file.md b/docs/examples/1.0.x/server-swift/examples/storage/delete-file.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-swift/examples/storage/delete-file.md rename to docs/examples/1.0.x/server-swift/examples/storage/delete-file.md diff --git a/docs/examples/1.0.0-RC1/server-swift/examples/storage/get-bucket.md b/docs/examples/1.0.x/server-swift/examples/storage/get-bucket.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-swift/examples/storage/get-bucket.md rename to docs/examples/1.0.x/server-swift/examples/storage/get-bucket.md diff --git a/docs/examples/1.0.0-RC1/server-swift/examples/storage/get-file-download.md b/docs/examples/1.0.x/server-swift/examples/storage/get-file-download.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-swift/examples/storage/get-file-download.md rename to docs/examples/1.0.x/server-swift/examples/storage/get-file-download.md diff --git a/docs/examples/1.0.0-RC1/server-swift/examples/storage/get-file-preview.md b/docs/examples/1.0.x/server-swift/examples/storage/get-file-preview.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-swift/examples/storage/get-file-preview.md rename to docs/examples/1.0.x/server-swift/examples/storage/get-file-preview.md diff --git a/docs/examples/1.0.0-RC1/server-swift/examples/storage/get-file-view.md b/docs/examples/1.0.x/server-swift/examples/storage/get-file-view.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-swift/examples/storage/get-file-view.md rename to docs/examples/1.0.x/server-swift/examples/storage/get-file-view.md diff --git a/docs/examples/1.0.0-RC1/server-swift/examples/storage/get-file.md b/docs/examples/1.0.x/server-swift/examples/storage/get-file.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-swift/examples/storage/get-file.md rename to docs/examples/1.0.x/server-swift/examples/storage/get-file.md diff --git a/docs/examples/1.0.0-RC1/server-swift/examples/storage/list-buckets.md b/docs/examples/1.0.x/server-swift/examples/storage/list-buckets.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-swift/examples/storage/list-buckets.md rename to docs/examples/1.0.x/server-swift/examples/storage/list-buckets.md diff --git a/docs/examples/1.0.0-RC1/server-swift/examples/storage/list-files.md b/docs/examples/1.0.x/server-swift/examples/storage/list-files.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-swift/examples/storage/list-files.md rename to docs/examples/1.0.x/server-swift/examples/storage/list-files.md diff --git a/docs/examples/1.0.0-RC1/server-swift/examples/storage/update-bucket.md b/docs/examples/1.0.x/server-swift/examples/storage/update-bucket.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-swift/examples/storage/update-bucket.md rename to docs/examples/1.0.x/server-swift/examples/storage/update-bucket.md diff --git a/docs/examples/1.0.0-RC1/server-swift/examples/storage/update-file.md b/docs/examples/1.0.x/server-swift/examples/storage/update-file.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-swift/examples/storage/update-file.md rename to docs/examples/1.0.x/server-swift/examples/storage/update-file.md diff --git a/docs/examples/1.0.0-RC1/server-swift/examples/teams/create-membership.md b/docs/examples/1.0.x/server-swift/examples/teams/create-membership.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-swift/examples/teams/create-membership.md rename to docs/examples/1.0.x/server-swift/examples/teams/create-membership.md diff --git a/docs/examples/1.0.0-RC1/server-swift/examples/teams/create.md b/docs/examples/1.0.x/server-swift/examples/teams/create.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-swift/examples/teams/create.md rename to docs/examples/1.0.x/server-swift/examples/teams/create.md diff --git a/docs/examples/1.0.0-RC1/server-swift/examples/teams/delete-membership.md b/docs/examples/1.0.x/server-swift/examples/teams/delete-membership.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-swift/examples/teams/delete-membership.md rename to docs/examples/1.0.x/server-swift/examples/teams/delete-membership.md diff --git a/docs/examples/1.0.0-RC1/server-swift/examples/teams/delete.md b/docs/examples/1.0.x/server-swift/examples/teams/delete.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-swift/examples/teams/delete.md rename to docs/examples/1.0.x/server-swift/examples/teams/delete.md diff --git a/docs/examples/1.0.0-RC1/server-swift/examples/teams/get-membership.md b/docs/examples/1.0.x/server-swift/examples/teams/get-membership.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-swift/examples/teams/get-membership.md rename to docs/examples/1.0.x/server-swift/examples/teams/get-membership.md diff --git a/docs/examples/1.0.0-RC1/server-swift/examples/teams/get-memberships.md b/docs/examples/1.0.x/server-swift/examples/teams/get-memberships.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-swift/examples/teams/get-memberships.md rename to docs/examples/1.0.x/server-swift/examples/teams/get-memberships.md diff --git a/docs/examples/1.0.0-RC1/server-swift/examples/teams/get.md b/docs/examples/1.0.x/server-swift/examples/teams/get.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-swift/examples/teams/get.md rename to docs/examples/1.0.x/server-swift/examples/teams/get.md diff --git a/docs/examples/1.0.0/server-swift/examples/teams/list-memberships.md b/docs/examples/1.0.x/server-swift/examples/teams/list-memberships.md similarity index 100% rename from docs/examples/1.0.0/server-swift/examples/teams/list-memberships.md rename to docs/examples/1.0.x/server-swift/examples/teams/list-memberships.md diff --git a/docs/examples/1.0.0-RC1/server-swift/examples/teams/list.md b/docs/examples/1.0.x/server-swift/examples/teams/list.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-swift/examples/teams/list.md rename to docs/examples/1.0.x/server-swift/examples/teams/list.md diff --git a/docs/examples/1.0.0-RC1/server-swift/examples/teams/update-membership-roles.md b/docs/examples/1.0.x/server-swift/examples/teams/update-membership-roles.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-swift/examples/teams/update-membership-roles.md rename to docs/examples/1.0.x/server-swift/examples/teams/update-membership-roles.md diff --git a/docs/examples/1.0.0-RC1/server-swift/examples/teams/update-membership-status.md b/docs/examples/1.0.x/server-swift/examples/teams/update-membership-status.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-swift/examples/teams/update-membership-status.md rename to docs/examples/1.0.x/server-swift/examples/teams/update-membership-status.md diff --git a/docs/examples/1.0.0-RC1/server-swift/examples/teams/update.md b/docs/examples/1.0.x/server-swift/examples/teams/update.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-swift/examples/teams/update.md rename to docs/examples/1.0.x/server-swift/examples/teams/update.md diff --git a/docs/examples/1.0.0-RC1/server-swift/examples/users/create-argon2user.md b/docs/examples/1.0.x/server-swift/examples/users/create-argon2user.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-swift/examples/users/create-argon2user.md rename to docs/examples/1.0.x/server-swift/examples/users/create-argon2user.md diff --git a/docs/examples/1.0.0-RC1/server-swift/examples/users/create-bcrypt-user.md b/docs/examples/1.0.x/server-swift/examples/users/create-bcrypt-user.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-swift/examples/users/create-bcrypt-user.md rename to docs/examples/1.0.x/server-swift/examples/users/create-bcrypt-user.md diff --git a/docs/examples/1.0.0-RC1/server-swift/examples/users/create-m-d5user.md b/docs/examples/1.0.x/server-swift/examples/users/create-m-d5user.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-swift/examples/users/create-m-d5user.md rename to docs/examples/1.0.x/server-swift/examples/users/create-m-d5user.md diff --git a/docs/examples/1.0.0-RC1/server-swift/examples/users/create-p-h-pass-user.md b/docs/examples/1.0.x/server-swift/examples/users/create-p-h-pass-user.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-swift/examples/users/create-p-h-pass-user.md rename to docs/examples/1.0.x/server-swift/examples/users/create-p-h-pass-user.md diff --git a/docs/examples/1.0.0-RC1/server-swift/examples/users/create-s-h-a-user.md b/docs/examples/1.0.x/server-swift/examples/users/create-s-h-a-user.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-swift/examples/users/create-s-h-a-user.md rename to docs/examples/1.0.x/server-swift/examples/users/create-s-h-a-user.md diff --git a/docs/examples/1.0.0-RC1/server-swift/examples/users/create-scrypt-modified-user.md b/docs/examples/1.0.x/server-swift/examples/users/create-scrypt-modified-user.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-swift/examples/users/create-scrypt-modified-user.md rename to docs/examples/1.0.x/server-swift/examples/users/create-scrypt-modified-user.md diff --git a/docs/examples/1.0.0-RC1/server-swift/examples/users/create-scrypt-user.md b/docs/examples/1.0.x/server-swift/examples/users/create-scrypt-user.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-swift/examples/users/create-scrypt-user.md rename to docs/examples/1.0.x/server-swift/examples/users/create-scrypt-user.md diff --git a/docs/examples/1.0.0-RC1/server-swift/examples/users/create.md b/docs/examples/1.0.x/server-swift/examples/users/create.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-swift/examples/users/create.md rename to docs/examples/1.0.x/server-swift/examples/users/create.md diff --git a/docs/examples/1.0.0-RC1/server-swift/examples/users/delete-session.md b/docs/examples/1.0.x/server-swift/examples/users/delete-session.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-swift/examples/users/delete-session.md rename to docs/examples/1.0.x/server-swift/examples/users/delete-session.md diff --git a/docs/examples/1.0.0-RC1/server-swift/examples/users/delete-sessions.md b/docs/examples/1.0.x/server-swift/examples/users/delete-sessions.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-swift/examples/users/delete-sessions.md rename to docs/examples/1.0.x/server-swift/examples/users/delete-sessions.md diff --git a/docs/examples/1.0.0-RC1/server-swift/examples/users/delete.md b/docs/examples/1.0.x/server-swift/examples/users/delete.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-swift/examples/users/delete.md rename to docs/examples/1.0.x/server-swift/examples/users/delete.md diff --git a/docs/examples/1.0.0-RC1/server-swift/examples/users/get-logs.md b/docs/examples/1.0.x/server-swift/examples/users/get-logs.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-swift/examples/users/get-logs.md rename to docs/examples/1.0.x/server-swift/examples/users/get-logs.md diff --git a/docs/examples/1.0.0-RC1/server-swift/examples/users/get-memberships.md b/docs/examples/1.0.x/server-swift/examples/users/get-memberships.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-swift/examples/users/get-memberships.md rename to docs/examples/1.0.x/server-swift/examples/users/get-memberships.md diff --git a/docs/examples/1.0.0-RC1/server-swift/examples/users/get-prefs.md b/docs/examples/1.0.x/server-swift/examples/users/get-prefs.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-swift/examples/users/get-prefs.md rename to docs/examples/1.0.x/server-swift/examples/users/get-prefs.md diff --git a/docs/examples/1.0.0-RC1/server-swift/examples/users/get-sessions.md b/docs/examples/1.0.x/server-swift/examples/users/get-sessions.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-swift/examples/users/get-sessions.md rename to docs/examples/1.0.x/server-swift/examples/users/get-sessions.md diff --git a/docs/examples/1.0.0-RC1/server-swift/examples/users/get.md b/docs/examples/1.0.x/server-swift/examples/users/get.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-swift/examples/users/get.md rename to docs/examples/1.0.x/server-swift/examples/users/get.md diff --git a/docs/examples/1.0.0/server-swift/examples/users/list-logs.md b/docs/examples/1.0.x/server-swift/examples/users/list-logs.md similarity index 100% rename from docs/examples/1.0.0/server-swift/examples/users/list-logs.md rename to docs/examples/1.0.x/server-swift/examples/users/list-logs.md diff --git a/docs/examples/1.0.0/server-swift/examples/users/list-memberships.md b/docs/examples/1.0.x/server-swift/examples/users/list-memberships.md similarity index 100% rename from docs/examples/1.0.0/server-swift/examples/users/list-memberships.md rename to docs/examples/1.0.x/server-swift/examples/users/list-memberships.md diff --git a/docs/examples/1.0.0/server-swift/examples/users/list-sessions.md b/docs/examples/1.0.x/server-swift/examples/users/list-sessions.md similarity index 100% rename from docs/examples/1.0.0/server-swift/examples/users/list-sessions.md rename to docs/examples/1.0.x/server-swift/examples/users/list-sessions.md diff --git a/docs/examples/1.0.0-RC1/server-swift/examples/users/list.md b/docs/examples/1.0.x/server-swift/examples/users/list.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-swift/examples/users/list.md rename to docs/examples/1.0.x/server-swift/examples/users/list.md diff --git a/docs/examples/1.0.0-RC1/server-swift/examples/users/update-email-verification.md b/docs/examples/1.0.x/server-swift/examples/users/update-email-verification.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-swift/examples/users/update-email-verification.md rename to docs/examples/1.0.x/server-swift/examples/users/update-email-verification.md diff --git a/docs/examples/1.0.0-RC1/server-swift/examples/users/update-email.md b/docs/examples/1.0.x/server-swift/examples/users/update-email.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-swift/examples/users/update-email.md rename to docs/examples/1.0.x/server-swift/examples/users/update-email.md diff --git a/docs/examples/1.0.0-RC1/server-swift/examples/users/update-name.md b/docs/examples/1.0.x/server-swift/examples/users/update-name.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-swift/examples/users/update-name.md rename to docs/examples/1.0.x/server-swift/examples/users/update-name.md diff --git a/docs/examples/1.0.0-RC1/server-swift/examples/users/update-password.md b/docs/examples/1.0.x/server-swift/examples/users/update-password.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-swift/examples/users/update-password.md rename to docs/examples/1.0.x/server-swift/examples/users/update-password.md diff --git a/docs/examples/1.0.0-RC1/server-swift/examples/users/update-phone-verification.md b/docs/examples/1.0.x/server-swift/examples/users/update-phone-verification.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-swift/examples/users/update-phone-verification.md rename to docs/examples/1.0.x/server-swift/examples/users/update-phone-verification.md diff --git a/docs/examples/1.0.0-RC1/server-swift/examples/users/update-phone.md b/docs/examples/1.0.x/server-swift/examples/users/update-phone.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-swift/examples/users/update-phone.md rename to docs/examples/1.0.x/server-swift/examples/users/update-phone.md diff --git a/docs/examples/1.0.0-RC1/server-swift/examples/users/update-prefs.md b/docs/examples/1.0.x/server-swift/examples/users/update-prefs.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-swift/examples/users/update-prefs.md rename to docs/examples/1.0.x/server-swift/examples/users/update-prefs.md diff --git a/docs/examples/1.0.0-RC1/server-swift/examples/users/update-status.md b/docs/examples/1.0.x/server-swift/examples/users/update-status.md similarity index 100% rename from docs/examples/1.0.0-RC1/server-swift/examples/users/update-status.md rename to docs/examples/1.0.x/server-swift/examples/users/update-status.md