1
0
Fork 0
mirror of https://github.com/imjasonh/go-marvel synced 2026-07-08 19:24:57 +00:00
No description
Find a file
2014-04-29 14:17:41 -04:00
example Start to split into a hierarchical API call structure 2014-04-29 14:14:06 -04:00
.gitignore add test.sh, gitignore it 2014-04-26 00:40:10 -04:00
marvel.go syntax error 2014-04-29 14:17:41 -04:00
marvel_test.go Start to split into a hierarchical API call structure 2014-04-29 14:14:06 -04:00
README.md generate gif in increasing order 2014-04-27 11:05:18 -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.