Migrated from Redmine #994 | Author: Benoit Vasseur
Status: New | Priority: Normal | Created: 2022-12-27
Hello,
To face API limitation we are building a cache between our backend and SBM Rest (GET) APIs. (The cache is invalidated when any booking is modified)
We’d like to avoid keeping request errors in our cache, but we’d prefer being exhaustive rather than blocking 400-500 range.
What would be the possibles status errors we could get (outside of those defined in the API documentation) when calling any SBM Api ?
Tank you,
Benoit