JokeAPI Python Versions Save

An API Wrapper for Sv443's JokeAPI

v1.0.5

1 year ago

Remove needless print statement

v1.0.4

2 years ago

Downgrade Python dependency to >=3.7

v1.0.3

2 years ago

Fix a typo in main.py for idRange.

v1.0.2

2 years ago

v1.0.1

2 years ago

Removed some unnecessary debug print statements.

v1.0.0

2 years ago

The wrapper is now fully asynchronous. This is a breaking change, and so updating to this version without changing code first will result in errors. Using get_joke() and submit_joke will now require await statements before them.

v0.2.11

3 years ago

Fix default lang code and safe-mode

v0.2.10

3 years ago

Support safe-mode URL parameter for receiving jokes, and dry-run URL parameter for submitting jokes.

v0.2.8

3 years ago

Adds the submit endpoint functionality.

v0.2.6

3 years ago