Metron
A client for interacting with the Metron API.
Parameters
The base url of the Metron API.
The username for authentication with the Metron API.
The password for authentication with the Metron API.
The HTTP User-Agent sent with every request.
The maximum duration to wait for a HTTP request to complete before timing out.
The maximum number of retry attempts for requests that fail due to RateLimiting errors.
A SQLiteCache instance for caching API responses.
An optional CachePolicy that determines how long cached responses remain valid and when they should be refreshed. If null, cached responses are never marked stale.
Constructors
Functions
Retrieves details of a specific Character by its ID.
Retrieves details of a specific Creator by its ID.
Retrieves details of a specific Imprint by its ID.
Retrieves details of a specific Publisher by its ID.
Retrieves details of a specific Universe by its ID.
Retrieves a list of Arcs from the Metron API.
Retrieves a list of Characters from the Metron API.
Retrieves a list of Creators from the Metron API.
Retrieves a list of Imprints from the Metron API.
Retrieves a list of Issues from the Metron API.
Retrieves a list of Publishers from the Metron API.
Retrieves a list of Roles from the Metron API.
Retrieves a list of Series from the Metron API.
Retrieves a list of SeriesTypes from the Metron API.
Retrieves a list of Teams from the Metron API.
Retrieves a list of Universes from the Metron API.