Marvel.API.Creators
The Marvel Creators API
Summary↑
comics(id, params \\ %{}) | Fetches lists of comics filtered by id |
events(id, params \\ %{}) | Fetches lists of events filtered by id |
get(id, params \\ %{}) | Fetches a single entity by id |
list(params \\ %{}) | Fetches lists |
series(id, params \\ %{}) | Fetches lists of series filtered by id |
stories(id, params \\ %{}) | Fetches lists of stories filtered by id |
Functions
Specs:
- comics(integer, %{}) :: %{}
Fetches lists of comics filtered by id
Specs:
- events(integer, %{}) :: %{}
Fetches lists of events filtered by id
Specs:
- get(integer, %{}) :: %{}
Fetches a single entity by id
Specs:
- list(%{}) :: %{}
Fetches lists
Specs:
- series(integer, %{}) :: %{}
Fetches lists of series filtered by id
Specs:
- stories(integer, %{}) :: %{}
Fetches lists of stories filtered by id