jokeapi 1.1.0
jokeapi: ^1.1.0 copied to clipboard
Get various jokes from JokeAPI without any API token, membership, registration or payment.
1.1.0 #
- 🚨 BREAKING CHANGE: Change
JokeAPIto return only public API Dart classes. Response models are now part of non-public API. List of currently available public API classes:JokeJokeContentSingleJokeTwoPartJoke
JokeCategoryJokeFlagJokeType
- Update
json_annotationfrom^4.8.1to^4.9.0. - Remove
/infoendpoint. - Add
/categoriesendpoint. - Add
/flagsendpoint. - Update documentation.
1.0.1 #
- Update
httpfrom^0.13.4to^1.2.2. - Update documentation.
1.0.0 #
- Rework and simplify API.
- Update documentation.
0.1.0 #
- Add
RawJokeClientthat has no parsing functionality
0.0.1 #
- Add
RawJokeClientthat has no parsing functionality