Documentation ¶
Index ¶
- Constants
- type Client
- func (s Client) Auth(m *ice.Message, arg ...string)
- func (s Client) Delete(m *ice.Message, hash, api string, arg ...string) ice.Any
- func (s Client) Get(m *ice.Message, hash, api string, arg ...string) ice.Any
- func (s Client) Init(m *ice.Message, arg ...string)
- func (s Client) Inputs(m *ice.Message, arg ...string)
- func (s Client) List(m *ice.Message, arg ...string)
- func (s Client) Login(m *ice.Message, arg ...string)
- func (s Client) Orgs(m *ice.Message, arg ...string)
- func (s Client) Post(m *ice.Message, hash, api string, arg ...string) ice.Any
- func (s Client) Put(m *ice.Message, hash, api string, arg ...string) ice.Any
- func (s Client) RedirectURI(m *ice.Message) string
- func (s Client) Repo(m *ice.Message, arg ...string)
- func (s Client) User(m *ice.Message, arg ...string)
Constants ¶
View Source
const ( CLIENT_ID = "client_id" CLIENT_SECRET = "client_secret" OAUTH_URL = "oauth_url" GRANT_URL = "grant_url" TOKEN_URL = "token_url" USERS_URL = "users_url" REDIRECT_URI = "redirect_uri" RESPONSE_TYPE = "response_type" AUTHORIZATION_CODE = "authorization_code" GRANT_TYPE = "grant_type" STATE = "state" CODE = "code" API = "api" ACCESS_TOKEN = "access_token" EXPIRES_IN = "expires_in" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.