Changed
/api/v1/points
endpoint now returns 100 points by default. You can specify the number of points to return by passing theper_page
query parameter. Example:/api/v1/points?per_page=50
will return 50 points. Also,page
query parameter is now available to paginate the results. Example:/api/v1/points?per_page=50&page=2
will return the second page of 50 points.
💙 This release is supported by James Manolios on Patreon 💙
Full Changelog: 0.11.0...0.11.1