MCPcopy Index your code
hub / github.com/NdoleStudio/httpsms / newPhoneClient

Function newPhoneClient

tests/helpers_test.go:45–50  ·  view source on GitHub ↗
(phoneAPIKey string)

Source from the content-addressed store, hash-verified

43}
44
45func newPhoneClient(phoneAPIKey string) *httpsms.Client {
46 return httpsms.New(
47 httpsms.WithBaseURL(apiBaseURL),
48 httpsms.WithAPIKey(phoneAPIKey),
49 )
50}
51
52func newWireMockClient() *wiremock.Client {
53 return wiremock.NewClient(wiremockURL)

Callers 1

setupPhoneFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected