REST Client
A typesafe REST API client for Payload CMS.
Installation
pnpm add payload-rest-client About
This plugin provides a typesafe REST API client for interacting with Payload CMS. Users can create a client instance specifying the API URL and custom endpoint configurations. It supports authentication including login and token management, allowing access to protected routes. The plugin includes utility functions for common operations on collections and globals, enabling complete API interaction in a type-safe manner. Users can define custom endpoints with specific input and output types, enhancing the API's flexibility. The client also offers various options such as custom fetch functions, additional caching mechanisms, and debugging capabilities to improve performance and developer experience. It's particularly suited for applications requiring dynamic interactions with content managed in Payload CMS.
Package info
- Package name
payload-rest-client- Latest version
3.0.5- Unpacked size
- 56 kB
- License
- MIT
- Weekly downloads
- 354
- Last publish
- Feb 19, 2025
Similar plugins
More in DevtoolsIntegration Test Utils
Provides integration test helpers for a ready-to-use Payload instance in vitest.
Repository
Wrapper around Payload's Local API providing repository operations.
Utilities
Utility functions for Payload CMS to handle validation, ID extraction, and document resolution.
Field Factories
Provides factory functions for creating Payload CMS field configurations.