Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 984 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 984 Bytes

Dictionary Service

Rest endpoints for a dictionary app.

DEVELOP MAIN

Try this now!

The service is deployed on Heroku and you can test it right away! Since it's deployed using free-tier, the application may be sleeping/stopped. Please be patient while the app is started again - it'll take a few seconds ;)

Dictionary Service on Heroku

Endpoints Exposed

  1. GET /rest/v1/dictionary/words Gets a pagenated list of words.
  2. GET /rest/v1/dictionary/words/{word} Gets a single word and it's definition.
  3. GET /rest/v1/dictionary/word-of-the-day Gets the word of the day.
  4. GET /rest/v1/dictionary/random-word Gets a random word and it's definition.