Documentation - rah00l/marvel-comics-api GitHub Wiki
Available Methods
Method | Description |
---|---|
#characters | Fetches a list of comic characters. |
#character | Fetches a single character resource. |
characters
Fetches a list of comic characters. Can receive optional params.
client.characters
character
Fetches a single character resource. Accepts an integer or string value as character id.
client.character(1009610)
client.character('Spider-Man')