Skip to content

RRK1000/query-yt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

query-yt

A demo project that polls the Youtube API and stores video information, built with Go & Docker.

Running and Building

$ docker compose up --build -d

Component Diagram

image

Supported APIs

GET api/v1/videoinfo

Fetches upto maxResults objects of videos for the predefined query, starting from the offset (Usage)

Query Params Type Description
maxResults integer Number of results in the response
offset integer offset value for pagination

GET api/v1/video

Fetches video information based on a full title, part of the description or both (Usage)

Form Data Type Description
title string Video Title
description string part of the description

Development Practices