Will Norris
691844fad5
rename url_ to u globally
golint doesn't like the underscore in "url_"
13 years ago
Will Norris
0a0e29b531
fix lint error with comments
13 years ago
Will Norris
487d4f8c7a
add functions for managing a team's repositories
13 years ago
Will Norris
e2b94468e8
add last two team membership functions
13 years ago
Will Norris
8f5d9b1f80
extract logic for determining boolean API response
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
c7c9260f07
add additional team related methods
add methods to get, create, edit, and delete org teams
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
facf5a78f4
add additional organization related methods
adds CheckMemberhsip, CheckPublicMembership, and RemoveMember
13 years ago
Will Norris
1329391b03
pass ListOptions to Organizations.List
also minor doc cleanup
13 years ago
Will Norris
83d5c799b3
minor cleanup
- standardize on "url_" for internal vars rather than "urls" or "url"
- move var definition closer to first use in several tests
- add .gitignore for test binary
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