- Fixed null response bug causing it to error out when parsing json
- Fixed ReferenceError in our constructor
- Fixed the way we access fetch to work on mobile applications
- Updated the GET method to optionally take an object of query parameters
- Updated the Network calls to work in a node environment
- Added a logout function
- Updated getBaseUrl to work better when using your own local environment
- Updated getHeaders and getNonce to not always need an apiKey or apiSecretKey
- Initial Release
- Basic login
- GET, PUT, POST, DELETE