MCPcopy Create free account
hub / github.com/OneSignal/onesignal-node-api / BaseServerConfiguration

Interface BaseServerConfiguration

servers.ts:3–5  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { RequestContext, HttpMethod } from "./http/http";
2
3export interface BaseServerConfiguration {
4 makeRequestContext(endpoint: string, httpMethod: HttpMethod): RequestContext;
5}
6
7/**
8 *

Callers 8

cancelNotificationMethod · 0.65
copyTemplateToAppMethod · 0.65
createAliasMethod · 0.65
createApiKeyMethod · 0.65
createAppMethod · 0.65
createCustomEventsMethod · 0.65
createNotificationMethod · 0.65

Implementers 1

Calls

no outgoing calls

Tested by

no test coverage detected