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

Support for Views API #358

Merged
merged 10 commits into from
Apr 29, 2022
Merged

Support for Views API #358

merged 10 commits into from
Apr 29, 2022

Conversation

tjoubert
Copy link
Contributor

@tjoubert tjoubert commented Apr 6, 2022

Add support for the Views API:
GET : /_api/view : reads all views
POST : /_api/view#iresearch : Create iresearch view
DELETE : /_api/view/{view-name} : Drops a view
GET : /_api/view/{view-name} : Return information about a view
GET : /_api/view/{view-name}/properties : Read properties of a view
PATCH : /_api/view/{view-name}/properties#iresearch : Partially changes properties of an iresearch view
PUT : /_api/view/{view-name}/properties#iresearch : Change properties of an iresearch view
PUT : /_api/view/{view-name}/rename : Rename view

Copy link
Contributor

@Zyqsempai Zyqsempai left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@tjoubert Please fix conflicts and we can merge it since comments are fixed.

@tjoubert
Copy link
Contributor Author

@tjoubert Please fix conflicts and we can merge it since comments are fixed.

@Zyqsempai, Conflicts resolved.

@Zyqsempai Zyqsempai merged commit 3c5c5b3 into ArangoDB-Community:master Apr 29, 2022
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

Successfully merging this pull request may close these issues.

3 participants