Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 568 Bytes

generate-sdk-via-url-request.md

File metadata and controls

23 lines (15 loc) · 568 Bytes

Generate Sdk Via Url Request

Structure

GenerateSdkViaUrlRequest

Fields

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.

Example (as JSON)

{
  "url": "http://petstore.swagger.io/v2/swagger.json",
  "template": "CS_NET_STANDARD_LIB"
}