ripoul / url-shortener-api

an api to shorten some url
https://url-shortener.api.ripoul.fr/
MIT License
1 stars 0 forks source link

[providers] add kutt.it provider #60

Closed ripoul closed 5 years ago

ripoul commented 5 years ago

doc can be found here : https://kutt.it/

curl example :

curl -X POST \
  https://kutt.it/api/url/submit \
  -H 'Content-Type: application/x-www-form-urlencoded' \
  -H 'X-API-Key: [your api key]' \
  -d target=https%3A%2F%2Fwww.google.fr
issue-label-bot[bot] commented 5 years ago

Issue-Label Bot is automatically applying the label feature_request to this issue, with a confidence of 0.96. Please mark this comment with :thumbsup: or :thumbsdown: to give our bot feedback!

Links: app homepage, dashboard and code for this bot.