Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rename getAll methods in vertx-arango-http-client to list #5

Open
mgspross opened this issue Aug 25, 2015 · 0 comments
Open

Rename getAll methods in vertx-arango-http-client to list #5

mgspross opened this issue Aug 25, 2015 · 0 comments

Comments

@mgspross
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant