Skip to content
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

Omitting EndpointURL from Extension if empty #282

Merged
merged 1 commit into from Feb 26, 2021

Conversation

au-akash
Copy link
Contributor

  • The EndpointURL is an Optional field for many extension schemas such as Slack V2
  • Omitempty allows us to ensure that an empty string is not being sent to the Pagerduty API when an extension is created without one provided

Signed-off-by: Afolabi Badmos afolabi@autonomic.ai

extension_test.go Outdated Show resolved Hide resolved
extension_test.go Outdated Show resolved Hide resolved
extension_test.go Outdated Show resolved Hide resolved
@theckman theckman added this to the v1.4.0 milestone Feb 25, 2021
 - The EndpointURL is an Optional field for many extension schemas such as Slack V2
 - Omitempty allows us to ensure that an empty string is not being sent to the Pagerduty API when an extension is created without one provided

Signed-off-by: Afolabi Badmos <afolabi@autonomic.ai>
@theckman theckman merged commit ecc5bd2 into PagerDuty:master Feb 26, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants