Jan Vlnas
Jan Vlnas
Some APIs are just implemented incorrectly and report incorrect content-type header, typically JSON returned as `text/html`. So far we ran into this in following APIs: - 7timer.info: https://www.7timer.info/bin/civillight.php?lon=50.1&lat=14.4&ac=0&unit=metric&output=json&tzshift=0 - otasync.me...
Many of possible capabilities will be tied to user credentials, ie. user authorizes an app to act on their behalf. This is usually achieved via [Authorization Code Flow](https://auth0.com/docs/authorization/flows/authorization-code-flow). Example use-cases...
Hi, I'd like to use this project as a dependency via Poetry, however, when I install the package from git (since the version on PyPI is vastly outdated), it seems...
This could be used to implement: #39, #25, #44. - Setup globally, for program - Wraps each box in a flow - Receives an instance of box and its metadata,...
Expose Express (or other server) for running flows. Standalone package.