Building a Client
Implement a PLP client
Official Clients
Use the official JavaScript or Python SDK to connect to any PLP server.
Custom Clients
Generate clients from the OpenAPI spec using tools like openapi-generator.
Example
import { PLPClient } from "@plp/sdk"
const client = new PLPClient({ baseUrl: "https://api.example.com" })