1. Set up the python-MCS-SDK
Last updated
Last updated
from swan_mcs import APIClient
import logging
# Set logging level to be sure that you can see the info level message
logging.basicConfig(level=logging.INFO)
# Let's initialize the Python-MCS-SDK
mcs_api = APIClient("<API_KEY>")from swan_mcs import BucketAPI
# Init bucket client
bucket_client = BucketAPI(mcs_api)