Changing how modules are used, which is a breaking change.
Added
- Retry with backoff feature added to the main api call function. Args in the Itential class to edit Retry params.
Retries on status codes: 408, 409, 429, 500, 502, 503, 504
- Auto-re-auth to main api call function when the response is a 401 or 403.
Updated
- Readme.md is now more clear with a bit more instructions
- Modules are now imported via the version folder (same as before), but now you must instantiate the class and pass in the client Itential object, generating an instance.