A demo project that polls the Youtube API and stores video information, built with Go & Docker.
$ docker compose up --build -d
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 |
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 |
