Skip to content

Commit

Permalink
add TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
vtopc committed Jan 3, 2025
1 parent 27584d6 commit 8c83ccb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mailgun.go
Original file line number Diff line number Diff line change
Expand Up @@ -368,6 +368,8 @@ type ListOptions struct {
Limit int
}

// TODO(vtopc): sort all these generate URL functions(some are generateApi...Url, other are generate...ApiUrl)

func generateApiUrlWithDomain(m Mailgun, version int, endpoint, domain string) string {
return fmt.Sprintf("%s/v%d/%s/%s", m.APIBase(), version, domain, endpoint)
}
Expand Down

0 comments on commit 8c83ccb

Please sign in to comment.