Skip to content

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