-
I think life will be a lot easier if Map/MustMap/Array/MustArray would return *Json instead of interface{}. No type assertion or casting would not be needed.
Currently, it's like this:
``` go
func (j…
elgs updated
10 years ago
-
Hitting `https://api.giphy.com/v1/gifs/search?q=funny+cat&api_key=dc6zaTOxFJmzC` returns
```
{
type: "gif",
id: "rICcs6ZJgVMqs",
url: "http://giphy.com/gifs/rICcs6ZJgVMqs",
bitly_gif_…
-
Hi,
According to standard convention of api`s, most of servers use following json structure.
```
{
"data":[]
"success":true,
mesasge:"if any"
}
```
So data is main container for information. I kn…
mafar updated
10 years ago
-
I was using SwitchProxy to connect to the TOR network using the Vidalia client and all was working fine. Ever since I moved to SwitchyOmega, it is not possible to connect to TOR.
I am sending the req…
-
For simplicity, lets import (aka package) nsqd and nsqlookupd directly into qmd. This means instead of having nsqd running as a separate process, the qmd project would import "github.com/bitly/nsqd" a…
-
I was thinking of building a file containing molecules and the associated biological data however I'm finding difficult to identify all the molecules that have been made on the project, whether there …
-
I think we're actually missing NSQ on Docker continers. I mean an official Dockerfile from bitly, to have the environment replicated within docker containers.
I also post a Q. on stackoverflow for s…
-
It's not obvious from go-doc documentation what the default config values are, or what time some are, and there is no way to introspect them at runtime. Both seem like they should exist.
-
It doesn't look like any of the Data Metrics API requests are supported by the client. Or, maybe I just haven't found it yet.
I am referring to http://dev.bitly.com/data_apis.html
Is it true that…
-
not a huge deal, just cosmetic but maybe in a later version that breaks compat anyway we could move `.data` to the root and ditch the other two props
``` js
{ status_code: 200,
status_txt: 'OK',
…