Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mortuie/crud_copy
Copy of: https://crudcrud.com/
https://github.com/mortuie/crud_copy
api chi go
Last synced: 2 days ago
JSON representation
Copy of: https://crudcrud.com/
- Host: GitHub
- URL: https://github.com/mortuie/crud_copy
- Owner: Mortuie
- Created: 2023-02-24T00:03:11.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-03-13T23:22:41.000Z (over 1 year ago)
- Last Synced: 2024-05-27T19:08:29.483Z (6 months ago)
- Topics: api, chi, go
- Language: Go
- Homepage: https://crudcrud.com/
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CRUDCRUD Implementation
## Routes Overview
- GET baseUrl/uuid/resourceType/resourceId -> Gets the resource with `resourceId` and `resourceType`
- POST baseUrl/uuid/resourceType -> Creates a resource of type `resourceType`