qiandrew / AudioNote

Apache License 2.0
0 stars 0 forks source link

Upload audio files to our backend #21

Open matthewmoss opened 5 years ago

matthewmoss commented 5 years ago

Figure out how to upload an audio file as a parameter in our API request.

The client should call our api and upload the audio file as a parameter. We need to figure out how to make this work with Spring.

Time: Full day. Have to learn how to receive file uploads in Spring.

Test: We'll know this works when you can include an audio file in the request to our REST api.