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
ExternalResourceInterface required by GenericExternalService for external resources.

Classes

ClassDescription
CountReducer to maintain the count of input values.
GenericExternalServiceA generic external service providing external resources.
MaxReducer to maintain the maximum of input values.
MinReducer to maintain the minimum of input values.
PolledAn external resource that is refreshed at some polling interval.
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
fetchJSONPerform an HTTP fetch where input and output data is Json.