Right now there are a bunch of different update statuses that can be returned from the API. It would be great to document all of these and what they mean. We use a couple of them to determine when a video is being trans-coded etc.
Why this is confusing
We'd love to define these statuses in our models so we can avoid using strings. We can do so now using the ones we know about but would be amazing to account for all of them.
What's not great
Right now there are a bunch of different update statuses that can be returned from the API. It would be great to document all of these and what they mean. We use a couple of them to determine when a video is being trans-coded etc.
Why this is confusing
We'd love to define these statuses in our models so we can avoid using strings. We can do so now using the ones we know about but would be amazing to account for all of them.