Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/snewcomer/phoenix-upload


https://github.com/snewcomer/phoenix-upload

Last synced: 17 days ago
JSON representation

Awesome Lists containing this project

README

        

# Api.Umbrella

### Two Routes
1. `upload-signature`
`@spec create(conn, %{ "filename" => filename, "mimetype" => mimetype } = map) :: map`
2. `download-signature`
`@spec request(conn, %{ "filepath" => filepath } = map) :: String.t`

### In progress
* Async file downloads