Guad / fuwa

A Material design inspired filesharer for all
http://fuwa.se/
GNU General Public License v2.0
13 stars 6 forks source link

Create API #8

Closed Luminarys closed 9 years ago

Luminarys commented 9 years ago

Having an api to upload files to via cli or other non web is very useful. Should be something as simple as accepting POST requests to a /upload and returning a URL

Guad commented 9 years ago

Can't they use the existing javascript upload? All the info is given in a response divided by a ":" character. Although I agree this should be more standarized.