1
0
Fork 0
mirror of https://github.com/imjasonh/go-marvel synced 2026-07-08 11:14:56 +00:00
Commit graph

58 commits

Author SHA1 Message Date
c0befa0a5b
update for go modules, include example gifs in the repo 2022-07-28 13:42:37 -04:00
e50bba31c5 Update README.md 2014-05-07 12:58:06 -04:00
5a1b8883d3 Create LICENSE 2014-05-06 17:07:23 -04:00
5941a7600b Update README.md 2014-05-05 13:19:58 -04:00
75dcf36242 example: Get frames in order instead of reversing when writing the gif 2014-05-05 12:59:53 -04:00
b2fc96f8e4 godoc++ 2014-05-04 16:17:17 -04:00
7aaebec752 Pointerize all the things 2014-05-04 14:19:09 -04:00
3402514657 Add List methods for anything with a CollectionURI, with test 2014-05-04 14:05:49 -04:00
378f75bf83 Fix bug with /series 2014-05-04 13:54:26 -04:00
a11f1147c6 Add test case for getting single entity 2014-05-04 13:42:28 -04:00
7719330c17 []int args in Params structs 2014-05-04 13:34:22 -04:00
2f2111d24e Add Get methods to fetch given a ResourceID 2014-05-04 13:24:57 -04:00
9662ed358c Reorder entity sets 2014-05-04 13:08:44 -04:00
f13ff6233c Update README.md 2014-05-04 13:02:10 -04:00
3639ae8d31 update sample 2014-05-04 12:55:40 -04:00
68b02c2677 Accept an http.Client in Client struct 2014-05-04 12:49:45 -04:00
d576343bf5 Methods to search top-level entities, renamed for singluarity 2014-05-04 12:35:21 -04:00
4cf4c023a5 Add lots more methods 2014-05-04 12:20:47 -04:00
dd29e025ee Fill out Params structs 2014-05-04 10:35:47 -04:00
6073a96101 . 2014-04-29 14:40:01 -04:00
111a23d243 . 2014-04-29 14:39:34 -04:00
398d069548 ComicsParams 2014-04-29 14:37:47 -04:00
fd93910594 fix example 2014-04-29 14:21:51 -04:00
f857acce62 blergh 2014-04-29 14:20:19 -04:00
880d0aae2e syntax error 2014-04-29 14:17:41 -04:00
a775583273 syntax error 2014-04-29 14:17:06 -04:00
1954e9e6eb Start to split into a hierarchical API call structure 2014-04-29 14:14:06 -04:00
7edb63b950 skip image_not_available images 2014-04-27 17:19:43 -04:00
13f16dda48 generate gif in increasing order 2014-04-27 11:05:18 -04:00
dc64087920 example makes a gif 2014-04-27 10:35:41 -04:00
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