Skip to content

v2.0.0

Compare
Choose a tag to compare
@leggetter leggetter released this 20 Mar 23:56
· 742 commits to 3.x since this release
  • FIXED: #110 - check the statusCode on the response
  • FIXED: #114 - handle 429 HTTP status codes
  • UPDATED: To allow errors to be programmatically useful the error callback objects has been updated to {statusCode: STATUS_CODE, body: JSON_BODY, headers: HEADERS}