Documentation

OpenapiSpecApi

OpenapiSpecApi Class Doc Comment

Tags
category

Class

author

Swagger Codegen team

link
https://github.com/swagger-api/swagger-codegen

Table of Contents

$client  : ClientInterface
$config  : Configuration
$headerSelector  : HeaderSelector
__construct()  : mixed
getConfig()  : Configuration
getOrganizationOpenapiSpec()  : object
Operation getOrganizationOpenapiSpec
getOrganizationOpenapiSpecAsync()  : PromiseInterface
Operation getOrganizationOpenapiSpecAsync
getOrganizationOpenapiSpecAsyncWithHttpInfo()  : PromiseInterface
Operation getOrganizationOpenapiSpecAsyncWithHttpInfo
getOrganizationOpenapiSpecWithHttpInfo()  : array<string|int, mixed>
Operation getOrganizationOpenapiSpecWithHttpInfo
createHttpClientOption()  : array<string|int, mixed>
Create http client option
getOrganizationOpenapiSpecRequest()  : Request
Create request for operation 'getOrganizationOpenapiSpec'

Properties

Methods

getOrganizationOpenapiSpec()

Operation getOrganizationOpenapiSpec

public getOrganizationOpenapiSpec(string $organization_id) : object

Return the OpenAPI 2.0 Specification of the organization's API documentation in JSON

Parameters
$organization_id : string

organization_id (required)

Tags
throws
ApiException

on non-2xx response

throws
InvalidArgumentException
Return values
object

getOrganizationOpenapiSpecAsync()

Operation getOrganizationOpenapiSpecAsync

public getOrganizationOpenapiSpecAsync(string $organization_id) : PromiseInterface

Return the OpenAPI 2.0 Specification of the organization's API documentation in JSON

Parameters
$organization_id : string

(required)

Tags
throws
InvalidArgumentException
Return values
PromiseInterface

getOrganizationOpenapiSpecAsyncWithHttpInfo()

Operation getOrganizationOpenapiSpecAsyncWithHttpInfo

public getOrganizationOpenapiSpecAsyncWithHttpInfo(string $organization_id) : PromiseInterface

Return the OpenAPI 2.0 Specification of the organization's API documentation in JSON

Parameters
$organization_id : string

(required)

Tags
throws
InvalidArgumentException
Return values
PromiseInterface

getOrganizationOpenapiSpecWithHttpInfo()

Operation getOrganizationOpenapiSpecWithHttpInfo

public getOrganizationOpenapiSpecWithHttpInfo(string $organization_id) : array<string|int, mixed>

Return the OpenAPI 2.0 Specification of the organization's API documentation in JSON

Parameters
$organization_id : string

(required)

Tags
throws
ApiException

on non-2xx response

throws
InvalidArgumentException
Return values
array<string|int, mixed>

of object, HTTP status code, HTTP response headers (array of strings)

createHttpClientOption()

Create http client option

protected createHttpClientOption() : array<string|int, mixed>
Tags
throws
RuntimeException

on file opening failure

Return values
array<string|int, mixed>

of http client options

getOrganizationOpenapiSpecRequest()

Create request for operation 'getOrganizationOpenapiSpec'

protected getOrganizationOpenapiSpecRequest(string $organization_id) : Request
Parameters
$organization_id : string

(required)

Tags
throws
InvalidArgumentException
Return values
Request

Search results