Expand description
Files.com API client core implementation
This module contains the core HTTP client for interacting with the Files.com REST API. It provides authentication handling, request/response processing, and error management.
The client is designed around a builder pattern for flexible configuration and supports both typed and untyped API interactions.
Structsยง
- Files
Client - Files.com API client
- Files
Client Builder - Builder for constructing a FilesClient with custom configuration