Usage GuideΒΆ
This section provides detailed information on how to use the varvis-connector package, both through its command-line interface (CLI) and its Python API.
Usage:
The package provides two main ways to interact with the Varvis API:
Command-line Interface (CLI): A command-line tool called
varvis_connectorthat allows you to interact with the Varvis API directly from the terminal.Python API: A Python client implementation that you can use in your own Python code to interact with the Varvis API programmatically.
Choose the approach that best fits your needs. If you need to quickly retrieve data from the Varvis API, the CLI might be the most convenient option. If you need to integrate Varvis API calls into a larger Python application, the Python API is the way to go.