Please check if the PR fulfills these requirements
[ ] Tests for the changes have been added (for bug fixes/features)
[x] Docs have been added/updated (for bug fixes/features)
[x] I have included in this PR's description the statement closes #149
What kind of change does this PR introduce? (Bug fix, feature, docs update, ...)
This PR makes all API methods async and replaces all method parameters with **kwargs
What is the current behavior? (You can also link to an open issue here)
Methods are not async and have predefined properties
What is the new behavior (if this is a feature change)?
Methods are async and taken in keyword arguments
Does this PR introduce a breaking change? (What changes might users need to make in their application due to this PR?)
This PR does not introduce any breaking changes.
Other information:
This PR closes #149 and references #148
@ht-thomas is this all or do you want other module objects to have properties in _init.py replaced with kwargs?
@kallyas
Please check if the PR fulfills these requirements
[ ] Tests for the changes have been added (for bug fixes/features)
[x] Docs have been added/updated (for bug fixes/features)
[x] I have included in this PR's description the statement
closes #149
What kind of change does this PR introduce? (Bug fix, feature, docs update, ...) This PR makes all API methods async and replaces all method parameters with **kwargs
What is the current behavior? (You can also link to an open issue here) Methods are not async and have predefined properties
What is the new behavior (if this is a feature change)? Methods are async and taken in keyword arguments
Does this PR introduce a breaking change? (What changes might users need to make in their application due to this PR?) This PR does not introduce any breaking changes.
Other information:
This PR closes #149 and references #148 @ht-thomas is this all or do you want other module objects to have properties in _init.py replaced with kwargs? @kallyas