OAuthSwift / OAuthSwiftAlamofire

Utility method to sign Alamofire request
MIT License
104 stars 38 forks source link

[#22] Implement retry queue and add retry limit #23

Closed konstk1 closed 4 years ago

konstk1 commented 4 years ago

Fixes issue #22

konstk1 commented 4 years ago

Note that I couldn't thoroughly test this because oauthbin.com doesn't seem to exist anymore. I run some other tests by mocking the interceptor to verify logic works.

phimage commented 4 years ago

thanks for the PR and the last commit I do not know when PR If you want I could merge now but you must do another PR when finally Alamofire will do a real release ...

konstk1 commented 4 years ago

I think the last commit does not specify the dependency requirements correctly. Let me fix that first.

phimage commented 4 years ago

yes maybe for carthage too

konstk1 commented 4 years ago

Ok, should be good to merge now. I'll issue another PR when Alamofire 5.0 is released.

Any idea what happened to oauthbin.com?

phimage commented 4 years ago

maybe down I am looking for alternative https://code-examples.net/en/q/35c905 maybe http://term.ie/oauth/example/index.php

phimage commented 4 years ago

I make a new pr, updating carthage and travis file without a macOS so I do not really see the code running ut if this could help https://travis-ci.org/OAuthSwift/OAuthSwiftAlamofire/jobs/581809211