Skip to content

Commit

Permalink
feat(Open Service Broker): add service to project
Browse files Browse the repository at this point in the history
  • Loading branch information
padamstx committed Jun 24, 2020
1 parent c088d56 commit 674a5f0
Show file tree
Hide file tree
Showing 6 changed files with 1,893 additions and 5 deletions.
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,18 @@ lib/*.js
# service-name/*.js // UNCOMMENT AND ADD YOUR OWN SERVICE FILES
case-management/*.js
catalog-management/*.js
enterprise-management/*.js
global-catalog/*.js
global-search/*.js
global-tagging/*.js
iam-access-groups/*.js
iam-policy-management/*.js
open-service-broker/*.js
resource-manager/*.js

resource-controller/*.js
usage-metering/*.js
usage-reports/*.js
resource-manager/*.js

# file holding service credentials
test/resources/auth.js
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ Service Name | Import Path
[Global Tagging](https://cloud.ibm.com/apidocs/tagging) | ibm-platform-services/global-tagging/v1
[IAM Access Groups](https://cloud.ibm.com/apidocs/iam-access-groups) | ibm-platform-services/iam-access-groups/v2
[IAM Policy Management](https://cloud.ibm.com/apidocs/iam-policy-management) | ibm-platform-services/iam-policy-management/v1
[Open Service Broker](https://cloud.ibm.com/apidocs/resource-controller/ibm-cloud-osb-api) | ibm-platform-services/open-service-broker/v1
[Resource Manager](https://cloud.ibm.com/apidocs/resource-controller/resource-manager) | ibm-platform-services/resource-manager/v2

## Prerequisites
Expand Down
Loading

0 comments on commit 674a5f0

Please sign in to comment.