hilios / urlshortener-api

Stores and retrieves short URLs.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

URL Shortener API

Stores and retrieves short URLs.

API Documentation

GET /:alias

Decode the alias and redirect to the URL.

Response:

HTTP/1.1 301 Moved Permanently
Location: http://www.nubank.com.br/

POST /

Request:

Shorts an URL an returns the

{"url":"http://www.nubank.com.br"}

Response:

{"alias":"7e6d1"}

About

Stores and retrieves short URLs.


Languages

Language:Scala 100.0%