You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@superset.apache.org by GitBox <gi...@apache.org> on 2018/04/05 06:01:22 UTC

[GitHub] mistercrunch commented on issue #4708: Does Superset have an API to expose a Chart's JSON data?

mistercrunch commented on issue #4708: Does Superset have an API to expose a Chart's JSON data?
URL: https://github.com/apache/incubator-superset/issues/4708#issuecomment-378828914
 
 
   Flask App Builder (FAB) offers a CRUD REST API out of the box for all models.
   Check out:
   ```
   /slicemodelview/api
   /slicemodelview/api/read
   /dashboardmodelview/api
   /dashboardmodelview/api/read
   ```
   http://flask-appbuilder.readthedocs.io/en/latest/quickhowto.html#rest-api

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services