Skip to content

Core functionality required by Java code generated by the IBM Cloud OpenAPI SDK Generator (openapi-sdkgen)

License

Notifications You must be signed in to change notification settings

sid41/java-sdk-core

 
 

Repository files navigation

Build Status Maven Central semantic-releaseCLA assistant

IBM Java SDK Core Version 9.1.1

This project contains core functionality required by Java code generated by the IBM Cloud OpenAPI SDK Generator (openapi-sdkgen).

Installation

The current version of the project: 9.1.1

You can use this project by defining it as a dependency within your Java SDK project (i.e. a project containing Java code generated by the IBM Cloud OpenAPI SDK Generator).

Maven
<dependency>
	<groupId>com.ibm.cloud</groupId>
	<artifactId>sdk-core</artifactId>
	<version>9.1.1</version>
</dependency>
Gradle
'com.ibm.cloud:sdk-core:9.1.1'

Prerequisites

  • Java SE version 8 or newer is required

Javadoc

You can find the Javadoc for this project here: https://ibm.github.io/java-sdk-core/

Authentication

The java-sdk-core project supports the following types of authentication:

  • Basic Authentication
  • Bearer Token
  • Identity and Access Management (IAM)
  • Cloud Pak for Data
  • No Authentication

For more information about the various authentication types and how to use them with your services, click here

Issues

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

Open source @ IBM

Find more open source projects on the IBM Github Page

License

This library is licensed under Apache 2.0. Full license text is available in LICENSE.

Contributing

See CONTRIBUTING.md.

Code of conduct

See CODE_OF_CONDUCT.md.

About

Core functionality required by Java code generated by the IBM Cloud OpenAPI SDK Generator (openapi-sdkgen)

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 98.7%
  • Other 1.3%