Skip to content

chandanv89/dictionary-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.