Index Reference Md

Index an SDK repository's reference.md file.

Path parameters

domainstringRequired

Request

This endpoint expects an object.
urlstringRequiredformat: "uri">=1 character<=2083 characters

The GitHub repository URL (e.g., https://github.com/owner/repo)

Response

Successful Response
method_headerstring

The header of the method or function, e.g., ‘def foo(bar):’

languagestring or null
The language of the code snippet
descriptionstring or null
A description of what the method does
usagestring or null
A code snippet showing how to use the method
parameterslist of strings or null
A list of parameter names for the method

Errors