An open API service indexing awesome lists of open source software.

https://github.com/fitomad/urlsession-combine

URLSession and Combine framework. Catch a 429 HTTP error (rate limit) and then delay N seconds and retry
https://github.com/fitomad/urlsession-combine

combine swift urlsession

Last synced: over 1 year ago
JSON representation

URLSession and Combine framework. Catch a 429 HTTP error (rate limit) and then delay N seconds and retry

Awesome Lists containing this project

README

          

# URLSession-Combine
URLSession and Combine framework. Catch a 429 HTTP error (rate limit) and then delay N seconds and retry

This is a *beta* version.
Things TO-DO...

- Apply `delay` + `retry` only to 429 HTTP error
- Better performance. Queues?... Maybe