ripoul/url-shortener-api

[providers] add kutt.it provider

Closed this issue · 1 comments

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

  • add the function who generate the new uri
  • create new url to the function
  • add it to provider list
  • add some test

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 is automatically applying the label feature_request to this issue, with a confidence of 0.96. Please mark this comment with 👍 or 👎 to give our bot feedback!

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