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

https://github.com/cbebe/restapi


https://github.com/cbebe/restapi

Last synced: 12 months ago
JSON representation

Awesome Lists containing this project

README

          

# REST API

Simple REST API in Go with Mux and GORM

## Routes

GET /users - Get all users
GET /users/{id} - Get user by ID
POST /users - Create user
PUT /users/{id} - Update user
DELETE /users/{id} - Delete user