Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 1.21 KB

README.md

File metadata and controls

14 lines (11 loc) · 1.21 KB

proxy Build Status Go Report Card codebeat badge GoDoc

Repo for youcode.io V2.0. Endpoint for the API

API Doc

endpoint: https://youcode-backend.cleverapps.io/

Verb URL Description
GET /channels Return all the channels handled by YouCode
GET /channels/{channel_ID}/lastVideos Returns the last 2 videos from a channel. Optional query: ?size to select video number
GET /channels/{channel_ID}/info Returns information about the channel
GET /search?query=Go&istuts=true Returns all the videos matching Golang from the selected channels. istuts is optionnal(default to false)
GET /debug/vars Expvar mode. Exposing go's metrics and also last research and number of calls for the API