Add reattempted requests with exponential backoff, logging, and erroring for empty responses from Sierra Add exponential backoff for authentication reattempts
Add PUT and DELETE functionality
Add in OAuth re-authentication, up to three successive attempts, for 401 response from Sierra API for an authenticated request.
Fix: Critical bugs in initializer
Fix: Correct use of Net:HTTP constructor, where previously we were dropping the query string
Fix: Rename core library to match gem name for consistent require
Initial push with support for:
- Arbitrary GET and POST requests