[wishlist] Shortener configuration
Bug #947446 reported by
Rich Johnson
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Polly |
Triaged
|
Wishlist
|
Unassigned |
Bug Description
Think the summary sums it up :) Would be nice if I could configure the bit.ly shortener with my API information. Other clients with bit.ly support allow you to enter the following:
* bit.ly username
* bit.ly API key
To post a comment you must log in.
def shorten(self, url):
b'apiKey' : b'R_5547dabb0f1 fc372428fb93b52 23f28b' ,
b'format' : b'json',
b'longUrl' : url.encode( ENCODING) }
parameters = {b'login': b'pollyclient',
return self._request_ get(b'http:// api.bitly. com/v3/ shorten', parameters)
The code is already there, just need UI to update login: & apiKey: Sounds easy enough :)