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

Method pre

middleware.ts:18–18  ·  view source on GitHub ↗

* Modifies the request before the request is sent. * * @param context RequestContext of a request which is about to be sent to the server * @returns an observable of the updated request context *

(context: RequestContext)

Source from the content-addressed store, hash-verified

16 *
17 */
18 pre(context: RequestContext): Observable<RequestContext>;
19 /**
20 * Modifies the returned response before it is deserialized.
21 *

Callers 15

preMethod · 0.65
cancelNotificationMethod · 0.65
copyTemplateToAppMethod · 0.65
createAliasMethod · 0.65
createApiKeyMethod · 0.65
createAppMethod · 0.65
createCustomEventsMethod · 0.65
createNotificationMethod · 0.65
createSegmentMethod · 0.65
createSubscriptionMethod · 0.65
createTemplateMethod · 0.65

Implementers 1

Calls

no outgoing calls

Tested by

no test coverage detected