Documentation ¶
Index ¶
- type ApiService
- func (this *ApiService) FullUrl(web *webmsg.WebMsg) *webmsg.WebMsg
- func (this *ApiService) Get(web *webmsg.WebMsg) *basedto.IchubResult
- func (this *ApiService) Get2PageResult(web *webmsg.WebMsg) *page.PageResult
- func (this *ApiService) Post(web *webmsg.WebMsg) *basedto.IchubResult
- func (this *ApiService) PostPageResult(web *webmsg.WebMsg) *page.PageResult
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ApiService ¶
type ApiService struct { *webclient.WebClient `json:"-"` AuthHeaderToken string ApiKey string WebGroupPath string }
func NewApiService ¶
func NewApiService() *ApiService
func (*ApiService) Get ¶
func (this *ApiService) Get(web *webmsg.WebMsg) *basedto.IchubResult
func (*ApiService) Get2PageResult ¶
func (this *ApiService) Get2PageResult(web *webmsg.WebMsg) *page.PageResult
func (*ApiService) Post ¶
func (this *ApiService) Post(web *webmsg.WebMsg) *basedto.IchubResult
func (*ApiService) PostPageResult ¶
func (this *ApiService) PostPageResult(web *webmsg.WebMsg) *page.PageResult
Click to show internal directories.
Click to hide internal directories.