maticorv / go-url-shortener

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Go URL shortener

Url shortener with reddis and GO

API Reference

Get all items

  GET /create-short-url
Parameter Type Description
api_key string Required. Your API key
  GET /

Return Welcome message "Welcome to the URL Shortener API

Get item

  GET /${id}
Parameter Type Description
id string Required. short_url_id

get(shortUrl_id)

Takes shortUrl_id and returns url.

About


Languages

Language:Go 93.9%Language:Dockerfile 6.1%