Skip to content

0.3.0

Compare
Choose a tag to compare
@samhsuqld samhsuqld released this 18 May 21:02
· 2 commits to master since this release
  • Errors are now checked when performing curl requests: if there's an error, a GoogleException will be thrown.
  • New functions:
    • createUser
    • findUsers
    • updateUsers
  • Backwards incompatible changes:
    • Renamed findUser to getUser and changed the function signature (now takes an email instead of an array of search fields)
    • curlRequest now decodes the response automatically before returning