Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

golibraryapi

Base url: library.hamzarafi.com

Endpoints:

  • GET /books

  • POST /books

    • Request Body eg:
    {
        "title": "example title",
        "author": "example author"
    }
  • PUT /books

    • Request body eg:
    {
        "id": "id",
        "title": "new title",
        "author": "new author"
    }
  • GET /books/{id}

  • DELETE /books/{id}

About

Small library API with Go and Gin

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages