Home

Awesome

Build Status Javadoc Release License semantic-release CLA assistant

IBM Cloud Platform Services Java SDK Version 0.58.1

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

Table of Contents

<!-- The TOC below is generated using the `markdown-toc` node package. https://github.com/jonschlinkert/markdown-toc You should regenerate the TOC after making changes to this file. npx markdown-toc --maxdepth 4 -i README.md --> <!-- toc --> <!-- tocstop -->

Overview

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

Service NameArtifact Coordinates
Case Managementcom.ibm.cloud:case-management:0.58.1
Catalog Managementcom.ibm.cloud:catalog-management:0.58.1
Context Based Restrictionscom.ibm.cloud:context-based-restrictions:0.58.1
Enterprise Billing Unitscom.ibm.cloud:enterprise-billing-units:0.58.1
Enterprise Managementcom.ibm.cloud:enterprise-management:0.58.1
Enterprise Usage Reportscom.ibm.cloud:enterprise-usage-reports:0.58.1
Global Catalogcom.ibm.cloud:global-catalog:0.58.1
Global Searchcom.ibm.cloud:global-search:0.58.1
Global Taggingcom.ibm.cloud:global-tagging:0.58.1
IAM Access Groupscom.ibm.cloud:iam-access-groups:0.58.1
IAM Identity Servicecom.ibm.cloud:iam-identity:0.58.1
IAM Policy Managementcom.ibm.cloud:iam-policy-management:0.58.1
IBM Cloud Shellcom.ibm.cloud:ibm-cloud-shell:0.58.1
Open Service Brokercom.ibm.cloud:open-service-broker:0.58.1
Partner Billing Unitscom.ibm.cloud:partner-billing-units:0.58.1
Partner Usage Reportscom.ibm.cloud:partner-usage-reports:0.58.1
Resource Controllercom.ibm.cloud:resource-controller:0.58.1
Resource Managercom.ibm.cloud:resource-manager:0.58.1
Usage Meteringcom.ibm.cloud:usage-metering:0.58.1
Usage Reportscom.ibm.cloud:usage-reports:0.58.1
User Managementcom.ibm.cloud:user-management:0.58.1

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

Service NameArtifact Coordinates
Configuration Governancecom.ibm.cloud:configuration-governance:0.58.1
Posture Managementcom.ibm.cloud:posture_management:0.58.1

Prerequisites

Installation

The current version of this SDK is: 0.58.1

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.58.1</version>
</dependency>

Gradle

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

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.