raindarr / wattdepot

Automatically exported from code.google.com/p/wattdepot
0 stars 0 forks source link

Need client to create resources on remote server #122

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Currently, the recommended way to create resources is by writing the XML and 
then loading it into the server using the defaults mechanism. This is fine when 
the server is being run locally, but when the server is run on a remote system 
(or platform like Heroku), loading XML from the remote filesystem is not viable.

What is needed is a client that reads the XML files and sends them to the 
server via the REST API. This can crib most of the code from Server defaults 
mechanism, including the directory structure.

Original issue reported on code.google.com by rbre...@gmail.com on 11 Aug 2012 at 2:39