Python REST API to upload video, download video
Budget: ₹600 – ₹1,500 INR
Language: Python
REST API 1
=======
Method=Post,
Input=customerId(long), a video file (mp4),
output=status indicating the video upload status.
Business logic= check input are not null, then save that video to disk.
REST API 2:
=========
Method=Post
Input= customerId (long)
Output=a list of videos saved in disk
Testing: should also include necessary python unittest for these two apis.
REST API 1
=======
Method=Post,
Input=customerId(long), a video file (mp4),
output=status indicating the video upload status.
Business logic= check input are not null, then save that video to disk.
REST API 2:
=========
Method=Post
Input= customerId (long)
Output=a list of videos saved in disk
Testing: should also include necessary python unittest for these two apis.