Module client

Module client 

Source
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ยง

FilesClient
Files.com API client
FilesClientBuilder
Builder for constructing a FilesClient with custom configuration