Skip to content

Commit 8d523ae

Browse files
authored
Merge pull request #3 from deploymenttheory/dev-jl-general
added ConstructURL for full endpoint construction
2 parents d946339 + 38b6ff6 commit 8d523ae

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

jamfpro/jamfprointegration/interface.go

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,11 @@ func (j *Integration) GetFQDN() string {
2323
return j.BaseDomain
2424
}
2525

26+
// TODO this comment
27+
func (j *Integration) ConstructURL(endpoint string) string {
28+
return j.GetFQDN() + endpoint
29+
}
30+
2631
// TODO migrate strings
2732
func (j *Integration) GetAuthMethodDescriptor() string {
2833
return j.AuthMethodDescriptor

0 commit comments

Comments
 (0)