Skip to content

v1.3.0

Compare
Choose a tag to compare
@fabio-nettis fabio-nettis released this 18 Apr 08:38
· 2 commits to main since this release
990a3fd

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.


Full Changelog: v1.2.1...v1.3.0