Skip to content

hitty5/gorest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Go REST API

REST API implementation using gin.

Sample request

Get albums

curl -XGET http:https://localhost:80/albums

Post album

curl -XPOST http:https://localhost:8080/albums \
    --data '{"id": "4","title": "The Modern Sound of Betty Carter","artist": "Betty Carter","price": 49.99}'

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published