endpoints library
Mini-library that exports all the endpoints for the OxfordDictionaries API.
Classes
- EntriesEndpoint
- Retrieve definitions, pronunciations example sentences, grammatical information and word origins.
- LemmasEndpoint
- Check if a word exists in the dictionary, or what 'root' form it links to (e.g., swimming > swim). The response tells you the possible lemmas for a given inflected word. This can then be combined with other endpoints to retrieve more information.
-
OdApiEndpoint<
T extends Object> - An interface for Oxford Dictionaries API endpoints
- SearchEndpoint
- Retrieve possible headword matches for a search term.
- ThesaurusEndpoint
- Retrieve words that are similar/opposite in meaning to the input word (synonym /antonym).
- TranslationsEndpoint
- Return translations for a given word.
- WordsEndpoint
- Retrieve definitions, examples and other information for a given dictionary word or an inflection.