Home

Awesome

IBM Cloud Python SDK Template

This repository serves as a template for Python SDKs that are produced with the IBM OpenAPI SDK Generator.

You can use the contents of this repository to create your own Python SDKs.

How to use this repository

1. Copy the repository

Copy the files contained in this repository as a starting point when building your own Python SDK for one or more IBM Cloud services.

2. Modify the copied files to reflect your SDK

This template uses "mysdk" as the SDK/Package name. You probably will want to change that to something more meaningful for your service(s). Do a search in the template files for "mysdk" and replace with your SDK/Package name.

The following specific files will need to be modified after copying them from this template repository:

3. Generate the Python code with the IBM OpenAPI SDK Generator

This is the step that you've been waiting for!

In this step, you'll invoke the IBM OpenAPI SDK Generator to process your API definition.

This will generate a collection of Go source files which will be included in your SDK project. You'll find instructions on how to do this here.