Skip to content

Latest commit

 

History

History
36 lines (21 loc) · 807 Bytes

File metadata and controls

36 lines (21 loc) · 807 Bytes

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.