You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The getAll methods in vertx-arango-http-client should be renamed to list. This keeps the method names more consistent with commonly-used REST naming conventions, which makes sense since the various *Resource interfaces map closely to the Arango HTTP REST API.
For example, ArangoDocumentResource.getAll should be renamed to ArangoDocumentResource.list, and so on.
The text was updated successfully, but these errors were encountered:
The
getAll
methods invertx-arango-http-client
should be renamed tolist
. This keeps the method names more consistent with commonly-used REST naming conventions, which makes sense since the various*Resource
interfaces map closely to the Arango HTTP REST API.For example,
ArangoDocumentResource.getAll
should be renamed toArangoDocumentResource.list
, and so on.The text was updated successfully, but these errors were encountered: