client library

Public runtime surface for generated Spry clients.

Classes

BaseSpryClient
Minimal runtime base for generated Spry clients.
ClientRoutes
Shared base for generated route helper types.
Headers
Oxy
OxyConfig
Request
Native request contract shell aligned with the MDN Request surface.
RequestInit
Initialization options for Request, aligned with the MDN Fetch RequestInit surface.
Response
URLSearchParams
Query parameter collection compatible with the MDN URLSearchParams model.

Enums

HttpMethod
Standard HTTP methods used by both client and server side APIs.

Typedefs

BodyInit = Object?
Constructor input accepted by body implementations.