Tags: makseq/python-frameio-client
Tags
Python fio client streaming/additional endpoints (Frameio#13) * Python fio client streaming/additional endpoints Add a utility to stream list methods via a python generator, also added endpoints to update assets, get collabs/pending collabs, and get project, team, etc. * Better pagination * Bump version
Implement get_all_teams() to return all teams (Frameio#12) * Implement get_all_teams() to return all teams I think this should work based on what we talked about in Slack, but it is untested so if you have a dev environment - it's worth running it through that first. Also, feel free to adjust the copy I added to the `get_teams()` method talking about `get_all_teams()`. * Fixed endpoint and copy.