0.11.1
版本发布时间: 2024-08-22 01:21:07
Freika/dawarich最新发布版本:0.13.0(2024-09-04 00:24:13)
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: https://github.com/Freika/dawarich/compare/0.11.0...0.11.1