Closed ghost closed 4 years ago
@KartikTalwar I would be happy to open a PR after some initial discussions
yes, that'd be great!
@jgolden17 Did you have the chance to work on that? Otherwise, I'm interested in bringing that function in.
@Irio This was completed with #69
Duolingo exposes
/api/1/dictionary_page?lexeme_id
that will return the dictionary entry for the givenlexeme_id
. Sample response below:I propose adding
get_word_definition_by_id(id)
or some such method to make this request.