Skip to content
This repository was archived by the owner on Apr 8, 2020. It is now read-only.

Sitzilla/VocabularyWebAPI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VocabularyWebAPI

Spring REST Web API for Vocabulary Terms. vocabularyterms.herokuapp.com/<language>

Supported Languages

  • japanese
  • korean
  • chinese

Required Headers

  • Conten-Type: application/json
  • Authorization token (managerial endpoints)

Alt text

Current Endpoints

  • GET list

vocabularyterms.herokuapp.com/{language}

Alt text

  • GET single vocabularyterms.herokuapp.com/{language}/{id}

Alt text

  • GET single random vocabularyterms.herokuapp.com/{language}/random

Alt text

  • POST create a new word vocabularyterms.herokuapp.com/{language}`

Alt text

  • PUT modify a current word by id vocabularyterms.herokuapp.com/{language}/{id}

  • DELETE a current word by id vocabularyterms.herokuapp.com/{language}/{id}

Allowable Filters

  • level
  • category

Alt text

POST/PUT Request Body Fields

  • id
  • foreignWord
  • englishWord
  • active
  • level
  • category

About

Spring REST Web API for Vocabulary Terms

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages