gbv / cocoda-sdk

SDK for Cocoda and coli-conc services
https://gbv.github.io/cocoda-sdk/
MIT License
5 stars 1 forks source link

[Feature] Retry requests #12

Closed stefandesu closed 4 years ago

stefandesu commented 4 years ago

This was part of the original BaseProvider, but I removed it because it didn't fit here anymore. It would still be a nice to have though.

stefandesu commented 4 years ago

I added my own implementation of retrying requests. Fortunately, it's not too complicated and saves us a few KBs in bundle size for not including another library. We can configure the exact parameters later.