Skip to content

Latest commit

 

History

History
executable file
·
24 lines (13 loc) · 373 Bytes

File metadata and controls

executable file
·
24 lines (13 loc) · 373 Bytes

openapi

Available Operations

get_open_api_spec

Returns the openapi specification

Example Usage

import airbyte


s = airbyte.Airbyte()


res = s.openapi.get_open_api_spec()

if res.get_open_api_spec_200_text_plain_binary_string is not None:
    # handle response