-
Notifications
You must be signed in to change notification settings - Fork 2
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
Programatically update buttons #1
Comments
No, not yet. I'm not sure what the best way to approach that is. Do you
know if any other extensions that provide similar access?
…On Sun, Oct 28, 2018, 11:10 CBenni ***@***.***> wrote:
Is there a way to update the buttons programmatically, say, through an API?
From what I can gather via the README, the backend is no longer used (I
assume thanks to the new twitch extension datastore?) - can 3rd party apps
interact with that by any chance?
Thanks!
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#1>, or mute the
thread
<https://github.com/notifications/unsubscribe-auth/AATf_YkkcNGBasX0tgYXLnk7BsvDx3Ueks5upfMsgaJpZM4X-GfY>
.
|
I mean, plenty of extensions have integrations with external services, usually in liaison with complex web applications however. I am not sure if there's anything that implements a "minimal" implementation of external API access. |
No, that's not really possible. All access to the amazon data store is authenticated via JWT signatures which have a fixed expiration date. I would have to re-introduce a backend specifically for this extension to provide a public API for this sort of use. The main question I have is how to handle authentication for those requests, and I'm afraid the only answer is implementing twitch OAuth login. (quite a bit of work) |
Ah, fair enough. Thanks for you response! |
No worries, it's a great suggestion just the same and I'd love to add a public API eventually! I'll leave this open as the task to do so. |
Is there a way to update the buttons programmatically, say, through an API?
From what I can gather via the README, the backend is no longer used (I assume thanks to the new twitch extension datastore?) - can 3rd party apps interact with that by any chance?
Thanks!
The text was updated successfully, but these errors were encountered: