mirror of
https://github.com/imjasonh/go-marvel
synced 2026-07-18 23:09:46 +00:00
add example -- pulling all issue covers of a series
This commit is contained in:
parent
b1236026ea
commit
420e08fac8
2 changed files with 64 additions and 1 deletions
|
|
@ -122,7 +122,7 @@ func (c Client) Series(id int64, params CommonParams) (resp struct {
|
|||
commonResponse
|
||||
Data struct {
|
||||
commonList
|
||||
Results []Series
|
||||
Results []Comic
|
||||
}
|
||||
}, err error) {
|
||||
u := c.baseURL(fmt.Sprintf("series/%d/comics", id), params)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue