BaseAPI
The BaseAPI
class provides a foundation for making HTTP requests and handling session configurations. It serves as a base class, enabling derived classes to perform core API interactions and data exchange.
Methods
Name | Description |
---|---|
SetUrl(url) | Sets the API URL for requests. |