Will Norris
82cbe9ba19
Update boilerplate to reflect shared copyright
Since the library has received external contributions, Google is no
longer the sole copyright holder. Update the boilerplate at the top of
each file to reflect that, and add AUTHORS and CONTRIBUTORS files to
track this information.
13 years ago
Will Norris
af26438124
pass and return user emails as slices
there's no real need to use pointers here
13 years ago
Akeda Bagus
9f96faa2c2
Add ListEmails, AddEmails, and DeleteEmails for Users service.
This includes tests for relevant methods. Fixes #14 .
13 years ago
Will Norris
5afbb4a7c9
add test helper methods
add methods for testing request method, request form values, and URL
parse error
13 years ago
Will Norris
d23819c93d
cleanup tests (no substantive changes)
use temporary variable for expected value to prevent mismatch between
tests and resulting error messages.
13 years ago
Will Norris
fccbb9520b
add time fields and rename Users.List method
Users.List renamed to Users.ListAll to align with the forthcoming
Repositories.ListAll method.
13 years ago
Will Norris
8c2a5ff206
cleanup tests (no substantive chnages)
use temporary variable to prevent mismatch between tests and resulting
error messages.
13 years ago
Will Norris
7409e2ea0f
add tests for URL errors caused by invalid input
13 years ago
Will Norris
7b9456bc0d
move library under 'github' directory
This now aligns with the (pretty strong) golang convention of the
package name matching the path basename
13 years ago
Will Norris
7a48428682
gofmt
13 years ago
Will Norris
d67731f509
add support for basic User methods
includes Users.Get, Users.Edit, Users.List
13 years ago