[All SDKs] Remove ReadAuthorizationModel
call in BatchCheck
#314
Labels
dotnet-sdk
Affects the C#/DotNet SDK
go-sdk
Affects the Go SDK
java-sdk
Affects the Java/Kotlin SDK
js-sdk
Affects the JavaScript SDK
python-sdk
Affects the Python SDK
Some (not all) SDKs call
ReadAuthorizationModel
, before checks inBatchCheck
.We need to remove that and replace that with better error handling where we exit early in cases of 401s instead of repeatedly calling check unnecessarily
_check_valid_api_connection
fromBatchCheck
andWrite
(and delete the function)The text was updated successfully, but these errors were encountered: