Skip to main content

@skipruntime/helpers

This package contains items that may be useful for working with the Skip framework, but are not strictly necessary.

Type Aliases

Type aliasDescription
EntrypointAn entry point of a Skip reactive service.

Interfaces

InterfaceDescription
PolledHTTPResourceDescription of an external HTTP endpoint and how to poll it.

Classes

ClassDescription
CountReducer to maintain the count of input values.
MaxReducer to maintain the maximum of input values.
MinReducer to maintain the minimum of input values.
PolledExternalServiceAn external HTTP service that is kept up-to-date by polling.
SkipExternalServiceAn external Skip reactive service.
SkipServiceBrokerWrapper providing a method-call interface to the Skip service HTTP APIs.
SumReducer to maintain the sum of input values.

Functions

FunctionDescription
asFollowerRun a SkipService as a follower in a leader-follower topology.
asLeaderRun a SkipService as the leader in a leader-follower topology.
defaultParamEncoderEncode params for external resource request.
fetchJSONPerform an HTTP fetch where input and output data is Json.