Skip to content

Commit

Permalink
add task to TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
wchistow committed Jul 16, 2023
1 parent 1e43863 commit fe1e363
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 @@ -20,5 +20,6 @@
+ [ ] `get_post(self, c_id: int, **kwargs: Any) -> Item | None`;
+ [ ] `get_suggested_edits(self, **kwargs: Any) -> list[Item]` - API method `suggested-edits/`;
+ [X] `IndexError` raises in methods `Site.get_<singular>`, when there is no items in response;
+ [ ] add constant `API_VERSION` to file `tests/test_client/__init__.py` and usage of it to tests.

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

0 comments on commit fe1e363

Please sign in to comment.