Skip to content

Commit 60aa5a3

Browse files
Add all missing functions to "Usage" introduction in README.md
Also, add links to all sections for each of those functions.
1 parent 56f502f commit 60aa5a3

1 file changed

Lines changed: 10 additions & 6 deletions

File tree

README.md

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -47,12 +47,16 @@ pip install simple-justwatch-python-api
4747

4848
## Usage
4949

50-
This Python API has 3 functions:
51-
52-
- `search` - search for entries based on title
53-
- `details` - get details for entry based on its node ID
54-
- `offers_for_countries` - get offers for entry based on its node ID, can look for offers
55-
in multiple countries
50+
This Python API has multiple functions:
51+
52+
- [`search`](#search) - search for entries based on title
53+
- [`popular`](#popular) - get a list of currently popular titles
54+
- [`details`](#details) - get details for entry based on its node ID
55+
- [`seasons`](#seasons) - get information about all seasons of a show
56+
- [`episodes`](#episodes) - get information about all episodes of a season
57+
- [`offers_for_countries`](#offers-for-countries) - get offers for entry based on its node ID,
58+
can look for offers in multiple countries
59+
- [`providers`](#providers) - get data about available providers (e.g., Netflix)
5660

5761
Detailed documentation is available in https://electronic-mango.github.io/simple-justwatch-python-api/.
5862

0 commit comments

Comments
 (0)