1
0
Fork 0
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:
Jason Hall 2014-04-26 20:31:05 -04:00
parent b1236026ea
commit 420e08fac8
2 changed files with 64 additions and 1 deletions

View file

@ -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)