Skip to content
forked from rossdylan/helix.ly

A URL shortener written in python exposes a simple restful api

Notifications You must be signed in to change notification settings

mayowa/helix.ly

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

To Shorten a link send a post reques to /api/shorten with a body containing a json blob like this one:
with authentication:
	{'user_id': '<userid>', 'auth_token': '<authtoken>', 'full_link': '<fulllink>'}

with out authentication:
	{'full_link': '<fulllink>'}

To retrieve data about a shortened url send a get to /api/unshorten/<shorturl>
It returns a json blob containing the information

To be redirected to the full length url browse to /<shorturl>

About

A URL shortener written in python exposes a simple restful api

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published