Module: Bitsor::Client::AvailableBooks

Included in:
Bitsor::Client
Defined in:
lib/bitsor/client/available_books.rb

Instance Method Summary collapse

Instance Method Details

#available_booksObject



6
7
8
9
10
# File 'lib/bitsor/client/available_books.rb', line 6

def available_books
  normalize_response.with(:book) do
    get '/v3/available_books'
  end
end