3rww / rainfall-api

A clean API for 3RWW's immense trove of historical rainfall data for Allegheny County (experimental)
http://3rww-rainfall-api.civicmapper.com/
1 stars 2 forks source link

Convert GET to POST for GARR #1

Closed gassc closed 6 years ago

gassc commented 6 years ago

The GARR request needs to be a POST, since the number of characters needed to make a request for all pixels (the default) exceeds what we can submit in a GET request.

Change will happen here: https://github.com/3rww/rainfall-api/blob/master/application.py#L387