v1.0.0-alpha.10
Pre-release
Pre-release
·
2202 commits
to master
since this release
Bug Fixes
- api-core: remove/delete should not assume data payloads (e45a9f6)
BREAKING CHANGES
- api-core: previously remove/delete would assume that data was being passed in the body of the request if the first param of the message signature was NOT a string or number. Now, the method assumes a config object is passed in instead of data. This allows the developers to pass in params or data as they see fit.