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
691844fad5
rename url_ to u globally
golint doesn't like the underscore in "url_"
13 years ago
Will Norris
7b6dd01f45
add/update docs (no substantive changes)
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
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
d67731f509
add support for basic User methods
includes Users.Get, Users.Edit, Users.List
13 years ago
Will Norris
aa0a125b89
initial checkin of go-github code
This commit adds the core library funcationality and establishes the
general calling style and testing structure. Only a few GitHub API
methods related to organizations and repositories are included in this
first commit, mainly to cement the calling style.
13 years ago