Method: Olibrary::Books#book_by_lccn
- Defined in:
- lib/olibrary/client/books.rb
#book_by_lccn(lccn) ⇒ Object
21 22 23 24 |
# File 'lib/olibrary/client/books.rb', line 21 def book_by_lccn(lccn) type = "/type/edition" data = query("type=#{type}&lccn=#{lccn}") end |