ripoul / url-shortener-api

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

tiny.cc #38

Closed ripoul closed 5 years ago

ripoul commented 5 years ago

https://tiny.cc/ get

params = {
        'c': 'rest_api',
        'version': '2.0.3',
        'format': 'json',
        'm': 'shorten',
        'longUrl': url,
        'login': self.login,
        'apiKey': self.api_key
}