nikr / nbpy

Python interface to NationBuilder API
Apache License 2.0
2 stars 3 forks source link

Factory methods for NationBuilderApi #1

Closed nikr closed 10 years ago

nikr commented 10 years ago

It would be useful if NationBuilderApi class had some factory methods for returning People, Lists, Tags etc. instances, which authenticate using the same credentials.

nikr commented 10 years ago

Fixed in 98e82f5edb8840cc35839295815b05d79087f4c1 Moved into NationBuilder class, which has the different APIs as members.