Skip to content

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

Notifications You must be signed in to change notification settings

itsnitishgoyal/Python-flask-Audiofiles-API

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

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages