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

Function newAPIClient

tests/helpers_test.go:38–43  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

36}
37
38func newAPIClient() *httpsms.Client {
39 return httpsms.New(
40 httpsms.WithBaseURL(apiBaseURL),
41 httpsms.WithAPIKey(userAPIKey),
42 )
43}
44
45func newPhoneClient(phoneAPIKey string) *httpsms.Client {
46 return httpsms.New(

Callers 7

setupPhoneFunction · 0.85
setupWebhookFunction · 0.85
TestSendSMS_EncryptedFunction · 0.85
TestReceiveSMS_EncryptedFunction · 0.85
TestSendSMS_RateLimitFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected