Hi,
I am trying to run this simple code to fetch data from a dataset on the domo instance.
but i am getting the following error.
AttributeError: 'Domo' object has no attribute 'ds_get'
I am not sure what i am doing wrong.
Can someone help with this. I am pretty new to python and API's
from pydomo import Domo
clid = 'XXXX'
secret = 'XXXX'
domo = Domo(clid, secret, api_host='api.domo.com')
ad = domo.ds_get('XXXX')
ad