Skip to content
This repository has been archived by the owner on Apr 6, 2021. It is now read-only.

Integrating a vfs rest provider with Cloud9 #27

Open
balupton opened this issue Oct 9, 2012 · 1 comment
Open

Integrating a vfs rest provider with Cloud9 #27

balupton opened this issue Oct 9, 2012 · 1 comment

Comments

@balupton
Copy link

balupton commented Oct 9, 2012

Hey, I've been evaluating how to add a GUI on top of DocPad, and providing a REST api using VFS and then exposing it to agnostic GUIs seems like a great idea.

It seems that VFS is primarily used by Cloud9 right now to provide the different workspace options. Is there any plans inside Cloud9 to add a VFS REST workspace? So adding a VFS option to this screen where we can specify say the REST URL, and a username and password for authentication.

Screenshot

This would really be nifty, as it would allow us to use Cloud9 to edit live DocPad websites (or rather any vfs rest provider). The issue then becomes, how should committing and pushing changes be done - I'm gathering that would be handled on DocPad's (the provider's) side instead.

@creationix
Copy link
Contributor

We are planning on exposing the vfs over http using vfs-http-adapter (currently it uses some internal webdav api) for app preview. I'm not sure how much we're planning on making this a supported API with easy auth, but once you have the cookie the web client is using, it shouldn't be hard to make REST requests to the API.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants