Skip to content

streamlakecloud/streamlakecloud-sdk-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

media-cloud-vod-open-sdk-go

StreamLake SDK for the Go programming language.

NOTICE

The golang SDK is still in early staging.

Convention

For any Service like AI, CDN, Metric or VOD, there will be a _Service_Client.

For any API, there will be an API func for it

func (_Service_Client) API (`_API_Request`) (`_API_Response`, `error`) {
    ...
}