from meibelai import Meibelai import os with Meibelai( api_key_header=os.getenv("MEIBELAI_API_KEY_HEADER", ""), ) as m_client: res = m_client.datasources.get_dataelement(datasource_id=631410, dataelement_id=770240) # Handle response print(res)
"<any>"
Successful Response
The response is of type any.
any