Skip to content

Tags: sharpapi/php-core

Tags

v1.3.0

Toggle v1.3.0's commit message
Add rate-limit awareness with automatic 429 retry and adaptive polling

Track X-RateLimit-Limit/Remaining headers from API responses, automatically
retry on HTTP 429 with Retry-After respect, and adaptively slow down
fetchResults() polling when remaining requests are low. Adds public getters
for rate-limit state and configurable retry/threshold settings.

Co-Authored-By: Claude Opus 4.6 <[email protected]>

v1.2.0

Toggle v1.2.0's commit message
Release v1.2.0

Add requests_per_minute to quota response

v1.1.0

Toggle v1.1.0's commit message
Release version 1.1.0 - Add makeGetRequest method

New feature:
- Added makeGetRequest() method for proper GET query parameter handling
- Utility packages can now properly use GET requests with query params
- Maintains backward compatibility

This release enables proper GET request handling for utility endpoints.

v1.0.2

Toggle v1.0.2's commit message
Expanding multipart params

v1.0.1

Toggle v1.0.1's commit message
Merge remote-tracking branch 'origin/master'

v1.0.0

Toggle v1.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Create README.md