gin-lime

command module
v0.0.0-...-e273bb9 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 21, 2023 License: MIT Imports: 4 Imported by: 0

README

gin-lime

This is gin(Go) sample project.

API

Error
{
  "status": 400,
  "message": "Bad Request"
}
Todo
  • GET /api/v1/todo
    • get all todo
  • GET /api/v1/todo/:id
    • get todo by id
  • POST /api/v1/todo
    • create todo
  • PUT /api/v1/todo/:id
    • update todo by id
  • DELETE /api/v1/todo/:id
    • delete todo by id
User
  • GET /api/v1/user
    • get all user
  • GET /api/v1/user/:id
    • get user by id
  • POST /api/v1/user
    • create user
  • PUT /api/v1/user/:id
    • update user by id
  • DELETE /api/v1/user/:id
    • delete user by id

License

MIT

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
models

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL