Categorygithub.com/as/bitmovin-api-sdk-go
modulepackage
1.30.100
Repository: https://github.com/as/bitmovin-api-sdk-go.git
Documentation: pkg.go.dev

# README

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

   // ...
}

# 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