url-shortener

command module
v0.0.0-...-a377937 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 20, 2023 License: MIT Imports: 18 Imported by: 0

README

API Endpoints

longUrl - the url to be shortened shortUrl - shortened url POST api/v1/shorten param : {longUrl: string} return {shortUrl: string}

GET api/v1/{shortUrl} Query Parameter - shortUrl return: longUrl

GET api/v1 return : returns all

Future works

  1. Authentication
  2. Customization

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL