-
## Context
Blueprint APIs make it somewhat easy to create "recording coupled blueprints". By this I mean your entity tree is not fixed for the app, but dynamic in some way, and that the blueprint is…
-
### Description
Currently it is not possible to natively use flask blueprints subdomains wildcards, because `JSONRPCAPI.jsonrpc` method in flask backend doesn't handle additional argument if bluepr…
biozz updated
5 years ago
-
### Description
Using the latest beta blueprint.
I’ve noticed that when restarting frigate I get a flurry of notifications for cameras not present in the automation configuration.
![IMG_4682](h…
-
### Bug Description
I'm receiving the following error in my HA log about every 2 minutes:
Error rendering variables: UndefinedError: 'dict object' has no attribute 'payload_json'
When I look at t…
-
I'm using a swagger ui generated from the swagger-ui repo. I've created a static folder, into which I've put the dist css and js, and I've made a templates folder, into which I've copied the index.htm…
-
[Enter steps to reproduce:]
1. ...
2. ...
**Atom**: 1.23.3 x64
**Electron**: 1.6.15
**OS**: Unknown Windows version
**Thrown From**: [api-blueprint-preview](https://github.com/danielgtaylor/…
-
apiblueprint.org has an API, so maybe this library should provide optional way to use it instead of requiring drafter?
Here is an example of client:
https://github.com/fesor/json-schema-loader/b…
fesor updated
7 years ago
-
I'm using flask-jwt-extended for JWT handling and enabled CSRF protection.
### **Code**
*app.py*
```python
from flask_restx import Api, Resource
from flask import Flask, Blueprint
from flask_j…
-
Let's see what can we consolidate in all the existing Blueprint builders. We have:
* A [JSON builder](https://playground.wordpress.net/builder/builder.html)
* A [block-based builder](https://githu…
-
In my experiments with Vizicities and the Blueprint API, I've come upon the need for modifying the way data flows between inputs and outputs. I might, for example, want to write an output module that …