Copy this template when creating a new API reference page. Remove sections that don’t apply. Replace all placeholder text in [brackets].
[One-sentence description of what this resource or class represents and what it’s used for.]
[One-sentence description of what this method does.]
[method signature]
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
[param] |
[type] | Yes / No | — | [Description in present tense, ending in period.] |
{
[field]: [type]; // [description]
}
[Optional: short prose explanation if the return structure needs context.]
| Code | Meaning |
|---|---|
[error_code] |
[Plain English explanation of when this occurs.] |
[Minimal, runnable example showing the most common use case. Use sample data from naming conventions.]
[Repeat the method block for each method in this class or resource group.]