openapp-sdk-core 0.1.61

Core of the OpenApp SDK: HTTP transport, auth, retries, telemetry, and per-resource sub-clients reused by every language SDK.
Documentation
1
2
3
4
5
6
7
8
9
10
# openapp-sdk-core

Core runtime crate for OpenApp SDK behavior shared across language bindings.

- Client construction and request execution flow
- Authentication wiring and retry policy
- Resource-oriented API surface used by higher-level SDK packages

This crate centralizes behavior so language SDKs stay thin wrappers around one
implementation path.