rubyforgood / rubyforgood/skillrx-beacon
HTTP Client with Authentication
Open
@dmitrytrager is already working on this.
Since Feb 5, 2026.
cross-app sync
- Dominant language
- HTML
- Stars
- 4
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
Implement authenticated API client for SkillRx communication
- Create SkillrxClient service that adds Authorization: Bearer {api_key} header
- Handle 401 Unauthorized responses globally (clear credentials, show re-registration prompt)
- Implement request timeout handling for low-connectivity scenarios
- Add retry logic with exponential backoff (3 retries)
- Support Range header for resumable downloads
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.