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

https://github.com/khazifire/nextjscrud

a simple api crud, will update as i explore
https://github.com/khazifire/nextjscrud

Last synced: 4 months ago
JSON representation

a simple api crud, will update as i explore

Awesome Lists containing this project

README

        

## Simple CRUD API EXAMPLES

- /api/devices/[id] (GET, READ based on device id) eg. /api/devices/1

- /api/devices (GET - all devices),
- /api/devices (POST - Create new device) eg. {name: "dan"}