Skip to content

another api endpoint #732

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 6 commits into from
Apr 26, 2017
Merged

another api endpoint #732

merged 6 commits into from
Apr 26, 2017

Conversation

chriddyp
Copy link
Member

No description provided.

@chriddyp
Copy link
Member Author

cc @Kully @cldougl

@Kully
Copy link
Contributor

Kully commented Apr 12, 2017

@chriddyp looking at it now

CHANGELOG.md Outdated
@@ -5,6 +5,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
## [Unreleased]
### Added
- offline embedded plots are now responsive to window resizing when `output_type == "div"` is set in `plotly.offline.iplot()`.
- Beta: Methods were added that wrap the API endpoint for managing Dash objects on plot.ly. The API interface is under `plotly.api.v2.dash_apps`
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think present tense sounds better here, so Methods (are added) that wrap the API endpoint ....



def retrieve(fid):
"""Retrieve a dashboard from Plotly."""
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this supposed to say dashboard? Are dash apps just dashboards?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

woops, that's a typo. updated

@@ -0,0 +1,4 @@
from __future__ import absolute_import

from plotly.api.v2 import (dashboards, files, folders, grids, images, plot_schema,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What is the point of this file? Is this a file for the purpose of testing out our v2 stuff?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

woops didn't meant to commit that

@cldougl
Copy link
Member

cldougl commented Apr 12, 2017

lgtm 💃
looks like there's some issues w/ the tests related to stage atm

@Kully
Copy link
Contributor

Kully commented Apr 12, 2017

💃 from me as well - after tests

@chriddyp chriddyp merged commit 1a993c4 into master Apr 26, 2017
@chriddyp chriddyp deleted the dash_api branch April 26, 2017 17:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants