Skip to content

marattagian/gin-service

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Simple Gin web service

A basic RESTful web service API with Go and using the Gin framework

API Endpoints

It implements the folowing endpoints:

/album

  • GET - get a list of all albums in JSON format
  • POST - add a new album from the request data sent in JSON format

/albums/:id

  • GET - get an album by its ID in JSON format

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages