We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d946339 + 38b6ff6 commit 8d523aeCopy full SHA for 8d523ae
jamfpro/jamfprointegration/interface.go
@@ -23,6 +23,11 @@ func (j *Integration) GetFQDN() string {
23
return j.BaseDomain
24
}
25
26
+// TODO this comment
27
+func (j *Integration) ConstructURL(endpoint string) string {
28
+ return j.GetFQDN() + endpoint
29
+}
30
+
31
// TODO migrate strings
32
func (j *Integration) GetAuthMethodDescriptor() string {
33
return j.AuthMethodDescriptor
0 commit comments