v1.3.0
What's Changed
Following the release v2.7.0 of the API we added new endpoints to the SDK. This introduces endpoints that alllow you to track the internal cron jobs, like the one that fetches the source data from Arrowhead's API:
const response = await Hellhub.crons("refresh_from_source");
This allows you to better fine tune your periodic requests to the API and prevent hitting request limits by eliminating the need for aimless overfetching.
- feat: add cron job endpoints by @fabio-nettis in #18
Full Changelog: v1.2.1...v1.3.0