Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
joeyagreco committed Feb 20, 2024
1 parent 0505d59 commit a839f07
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,15 @@ Use the package manager [pip](https://pip.pypa.io/en/stable/) to install.
pip install hn-sdk
```

### Get an Item by ID
```python
from hn_sdk.client.v0.client import get_item_by_id

print(get_item_by_id(8863))
```
```sh
```

## Development

### Install Dependencies
Expand Down

0 comments on commit a839f07

Please sign in to comment.