Module: Smplkit::ApiSupport

Defined in:
lib/smplkit/api_support.rb

Overview

Ruby-internal adapters bridging the generated client layer to the wrapper.

Defined Under Namespace

Modules: ErrorMapping, PaginatedFetch, ResourceShim

Constant Summary collapse

RUNTIME_PAGE_SIZE =

Default page the runtime asks for when walking a list endpoint to completion. The platform caps page at 1000; using the same value here makes the minimum number of round-trips per exhaustive fetch.

1000