RawJokeApiClient class

Constructors

RawJokeApiClient({String hostname = _defaultHostname, Client? client})

Properties

client → Client
final
hashCode int
The hash code for this object.
no setterinherited
hostname String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getCategories([FormatLangOptions? options]) Future<Response>
getEndpoints([FormatOptions? options]) Future<Response>
getFlags([FormatLangOptions? options]) Future<Response>
getFormats([FormatLangOptions? options]) Future<Response>
getInfo([FormatLangOptions? options]) Future<Response>
getLangCode(LangCodeOptions options) Future<Response>
getLanguages([FormatLangOptions? options]) Future<Response>
getSingleJoke(SingleJokeOptions options) Future<Response>
getTwoPartJoke(TwoPartJokeOptions options) Future<Response>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
ping([FormatLangOptions? options]) Future<Response>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited