Skip to content

1.1.0 Request Wrappers

Guilherme Branco Stracini edited this page Oct 8, 2023 · 5 revisions

The SDK implements four request wrappers, with predefined operations/methods.

These wrappers simplify the execution of the operations, using parameters and opinionated behaviour on these calls.

Wrapper Acronym Description
Know Services KSRW Implements all known services described below, with predefined parameters.
On Demand ODRW Manages the request by reusing the authentication flow.
Paged PRW Retrieve data using pagination.
Simple CRUD SCRW CRUD operations made easy.