https://github.com/allan-nava/mistserver-go-sdk
MistServer Go SDK Rest API
https://github.com/allan-nava/mistserver-go-sdk
go golang golang-library mist mistserver rest streaming video
Last synced: about 1 year ago
JSON representation
MistServer Go SDK Rest API
- Host: GitHub
- URL: https://github.com/allan-nava/mistserver-go-sdk
- Owner: Allan-Nava
- License: mit
- Created: 2023-01-24T08:45:01.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-03-08T13:27:58.000Z (over 1 year ago)
- Last Synced: 2025-03-16T16:53:31.539Z (over 1 year ago)
- Topics: go, golang, golang-library, mist, mistserver, rest, streaming, video
- Language: Go
- Homepage:
- Size: 46.9 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MistServer Go SDK
[](https://github.com/Allan-Nava/MistServer-go-sdk/actions/workflows/go-build.yml)
MistServer is a streaming media server that works well in any streaming environment even on a Raspberry Pi! It bridges the gap between dedicated media servers and web servers, performing the best of both worlds when it comes to media streaming delivery.
[Official Rest API Documentation](https://mistserver.org/documentation)
MistServer-go-sdk is a Go client library for interfacing with the MistServer API. It provides a convenient way to interact with the server and perform operations like creating and managing streams, retrieving server information, and managing access control.
## Installation
Use go get to install the library:
```bash
go get github.com/Allan-Nava/MistServer-go-sdk
```
## API Reference
The API reference documentation can be found in the Godoc.
## Contribute
We welcome contributions to this project. If you want to contribute, please fork the repository and submit a pull request with your changes.
## License
MistServer-go-sdk is licensed under the MIT License. See LICENSE for more information.