1
0
Fork 0
mirror of https://github.com/imjasonh/go-marvel synced 2026-07-08 19:24:57 +00:00
Commit graph

28 commits

Author SHA1 Message Date
bac15e00ae update example to construct a GIF 2014-04-27 09:56:30 -04:00
0e6a6ec153 Update README.md 2014-04-27 08:52:03 -04:00
ad4045b460 update README 2014-04-26 21:42:38 -04:00
8eafd10c1a update example 2014-04-26 21:41:38 -04:00
5010379c45 issue numbers are floats 2014-04-26 21:39:07 -04:00
f42403e4c5 issue numbers are strings 2014-04-26 21:37:38 -04:00
420e08fac8 add example -- pulling all issue covers of a series 2014-04-26 20:31:05 -04:00
b1236026ea Add hash-addition to fetch 2014-04-26 19:26:17 -04:00
278d23e372 Remove CharacterURL for now 2014-04-26 19:14:54 -04:00
304d46c5f0 pointered, omitempty'd everywhere 2014-04-26 19:10:20 -04:00
6de9e0c2e3 All structs filled in, pointered and omitempty'd -- need to make fields omitempty'd too 2014-04-26 18:49:23 -04:00
a7a4605fd9 Comic struct 2014-04-26 17:51:51 -04:00
2116bd043b schemifying 2014-04-26 10:25:44 -04:00
b1eed88144 add test.sh, gitignore it 2014-04-26 00:40:10 -04:00
fae1b5c710 flags for api creds in tests 2014-04-26 00:37:28 -04:00
839c8b6dcf going to bed, some TODOs for later 2014-04-26 00:25:34 -04:00
22634eca6c parse modified dates 2014-04-26 00:12:17 -04:00
c7ebbbc6fd construct thumbnail URLs 2014-04-26 00:04:11 -04:00
d8cbfed19b Merge branch 'master' of https://github.com/ImJasonH/go-marvel 2014-04-25 23:47:46 -04:00
c56c758bf4 full schema for series list method, this will get more sane when other methods share structs 2014-04-25 23:47:35 -04:00
8ca5c6cffb Update README.md 2014-04-25 23:23:57 -04:00
9479fc9243 Update README.md 2014-04-25 23:23:06 -04:00
bc4665c04f Create README.md 2014-04-25 23:21:34 -04:00
b5c11ceb32 move to marvel package, make test class a test 2014-04-25 23:13:47 -04:00
432b811382 common request parameters 2014-04-25 23:10:20 -04:00
8dd60f8862 refactor fetching 2014-04-25 22:51:41 -04:00
4adae3bf24 Handle HTTP errors moar better 2014-04-25 22:45:42 -04:00
9608f160e4 First commit, makes HTTP requests for issues in a series, minimal schema so far 2014-04-25 22:40:37 -04:00