Raphael Pungin

Results 2 issues of Raphael Pungin

The JSON in the api response for phonetics audio URL is missing the protocol. Here is an example response to https://api.dictionaryapi.dev/api/v2/entries/en/play ``` [ { "word": "play", "phonetic": "pleɪ", "phonetics": [...

Dear @shamblett, from your docs I see: ```dart /// Keep alive period, seconds. /// Keep alive is defaulted to off, this must be set to a valid value to ///...