Add pagination and metadata in a V2
Open
feature
- Dominant language
- JavaScript
- Stars
- 346
- Forks
- 42
- PR merge metrics
- No merged PRs in 30d
Description
Hey, by now it's possible to collect data from 10 pages and the only filter so far is `page=Number`.
In a near future perhaps a good idea could be put some extra filters and also return data about the pagination.
```javascript
{
data: []
meta: {
// Whatever you want....
}
}
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.