{"library":"rtk-query-grpc","type":"library","category":null,"description":"A library that wraps RTK Query to simplify integration with gRPC APIs while preserving TypeScript type safety. Version 1.0.0 is the initial release with a work-in-progress API. It provides a createGrpcDefinition helper that takes a gRPC client and options, and returns a configuration compatible with createApi from @reduxjs/toolkit. Endpoints use builder.query and builder.mutation with string method names and query functions that map gRPC message objects (AsObject) to actual request objects. Key differentiators: eliminates manual serialization, provides type-safe gRPC integration directly within RTK Query's caching and hooks model.","language":"javascript","status":"active","version":"1.0.0","tags":["javascript","typescript"],"last_verified":"Sun Jun 07","install":[{"cmd":"npm install rtk-query-grpc","imports":["import { createGrpcDefinition } from 'rtk-query-grpc'","import { createApi } from '@reduxjs/toolkit/query/react'","const { useListUploadsQuery } = uploadAPI; // from the returned API object"]},{"cmd":"yarn add rtk-query-grpc","imports":[]},{"cmd":"pnpm add rtk-query-grpc","imports":[]}],"homepage":null,"github":null,"docs":null,"changelog":null,"pypi":null,"npm":"rtk-query-grpc","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":null}