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

Complete CRUD operations #3

Merged
merged 11 commits into from
Apr 5, 2021
Merged

Complete CRUD operations #3

merged 11 commits into from
Apr 5, 2021

Conversation

StewartJingga
Copy link
Contributor

@StewartJingga StewartJingga commented Mar 31, 2021

New endpoints:

  1. List all type definitions (GET /v1/types)
  2. Get individual type's definition (GET /v1/types/{name}/details)
  3. Delete a type (along with all it's records) (DELETE /v1/types/{name})
  4. Delete individual record (DELETE /v1/types/{name}/records/{id})

@StewartJingga StewartJingga merged commit a075739 into main Apr 5, 2021
@ravisuhag ravisuhag deleted the complete-crud-operations branch April 19, 2021 04:26
StewartJingga added a commit that referenced this pull request Aug 26, 2021
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.

1 participant