jeremyjbowers/pyopenfec

class methods and api rate limits

boblannon opened this issue · 1 comments

so I found out the hard way that the API has a rate limit: https://github.com/18F/openFEC/issues/1075

with make_request as a class method, PyOpenFecApiClass won't be able to represent instance state, and avoid hitting the rate limit.

....actually, i take it back. the only thing i'm not sure of is whether those class variables will stay consistent when working with both the Candidate and Committee classes