Skip to content

Conversation

@brettandersonddw
Copy link

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'

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'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants