Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-kn committed Oct 31, 2020
1 parent 3cee1af commit f0d5c7b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,10 @@ balances = client.get_all_balances()
print(balances['values'])
```

It is also possible to send a GET request to a self defined endpoint, for example:

```python
client.get('reports/participants/user/v1/allbalances', productType='ACCOUNT')
```

More information about the official API can be found at https://developer.comdirect.de
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="comdirect-api-simple",
version="0.0.7",
version="0.0.8",
author="Alexander Knittel",
author_email="[email protected]",
description="A package for read operations for the comdirect API",
Expand Down

0 comments on commit f0d5c7b

Please sign in to comment.