1
- # IBM Cloud Platform Services Python SDK Version 0.3.0
2
- [ ![ Build Status] ( https://travis.ibm.com/ibmcloud/platform-services-python-sdk.svg?token=eW5FVD71iyte6tTby8gr&branch=master )] ( https://travis.ibm.com/ibmcloud/platform-services-python-sdk )
1
+ [ ![ Build Status] ( https://travis-ci.com/IBM/platform-services-python-sdk.svg?token=eW5FVD71iyte6tTby8gr&branch=master )] ( https://travis.ibm.com/IBM/platform-services-python-sdk )
2
+ [ ![ semantic-release] ( https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg )] ( https://github.com/semantic-release/semantic-release )
3
+ [ ![ License] ( https://img.shields.io/badge/License-Apache%202.0-blue.svg )] ( https://opensource.org/licenses/Apache-2.0 )
4
+
5
+ # IBM Cloud Platform Services Python SDK Version 0.0.0
3
6
4
7
Python client library to interact with various [ IBM Cloud Platform Service APIs] ( https://cloud.ibm.com/apidocs?category=platform_services ) .
5
8
@@ -36,25 +39,12 @@ IBM Cloud services:
36
39
37
40
Service Name | Imported Class Name
38
41
--- | ---
39
- [ Case Management] ( https://cloud.ibm.com/apidocs/case-management ) | CaseManagementV1
40
- [ Enterprise Management] ( https://cloud.ibm.com/apidocs/enterprise-apis/enterprise ) | EnterpriseManagementV1
41
- [ Enterprise Usage Reports] ( https://cloud.ibm.com/apidocs/enterprise-apis/resource-usage-reports ) | EnterpriseUsagereportsV1
42
- [ Global Resource Catalog] ( https://cloud.ibm.com/apidocs/globalcatalog ) | GlobalCatalogV1
43
42
[ Global Search] ( https://cloud.ibm.com/apidocs/search ) | GlobalSearchV2
44
43
[ Global Tagging] ( https://cloud.ibm.com/apidocs/tagging ) | GlobalTaggingV1
45
- [ IAM Access Groups] ( https://cloud.ibm.com/apidocs/iam-access-groups ) | IamAccessGroupsV2
46
- [ IAM Identity Services] ( https://cloud.ibm.com/apidocs/iam-identity-token-api ) | IamIdentityServicesV1
47
- [ IAM Policy Management] ( https://cloud.ibm.com/apidocs/iam-policy-management ) | IamPolicyManagementV1
48
- [ Open Services Broker] ( https://cloud.ibm.com/apidocs/resource-controller/ibm-cloud-osb-api ) | OpenServiceBrokerB1
49
- [ Resource Controller] ( https://cloud.ibm.com/apidocs/resource-controller ) | ResourceControllerV2
50
- [ Resource Manager] ( https://cloud.ibm.com/apidocs/resource-controller/resource-manager ) | ResourceManagerV2
51
- [ Usage Metering] ( https://cloud.ibm.com/apidocs/usage-metering ) | UsageMeteringV4
52
- [ Usage Reports] ( https://cloud.ibm.com/apidocs/usage-metering ) | UsageReportsV1
53
- [ User Management] ( https://cloud.ibm.com/apidocs/user-management ) | UserManagementV1
54
44
55
45
## Prerequisites
56
46
57
- [ ibm-cloud-onboarding ] : https://cloud.ibm.com/registration?target=%2Fdeveloper%2Fwatson&
47
+ [ ibm-cloud-onboarding ] : https://cloud.ibm.com/registration
58
48
59
49
* An [ IBM Cloud] [ ibm-cloud-onboarding ] account.
60
50
* An IAM API key to allow the SDK to access your account. Create one [ here] ( https://cloud.ibm.com/iam/apikeys ) .
@@ -65,26 +55,26 @@ Service Name | Imported Class Name
65
55
To install, use ` pip ` or ` easy_install ` :
66
56
67
57
``` bash
68
- pip install --upgrade " platform_services >=0.3 .0"
58
+ pip install --upgrade " ibm_platform_services >=0.0 .0"
69
59
```
70
60
71
61
or
72
62
73
63
``` bash
74
- easy_install --upgrade " platform_services >=0.3 .0"
64
+ easy_install --upgrade " ibm_platform_services >=0.0 .0"
75
65
```
76
66
77
67
## Using the SDK
78
68
For general SDK usage information, please see [ this link] ( https://github.com/IBM/ibm-cloud-sdk-common/blob/master/README.md )
79
69
80
70
## Questions
81
71
If you are having difficulties using this SDK or have a question about the IBM Cloud services,
82
- please ask a question at [ dW Answers ] ( https://developer.ibm.com/answers/questions/ask/?topics=ibm-cloud ) or
72
+ please ask a question at
83
73
[ Stack Overflow] ( http://stackoverflow.com/questions/ask?tags=ibm-cloud ) .
84
74
85
75
## Issues
86
76
If you encounter an issue with the project, you are welcome to submit a
87
- [ bug report] ( https://github.ibm. com/ibmcloud /platform-services-python-sdk/issues ) .
77
+ [ bug report] ( https://github.com/IBM /platform-services-python-sdk/issues ) .
88
78
Before that, please search for similar issues. It's possible that someone has already reported the problem.
89
79
90
80
## Open source @ IBM
@@ -96,4 +86,4 @@ See [CONTRIBUTING](CONTRIBUTING.md).
96
86
## License
97
87
98
88
The IBM Cloud Platform Services Python SDK is released under the Apache 2.0 license.
99
- The license's full text can be found in [ LICENSE] ( https://github.ibm.com/ibmcloud/platform-services-python-sdk/blob/master/ LICENSE) .
89
+ The license's full text can be found in [ LICENSE] ( LICENSE ) .
0 commit comments