Skip to content

feat: implement Streamlabs API integration #1

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 13 commits into
base: main
Choose a base branch
from

Conversation

orestes
Copy link
Contributor

@orestes orestes commented Jun 3, 2025

Motivation

Curerntly we have a single way to help users obtain a Streamlabs API token streamdevs/streamlabs-token. This requires users to deploy a web app and provide environment variables.

This tool, streamdevs/cli aims to provide a faster approach by providing a CLI utility. Instead of deploying a web app, users can simpli npx @streamlabs/cli and follow the instructions. While this requires users to have a working node and npm development environment, there is a lot less friction compared with our previous solution.

Implementation details

This CLI is split into features. Currently we only have a single feature, integration with Streamlabs API.
Each feature follows a simple architecture where the interaction with the user via terminal prompts is separated from the implementation details, which confirm always to a promise API.

This enables us to properly test our implementation layer with a test coverage over 80%.

image

@orestes orestes force-pushed the feat/streamlabs-integration branch 15 times, most recently from 9757d0a to f1ed8b8 Compare June 7, 2025 11:45
@orestes orestes force-pushed the feat/streamlabs-integration branch from f1ed8b8 to 08313c6 Compare June 7, 2025 12:16
@orestes orestes marked this pull request as ready for review June 7, 2025 12:16
@orestes orestes requested a review from SantiMA10 June 7, 2025 12:16
@orestes orestes requested a review from SantiMA10 June 8, 2025 16:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants