go-kaltura
is a Go client library for interacting with the Kaltura Video Platform API. It provides a simple and convenient way to integrate Kaltura functionality into your Go applications.
To use go-kaltura, you need to have Go installed and set up on your machine. You can then install the library by running the following command:
go get github.com/Allan-Nava/go-kaltura
To use the go-kaltura library in your Go code, import it in your project:
import "github.com/Allan-Nava/go-kaltura"
Before making API requests, you'll need to set up authentication credentials. The library supports multiple authentication methods, such as API key, session-based authentication, and OAuth. Refer to the Kaltura API documentation for more information on authentication.
Contributions to go-kaltura are welcome! If you find a bug or have a feature request, please open an issue on the GitHub repository. If you'd like to contribute code, you can open a pull request with your changes.
Before submitting a pull request, make sure to run the tests and ensure that they pass:
go test ./...
Please follow the existing code style and conventions when making changes.
go-kaltura is licensed under the MIT License. See the LICENSE file for more information.