Closed
Description
now that so many resources have endpoints, we should probably outline some type of spec for how we want to abstract out all of the API endpoints in the python client:
-
exposing private url
py.plot(fig, filename='priv', world_readable=False, secret_link=True)
-
moving, renaming files and folders
py.files.move(old_path, new_path) py.files.rename(old_path, new_path)
-
listing files
files = py.files.list(path='') # what gets returned? json objects or `plotly.file_objs` that you can take action on? files[0].rename('new_name') # ? files[0].download() # ?
-
revisiting
plotly.grid_objs
andpy.grid
-
etc
Metadata
Metadata
Assignees
Labels
No labels