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
Is it possible to integrate some persistance on the API connexion ?
It is faster and reduce load on the API server when there are a lot of actions
We use it with just some small mods with requests.Session() into _request() from cvpysdk.py
Is it possible to integrate some persistance on the API connexion ?
It is faster and reduce load on the API server when there are a lot of actions
We use it with just some small mods with requests.Session() into _request() from cvpysdk.py
Regards