get_rest_apis¶
Operation¶
get_rest_apis
async
¶
get_rest_apis(input: GetRestApisInput, plugins: list[Plugin] | None = None) -> GetRestApisOutput
Lists the RestApis resources for your collection.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
input
|
GetRestApisInput
|
An instance of |
required |
plugins
|
list[Plugin] | None
|
A list of callables that modify the configuration dynamically. Changes made by these plugins only apply for the duration of the operation execution and will not affect any other operation invocations. |
None
|
Returns:
| Type | Description |
|---|---|
GetRestApisOutput
|
An instance of |
Input¶
GetRestApisInput
dataclass
¶
Output¶
GetRestApisOutput
dataclass
¶
Contains references to your APIs and links that guide you in how to interact with your collection. A collection offers a paginated view of your APIs.