-
Notifications
You must be signed in to change notification settings - Fork 1
create function to create basic auth connections for ZIS #251
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! 🤖 🚀 🔥
Vico1993
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good! but maybe we could rename createZisConnection ? To avoid confusion between Bearer token and Basic auth?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! 🤖 🚀 🔥
d07e0bd to
2ffeee6
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! 🤖 🚀 🔥
Dismiss bot.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! 🤖 🚀 🔥
0efdb4d to
9a8bc0a
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! 🤖 🚀 🔥
Description
This pull request adds support for creating ZIS (Zendesk Integration Services) Basic Auth connections through the API. The main changes include introducing a new interface to model the Basic Auth connection response and implementing a new method in the
ZendeskApiServiceto create such connections.ZIS Basic Auth Connection Support:
ICreateZisBasicAuthConnectioninzendesk-integration-services.tsto represent the structure of a Basic Auth connection response.zendesk-api-service.tsfor use in the service layer.createZisBasicAuthConnectioninZendeskApiServiceto allow creating Basic Auth connections for a specified integration, including parameters for username, password, connection name, and allowed domain.How to manually test
⛔
Include label
We are following this pattern to keep our package version updated. Please add the appropriate label to your Pull requests between the following:
Acceptation criteria