You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Flow Production Tracking provides a simple Python-based API for accessing Flow Production Tracking and integrating with other tools.
11
-
The Flow Production Tracking API allows users to integrate their tools with Flow Production Tracking very easily. Using this simple
12
-
but powerful python module, you can quickly get your scripts integrated with Flow Production Tracking's CRUD-based
10
+
Flow Production Tracking (FPTR) provides a simple Python-based API for accessing FPTR and integrating with other tools.
11
+
The Flow Production Tracking API3, also known as "Python API", allows users to integrate their tools with Flow Production Tracking very easily. Using this simple
12
+
but powerful python module, you can quickly get your scripts integrated with Flow Production Tracking's CRUD-based
13
13
API.
14
14
15
15
Because the needs of every studio can prove to be very different, we don't include a lot of
16
16
"automation" or "smarts" in our API. We have kept it pretty low-level and leave most of those
17
17
decisions to you. The API is powerful enough you can write your own "smarts" in a wrapper on top
0 commit comments