data.world-py icon indicating copy to clipboard operation
data.world-py copied to clipboard

Update README.rst

Open brettandersonddw opened this issue 5 years ago • 0 comments

An ApiClient instance is done by calling the api_client() function within the datadotworld module: import datadotworld as dw client = dw.api_client()

currently the README treats api_client as though it's a property. when we run import datadotworld as dw client = dw.api_client client.get_user_data() we receive the response: AttributeError: 'function' object has no attribute 'get_user_data'

brettandersonddw avatar Feb 25 '20 23:02 brettandersonddw