pp-react-sdk
v0.5.7
Published
Product Partner React SDK
Maintainers
Readme
Product Partner React SDK
A React SDK for interacting with the Product Partner API.
Installation
npm install pp-react-sdkor
yarn add pp-react-sdkUsage
import { ChatApi } from "pp-react-sdk";
// Initialize the client
const Chat = new ChatApi();
// Use the client
const response = await Chat.chatUploadFile(file);
const resHistory = await Chat.chatHistory();Development
This SDK is automatically generated from the Product Partner OpenAPI specification.
To build the SDK:
npm run buildLicense
MIT
