rentdynamics
Version:
Package to help facilitate communicating with the Rent Dynamics API
40 lines (30 loc) • 797 B
Markdown
Rent Dynamics JS Helpers Change Log
# v0.6.1
## Fixes
* Fixed null response bug causing it to error out when parsing json
# v0.5.2
## Fixes
* Fixed ReferenceError in our constructor
# v0.5.1
## Fixes
* Fixed the way we access fetch to work on mobile applications
# v0.5.0
## Features
* Updated the GET method to optionally take an object of query parameters
# v0.4.0
## Features
* Updated the Network calls to work in a node environment
# v0.3.0
## Features
* Added a logout function
# v0.2.1
## Features
* Updated getBaseUrl to work better when using your own local environment
# v0.2.0
## Features
* Updated getHeaders and getNonce to not always need an apiKey or apiSecretKey
# v0.1.0
## Features
* Initial Release
* Basic login
* GET, PUT, POST, DELETE