Marvel.API.Stories

The Marvel Stories API

Summary

characters(id, params \\ %{})

Fetches lists of characters filtered by id

comics(id, params \\ %{})

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

series(id, params \\ %{})

Fetches lists of series filtered by id

Functions

characters(id, params \\ %{})

Specs:

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

Fetches lists of characters filtered by id

comics(id, params \\ %{})

Specs:

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

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

series(id, params \\ %{})

Specs:

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

Fetches lists of series filtered by id