forked from rossdylan/helix.ly
-
Notifications
You must be signed in to change notification settings - Fork 0
mayowa/helix.ly
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
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 0
No packages published