-
I'm trying to forward a request and inject an API key into the request, so that the client doesn't have to know / expose the key.
I was looking at the example where the request is modified in onR…
-
It'd be useful if the time api supported /next/X and /previous/X.
Dev Services Flight Status Feed product is basically a thin layer on top of the Hub interface. Customers currently fetch specific h…
-
here's the old PR https://github.com/flightstats/hub/pull/777
-
Dev Services, for reworking the eventing queue management, would like a callback configure where the hub would give up on a callback if it fails more than X times. A similar variant, give up if a call…
-
I've upgraded from Dropwizard 0.8 to 1.0.2. Running my unit tests, I'm seeing this error. Is there a dependency I should be including that Dropwizard doesn't get transitively?
```
java.lang.RuntimeEx…
-
I'd like to be able to access the docs for a channel on the channel metadata page.
![image](https://user-images.githubusercontent.com/162088/31359505-1cdfd0f2-acff-11e7-94af-55c4e3dc577d.png)
-
$ curl -v -H Content-Type:application/json -d '{"tags":["historicalProcessedFlightHistory-tag"]}' https://marketplace.flightstats.com/channel/ProcessedFlightHistory?apikey=secret
* Trying 52.5.72.1…
-
Include a ```package.json``` file(s) for dependency management. I want to be able to go into the test directory and type ```npm install``` and have everything needed to run the tests.
Icing on the …
Exide updated
7 years ago
-
A hub solution Dev Services uses is we manually track the last URI we've processed in a DB and iterate forward, so if we need to skip forward or backwards, we just clobber that DB value with a new val…
-
It would be very convenient on the client side to be able to do a bulk request of a time unit or /previous/nnn that is streamed in reverse time order.
In other words, if payloads 1,2,3,4 would be…