Skip to content

VCSP Client usage

This is an example of how to use the VCSP client:

Check if the API is alive

from vericlient import VcspClient

client = VcspClient(apikey="your_api_key")

print(f"Alive: {client.alive()}")