View Source API Reference JikanEx v0.1.6
Modules
A thin elixir wrapper for the Jikan API. Start by creating a JikanEx.client/1
, which is then passed to each request (see JikanEx.Request
).
Creates the Tesla client for Jikan. Encodes/Decodes the JSON response. Called from JikanEx.client/1
Defines the API Error class. It has two fields, a message
and response
. message
is the error message from the Jikan response, and the response is the Response map from JikanEx.Request
Wrapper functions for the corresponding endpoints.
Interface to build Jikan URLs. These are then passed onto JikanEx.Request.request/3
.
Creates the URLs for Jikan endpoints. These are called from JikanEx.Request
and aren't typically used by calling them directly.