Skip to content

Siiong/Go_API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sneakers API - Siong TCHA

Description

With this API you can visualize a large amount of sneakers with their informations :

  • ID
  • Name
  • Brand(s)
  • Retail price

There will be possibility to create a collection and add/delete the shoes you own. This collection can also be visualizable by everyone.

Installation

Local installation

...

API References

Retrives all sneakers

  GET /snkrs

Retrieves a sneakers by its ID

  GET /snkrs/${id}

Retrieves a sneakers by its ID with different filters (name, brand, colour, price, etc...)

  GET /snkrs/${id}?name=&brand=&cw=&price=

Create a sneakers

  POST /snkrs

Create a collection

  POST /collections

Retrieves all collections

  GET /collections

Retrieves your collection by its ID

  GET /collections/${id_collection}

Add a sneakers to your collection

  POST /collections/${id_collection}/snkrs/${id_sneakers}

Delete a sneakers of a collection by its ID

  DELETE /collections/${id_collection}/snkrs/${id_sneakers}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages