Eric Koleda
Eric Koleda
https://github.com/ddo/oauth-1.0a There have been many releases and updates to it since we forked it for usage in this library. We should also investigate if it would be possible to just...
Addresses feedback received from user: >The GROUP_EMAIL only works if the group has users as its members. It doesn't work for a main group that has other Google Groups as...
When testing this library I used a [sample XML + XSLT](https://developer.mozilla.org/en-US/docs/Web/API/XSLTProcessor/Basic_Example) from the Mozilla website. The library doesn't seem to work correctly with this example, although I haven't been able...
# Repro Call the `/congress` endpoint to list the congresses. # Expected For each item returned in the `congresses` field, the `number` field is present. # Actual The items returned...
Similar to `latestAction`, this would be a quick way to access the latest text of the bill without needing to call an additional endpoint. With the default rate limits relatively...
I'm running into a issue similar to https://github.com/jonschlinkert/lazy-cache/issues/7, but I don't think it's the same cause. Looking at the file browserify spits out, it looks like the the `require` statements...