Skip to content

Services

Eugene Lazutkin edited this page Nov 26, 2019 · 1 revision

All services are based on Service helper. io comes with the following services:

Name Priority Description
cache 50 Application-level cache.
track 40 Tracking individual requests.
retry 30 Retry endpoinds.
mock 20 Serverless client-side mocking of endpoints.
bundle 10 Bundling several requests in one to improve performance.

See How to include for more details and dependencies.

Clone this wiki locally