You need to sign in or sign up before continuing.
Group endpoints
Created by: alesso-x
New
- building group endpoint
/bgroup/.
Overview
POST /bgroup/
{
"name": "Test Group",
"priority": 3
}
user_created and user_modified are retrieved from Flask g.sub (Saved from jwt). If no user is found it will default to None.
time_created and time_modified are automatically handled by db.
Setup
- Run oltp updates to local buildings db.
- Install bpvalve
- option a:
pip install git+ssh://git@github.com/Blocp/bpvalve.git@move-fboilerplate-bpvalve - option b:
pip install -e local/path/to/bpvalve[make sure to havemove-fboilerplate-bpvalvebranch checked out in local bpvalve]
- option a:
Note: Most of the updated files in this PR are from an update to flask-boilerplate.