import osfrom gcore import Gcoreclient = Gcore( api_key=os.environ.get("GCORE_API_KEY"), # This is the default and can be omitted)waap_domain_settings_model = client.waap.domains.settings.get( 1,)print(waap_domain_settings_model.api)
import osfrom gcore import Gcoreclient = Gcore( api_key=os.environ.get("GCORE_API_KEY"), # This is the default and can be omitted)waap_domain_settings_model = client.waap.domains.settings.get( 1,)print(waap_domain_settings_model.api)