Skip to content

mesiriak/danshina

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Danshina

The main target of this project - clicker service.

Routes

  • GET https://host/api/v1/baby/ - get list of babies. Query params: limit, offset.
  • GET https://host/api/v1/baby/random/ - get 2 babies by default. Can be regulated by query param size.
  • POST https://host/api/v1/baby/ - create baby. Body {"nickname": str, "picture": bytearray}.
  • PATCH https://host/api/v1/baby/{uuid} - increment baby counter.

Used CDN for pictures - Cloudflare

About

Very simple clicker implementation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages