This folder contains a Bruno API collection for testing the StreamGrid REST API.
- Install Bruno: https://www.usebruno.com/downloads
- Open Bruno and import this collection
- Configure your API key in
environments/Local.bru - Enable the API in StreamGrid Settings
- Run the requests!
Edit environments/Local.bru to set:
apiKey: Your API key from StreamGrid SettingsbaseUrl: API server URL (default: http://localhost:3737)
- Health - Check API server status (no auth required)
- Get Streams - List all streams
- Post Streams - Add a new stream
- Put Streams - Update a stream
- Delete Stream - Remove a stream
- Get Grids - List all saved grids
- Post Grid - Create a new grid
- Load Grid - Switch to a different grid
- Start with Health to verify the API is running
- Use Get Streams to see current streams
- Use Post Streams to add test streams
- Update the
streamIdparameter in Put Streams and Delete Stream with actual IDs from your responses
- Open StreamGrid
- Go to Settings (gear icon)
- Scroll to "REST API Settings"
- Enable REST API
- Click "Generate API Key" if needed
- Copy the API key
- Paste it into
environments/Local.bru