The x-fern-parameter-name extension allows you to customize the variable names of parameters in your generated SDKs.
In the example below, the header X-API-Version is renamed to version in the
generated SDK. The rename makes the SDK more human readable.
In the example below, the query parameter q is renamed to search_terms in the
generated SDK. The rename makes the parameter more approachable for end users.
In the example below, the path parameter userId is renamed to id in the
generated SDK. The rename makes the SDK less verbose.