https://github.com/jeffmikels/propresenter_api_dart
Dart classes for interacting with ProPresenter by Renewed Vision using their undocumented and legacy websocket protocols as well as their new officially supported APIs (7.9+).
https://github.com/jeffmikels/propresenter_api_dart
dart dartlang hacktoberfest propresenter renewed-vision
Last synced: 5 days ago
JSON representation
Dart classes for interacting with ProPresenter by Renewed Vision using their undocumented and legacy websocket protocols as well as their new officially supported APIs (7.9+).
- Host: GitHub
- URL: https://github.com/jeffmikels/propresenter_api_dart
- Owner: jeffmikels
- License: mit
- Created: 2022-04-20T16:43:40.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-04-26T15:56:53.000Z (about 4 years ago)
- Last Synced: 2025-02-25T07:45:30.289Z (over 1 year ago)
- Topics: dart, dartlang, hacktoberfest, propresenter, renewed-vision
- Language: Dart
- Homepage:
- Size: 97.7 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
## Features
This package provides Dart classes for interacting with ProPresenter by Renewed Vision using their
undocumented and legacy websocket protocols as well as their new officially supported APIs (7.9+).
## Getting started
```bash
dart pub add propresenter_api
```
## Usage
Extensive documentation will be coming soon.
## Additional information
Please contribute with pull requests!