1
0
Fork 0
mirror of https://github.com/imjasonh/go-marvel synced 2026-07-07 02:42:21 +00:00
No description
Find a file
2022-07-28 13:44:01 -04:00
example update for go modules, include example gifs in the repo 2022-07-28 13:42:37 -04:00
.gitignore
1987.gif update for go modules, include example gifs in the repo 2022-07-28 13:42:37 -04:00
2258.gif update for go modules, include example gifs in the repo 2022-07-28 13:42:37 -04:00
go.mod update for go modules, include example gifs in the repo 2022-07-28 13:42:37 -04:00
go.sum update for go modules, include example gifs in the repo 2022-07-28 13:42:37 -04:00
LICENSE Create LICENSE 2014-05-06 17:07:23 -04:00
marvel.go godoc++ 2014-05-04 16:17:17 -04:00
marvel_test.go Add List methods for anything with a CollectionURI, with test 2014-05-04 14:05:49 -04:00
README.md link to github UI that shows the gif 2022-07-28 13:44:01 -04:00

go-marvel is a Go client library for the Marvel REST API

See example/main.go, which downloads all issue covers of a series, by series ID (default is "Uncanny X-Men"), and constructs a GIF image of them in order.

GoDoc


License

Copyright 2014 Jason Hall

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.