-
The JSON response for a request from the random endpoint looks like this
``` json
"data": {
"type": "gif",
"id": "Ggjwvmqktuvf2",
"url": "http://giphy.com/gifs/american-psycho…
rylio updated
9 years ago
-
Following is a log of a UT run:
$ python test_pyshorturl.py
# Testing Goo.gl API
test_expand_url_with_key (ut_googl.TestGoogl) ... ok
test_expand…
-
I'm trying to follow the Bitly example using this client but I am unable to set it up correctly with lookupd:
Source: http://dev.bitly.com/nsq.html
```
var nsq = require('nsqjs');
var access_token …
-
I am trying to use this library to connect to Bitly's data stream which requires authentication. When i try to with 0.6.1 I get the following with debug turned on:
```
Fetching nsqd servers from http…
-
```
What steps will reproduce the problem?
1. running teh demo in the project homepage
2.
3.
What is the expected output? What do you see instead?
a shortened URL.
net.sf.json.JSONException: JSONObj…
-
Hello,
This is the error I receive.
![screenshot of safari 2015-01-24 18 51 16](https://cloud.githubusercontent.com/assets/10687026/5888323/c9186a66-a3fa-11e4-9b34-98ff5a0a9369.png)
I'm not savvy a…
-
Bit.ly let us make shorten urls, the api is describe here : http://dev.bitly.com/api.html
I searched snippets on Google and the easiest way in PHP5 is :
```
function shorten($url, $bitly_login, $bi…
-
Hi,
I have several checks enabled as aggregates and it does not appear that I get any listed when I go to the page.
Thanks
![screen shot 2015-04-23 at 6 10 33 pm](https://cloud.githubusercontent.co…
-
When complete, need to ask Jared to update http://weba.im/ with URL format to send shorten link from that app to EC2.
-
I use go-nsq to consum msg. The HandlerMessage will return nil or err if needed. I am no sure where is the problem, please help.
this is my step:
1: set MaxAttmepts = 2; ConnectToNSQLookupds is (127.…