Skip to content

v0.6.0

Choose a tag to compare

@emmenko emmenko released this 01 Apr 17:07
· 629 commits to master since this release

All resolved promises now return a wrapped object containing the response statusCode 3bfbfe9

{
  statusCode: 200 # or other successful status codes
  body: { ... } # the body of the response coming from SPHERE.IO
}