README.md in kentaa-api-0.2.1 vs README.md in kentaa-api-0.3.0
- old
+ new
@@ -52,10 +52,10 @@
```ruby
actions = client.actions.list(page: actions.next_page) if actions.next_page?
```
-See also `Kentaa::Api::Resources::Pagination` for the available methods for pagination.
+See also `Kentaa::Api::Resources::List` for the available methods for pagination.
The `all` method on the endpoint returns an [Enumerator](https://ruby-doc.org/core/Enumerator.html) and will iterate automatically through all pages to retrieve the requested data.
```ruby
actions = client.actions.all