REST

This module provides the Endpoint class for interacting the REST API endpoints and dealing with things like paginated data. It supports extensive middleware to handle things like batching or de-duping requests, transforming paginated responses, updating ViewModelCache based on the response content or any custom middleware you might want to write.


Installation

yarn add @prestojs/ui @prestojs/ui-antd antd

Usage

See Endpoint for a guide on creating and using endpoints.