core

package
v0.0.0-...-4c075ac Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 19, 2024 License: MIT Imports: 11 Imported by: 0

Documentation

Overview

Package core 包含SDKClient

Index

Constants

View Source
const (
	// BASE_URL 默认APIgateway
	BASE_URL = "https://api.oceanengine.com/open_api/"
	// ANALYTICS_URL 转化回传API gateway
	ANALYTICS_URL = "https://analytics.oceanengine.com/api/v2/"
	// ANALYTICSV1_URL 电话转化回传API gateway
	ANALYTICSV1_URL = "https://analytics.oceanengine.com/api/v1/"
	// OPEN_URL OpenAPIgateway
	OPEN_URL = "https://open.oceanengine.com/open_api/"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type RateLimiter

type RateLimiter interface {
	Take() time.Duration
}

type SDKClient

type SDKClient struct {
	AppID  string
	Secret string
	// contains filtered or unexported fields
}

SDKClient sdk client

func NewSDKClient

func NewSDKClient(appID string, secret string) *SDKClient

NewSDKClient 创建SDKClient

func (*SDKClient) AnalyticsPost

func (c *SDKClient) AnalyticsPost(gw string, req model.PostRequest, resp model.Response) error

AnalyticsPost 转化回传API专用

func (*SDKClient) AnalyticsV1Post

func (c *SDKClient) AnalyticsV1Post(gw string, req model.PostRequest, resp model.Response) error

AnalyticsV1Post 电话转化回传API专用

func (*SDKClient) Copy

func (c *SDKClient) Copy() *SDKClient

Copy 复制SDKClient

func (*SDKClient) DisableSandbox

func (c *SDKClient) DisableSandbox()

DisableSandbox 禁用sandbox

func (*SDKClient) Get

func (c *SDKClient) Get(gw string, req model.GetRequest, resp model.Response, accessToken string) error

Get get api

func (*SDKClient) GetBytes

func (c *SDKClient) GetBytes(gw string, req model.GetRequest, accessToken string) ([]byte, error)

GetBytes get bytes api

func (*SDKClient) OpenGet

func (c *SDKClient) OpenGet(gw string, req model.GetRequest, resp model.Response, accessToken string) error

OpenGet get api

func (*SDKClient) Post

func (c *SDKClient) Post(gw string, req model.PostRequest, resp model.Response, accessToken string) error

Post post api

func (*SDKClient) SetDebug

func (c *SDKClient) SetDebug(debug bool)

SetDebug 设置debug模式

func (*SDKClient) SetHttpClient

func (c *SDKClient) SetHttpClient(client *http.Client)

SetHttpClient 设置http.Client

func (*SDKClient) SetOperatorIP

func (c *SDKClient) SetOperatorIP(ip string)

SetOperatorIP 设置操作者IP, 支持ipv4/ipv6

func (*SDKClient) SetRateLimiter

func (c *SDKClient) SetRateLimiter(limiter RateLimiter)

SetRateLimiter 设置限流

func (*SDKClient) Upload

func (c *SDKClient) Upload(gw string, req model.UploadRequest, resp model.Response, accessToken string) error

Upload multipart/form-data post

func (*SDKClient) UseSandbox

func (c *SDKClient) UseSandbox()

UseSandbox 启用sandbox

Directories

Path Synopsis
internal

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL