Using gofugly-php-api with jokes.one

PHP integration

Install
composer require gofugly-php-api
Gets `Joke of the Day`. Optional `category` param determines the category of …
curl \
  -H "X-JokesOne-Api-Secret: $API_KEY" \
  /jod
Gets a `Joke` with a given `id`.
curl \
  -H "X-JokesOne-Api-Secret: $API_KEY" \
  /joke
Get the list of jokes in your private collection.
curl \
  -H "X-JokesOne-Api-Secret: $API_KEY" \
  /joke/list
SDK on GitHub 📄 API Docs
SDK
gofugly-php-api
PHP
API
jokes.one
jokes.one
At a glance
Language PHP
Endpoints12