-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
Description
- Wistia API Helper version: 1.2.2
- Python version: 3.11.2
- Operating System: Mac OS X (M1)
Description
It seems that Wistia continuously adds new endpoints to the Data API, or else modifies payloads etc.
Question, is it possible to come up with an automated way to detect such updates/changes, and be notified of it -- via email, or likewise?
I'd like to run a GH Actions script that detects changes or new additions to the API, and then notify me via email periodically, say once a week.
For example, here are some endpoints that are new and which this library currently doesn't support, on account of them being added quite recently:
- https://wistia.com/support/developers/data-api#medias-archive
- https://wistia.com/support/developers/data-api#account
- https://wistia.com/support/developers/data-api#medias-restore
It would be nice to be notified or find a way to stay up to date of new additions to the API, so that the library can be similarly updated to support those endpoints.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed