Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 835 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 835 Bytes

Blue Stream Video Service

blue-stream microservice responsible on videos.

METHOD ENDPOINT DESCRIPTION DETAILS
GET /api/video Get all videos
GET /api/video/:id Get video by id /GET/:id
POST /api/video Create new video /POST
PUT /api/video/:id Update existing video /PUT/:id
DELETE /api/video/:id Remove existing video /DELETE/:id