import osfrom channel3_sdk import Channel3client = Channel3( api_key=os.environ.get("CHANNEL3_API_KEY"), # This is the default and can be omitted)website = client.websites.find( query="query",)print(website.id)
import osfrom channel3_sdk import Channel3client = Channel3( api_key=os.environ.get("CHANNEL3_API_KEY"), # This is the default and can be omitted)website = client.websites.find( query="query",)print(website.id)