python-arango-async 1.0.4__tar.gz → 1.0.5__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (108) hide show
  1. {python_arango_async-1.0.4 → python_arango_async-1.0.5}/PKG-INFO +2 -2
  2. {python_arango_async-1.0.4 → python_arango_async-1.0.5}/README.md +1 -1
  3. {python_arango_async-1.0.4 → python_arango_async-1.0.5}/arangoasync/aql.py +19 -19
  4. {python_arango_async-1.0.4 → python_arango_async-1.0.5}/arangoasync/backup.py +6 -6
  5. {python_arango_async-1.0.4 → python_arango_async-1.0.5}/arangoasync/cluster.py +12 -12
  6. {python_arango_async-1.0.4 → python_arango_async-1.0.5}/arangoasync/collection.py +45 -45
  7. {python_arango_async-1.0.4 → python_arango_async-1.0.5}/arangoasync/cursor.py +3 -3
  8. {python_arango_async-1.0.4 → python_arango_async-1.0.5}/arangoasync/database.py +99 -99
  9. {python_arango_async-1.0.4 → python_arango_async-1.0.5}/arangoasync/foxx.py +21 -21
  10. {python_arango_async-1.0.4 → python_arango_async-1.0.5}/arangoasync/graph.py +19 -19
  11. {python_arango_async-1.0.4 → python_arango_async-1.0.5}/arangoasync/job.py +5 -5
  12. {python_arango_async-1.0.4 → python_arango_async-1.0.5}/arangoasync/replication.py +7 -7
  13. {python_arango_async-1.0.4 → python_arango_async-1.0.5}/arangoasync/typings.py +24 -24
  14. python_arango_async-1.0.5/arangoasync/version.py +1 -0
  15. {python_arango_async-1.0.4 → python_arango_async-1.0.5}/docs/certificates.rst +1 -1
  16. {python_arango_async-1.0.4 → python_arango_async-1.0.5}/docs/overview.rst +1 -1
  17. {python_arango_async-1.0.4 → python_arango_async-1.0.5}/docs/view.rst +2 -2
  18. {python_arango_async-1.0.4 → python_arango_async-1.0.5}/python_arango_async.egg-info/PKG-INFO +2 -2
  19. python_arango_async-1.0.4/arangoasync/version.py +0 -1
  20. {python_arango_async-1.0.4 → python_arango_async-1.0.5}/.circleci/config.yml +0 -0
  21. {python_arango_async-1.0.4 → python_arango_async-1.0.5}/.github/workflows/codeql.yaml +0 -0
  22. {python_arango_async-1.0.4 → python_arango_async-1.0.5}/.github/workflows/docs.yaml +0 -0
  23. {python_arango_async-1.0.4 → python_arango_async-1.0.5}/.github/workflows/pypi.yaml +0 -0
  24. {python_arango_async-1.0.4 → python_arango_async-1.0.5}/.gitignore +0 -0
  25. {python_arango_async-1.0.4 → python_arango_async-1.0.5}/.pre-commit-config.yaml +0 -0
  26. {python_arango_async-1.0.4 → python_arango_async-1.0.5}/.readthedocs.yaml +0 -0
  27. {python_arango_async-1.0.4 → python_arango_async-1.0.5}/CONTRIBUTING.md +0 -0
  28. {python_arango_async-1.0.4 → python_arango_async-1.0.5}/LICENSE +0 -0
  29. {python_arango_async-1.0.4 → python_arango_async-1.0.5}/arangoasync/__init__.py +0 -0
  30. {python_arango_async-1.0.4 → python_arango_async-1.0.5}/arangoasync/auth.py +0 -0
  31. {python_arango_async-1.0.4 → python_arango_async-1.0.5}/arangoasync/client.py +0 -0
  32. {python_arango_async-1.0.4 → python_arango_async-1.0.5}/arangoasync/compression.py +0 -0
  33. {python_arango_async-1.0.4 → python_arango_async-1.0.5}/arangoasync/connection.py +0 -0
  34. {python_arango_async-1.0.4 → python_arango_async-1.0.5}/arangoasync/errno.py +0 -0
  35. {python_arango_async-1.0.4 → python_arango_async-1.0.5}/arangoasync/exceptions.py +0 -0
  36. {python_arango_async-1.0.4 → python_arango_async-1.0.5}/arangoasync/executor.py +0 -0
  37. {python_arango_async-1.0.4 → python_arango_async-1.0.5}/arangoasync/http.py +0 -0
  38. {python_arango_async-1.0.4 → python_arango_async-1.0.5}/arangoasync/logger.py +0 -0
  39. {python_arango_async-1.0.4 → python_arango_async-1.0.5}/arangoasync/request.py +0 -0
  40. {python_arango_async-1.0.4 → python_arango_async-1.0.5}/arangoasync/resolver.py +0 -0
  41. {python_arango_async-1.0.4 → python_arango_async-1.0.5}/arangoasync/response.py +0 -0
  42. {python_arango_async-1.0.4 → python_arango_async-1.0.5}/arangoasync/result.py +0 -0
  43. {python_arango_async-1.0.4 → python_arango_async-1.0.5}/arangoasync/serialization.py +0 -0
  44. {python_arango_async-1.0.4 → python_arango_async-1.0.5}/docs/admin.rst +0 -0
  45. {python_arango_async-1.0.4 → python_arango_async-1.0.5}/docs/analyzer.rst +0 -0
  46. {python_arango_async-1.0.4 → python_arango_async-1.0.5}/docs/aql.rst +0 -0
  47. {python_arango_async-1.0.4 → python_arango_async-1.0.5}/docs/async.rst +0 -0
  48. {python_arango_async-1.0.4 → python_arango_async-1.0.5}/docs/authentication.rst +0 -0
  49. {python_arango_async-1.0.4 → python_arango_async-1.0.5}/docs/backup.rst +0 -0
  50. {python_arango_async-1.0.4 → python_arango_async-1.0.5}/docs/cluster.rst +0 -0
  51. {python_arango_async-1.0.4 → python_arango_async-1.0.5}/docs/collection.rst +0 -0
  52. {python_arango_async-1.0.4 → python_arango_async-1.0.5}/docs/compression.rst +0 -0
  53. {python_arango_async-1.0.4 → python_arango_async-1.0.5}/docs/conf.py +0 -0
  54. {python_arango_async-1.0.4 → python_arango_async-1.0.5}/docs/cursor.rst +0 -0
  55. {python_arango_async-1.0.4 → python_arango_async-1.0.5}/docs/database.rst +0 -0
  56. {python_arango_async-1.0.4 → python_arango_async-1.0.5}/docs/document.rst +0 -0
  57. {python_arango_async-1.0.4 → python_arango_async-1.0.5}/docs/errno.rst +0 -0
  58. {python_arango_async-1.0.4 → python_arango_async-1.0.5}/docs/errors.rst +0 -0
  59. {python_arango_async-1.0.4 → python_arango_async-1.0.5}/docs/foxx.rst +0 -0
  60. {python_arango_async-1.0.4 → python_arango_async-1.0.5}/docs/graph.rst +0 -0
  61. {python_arango_async-1.0.4 → python_arango_async-1.0.5}/docs/helpers.rst +0 -0
  62. {python_arango_async-1.0.4 → python_arango_async-1.0.5}/docs/http.rst +0 -0
  63. {python_arango_async-1.0.4 → python_arango_async-1.0.5}/docs/index.rst +0 -0
  64. {python_arango_async-1.0.4 → python_arango_async-1.0.5}/docs/indexes.rst +0 -0
  65. {python_arango_async-1.0.4 → python_arango_async-1.0.5}/docs/logging.rst +0 -0
  66. {python_arango_async-1.0.4 → python_arango_async-1.0.5}/docs/migration.rst +0 -0
  67. {python_arango_async-1.0.4 → python_arango_async-1.0.5}/docs/serialization.rst +0 -0
  68. {python_arango_async-1.0.4 → python_arango_async-1.0.5}/docs/specs.rst +0 -0
  69. {python_arango_async-1.0.4 → python_arango_async-1.0.5}/docs/static/logo.png +0 -0
  70. {python_arango_async-1.0.4 → python_arango_async-1.0.5}/docs/task.rst +0 -0
  71. {python_arango_async-1.0.4 → python_arango_async-1.0.5}/docs/transaction.rst +0 -0
  72. {python_arango_async-1.0.4 → python_arango_async-1.0.5}/docs/user.rst +0 -0
  73. {python_arango_async-1.0.4 → python_arango_async-1.0.5}/pyproject.toml +0 -0
  74. {python_arango_async-1.0.4 → python_arango_async-1.0.5}/python_arango_async.egg-info/SOURCES.txt +0 -0
  75. {python_arango_async-1.0.4 → python_arango_async-1.0.5}/python_arango_async.egg-info/dependency_links.txt +0 -0
  76. {python_arango_async-1.0.4 → python_arango_async-1.0.5}/python_arango_async.egg-info/requires.txt +0 -0
  77. {python_arango_async-1.0.4 → python_arango_async-1.0.5}/python_arango_async.egg-info/top_level.txt +0 -0
  78. {python_arango_async-1.0.4 → python_arango_async-1.0.5}/setup.cfg +0 -0
  79. {python_arango_async-1.0.4 → python_arango_async-1.0.5}/setup.py +0 -0
  80. {python_arango_async-1.0.4 → python_arango_async-1.0.5}/starter.sh +0 -0
  81. {python_arango_async-1.0.4 → python_arango_async-1.0.5}/tests/__init__.py +0 -0
  82. {python_arango_async-1.0.4 → python_arango_async-1.0.5}/tests/conftest.py +0 -0
  83. {python_arango_async-1.0.4 → python_arango_async-1.0.5}/tests/helpers.py +0 -0
  84. {python_arango_async-1.0.4 → python_arango_async-1.0.5}/tests/static/cluster-3.12.conf +0 -0
  85. {python_arango_async-1.0.4 → python_arango_async-1.0.5}/tests/static/keyfile +0 -0
  86. {python_arango_async-1.0.4 → python_arango_async-1.0.5}/tests/static/service.zip +0 -0
  87. {python_arango_async-1.0.4 → python_arango_async-1.0.5}/tests/static/single-3.12.conf +0 -0
  88. {python_arango_async-1.0.4 → python_arango_async-1.0.5}/tests/test_analyzer.py +0 -0
  89. {python_arango_async-1.0.4 → python_arango_async-1.0.5}/tests/test_aql.py +0 -0
  90. {python_arango_async-1.0.4 → python_arango_async-1.0.5}/tests/test_async.py +0 -0
  91. {python_arango_async-1.0.4 → python_arango_async-1.0.5}/tests/test_backup.py +0 -0
  92. {python_arango_async-1.0.4 → python_arango_async-1.0.5}/tests/test_client.py +0 -0
  93. {python_arango_async-1.0.4 → python_arango_async-1.0.5}/tests/test_cluster.py +0 -0
  94. {python_arango_async-1.0.4 → python_arango_async-1.0.5}/tests/test_collection.py +0 -0
  95. {python_arango_async-1.0.4 → python_arango_async-1.0.5}/tests/test_compression.py +0 -0
  96. {python_arango_async-1.0.4 → python_arango_async-1.0.5}/tests/test_connection.py +0 -0
  97. {python_arango_async-1.0.4 → python_arango_async-1.0.5}/tests/test_cursor.py +0 -0
  98. {python_arango_async-1.0.4 → python_arango_async-1.0.5}/tests/test_database.py +0 -0
  99. {python_arango_async-1.0.4 → python_arango_async-1.0.5}/tests/test_document.py +0 -0
  100. {python_arango_async-1.0.4 → python_arango_async-1.0.5}/tests/test_foxx.py +0 -0
  101. {python_arango_async-1.0.4 → python_arango_async-1.0.5}/tests/test_graph.py +0 -0
  102. {python_arango_async-1.0.4 → python_arango_async-1.0.5}/tests/test_http.py +0 -0
  103. {python_arango_async-1.0.4 → python_arango_async-1.0.5}/tests/test_resolver.py +0 -0
  104. {python_arango_async-1.0.4 → python_arango_async-1.0.5}/tests/test_task.py +0 -0
  105. {python_arango_async-1.0.4 → python_arango_async-1.0.5}/tests/test_transaction.py +0 -0
  106. {python_arango_async-1.0.4 → python_arango_async-1.0.5}/tests/test_typings.py +0 -0
  107. {python_arango_async-1.0.4 → python_arango_async-1.0.5}/tests/test_user.py +0 -0
  108. {python_arango_async-1.0.4 → python_arango_async-1.0.5}/tests/test_view.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: python-arango-async
3
- Version: 1.0.4
3
+ Version: 1.0.5
4
4
  Summary: Async Python Driver for ArangoDB
5
5
  Author-email: Alexandru Petenchea <alexandru.petenchea@arangodb.com>, Anthony Mahanna <anthony.mahanna@arangodb.com>
6
6
  Maintainer-email: Alexandru Petenchea <alexandru.petenchea@arangodb.com>, Anthony Mahanna <anthony.mahanna@arangodb.com>
@@ -118,7 +118,7 @@ async def main():
118
118
  student_names.append(doc["name"])
119
119
  ```
120
120
 
121
- Another example with [graphs](https://docs.arango.ai/stable/graphs/):
121
+ Another example with [graphs](https://docs.arango.ai/arangodb/stable/graphs/):
122
122
 
123
123
  ```python
124
124
  async def main():
@@ -75,7 +75,7 @@ async def main():
75
75
  student_names.append(doc["name"])
76
76
  ```
77
77
 
78
- Another example with [graphs](https://docs.arango.ai/stable/graphs/):
78
+ Another example with [graphs](https://docs.arango.ai/arangodb/stable/graphs/):
79
79
 
80
80
  ```python
81
81
  async def main():
@@ -78,7 +78,7 @@ class AQLQueryCache:
78
78
  AQLCacheEntriesError: If retrieval fails.
79
79
 
80
80
  References:
81
- - `list-the-entries-of-the-aql-query-results-cache <https://docs.arango.ai/stable/develop/http-api/queries/aql-query-results-cache/#list-the-entries-of-the-aql-query-results-cache>`__
81
+ - `list-the-entries-of-the-aql-query-results-cache <https://docs.arango.ai/arangodb/stable/develop/http-api/queries/aql-query-results-cache/#list-the-entries-of-the-aql-query-results-cache>`__
82
82
  """ # noqa: E501
83
83
  request = Request(method=Method.GET, endpoint="/_api/query-cache/entries")
84
84
 
@@ -99,7 +99,7 @@ class AQLQueryCache:
99
99
  AQLCacheEntriesError: If retrieval fails.
100
100
 
101
101
  References:
102
- - `list-the-entries-of-the-aql-query-plan-cache <https://docs.arango.ai/stable/develop/http-api/queries/aql-query-plan-cache/#list-the-entries-of-the-aql-query-plan-cache>`__
102
+ - `list-the-entries-of-the-aql-query-plan-cache <https://docs.arango.ai/arangodb/stable/develop/http-api/queries/aql-query-plan-cache/#list-the-entries-of-the-aql-query-plan-cache>`__
103
103
  """ # noqa: E501
104
104
  request = Request(method=Method.GET, endpoint="/_api/query-plan-cache")
105
105
 
@@ -117,7 +117,7 @@ class AQLQueryCache:
117
117
  AQLCacheClearError: If clearing the cache fails.
118
118
 
119
119
  References:
120
- - `clear-the-aql-query-results-cache <https://docs.arango.ai/stable/develop/http-api/queries/aql-query-results-cache/#clear-the-aql-query-results-cache>`__
120
+ - `clear-the-aql-query-results-cache <https://docs.arango.ai/arangodb/stable/develop/http-api/queries/aql-query-results-cache/#clear-the-aql-query-results-cache>`__
121
121
  """ # noqa: E501
122
122
  request = Request(method=Method.DELETE, endpoint="/_api/query-cache")
123
123
 
@@ -134,7 +134,7 @@ class AQLQueryCache:
134
134
  AQLCacheClearError: If clearing the cache fails.
135
135
 
136
136
  References:
137
- - `clear-the-aql-query-plan-cache <https://docs.arango.ai/stable/develop/http-api/queries/aql-query-plan-cache/#clear-the-aql-query-plan-cache>`__
137
+ - `clear-the-aql-query-plan-cache <https://docs.arango.ai/arangodb/stable/develop/http-api/queries/aql-query-plan-cache/#clear-the-aql-query-plan-cache>`__
138
138
  """ # noqa: E501
139
139
  request = Request(method=Method.DELETE, endpoint="/_api/query-plan-cache")
140
140
 
@@ -154,7 +154,7 @@ class AQLQueryCache:
154
154
  AQLCachePropertiesError: If retrieval fails.
155
155
 
156
156
  References:
157
- - `get-the-aql-query-results-cache-configuration <https://docs.arango.ai/stable/develop/http-api/queries/aql-query-results-cache/#get-the-aql-query-results-cache-configuration>`__
157
+ - `get-the-aql-query-results-cache-configuration <https://docs.arango.ai/arangodb/stable/develop/http-api/queries/aql-query-results-cache/#get-the-aql-query-results-cache-configuration>`__
158
158
  """ # noqa: E501
159
159
  request = Request(method=Method.GET, endpoint="/_api/query-cache/properties")
160
160
 
@@ -193,7 +193,7 @@ class AQLQueryCache:
193
193
  AQLCacheConfigureError: If setting the configuration fails.
194
194
 
195
195
  References:
196
- - `set-the-aql-query-results-cache-configuration <https://docs.arango.ai/stable/develop/http-api/queries/aql-query-results-cache/#set-the-aql-query-results-cache-configuration>`__
196
+ - `set-the-aql-query-results-cache-configuration <https://docs.arango.ai/arangodb/stable/develop/http-api/queries/aql-query-results-cache/#set-the-aql-query-results-cache-configuration>`__
197
197
  """ # noqa: E501
198
198
  data: Json = dict()
199
199
  if mode is not None:
@@ -298,7 +298,7 @@ class AQL:
298
298
  Cursor: Result cursor.
299
299
 
300
300
  References:
301
- - `create-a-cursor <https://docs.arango.ai/stable/develop/http-api/queries/aql-queries/#create-a-cursor>`__
301
+ - `create-a-cursor <https://docs.arango.ai/arangodb/stable/develop/http-api/queries/aql-queries/#create-a-cursor>`__
302
302
  """ # noqa: E501
303
303
  data: Json = dict(query=query)
304
304
  if count is not None:
@@ -353,7 +353,7 @@ class AQL:
353
353
  AQLQueryTrackingGetError: If retrieval fails.
354
354
 
355
355
  References:
356
- - `get-the-aql-query-tracking-configuration <https://docs.arango.ai/stable/develop/http-api/queries/aql-queries/#get-the-aql-query-tracking-configuration>`__
356
+ - `get-the-aql-query-tracking-configuration <https://docs.arango.ai/arangodb/stable/develop/http-api/queries/aql-queries/#get-the-aql-query-tracking-configuration>`__
357
357
  """ # noqa: E501
358
358
  request = Request(method=Method.GET, endpoint="/_api/query/properties")
359
359
 
@@ -397,7 +397,7 @@ class AQL:
397
397
  AQLQueryTrackingSetError: If setting the configuration fails.
398
398
 
399
399
  References:
400
- - `update-the-aql-query-tracking-configuration <https://docs.arango.ai/stable/develop/http-api/queries/aql-queries/#update-the-aql-query-tracking-configuration>`__
400
+ - `update-the-aql-query-tracking-configuration <https://docs.arango.ai/arangodb/stable/develop/http-api/queries/aql-queries/#update-the-aql-query-tracking-configuration>`__
401
401
  """ # noqa: E501
402
402
  data: Json = dict()
403
403
 
@@ -462,7 +462,7 @@ class AQL:
462
462
  AQLQueryListError: If retrieval fails.
463
463
 
464
464
  References:
465
- - `list-the-running-queries <https://docs.arango.ai/stable/develop/http-api/queries/aql-queries/#list-the-running-queries>`__
465
+ - `list-the-running-queries <https://docs.arango.ai/arangodb/stable/develop/http-api/queries/aql-queries/#list-the-running-queries>`__
466
466
  """ # noqa: E501
467
467
  request = Request(
468
468
  method=Method.GET,
@@ -493,7 +493,7 @@ class AQL:
493
493
  AQLQueryListError: If retrieval fails.
494
494
 
495
495
  References:
496
- - `list-the-slow-aql-queries <https://docs.arango.ai/stable/develop/http-api/queries/aql-queries/#list-the-slow-aql-queries>`__
496
+ - `list-the-slow-aql-queries <https://docs.arango.ai/arangodb/stable/develop/http-api/queries/aql-queries/#list-the-slow-aql-queries>`__
497
497
  """ # noqa: E501
498
498
  request = Request(
499
499
  method=Method.GET,
@@ -523,7 +523,7 @@ class AQL:
523
523
  AQLQueryClearError: If retrieval fails.
524
524
 
525
525
  References:
526
- - `clear-the-list-of-slow-aql-queries <https://docs.arango.ai/stable/develop/http-api/queries/aql-queries/#clear-the-list-of-slow-aql-queries>`__
526
+ - `clear-the-list-of-slow-aql-queries <https://docs.arango.ai/arangodb/stable/develop/http-api/queries/aql-queries/#clear-the-list-of-slow-aql-queries>`__
527
527
  """ # noqa: E501
528
528
  request = Request(
529
529
  method=Method.DELETE,
@@ -560,7 +560,7 @@ class AQL:
560
560
  AQLQueryKillError: If killing the query fails.
561
561
 
562
562
  References:
563
- - `kill-a-running-aql-query <https://docs.arango.ai/stable/develop/http-api/queries/aql-queries/#kill-a-running-aql-query>`__
563
+ - `kill-a-running-aql-query <https://docs.arango.ai/arangodb/stable/develop/http-api/queries/aql-queries/#kill-a-running-aql-query>`__
564
564
  """ # noqa: E501
565
565
  request = Request(
566
566
  method=Method.DELETE,
@@ -598,7 +598,7 @@ class AQL:
598
598
  AQLQueryExplainError: If retrieval fails.
599
599
 
600
600
  References:
601
- - `explain-an-aql-query <https://docs.arango.ai/stable/develop/http-api/queries/aql-queries/#explain-an-aql-query>`__
601
+ - `explain-an-aql-query <https://docs.arango.ai/arangodb/stable/develop/http-api/queries/aql-queries/#explain-an-aql-query>`__
602
602
  """ # noqa: E501
603
603
  data: Json = dict(query=query)
604
604
  if bind_vars is not None:
@@ -634,7 +634,7 @@ class AQL:
634
634
  AQLQueryValidateError: If validation fails.
635
635
 
636
636
  References:
637
- - `parse-an-aql-query <https://docs.arango.ai/stable/develop/http-api/queries/aql-queries/#parse-an-aql-query>`__
637
+ - `parse-an-aql-query <https://docs.arango.ai/arangodb/stable/develop/http-api/queries/aql-queries/#parse-an-aql-query>`__
638
638
  """ # noqa: E501
639
639
  request = Request(
640
640
  method=Method.POST,
@@ -659,7 +659,7 @@ class AQL:
659
659
  AQLQueryRulesGetError: If retrieval fails.
660
660
 
661
661
  References:
662
- - `list-all-aql-optimizer-rules <https://docs.arango.ai/stable/develop/http-api/queries/aql-queries/#list-all-aql-optimizer-rules>`__
662
+ - `list-all-aql-optimizer-rules <https://docs.arango.ai/arangodb/stable/develop/http-api/queries/aql-queries/#list-all-aql-optimizer-rules>`__
663
663
  """ # noqa: E501
664
664
  request = Request(method=Method.GET, endpoint="/_api/query/rules")
665
665
 
@@ -684,7 +684,7 @@ class AQL:
684
684
  AQLFunctionListError: If retrieval fails.
685
685
 
686
686
  References:
687
- - `list-the-registered-user-defined-aql-functions <https://docs.arango.ai/stable/develop/http-api/queries/user-defined-aql-functions/#list-the-registered-user-defined-aql-functions>`__
687
+ - `list-the-registered-user-defined-aql-functions <https://docs.arango.ai/arangodb/stable/develop/http-api/queries/user-defined-aql-functions/#list-the-registered-user-defined-aql-functions>`__
688
688
  """ # noqa: E501
689
689
  params: Json = dict()
690
690
  if namespace is not None:
@@ -726,7 +726,7 @@ class AQL:
726
726
  AQLFunctionCreateError: If registration fails.
727
727
 
728
728
  References:
729
- - `create-a-user-defined-aql-function <https://docs.arango.ai/stable/develop/http-api/queries/user-defined-aql-functions/#create-a-user-defined-aql-function>`__
729
+ - `create-a-user-defined-aql-function <https://docs.arango.ai/arangodb/stable/develop/http-api/queries/user-defined-aql-functions/#create-a-user-defined-aql-function>`__
730
730
  """ # noqa: E501
731
731
  request = Request(
732
732
  method=Method.POST,
@@ -765,7 +765,7 @@ class AQL:
765
765
  AQLFunctionDeleteError: If removal fails.
766
766
 
767
767
  References:
768
- - `remove-a-user-defined-aql-function <https://docs.arango.ai/stable/develop/http-api/queries/user-defined-aql-functions/#remove-a-user-defined-aql-function>`__
768
+ - `remove-a-user-defined-aql-function <https://docs.arango.ai/arangodb/stable/develop/http-api/queries/user-defined-aql-functions/#remove-a-user-defined-aql-function>`__
769
769
  """ # noqa: E501
770
770
  params: Json = dict()
771
771
  if group is not None:
@@ -49,7 +49,7 @@ class Backup:
49
49
  BackupGetError: If the operation fails.
50
50
 
51
51
  References:
52
- - `list-backups <https://docs.arango.ai/stable/develop/http-api/hot-backups/#list-all-backups>`__
52
+ - `list-backups <https://docs.arango.ai/arangodb/stable/develop/http-api/hot-backups/#list-all-backups>`__
53
53
  """ # noqa: E501
54
54
  data: Json = {}
55
55
  if backup_id is not None:
@@ -97,7 +97,7 @@ class Backup:
97
97
  BackupCreateError: If the backup creation fails.
98
98
 
99
99
  References:
100
- - `create-backup <https://docs.arango.ai/stable/develop/http-api/hot-backups/#create-a-backup>`__
100
+ - `create-backup <https://docs.arango.ai/arangodb/stable/develop/http-api/hot-backups/#create-a-backup>`__
101
101
  """ # noqa: E501
102
102
  data: Json = {}
103
103
  if label is not None:
@@ -137,7 +137,7 @@ class Backup:
137
137
  BackupRestoreError: If the restore operation fails.
138
138
 
139
139
  References:
140
- - `restore-backup <https://docs.arango.ai/stable/develop/http-api/hot-backups/#restore-a-backup>`__
140
+ - `restore-backup <https://docs.arango.ai/arangodb/stable/develop/http-api/hot-backups/#restore-a-backup>`__
141
141
  """ # noqa: E501
142
142
  data: Json = {"id": backup_id}
143
143
  request = Request(
@@ -165,7 +165,7 @@ class Backup:
165
165
  BackupDeleteError: If the delete operation fails.
166
166
 
167
167
  References:
168
- - `delete-backup <https://docs.arango.ai/stable/develop/http-api/hot-backups/#delete-a-backup>`__
168
+ - `delete-backup <https://docs.arango.ai/arangodb/stable/develop/http-api/hot-backups/#delete-a-backup>`__
169
169
  """ # noqa: E501
170
170
  data: Json = {"id": backup_id}
171
171
  request = Request(
@@ -209,7 +209,7 @@ class Backup:
209
209
  BackupUploadError: If upload operation fails.
210
210
 
211
211
  References:
212
- - `upload-a-backup-to-a-remote-repository <https://docs.arango.ai/stable/develop/http-api/hot-backups/#upload-a-backup-to-a-remote-repository>`__
212
+ - `upload-a-backup-to-a-remote-repository <https://docs.arango.ai/arangodb/stable/develop/http-api/hot-backups/#upload-a-backup-to-a-remote-repository>`__
213
213
  """ # noqa: E501
214
214
  data: Json = {}
215
215
  if upload_id is not None:
@@ -265,7 +265,7 @@ class Backup:
265
265
  BackupDownloadError: If the download operation fails.
266
266
 
267
267
  References:
268
- - `download-a-backup-from-a-remote-repository <https://docs.arango.ai/stable/develop/http-api/hot-backups/#download-a-backup-from-a-remote-repository>`__
268
+ - `download-a-backup-from-a-remote-repository <https://docs.arango.ai/arangodb/stable/develop/http-api/hot-backups/#download-a-backup-from-a-remote-repository>`__
269
269
  """ # noqa: E501
270
270
  data: Json = {}
271
271
  if download_id is not None:
@@ -45,7 +45,7 @@ class Cluster:
45
45
  ClusterHealthError: If retrieval fails.
46
46
 
47
47
  References:
48
- - `get-the-cluster-health <https://docs.arango.ai/stable/develop/http-api/cluster/#get-the-cluster-health>`__
48
+ - `get-the-cluster-health <https://docs.arango.ai/arangodb/stable/develop/http-api/cluster/#get-the-cluster-health>`__
49
49
  """ # noqa: E501
50
50
  request = Request(
51
51
  method=Method.GET,
@@ -74,7 +74,7 @@ class Cluster:
74
74
  ClusterStatisticsError: If retrieval fails.
75
75
 
76
76
  References:
77
- - `get-the-statistics-of-a-db-server <https://docs.arango.ai/stable/develop/http-api/cluster/#get-the-statistics-of-a-db-server>`__
77
+ - `get-the-statistics-of-a-db-server <https://docs.arango.ai/arangodb/stable/develop/http-api/cluster/#get-the-statistics-of-a-db-server>`__
78
78
  """ # noqa: E501
79
79
  params: Params = {"DBserver": db_server}
80
80
 
@@ -103,7 +103,7 @@ class Cluster:
103
103
  ClusterEndpointsError: If retrieval fails.
104
104
 
105
105
  References:
106
- - `list-all-coordinator-endpoints <https://docs.arango.ai/stable/develop/http-api/cluster/#list-all-coordinator-endpoints>`__
106
+ - `list-all-coordinator-endpoints <https://docs.arango.ai/arangodb/stable/develop/http-api/cluster/#list-all-coordinator-endpoints>`__
107
107
  """ # noqa: E501
108
108
  request = Request(
109
109
  method=Method.GET,
@@ -129,7 +129,7 @@ class Cluster:
129
129
  ClusterServerIDError: If retrieval fails.
130
130
 
131
131
  References:
132
- - `get-the-server-id <https://docs.arango.ai/stable/develop/http-api/cluster/#get-the-server-id>`__
132
+ - `get-the-server-id <https://docs.arango.ai/arangodb/stable/develop/http-api/cluster/#get-the-server-id>`__
133
133
  """ # noqa: E501
134
134
  request = Request(
135
135
  method=Method.GET,
@@ -154,7 +154,7 @@ class Cluster:
154
154
  ClusterServerRoleError: If retrieval fails.
155
155
 
156
156
  References:
157
- - `get-the-server-role <https://docs.arango.ai/stable/develop/http-api/cluster/#get-the-server-role>`__
157
+ - `get-the-server-role <https://docs.arango.ai/arangodb/stable/develop/http-api/cluster/#get-the-server-role>`__
158
158
  """ # noqa: E501
159
159
  request = Request(
160
160
  method=Method.GET,
@@ -182,7 +182,7 @@ class Cluster:
182
182
  ClusterMaintenanceModeError: If the toggle operation fails.
183
183
 
184
184
  References:
185
- - `toggle-cluster-maintenance-mode <https://docs.arango.ai/stable/develop/http-api/cluster/#toggle-cluster-maintenance-mode>`__
185
+ - `toggle-cluster-maintenance-mode <https://docs.arango.ai/arangodb/stable/develop/http-api/cluster/#toggle-cluster-maintenance-mode>`__
186
186
  """ # noqa: E501
187
187
  request = Request(
188
188
  method=Method.PUT,
@@ -212,7 +212,7 @@ class Cluster:
212
212
  ClusterMaintenanceModeError: If retrieval fails.
213
213
 
214
214
  References:
215
- - `get-the-maintenance-status-of-a-db-server <https://docs.arango.ai/stable/develop/http-api/cluster/#get-the-maintenance-status-of-a-db-server>`__
215
+ - `get-the-maintenance-status-of-a-db-server <https://docs.arango.ai/arangodb/stable/develop/http-api/cluster/#get-the-maintenance-status-of-a-db-server>`__
216
216
  """ # noqa: E501
217
217
  request = Request(
218
218
  method=Method.GET,
@@ -242,7 +242,7 @@ class Cluster:
242
242
  ClusterMaintenanceModeError: If the operation fails.
243
243
 
244
244
  References:
245
- - `set-the-maintenance-status-of-a-db-server <https://docs.arango.ai/stable/develop/http-api/cluster/#set-the-maintenance-status-of-a-db-server>`__
245
+ - `set-the-maintenance-status-of-a-db-server <https://docs.arango.ai/arangodb/stable/develop/http-api/cluster/#set-the-maintenance-status-of-a-db-server>`__
246
246
  """ # noqa: E501
247
247
  data: Json = {"mode": mode}
248
248
  if timeout is not None:
@@ -271,7 +271,7 @@ class Cluster:
271
271
  ClusterRebalanceError: If retrieval fails.
272
272
 
273
273
  References:
274
- - `get-the-current-cluster-imbalance <https://docs.arango.ai/stable/develop/http-api/cluster/#get-the-current-cluster-imbalance>`__
274
+ - `get-the-current-cluster-imbalance <https://docs.arango.ai/arangodb/stable/develop/http-api/cluster/#get-the-current-cluster-imbalance>`__
275
275
  """ # noqa: E501
276
276
  request = Request(method=Method.GET, endpoint="/_admin/cluster/rebalance")
277
277
 
@@ -315,7 +315,7 @@ class Cluster:
315
315
  ClusterRebalanceError: If retrieval fails.
316
316
 
317
317
  References:
318
- - `compute-a-set-of-move-shard-operations-to-improve-balance <https://docs.arango.ai/stable/develop/http-api/cluster/#compute-a-set-of-move-shard-operations-to-improve-balance>`__
318
+ - `compute-a-set-of-move-shard-operations-to-improve-balance <https://docs.arango.ai/arangodb/stable/develop/http-api/cluster/#compute-a-set-of-move-shard-operations-to-improve-balance>`__
319
319
  """ # noqa: E501
320
320
  data: Json = dict(version=version)
321
321
  if databases_excluded is not None:
@@ -380,7 +380,7 @@ class Cluster:
380
380
  ClusterRebalanceError: If retrieval fails.
381
381
 
382
382
  References:
383
- - `compute-and-execute-a-set-of-move-shard-operations-to-improve-balance <https://docs.arango.ai/stable/develop/http-api/cluster/#compute-and-execute-a-set-of-move-shard-operations-to-improve-balance>`__
383
+ - `compute-and-execute-a-set-of-move-shard-operations-to-improve-balance <https://docs.arango.ai/arangodb/stable/develop/http-api/cluster/#compute-and-execute-a-set-of-move-shard-operations-to-improve-balance>`__
384
384
  """ # noqa: E501
385
385
  data: Json = dict(version=version)
386
386
  if databases_excluded is not None:
@@ -431,7 +431,7 @@ class Cluster:
431
431
  ClusterRebalanceError: If the execution fails.
432
432
 
433
433
  References:
434
- - `execute-a-set-of-move-shard-operations <https://docs.arango.ai/stable/develop/http-api/cluster/#execute-a-set-of-move-shard-operations>`__
434
+ - `execute-a-set-of-move-shard-operations <https://docs.arango.ai/arangodb/stable/develop/http-api/cluster/#execute-a-set-of-move-shard-operations>`__
435
435
  """ # noqa: E501
436
436
  data: Json = dict(version=version, moves=moves)
437
437