> ## Documentation Index
> Fetch the complete documentation index at: https://docs.trepzy.com/llms.txt
> Use this file to discover all available pages before exploring further.

# SDKs

> Sete SDKs server e um browser SDK separado. O OpenAPI permanece o contrato.

# SDKs

[Intro](#intro)

<h2 id="intro">
  Intro
</h2>

Os clientes Node/TypeScript, PHP, Python, Java, .NET, Go e Ruby nascem do mesmo OpenAPI live. Eles encapsulam `retrieveRefund` e os demais retrieves públicos. Fern não é autoridade. Os nomes de wire permanecem `refund_ref` e `operation_id`.

Veja a [CLI](./cli#intro) e os [quickstarts](./getting-started#quickstarts).

```ts theme={null}
const operationId: string = 'retrieveRefund'
const refund_ref: string = 'ref_0123456789AB'
```

<h2 id="browser-sdk">
  Browser SDK
</h2>

O browser SDK é um pacote separado. Ele só aceita capabilities públicas efêmeras ligadas à origin. Nunca guarda service credential, secret de webhook ou API admin/finance.
