Packages

gleam library for fetching jokes from the JokeAPI

Current section

Files

Jump to
jokeapi include jokeapi@api_JokeResponse.hrl
Raw

include/jokeapi@api_JokeResponse.hrl

-record(joke_response, {
id :: integer(),
category :: binary(),
setup :: binary(),
delivery :: binary(),
flags :: jokeapi@api:flags(),
safe :: boolean(),
lang :: binary(),
type_ :: binary(),
error :: boolean()
}).