Skip to content

Commit

Permalink
feat(Case Management): add service to project (#11)
Browse files Browse the repository at this point in the history
Co-authored-by: Huy Doan <huy@ibm.com>
  • Loading branch information
padamstx and Huy Doan committed May 20, 2020
1 parent 6576557 commit 93ae7ca
Show file tree
Hide file tree
Showing 7 changed files with 4,656 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_acd9ca9788e3_key -iv $encrypted_acd9ca9788e3_iv -in resource_manager.env.enc -out resource_manager.env -d
&& openssl aes-256-cbc -K $encrypted_dac53b985913_key -iv $encrypted_dac53b985913_iv -in case_management.env.enc -out case_management.env -d
|| true
install:
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,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
[Global Catalog](https://cloud.ibm.com/apidocs/resource-catalog/global-catalog) | globalcatalogv1
[Global Search](https://cloud.ibm.com/apidocs/search) | globalsearchv2
[Global Tagging](https://cloud.ibm.com/apidocs/tagging) | globaltaggingv1
Expand Down
3 changes: 3 additions & 0 deletions case_management.env.enc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
w����~J�!��xM,�^$]X���K����E+��k9��ݫ��;M��@pcp��;�Fnx�S�����=շ".����u0\�P��y/"࡚����w�����~�Yf�3�wR<���6:�;_�
7�����=2����.=:n.%#��^9� ����!�4��2ߎ_�VVt� �����(A��׺|��� Aˊ�u%������RAe�&~��T��dL��2pǥ^j���p�
l��+Ұ��K���19

0 comments on commit 93ae7ca

Please sign in to comment.