Note that new releases update the API types and services and may change or remove classes, methods, and types without notice.
- Add deprecation annotations to types, properties, and methods. Deprecations may be removed in future changes to the API.
- New service definitions.
- Updated services and types.
- Updated dependencies.
- Added support for Bearer Authentication Token Support.
import com.softlayer.api.*;
ApiClient client = new RestApiClient().withBearerToken("qqqqwwwweeeaaassddd....");
- Updated services and types.
- Updated services and types.
- Added a new
RestApiClient.BASE_SERVICE_URL
constant to use the client with the classic infrastructure private network.
-
A breaking change has been made. Coerce return types to whatever the API metadata says should be returned, even if the type returned by the API does not match (#64).
-
Updated services and types.
- Updated generated services and types.