Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/snewcomer/phoenix-upload
https://github.com/snewcomer/phoenix-upload
Last synced: 17 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/snewcomer/phoenix-upload
- Owner: snewcomer
- Created: 2017-08-09T17:24:38.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-08-29T04:37:02.000Z (over 7 years ago)
- Last Synced: 2024-10-30T08:23:58.601Z (2 months ago)
- Language: Elixir
- Size: 41 KB
- Stars: 0
- Watchers: 4
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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