[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The latest version available for `HttpRequestFormatter` is 2.63.1, with many other previous versions listed and accessible."],["`HttpRequestFormatter` is an interface that helps create parts of HTTP requests from a parameterized message in the context of the provided information."],["This interface provides methods to retrieve the path template, additional path templates, query parameters, and request body based on the API message."],["The interface defines multiple methods such as `getPath`, `getPathTemplate`, `getQueryParamNames`, and `getRequestBody`, all which require an `apiMessage` parameter of type `MessageFormatT`."],["The `getAdditionalPathTemplates()` method provides alternative path templates for endpoint URL paths and returns a List of `PathTemplate` objects."]]],[]]