-
Notifications
You must be signed in to change notification settings - Fork 0
Documentation
rah00l edited this page Apr 13, 2018
·
1 revision
Method | Description |
---|---|
#characters | Fetches a list of comic characters. |
#character | Fetches a single character resource. |
Fetches a list of comic characters. Can receive optional params.
client.characters
Fetches a single character resource. Accepts an integer or string value as character id.
client.character(1009610)
client.character('Spider-Man')