URL Shortener Microservice
URL Shortener
URL:
API info (create, redirect, get info respectively):
POST - [base URL]/api/shorturl - body =
{ url: "https://example.com" }
GET - [base URL]/api/shorturl/[shortUrlId]
GET - [base URL]/api/geturl/[shortUrlId]