Module: Olibrary::Recent
- Included in:
- Client
- Defined in:
- lib/olibrary/client/recent.rb
Instance Method Summary collapse
-
#recent ⇒ Object
Get an array of recent changes to Open Library.
Instance Method Details
#recent ⇒ Object
Get an array of recent changes to Open Library
5 6 7 |
# File 'lib/olibrary/client/recent.rb', line 5 def recent data = request("/recentchanges") end |