marvell Marvel Developer API的ruby包装器
奇迹Marvel Developer API的ruby包装器下载gem install marvell用法通过上注册为开发者来获取您的密钥。 client = Marvell :: Client . new ( public_key : '123456' , private_key : "abcdef" ) #fetch a single character client . character ( id : 1009521 ) #fetch a single comic client . comic ( id : 36489 ) #fetch a collection of characters client . characters #fetch a collection of characters with some filtering applied cl
用户评论