Skip to content

Tags: makseq/python-frameio-client

Tags

v0.6.0

Toggle v0.6.0's commit message
bump to version 0.6.0

v0.5.1

Toggle v0.5.1's commit message
page-size header is actually named per-page (Frameio#14)

v0.5.0

Toggle v0.5.0's commit message
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

v0.4.0

Toggle v0.4.0's commit message
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.

v0.3.0

Toggle v0.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request Frameio#8 from Frameio/comments

get, create, update, delete comments

v0.2.0

Toggle v0.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update README.md

v0.1.0

Toggle v0.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request Frameio#5 from Frameio/sjkaliski/tests

add basic tests