A REST API (short for Representational State Transfer Application Programming Interface) is a way two separate pieces of ...
The Orb Java SDK provides convenient access to the Orb REST API from applications written in Java. Don't create more than one client in the same application. Each client has a connection pool and ...
The ManagementApiClient supports automatic retry handling when the API returns HTTP 429 – Too Many Requests. To enable this behavior, pass the shouldRetry flag when creating the client. Under the hood ...