package
0.1.0
Repository: https://github.com/hackinggate/alttube-go.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Functions

Search godoc @Summary Search @Description Search @Tags piped @Accept json @Produce json @Param q query string true "Query" @Success 200 {string} JSON "Search results" @Router /piped/search [get].
Streams godoc @Summary Get video streams @Description Get video streams by video ID @Tags piped @Accept json @Produce json @Param videoID path string true "Video ID" @Success 200 {string} JSON "Video streams" @Router /piped/streams/{videoID} [get].