billdeitrick / pypco

A Python client for the Planning Center Online API.
MIT License
39 stars 13 forks source link

Group Objects not accessible #29

Closed mphuff closed 4 years ago

mphuff commented 4 years ago

It appears that the Group objects and related items (attendance, membership, etc) are not available at all.

It is marked as a BETA API in Planning Center's APIs but could potentially be brought in here.

https://developer.planning.center/docs/#/apps/groups/2018-08-01

pastorhudson commented 4 years ago

The upcoming 1.0 that @billdeitrick is working on will allow you to give it any endpoint by url rather than the current model schema. That should let us grab any endpoint even if it's not published/official.

mphuff commented 4 years ago

That's good to know @pastorhudson

pastorhudson commented 4 years ago

Awesome I'm closing this one up. Feel free to reopen if you need to.