Gets the adapter instance used for API communication.
The configured adapter instance
Static
getStatic
initializeInitializes the Fluentity singleton instance. Must be called before using any other Fluentity functionality.
Optional
options: FluentityOptionsConfiguration options for Fluentity
The initialized Fluentity instance
Main Fluentity class that manages API communication. Implements the singleton pattern to ensure a single instance is used throughout the application. Handles adapter management and provides a central point for API communication.
Example