You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The three methods in analytics.go are like 99% the same, minus the last part of the API URL. This code is ripe for some DRYing by creating an unexported method, that accepts the final piece of as an argument and appends it to the URL.
The three methods in
analytics.go
are like 99% the same, minus the last part of the API URL. This code is ripe for some DRYing by creating an unexported method, that accepts the final piece of as an argument and appends it to the URL.go-pagerduty/analytics.go
Lines 61 to 115 in 2f646c3
The text was updated successfully, but these errors were encountered: