Skip to content

Commit

Permalink
feat(Catalog Management): add service to project (#21)
Browse files Browse the repository at this point in the history
* feat(Catalog Management): add service to project

Co-authored-by: dubeejw <jwdubee@us.ibm.com>
  • Loading branch information
padamstx and dubee authored Jun 18, 2020
1 parent 452a0c5 commit e6ba3f8
Show file tree
Hide file tree
Showing 7 changed files with 23,239 additions and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ before_install:
&& openssl aes-256-cbc -K $encrypted_66f264007c0d_key -iv $encrypted_66f264007c0d_iv -in iam_access_groups.env.enc -out iam_access_groups.env -d
&& openssl aes-256-cbc -K $encrypted_94fa7fdf4df9_key -iv $encrypted_94fa7fdf4df9_iv -in global_catalog.env.enc -out global_catalog.env -d
&& openssl aes-256-cbc -K $encrypted_a72454cfb42f_key -iv $encrypted_a72454cfb42f_iv -in iam_policy_management.env.enc -out iam_policy_management.env -d
&& openssl aes-256-cbc -K $encrypted_6eaa1fc94541_key -iv $encrypted_6eaa1fc94541_iv -in catalog_mgmt.env.enc -out catalog_mgmt.env -d
|| true
# && openssl aes-256-cbc -K $encrypted_dac53b985913_key -iv $encrypted_dac53b985913_iv -in case_management.env.enc -out case_management.env -d
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ The IBM Cloud Platform Services Go SDK allows developers to programmatically int
Service Name | Package name
--- | ---
[Case Management](https://cloud.ibm.com/apidocs/case-management) | casemanagementv1
[Catalog Management](https://cloud.ibm.com/apidocs/resource-catalog/private-catalog) | catalogmanagementv1
[Enterprise Management](https://cloud.ibm.com/apidocs/enterprise-apis/enterprise) | enterprisemanagementv1
[Global Catalog](https://cloud.ibm.com/apidocs/resource-catalog/global-catalog) | globalcatalogv1
[Global Search](https://cloud.ibm.com/apidocs/search) | globalsearchv2
Expand Down
Binary file added catalog_mgmt.env.enc
Binary file not shown.
Loading

0 comments on commit e6ba3f8

Please sign in to comment.