package
0.0.0-20250128164333-3c7990b9e5d5
Repository: https://github.com/pedrohrbarros/toolbox_backend.git
Documentation: pkg.go.dev

# Functions

@Summary URL Shortener @Description Shorten a URL using Bitly API @Tags URL @Accept json @Produce json @Param url body string true "URL to shorten" @Success 200 {string} string "https://bit.ly/example" @Failure 400 {object} error.ApiError @Failure 500 {object} error.ApiError @Router /url [post].