barkhayot / gin-rest

rest-api implementations with gin framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Gin REST API

Build REST API with Gin

Introduction

Simple usaga of Gin framework for REST api implementation

API Endpoints

  • GET /albums: Get all albums.
  • GET /albums/:id: Get details of an album.
  • POST /albums: Create a new album.
  • PATCH /checkout?id=<album_id>: Checkout an album.

About

rest-api implementations with gin framework


Languages

Language:Go 100.0%