These methods have been fully replaced with there non Json
suffixed versions. The new methods set Accept and or Content-Type to application/json
by default. To use a custom Accept or Content-Type use either the mimeType
or headers
options in the request.
Errors returned in promise catchs have a new shape and no longer have a defaultMessage
property (see README.md # Error Object Properties).