-
Notifications
You must be signed in to change notification settings - Fork 0
4. Api Usage
Le_Futuriste edited this page Sep 1, 2017
·
1 revision
POST /api/urls/
form_params:
uuid => the shorten url, optional, if this is empty, the shorten url will be automaticly generated
redirect => The original url, required
GET /api/urls
Get all urls register in this instance
GET /api/urls/{uuid}
Show data about url
POST /api/urls/{uuid}
Update a url
form_params:
uuid => the shorten url, optional, if this is empty, the original url redirect will be not overwrite
redirect => The original url, required
DELETE /api/urls