Documentation ¶
Index ¶
- type Request
- func (b *Request) ApiTokenAuth(emailAddress, apiToken string) *Request
- func (b *Request) BasicAuth(emailAddress, password string) *Request
- func (b *Request) Debug(enable bool) *Request
- func (b *Request) GroupUsers(id int) *usersRequest
- func (b *Request) Oauth2Auth(accessToken string) *Request
- func (b *Request) OrganizationUsers(id int) *usersRequest
- func (b *Request) ShowMany(ids string) *usersRequest
- func (b *Request) Tickets() *Request
- func (b *Request) User(id int) *usersRequest
- func (b *Request) Users() *usersRequest
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Request ¶
type Request struct { *gorequest.SuperAgent Errors []error // contains filtered or unexported fields }
func (*Request) ApiTokenAuth ¶
func (*Request) GroupUsers ¶
GET /api/v2/groups/{id}/users.json
func (*Request) Oauth2Auth ¶
func (*Request) OrganizationUsers ¶
GET /api/v2/organizations/{id}/users.json
Click to show internal directories.
Click to hide internal directories.