Implemented clientsΒΆ

Here is 2 dictionary API clients that are ready to use:

  1. synchronous freedictionaryapi.clients.DictionaryApiClient,

    based on httpx;

  2. asynchronous freedictionaryapi.clients.AsyncDictionaryApiClient,

    based on aiohttp.