Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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/

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`