Skip to content

Commit

Permalink
docs: 📝 Add example image for Streamdeck
Browse files Browse the repository at this point in the history
  • Loading branch information
enyineer committed Feb 28, 2024
1 parent b3009cb commit 2ef7ddd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

A simple API Reverse Proxy for the Twitch Helix API.

It helps by handling the OAuth flow necessary to access the Twitch API. You can then call `http://localhost:6776/helix/<endpoint>` and access token renewal will be handled by this Proxy.
It helps by handling the OAuth flow necessary to access the Twitch API. You can then call `http://localhost:6776/helix/<endpoint>` and access token renewal and necessary Headers for the Requests will be handled by this Proxy.

You can then send Requests to this Proxy, for example from your Elgato Stream Deck to call API functionality.
I'm using this Proxy for example to create Twitch Polls from my Elgato Stream Deck by using the [Web Requests Plugin](https://apps.elgato.com/plugins/gg.datagram.web-requests) for my Stream Deck because there is no plugin to do that:

I'm using this Proxy for example to create Polls from my Elgato Stream Deck by using the [Web Requests Plugin](https://apps.elgato.com/plugins/gg.datagram.web-requests) for my Stream Deck.
![Stream Deck HTTP Request Example](images/streamdeck-http-request.png)

# Features

Expand Down
Binary file added images/streamdeck-http-request.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 2ef7ddd

Please sign in to comment.