Skip to content

Commit

Permalink
feat(Global Catalog): add service and unit test code to project (#5)
Browse files Browse the repository at this point in the history
* feat(Global Catalog): add service and unit test code to project

* test: add global catalog integration tests

Co-authored-by: dubeejw <[email protected]>
  • Loading branch information
padamstx and dubee authored May 7, 2020
1 parent 51c8f2c commit ed9a372
Show file tree
Hide file tree
Showing 10 changed files with 9,935 additions and 4 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,6 @@ vendor/
.openapi-generator/VERSION
/.project
package-lock.json

# IDE files
*.idea
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ before_install:
- npm install -g [email protected]
- '[ "${TRAVIS_PULL_REQUEST}" == "false" ] && openssl aes-256-cbc -K $encrypted_3058bc69cb40_key -iv $encrypted_3058bc69cb40_iv -in ghost.env.enc -out ghost.env -d || true'
- '[ "${TRAVIS_PULL_REQUEST}" == "false" ] && openssl aes-256-cbc -K $encrypted_66f264007c0d_key -iv $encrypted_66f264007c0d_iv -in iam_access_groups.env.enc -out iam_access_groups.env -d || true'
- '[ "${TRAVIS_PULL_REQUEST}" == "false" ] && openssl aes-256-cbc -K $encrypted_94fa7fdf4df9_key -iv $encrypted_94fa7fdf4df9_iv -in global_catalog.env.enc -out global_catalog.env -d || true'

install:
- curl -sfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh| sh -s -- -b $(go env GOPATH)/bin v1.21.0
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
# IBM Cloud Platform Services Go SDK Version 0.1.0

Go client library to interact with various
[IBM Cloud Platform Service APIs](https://cloud.ibm.com/apidocs?category=platform_services).
[IBM Cloud Platform Service APIs](https://cloud.ibm.com/docs?tab=api-docs&category=platform_services).

Disclaimer: this SDK is being released initially as a **pre-release** version.
Changes might occur which impact applications that use this SDK.
Expand Down Expand Up @@ -47,6 +47,7 @@ The IBM Cloud Platform Services Go SDK allows developers to programmatically int

Service Name | Package name
--- | ---
[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
[IAM Access Groups](https://cloud.ibm.com/apidocs/iam-access-groups) | iamaccessgroupsv2
Expand Down
1 change: 1 addition & 0 deletions global_catalog.env.enc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
x�h� �mg��T1�v��Y���-���4v�X���X��h���z���"�'�k[w#�Df�f�Y��M���Bd���A`��)�X~�������N�SM�0�5�"�J����mM��u�4�Ѯ���4Pg1�?�(�3�}SI�aY�LۼJ}�Ԋb�˧��N1��s�.�A�m*�0��n�9�bN:�ۖ��v����+��a��nw�WD����j����I�"�I�b�(��Fx�T�1�
Expand Down
Loading

0 comments on commit ed9a372

Please sign in to comment.