Documentation ¶
Index ¶
- Constants
- type SDKClient
- func (c *SDKClient) DisableSandbox()
- func (c *SDKClient) Get(gw string, req model.GetRequest, resp model.Response, accessToken string) error
- func (c *SDKClient) Post(gw string, req model.PostRequest, resp model.Response, accessToken string) error
- func (c *SDKClient) SetDebug(debug bool)
- func (c *SDKClient) UseSandbox()
Constants ¶
View Source
const (
BASE_URL = "https://ad.oceanengine.com/open_api/"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SDKClient ¶
func NewSDKClient ¶
func (*SDKClient) DisableSandbox ¶
func (c *SDKClient) DisableSandbox()
func (*SDKClient) UseSandbox ¶
func (c *SDKClient) UseSandbox()
Click to show internal directories.
Click to hide internal directories.