qiandrew / AudioNote

Apache License 2.0
0 stars 0 forks source link

Send audio file from Android to API #29

Open matthewmoss opened 5 years ago

matthewmoss commented 5 years ago

Once we can send basic URL requests, we have to upload an audio file to our API. In response, we should get back the transcription in JSON, which will be printed to the console.

Time: 1 day

Test: The audio file uploads and we get back a JSON object printed to the console. If it fails, show an error in console.