Jacob Harris
Jacob Harris
If you want me to implement and do a PR for this, let me know, but I will also wait for you to make an assessment on whether you prefer...
Thank you! I wound up [monkey-patching it](https://github.com/harrisj/nyt-haiku-python/blob/master/nyt_haiku/haiku.py#L19), but definitely will switch to a more elegant solution
@cacraig: I haven't finished work on this (would want to try out with a v1 API, but how does this look generally?
I was thinking we would keep the `beta` ones without a version to not break the CDE for now, but would try to move to `/v1`. Then we'd kill the...
So I added some documentation to the README about this. Not sure if you all still like this approach. I'm thinking of disabling CodeClimate since this will mean more duplication
This is the broken way the NSF represents API records in their data.json ``` { @type: "dcat:Dataset", title: "NSF Award Search Web API", accessLevel: "public", contactPoint: { @type: "vcard:Contact", fn:...
This is the nonstandard data.json that NREL uses ``` { title: "PVWatts", description: "PVWatts calculates the energy production and cost savings of grid-connected photovoltaic (PV) energy systems. This service estimates...
Agencies with no API records in their data.json: - The NRC seems to use only ASP forms that require browser-sessions. No APIs - SEC - NIST - Open White House...
This is how the MCC represents their data.json ``` { publisher: "Millennium Challenge Corporation", license: "data.mcc.gov terms of use - http://data.mcc.gov/termsofuse.html", description: "MCC Open Data API", language: "English", title: "Open...
The following agencies are giving me errors when I attempt to crawl them Timeouts - [ ] NOAA - [ ] DOI Malformed JSON - [ ] Dept. of Education...