Skip to content

cbsinteractive/mc-bitmovin-api-sdk-go

 
 

Repository files navigation

Bitmovin Go API SDK Header

Go API SDK which enables you to seamlessly integrate the Bitmovin API into your projects.

License

Important! This is an alpha version, there may be breaking changes.

Using this API client requires an active account.

Don't have an account yet? Sign up for a free Bitmovin trial plan!

For full documentation of all available API endpoints, see the Bitmovin API reference.

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)
    }

   // ...
}

About

Go API SDK which enables you to seamlessly integrate the Bitmovin API into your projects

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 100.0%