adessoDpd 1602942292
[Wsdl] Adding cli-option for generating different versions of WSDL-files regarding Media type versioning (content negotiation) (#12206)
* add wsdl version generation

* add option to use specified operationId

* update samples

* update cli description
2022-04-24 15:29:09 +08:00

1.1 KiB

PSPetstore.PSPetstore\Api.PSDefaultApi

All URIs are relative to http://petstore.swagger.io:80/v2

Method HTTP request Description
Invoke-PSFooGet GET /foo

Invoke-PSFooGet

InlineResponseDefault Invoke-PSFooGet

Example


try {
    $Result = Invoke-PSFooGet
} catch {
    Write-Host ("Exception occurred when calling Invoke-PSFooGet: {0}" -f ($_.ErrorDetails | ConvertFrom-Json))
    Write-Host ("Response headers: {0}" -f ($_.Exception.Response.Headers | ConvertTo-Json))
}

Parameters

This endpoint does not need any parameter.

Return type

InlineResponseDefault (PSCustomObject)

Authorization

No authorization required

HTTP request headers

  • Content-Type: Not defined
  • Accept: application/json

[Back to top] [Back to API list] [Back to Model list] [Back to README]