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
to ease heavy traffic it would be better to not include the frames (values) but have them returned through a separate route or additional parameter. for example:
GET streams/<uuid>
--> { meta data only }
GET streams/<uuid>/frames
--> { meta data + actual frames }
The text was updated successfully, but these errors were encountered:
to ease heavy traffic it would be better to not include the frames (values) but have them returned through a separate route or additional parameter. for example:
The text was updated successfully, but these errors were encountered: