Skip to content

Framinus/dragons-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dragons API

This is an API about dragons, designed for a game in progress.

CircleCI

Endpoints

This API is deployed at https://dragons-game-api.herokuapp.com. Please use these paths to retrieve data from the api.

  • Retrieve all stock dragons from the database for a given level. Stock dragons currently are level 1, 2, or 3.
GET - /dragons/level/:level
  • Retrieve a dragon by id:
GET - /dragons/:id
  • Get a random dragon from the stock list:
GET - /dragons/random/:level

Author

James McCormack

License

This project is licensed under the MIT License.

About

The API for my Dragon Quest game.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published