book_finder_api 0.0.3 → 0.0.4

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,3 +1,3 @@
1
1
  module BookFinderApi
2
- VERSION = "0.0.3"
2
+ VERSION = "0.0.4"
3
3
  end
@@ -1,6 +1,15 @@
1
1
  require "book_finder_api/version"
2
2
 
3
3
  class BookFinder
4
+ # method : flipkart
5
+ # parameter : ISBN
6
+ # ISBN number of the Book you want to get. It should be 10 digits.
7
+ # returns : Hash
8
+ # It returns the Hash of the Book Details with Field and value basis.
9
+ # Syntax :
10
+ # Hash BookFinder.flipkart(ISBN)
11
+ # Example :
12
+ # book_details = BookFinder.flipkart(9788120305960)
4
13
  def self.flipkart(isbn)
5
14
  search_url="http://www.flipkart.com/search/a/all?query=#{isbn}"
6
15
  result=Hash.new
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: book_finder_api
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: