Install
There is no package to install. Generate a client from the downloadable specification.
The SDK is not released. What follows uses plain HTTP.
We have not published a package yet. In the meantime, download the partner specification from the documentation index and generate a client with whatever tool you already use. That document is already filtered to the endpoints we publish, so the client you generate carries no internal operations.
# No package to install yet. Generate a typed client from the
# partner specification instead, which is already filtered to the
# endpoints published here.
curl -o partners-api.json https://<this-site>/api/openapi
# Then point the generator you already use at that file.
npx openapi-typescript partners-api.json -o src/partners-api.d.tsWhen an official package arrives it will be generated from that same specification, so the code you write now still applies.