Shawn Smith 10 years ago
committed by Will Norris
parent
commit
0457a4f009
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      github/doc.go
  2. +1
    -1
      github/orgs_members.go

+ 1
- 1
github/doc.go View File

@ -74,7 +74,7 @@ The GitHub API has good support for conditional requests which will help
prevent you from burning through your rate limit, as well as help speed up your prevent you from burning through your rate limit, as well as help speed up your
application. go-github does not handle conditional requests directly, but is application. go-github does not handle conditional requests directly, but is
instead designed to work with a caching http.Transport. We recommend using instead designed to work with a caching http.Transport. We recommend using
https://github.com/gregjones/httpcache, which can be used in conjuction with
https://github.com/gregjones/httpcache, which can be used in conjunction with
https://github.com/sourcegraph/apiproxy to provide additional flexibility and https://github.com/sourcegraph/apiproxy to provide additional flexibility and
control of caching rules. control of caching rules.


+ 1
- 1
github/orgs_members.go View File

@ -52,7 +52,7 @@ type ListMembersOptions struct {
// 2fa_disabled, all. Default is "all". // 2fa_disabled, all. Default is "all".
Filter string `url:"filter,omitempty"` Filter string `url:"filter,omitempty"`
// Role filters memebers returned by their role in the organization.
// Role filters members returned by their role in the organization.
// Possible values are: // Possible values are:
// all - all members of the organization, regardless of role // all - all members of the organization, regardless of role
// admin - organization owners // admin - organization owners


Loading…
Cancel
Save