Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python-flask-Audiofiles-API

This project includes flask REST API's which simulates the behavior of an audio file server this includes

Create API: The request will have the following fields:

  • audioFileType – mandatory, one of the 3 audio types possible
  • audioFileMetadata – mandatory, dictionary, contains the metadata for one of the three audio files (song, podcast, audiobook) Delete API:- The route will be in the following format: “/” Update API:
  • The route be in the following format: “/”
  • The request body will be the same as the upload Get API:
  • The route “/” will return the specific audio file
  • The route “” will return all the audio files of that type

About

This project includes flask REST API's which simulates the behavior of an audio file server

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages