GenerateSdkViaUrlRequest
Name | Type | Tags | Description |
---|---|---|---|
url |
string |
Required | The URL for the API specification file. Note: This URL should be publicly accessible. |
template |
Platforms |
Required | The structure contains platforms that APIMatic CodeGen can generate SDKs and Docs in. |
{
"url": "http://petstore.swagger.io/v2/swagger.json",
"template": "CS_NET_STANDARD_LIB"
}