Skip to content

Commit

Permalink
add task from issue #4
Browse files Browse the repository at this point in the history
  • Loading branch information
wchistow committed Jul 4, 2023
1 parent 193579c commit d887336
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions TODO.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@
+ [ ] remove argument `api_key` of method `Site.__init__` and add `access_token` and `auth_token` arguments to it. Also, add usage of these arguments to method `Site.get`;
+ [X] sort constants in file `src/pystackapi/sites.py` by alphabet order;
+ [X] change type of return value in method `Site.get` and, also in `Site.get_*` from `dict` to subclass of `typing.TypedDict`;
+ [ ] add more examples to directory `examples/`;

*when you're done any of these tasks, replace `[ ]` in start of line with this task to `[X]`.*

0 comments on commit d887336

Please sign in to comment.