This repository has been archived by the owner on Nov 28, 2023. It is now read-only.
3.5.0
Added
- Support for the /account/usage API endpoint
- Added explicit support for 412, 415, 503 and 504 HTTP error responses
- Support for the /pylon/sample API endpoint. Full details about the feature can be found in our platform release notes
Changed
- Only set
Content-Type
HTTP header for POST/PUT requests; it's not necessary unless we are passing a request entity - Teased out some minor performance enhancements by allocating fewer objects on each request
- Loosen some Gem dependancies. Successfully tested against rest-client v2.0.0