1
0
Fork 0
mirror of https://github.com/imjasonh/go-marvel synced 2026-07-09 03:35:02 +00:00
No description
Find a file
2014-05-05 12:59:53 -04:00
example example: Get frames in order instead of reversing when writing the gif 2014-05-05 12:59:53 -04:00
.gitignore add test.sh, gitignore it 2014-04-26 00:40:10 -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 Update README.md 2014-05-04 13:02:10 -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