API Reference
Serialization
Key Inflection
All responses use camelCase
for member names by default. However, you can override how member names are formatted by providing an additional Key-Inflection: <inflection>
header to the request.
The Terminal API currently accepts the following inflections:
Inflection | Example | Default |
---|---|---|
camel | camelCase | ✅ |
kebab | kebab-case | |
pascal | PascalCase | |
snake | snake_case |