GET
/bokeh/loginfromapikey
¶Log in a user from an API key.
Status Codes: |
|
---|
GET
/bokeh/sampleerror
¶GET
/bokeh/register
¶Register a new user via a view.
Status Codes: |
|
---|
POST
/bokeh/register
¶Register a new user via a submission.
Status Codes: |
|
---|
GET
/bokeh/userinfo/
¶POST
/bokeh/login
¶Log in user from a submission.
Status Codes: |
---|
GET
/bokeh/wsurl/
¶POST
/bokeh/doc/
¶POST
/bokeh/doc
¶GET
/bokeh/doc/
¶GET
/bokeh/
¶Render main page.
Status Codes: |
---|
GET
/
¶Render main page.
Status Codes: |
---|
GET
/bokeh/jsgenerate/
(parentname)/
(modulename)/
(classname)¶GET
/bokeh/bb/
(docid)/
(typename)/
(id)/
¶Retrieve a specific model with a given id and typename for a
given Document
.
Parameters: |
|
---|---|
Status Codes: |
|
PUT
/bokeh/bb/
(docid)/
(typename)/
(id)/
¶Update a specific model with a given id and typename for a
given Document
.
Parameters: |
|
---|---|
Status Codes: |
|
PATCH
/bokeh/bb/
(docid)/
(typename)/
(id)/
¶Update a specific model with a given id and typename for a
given Document
.
Parameters: |
|
---|---|
Status Codes: |
|
DELETE
/bokeh/bb/
(docid)/
(typename)/
(id)/
¶Delete a specific model with a given id and typename for a
given Document
.
Parameters: |
|
---|---|
Status Codes: |
|
GET
/bokeh/objinfo/
(docid)/
(objid)¶GET
/bokeh/doc/
(title)/show
¶GET
/bokeh/doc/
(docid)/
(objid)¶POST
/bokeh/bb/
(docid)/bulkupsert
¶Update or insert new objects for a given Document
.
Parameters: |
|
---|---|
Status Codes: |
|
POST
/bokeh/bb/
(docid)/gc
¶POST
/bokeh/bb/
(docid)/
(typename)/
¶Update or insert new objects for a given Document
.
Parameters: |
|
---|---|
Status Codes: |
|
GET
/bokeh/bb/
(docid)/
(typename)/
¶Retrieve all objects of a specified typename for a
given Document
.
Parameters: |
|
---|---|
Status Codes: |
|
GET
/bokehjs/static/
(path: filename)¶Return a specific BokehJS deployment file
Parameters: |
|
---|---|
Status Codes: |
|
GET
/bokehjs/src/
(path: filename)¶Return a specific BokehJS source code file
Parameters: |
|
---|---|
Status Codes: |
|
GET
/bokeh/getdocapikey/
(docid)¶GET
/bokeh/autoload.js/
(elementid)¶Return autoload script for given elementid
Parameters: |
|
---|---|
Status Codes: |
|
GET
/bokeh/bokehinfo/
(docid)/
¶GET
/bokeh/static/
(path: filename)¶Function used internally to send static files from the static folder to the browser.
New in version 0.5.
DELETE
/bokeh/doc/
(docid)/
¶DELETE
/bokeh/doc/
(docid)¶GET
/bokeh/doc/
(docid)/
¶GET
/bokeh/bb/
(docid)/
¶Retrieve all objects for a given Document
.
Parameters: |
|
---|---|
Status Codes: |
|
POST
/bokeh/
(docid)/publish
¶GET
/static/
(path: filename)¶Function used internally to send static files from the static folder to the browser.
New in version 0.5.