An open API service indexing awesome lists of open source software.

https://github.com/adamwojs/filestash


https://github.com/adamwojs/filestash

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

## CURL usage

### Upload file

```
$ curl --upload-file archive.zip "http://127.0.0.1:8000/archive.zip"

Download URL: http://127.0.0.1:8000/43f15068-b60d-11e8-b514-0242831085b3/archive.zip
```

### Download file

```
$ curl http://127.0.0.1:8000/43f15068-b60d-11e8-b514-0242831085b3/archive.zip > archive.zip
```