Skip to content

Commit

Permalink
feat(nbia.py): add docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
Jermiah committed Dec 16, 2023
1 parent b276ff1 commit ffaa2f3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/nbiatoolkit/nbia.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ class NBIAClient:
The NBIAClient class is a wrapper around the NBIA REST API. It provides
methods to query the API and download series.
The default authentication uses the guest account. If you have a username
and password, you can pass them to the constructor.
TODO:: Add docstring
FIXME:: logger prints duplicate logs if you instantiate the class more
than once
Expand Down

0 comments on commit ffaa2f3

Please sign in to comment.