Documentation
¶
Overview ¶
Package developerRequests contains all requests handling developer entity functions.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AddToken ¶
type AddToken struct {
Type string `json:"Type" xml:"Type" form:"Type"`
API_Token string `json:"API_Token" xml:"API_Token" form:"API_Token"`
SessionToken string `json:"SessionToken" xml:"SessionToken" form:"SessionToken"`
}
AddToken represents a request to add a token for an app of the developer.
type DevAuth ¶
type DevAuth struct {
Type string `json:"Type" xml:"Type" form:"Type"`
API_Token string `json:"API_Token" xml:"API_Token" form:"API_Token"`
Email string `json:"Email" xml:"Email" form:"Email"`
Password string `json:"Password" xml:"Username" form:"Password"`
}
DevAuth represents an auth try to the system.
type DevRegistration ¶
type DevRegistration struct {
Type string `json:"Type" xml:"Type" form:"Type"`
API_Token string `json:"API_Token" xml:"API_Token" form:"API_Token"`
Email string `json:"Email" xml:"Email" form:"Email"`
Password string `json:"Password" xml:"Password" form:"Password"`
}
DevRegistration represents a request to register a deveoper into the system.
type DropToken ¶
type DropToken struct {
Type string `json:"Type" xml:"Type" form:"Type"`
API_Token string `json:"API_Token" xml:"API_Token" form:"API_Token"`
SessionToken string `json:"SessionToken" xml:"SessionToken" form:"SessionToken"`
TokenToDrop string `json:"TokenToDrop" xml:"TokenToDrop" form:"TokenToDrop"`
}
DropToken represents a POSITIVE response to a developerRequests.DropToken.
If the response is NEGATIVE, please refer to error
type TokenList ¶
type TokenList struct {
Type string `json:"Type" xml:"Type" form:"Type"`
API_Token string `json:"API_Token" xml:"API_Token" form:"API_Token"`
SessionToken string `json:"SessionToken" xml:"SessionToken" form:"SessionToken"`
}
TokenList represents a request to add a token for an app of the developer.
Click to show internal directories.
Click to hide internal directories.