# README
Bitmovin Go API client
Important! This is an alpha version, there may be breaking changes.
Go-Client which enables you to seamlessly integrate the Bitmovin API into your projects. Using this API client requires an active account.
Sign up for a Bitmovin Account!
The full API reference can be found here.
Installation:
go get github.com/bitmovin/bitmovin-api-sdk-go
Initializiation
package main
import (
"github.com/bitmovin/bitmovin-api-sdk-go"
"github.com/bitmovin/bitmovin-api-sdk-go/common"
)
func main() {
bitmovinApi, err := bitmovin.NewBitmovinApi(func(apiClient *common.ApiClient) {
apiClient.ApiKey = "<YOUR_API_KEY>"
})
if err != nil {
panic(err)
}
// ...
}
# Packages
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Functions
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
No description provided by the author