8000 GitHub - rajdevofrails/marvel-api: Build gem for marvel API's
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

rajdevofrails/marvel-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Marvel-API Gem

Ruby Client for Marvel API's just add gem in your project for using the Marvel API.

Marvel Ruby Client Provide apis for following resources:

Character
Comic
Creator
Event
Series
Story

Installation

Add this line to your application's Gemfile:

gem 'marvel-api'

And then execute:

$ bundle

Or install it yourself as:

$ gem install marvel-api

Usage

Require the gem

require 'marvel_api'
# => true

Configuration

Marvel::API.configure do |c|
  c.public_key = "<Marvel Public Key>" # Mandatory
  c.private_key = "<Marvel Private Key>" # Mandatory
end

About

Build gem for marvel API's

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0