Marvel.API.Comics

The Marvel Comics API

Summary

characters(id, params \\ %{})

Fetches lists of characters filtered by id

creators(id, params \\ %{})

Fetches lists of creators 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

stories(id, params \\ %{})

Fetches lists of stories filtered by id

Functions

characters(id, params \\ %{})

Specs:

  • characters(integer, %{}) :: %{}

Fetches lists of characters filtered by id

creators(id, params \\ %{})

Specs:

  • creators(integer, %{}) :: %{}

Fetches lists of creators filtered by id

events(id, params \\ %{})

Specs:

  • events(integer, %{}) :: %{}

Fetches lists of events filtered by id

get(id, params \\ %{})

Specs:

  • get(integer, %{}) :: %{}

Fetches a single entity by id

list(params \\ %{})

Specs:

  • list(%{}) :: %{}

Fetches lists

stories(id, params \\ %{})

Specs:

  • stories(integer, %{}) :: %{}

Fetches lists of stories filtered by id