asterics / AsTeRICS

The Assistive Technology Rapid Integration & Construction Set
http://www.asterics.eu
Other
57 stars 27 forks source link

Add new REST-method to save Webapp configuration data #183

Closed klues closed 7 years ago

klues commented 7 years ago

see comment https://github.com/asterics/AsTeRICS/issues/163#issuecomment-337874810

Implement a REST-method (PUT) with a path like: /storage/webapp/{webappName}/{filepath} which saves configuration data to a webapp-folder like; web/webapps/{name-of-webapp}/data

a second REST.method on the same path should get back the saved data.

klues commented 7 years ago

depends on https://github.com/asterics/AsTeRICS/issues/163 --> start if it is closed

klues commented 7 years ago

started this with https://github.com/asterics/AsTeRICS/compare/bklaus/issue%23183/add-rest-method-save-webapp-configuration?expand=1

still to do: check if given webapp exists

klues commented 7 years ago

should be finished with https://github.com/asterics/AsTeRICS/pull/202

klues commented 7 years ago

merged https://github.com/asterics/AsTeRICS/pull/202 -> closing issue