@skipruntime/helpers
This package contains items that may be useful for working with the Skip framework, but are not strictly necessary.
Type Aliases
Type alias | Description |
---|---|
Entrypoint | An entry point of a Skip reactive service. |
Interfaces
Interface | Description |
---|---|
ExternalResource | Interface required by GenericExternalService for external resources. |
Classes
Class | Description |
---|---|
Count | Reducer to maintain the count of input values. |
GenericExternalService | A generic external service providing external resources. |
Max | Reducer to maintain the maximum of input values. |
Min | Reducer to maintain the minimum of input values. |
Polled | An external resource that is refreshed at some polling interval. |
SkipExternalService | An external Skip reactive service. |
SkipServiceBroker | Wrapper providing a method-call interface to the Skip service HTTP APIs. |
Sum | Reducer to maintain the sum of input values. |
Functions
Function | Description |
---|---|
fetchJSON | Perform an HTTP fetch where input and output data is Json . |