Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1
import
{ RequestContext, HttpMethod } from
"./http/http"
;
2
3
export
interface
BaseServerConfiguration {
4
makeRequestContext(endpoint: string, httpMethod: HttpMethod): RequestContext;
5
}
6
7
/**
8
*
Callers
8
cancelNotification
Method · 0.65
copyTemplateToApp
Method · 0.65
createAlias
Method · 0.65
createAliasBySubscription
Method · 0.65
createApiKey
Method · 0.65
createApp
Method · 0.65
createCustomEvents
Method · 0.65
createNotification
Method · 0.65
Implementers
1
ServerConfiguration
servers.ts
Calls
no outgoing calls
Tested by
no test coverage detected