paws.networking (version 0.1.6)

apigateway_get_rest_apis: Lists the RestApis resources for your collection

Description

Lists the RestApis resources for your collection.

Usage

apigateway_get_rest_apis(position, limit)

Arguments

position

The current pagination position in the paged result set.

limit

The maximum number of returned results per page. The default value is 25 and the maximum value is 500.

Request syntax

svc$get_rest_apis(
  position = "string",
  limit = 123
)