Some basic URLs

package ArangoDBClient
since 0.2

 Constants

 

URL part for edge-related graph REST calls

URLPART_EDGE = 'edge' 
 

URL part vertex-related graph REST calls

URLPART_VERTEX = 'vertex' 
 

URL for admin log

URL_ADMIN_LOG = '/_admin/log' 
 

base URL part for admin routing reload

URL_ADMIN_ROUTING_RELOAD = '/_admin/routing/reload' 
 

URL for server role

URL_ADMIN_SERVER_ROLE = '/_admin/server/role' 
 

base URL part for admin statistics

URL_ADMIN_STATISTICS = '/_admin/statistics' 
 

base URL part for admin statistics-description

URL_ADMIN_STATISTICS_DESCRIPTION = '/_admin/statistics-description' 
 

URL for admin time

URL_ADMIN_TIME = '/_admin/time' 
 

URL for admin version

URL_ADMIN_VERSION = '/_api/version' 
 

URL for select-all

URL_ALL = '/_api/simple/all' 
 

URL for select-all-keys

URL_ALL_KEYS = '/_api/simple/all-keys' 
 

URL for any

URL_ANY = '/_api/simple/any' 
 

base URL part for AQL user functions statistics

URL_AQL_USER_FUNCTION = '/_api/aqlfunction' 
 

URL for batch processing

URL_BATCH = '/_api/batch' 
 

URL base part for all collection-related REST calls

URL_COLLECTION = '/_api/collection' 
 

base URL part for cursor related operations

URL_CURSOR = '/_api/cursor' 
 

base URL part for database management

URL_DATABASE = '/_api/database' 
 

URL base part for document-related CRUD operations REST calls

URL_DOCUMENT = '/_api/document' 
 

URL base part for edge-related CRUD operations REST calls

URL_EDGE = '/_api/document' 
 

URL base part for all retrieving connected edges

URL_EDGES = '/_api/edges' 
 

base URL part for endpoint management

URL_ENDPOINT = '/_api/endpoint' 
 

URL for storage engine

URL_ENGINE = '/_api/engine' 
 

URL for select-by-example

URL_EXAMPLE = '/_api/simple/by-example' 
 

URL for AQL explain-related operations

URL_EXPLAIN = '/_api/explain' 
 

URL for export related operations

URL_EXPORT = '/_api/export' 
 

URL for first-example

URL_FIRST_EXAMPLE = '/_api/simple/first-example' 
 

URL for foxx-app installations

URL_FOXX_INSTALL = '/_admin/foxx/install' 
 

URL for foxx-app deinstallation

URL_FOXX_UNINSTALL = '/_admin/foxx/uninstall' 
 

URL for fulltext

URL_FULLTEXT = '/_api/simple/fulltext' 
 

URL base part for all graph-related REST calls

URL_GRAPH = '/_api/gharial' 
 

URL for document import

URL_IMPORT = '/_api/import' 
 

URL base part for all index-related REST calls

URL_INDEX = '/_api/index' 
 

URL for lookup-by-keys

URL_LOOKUP_BY_KEYS = '/_api/simple/lookup-by-keys' 
 

URL for select-range

URL_NEAR = '/_api/simple/near' 
 

URL for AQL query validation-related operations

URL_QUERY = '/_api/query' 
 

URL for AQL query result cache

URL_QUERY_CACHE = '/_api/query-cache' 
 

URL for select-range

URL_RANGE = '/_api/simple/range' 
 

URL remove-by-example

URL_REMOVE_BY_EXAMPLE = '/_api/simple/remove-by-example' 
 

URL for remove-by-keys

URL_REMOVE_BY_KEYS = '/_api/simple/remove-by-keys' 
 

URL for replace-by-example

URL_REPLACE_BY_EXAMPLE = '/_api/simple/replace-by-example' 
 

URL for transactions

URL_TRANSACTION = '/_api/transaction' 
 

base URL part for user management

URL_TRAVERSAL = '/_api/traversal' 
 

URL for update-by-example

URL_UPDATE_BY_EXAMPLE = '/_api/simple/update-by-example' 
 

URL for file uploads

URL_UPLOAD = '/_api/upload' 
 

base URL part for user management

URL_USER = '/_api/user' 
 

URL base part for all view-related REST calls

URL_VIEW = '/_api/view' 
 

URL for select-range

URL_WITHIN = '/_api/simple/within'