Skip to content

IBM/platform-services-java-sdk

Repository files navigation

Build Status Javadoc Release License semantic-release CLA assistant

IBM Cloud Platform Services Java SDK Version 0.53.6

Java client library to interact with various IBM Cloud Platform Service APIs.

Table of Contents

Overview

The IBM Cloud Platform Services Java SDK allows developers to programmatically interact with the following IBM Cloud services:

Service Name Artifact Coordinates
Case Management com.ibm.cloud:case-management:0.53.6
Catalog Management com.ibm.cloud:catalog-management:0.53.6
Context Based Restrictions com.ibm.cloud:context-based-restrictions:0.53.6
Enterprise Billing Units com.ibm.cloud:enterprise-billing-units:0.53.6
Enterprise Management com.ibm.cloud:enterprise-management:0.53.6
Enterprise Usage Reports com.ibm.cloud:enterprise-usage-reports:0.53.6
Global Catalog com.ibm.cloud:global-catalog:0.53.6
Global Search com.ibm.cloud:global-search:0.53.6
Global Tagging com.ibm.cloud:global-tagging:0.53.6
IAM Access Groups com.ibm.cloud:iam-access-groups:0.53.6
IAM Identity Service com.ibm.cloud:iam-identity:0.53.6
IAM Policy Management com.ibm.cloud:iam-policy-management:0.53.6
IBM Cloud Shell com.ibm.cloud:ibm-cloud-shell:0.53.6
Open Service Broker com.ibm.cloud:open-service-broker:0.53.6
Partner Billing Units com.ibm.cloud:partner-billing-units:0.53.6
Partner Usage Reports com.ibm.cloud:partner-usage-reports:0.53.6
Resource Controller com.ibm.cloud:resource-controller:0.53.6
Resource Manager com.ibm.cloud:resource-manager:0.53.6
Usage Metering com.ibm.cloud:usage-metering:0.53.6
Usage Reports com.ibm.cloud:usage-reports:0.53.6
User Management com.ibm.cloud:user-management:0.53.6

The following services have been relocated to a different SDK project. Please consult the documentation for each service to determine the new location:

Service Name Artifact Coordinates
Configuration Governance com.ibm.cloud:configuration-governance:0.53.6
Posture Management com.ibm.cloud:posture_management:0.53.6

Prerequisites

  • An IBM Cloud account.
  • An IAM API key to allow the SDK to access your account. Create one here.
  • Java 8 or above.

Installation

The current version of this SDK is: 0.53.6

Each service's artifact coordinates are listed in the table above.

The project artifacts are published on the public Maven Central artifact repository. This is the default public repository used by maven when searching for dependencies. To use this repository within a gradle build, please see this link.

To use a particular service in your application, define a dependency that contains the artifact coordinates (group id, artifact id and version) for the service. Here are examples for maven and gradle:

Maven

<dependency>
    <groupId>com.ibm.cloud</groupId>
    <artifactId>case-management</artifactId>
    <version>0.53.6</version>
</dependency>

Gradle

compile 'com.ibm.cloud:case-management:0.53.6'

Using the SDK

For general SDK usage information, please see this link

Questions

If you are having difficulties using this SDK or have a question about the IBM Cloud services, please ask a question at Stack Overflow.

Issues

If you encounter an issue with the project, you are welcome to submit a bug report. Before that, please search for similar issues. It's possible that someone has already reported the problem.

Open source @ IBM

Find more open source projects on the IBM Github Page

Contributing

See CONTRIBUTING.

License

The IBM Cloud Platform Services Java SDK is released under the Apache 2.0 license. The license's full text can be found in LICENSE.