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
JokeAPI
to return only public API Dart classes. Response models are now part of non-public API. List of currently available public API classes:Joke
JokeContent
SingleJoke
TwoPartJoke
JokeCategory
JokeFlag
JokeType
- Update
json_annotation
from^4.8.1
to^4.9.0
. - Remove
/info
endpoint. - Add
/categories
endpoint. - Add
/flags
endpoint. - Update documentation.
1.0.1 #
- Update
http
from^0.13.4
to^1.2.2
. - Update documentation.
1.0.0 #
- Rework and simplify API.
- Update documentation.
0.1.0 #
- Add
RawJokeClient
that has no parsing functionality
0.0.1 #
- Add
RawJokeClient
that has no parsing functionality