Feathers Fetch Service is a client-side service adapter for FeathersJS that uses the Fetch API to communicate with REST endpoints. The current version is 1.0.0-beta.5, released as a beta. It provides a simple interface for performing CRUD operations (find, get, create, update, patch, remove) via HTTP requests. Unlike the core Feathers REST client (@feathersjs/rest-client), this package is unmaintained and offers limited customization. It is suitable for quick prototyping but not recommended for production.
npm install feathers-fetch-serviceNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Shows how to instantiate FetchService with a base URL and perform a find query with pagination options.
Use @feathersjs/rest-client instead.
Migrate to @feathersjs/rest-client.
Add a .d.ts file or use @feathersjs/rest-client which includes types.
Run 'npm install feathers-fetch-service' in your project directory.