@@ -211,15 +211,16 @@ The `InternetConnection` class uses the following `Uri`s by default:
211211
212212The following `Uri`s are tested and work well with the package :
213213
214- | URI | Description |
215- | :-------------------------------------------------- | :--------------------------------------- |
216- | `https://ipapi.co/ip` | CORS enabled, no-cache |
217- | `https://api.adviceslip.com/advice` | CORS enabled, no-cache |
218- | `https://api.bitbucket.org/2.0/repositories` | CORS enabled, no-cache |
219- | `https://api.thecatapi.com/v1/images/search` | CORS enabled, no-cache |
220- | `https://api.coindesk.com/v1/bpi/currentprice.json` | CORS enabled, no-cache |
221- | `https://lenta.ru` | Russia supported, CORS enabled, no-cache |
222- | `https://www.gazeta.ru` | Russia supported, CORS enabled, no-cache |
214+ | URI | Description |
215+ | :------------------------------------------- | :--------------------------------------- |
216+ | `https://ipapi.co/ip` | CORS enabled, no-cache |
217+ | `https://api.adviceslip.com/advice` | CORS enabled, no-cache |
218+ | `https://api.bitbucket.org/2.0/repositories` | CORS enabled, no-cache |
219+ | `https://api.thecatapi.com/v1/images/search` | CORS enabled, no-cache |
220+ | `https://randomuser.me/api/?inc=gender` | CORS enabled, no-cache |
221+ | `https://dog.ceo/api/breed/husky/list` | CORS enabled, no-cache |
222+ | `https://lenta.ru` | Russia supported, CORS enabled, no-cache |
223+ | `https://www.gazeta.ru` | Russia supported, CORS enabled, no-cache |
223224
224225# # If you liked the package, then please give it a [Like 👍🏼][package] and [Star ⭐][repository]
225226
0 commit comments