@@ -97,11 +97,11 @@ results = details("nodeID", "US", "en", False)
9797
9898Only the first argument is required - the node ID of element to look up details for.
9999
100- | | Argument | Type | Required | Default value | Description |
101- | ---| -------------| --------| ----------| ---------------| -------------------------------------------------------|
102- | 1 | ` node_id ` | ` str ` | ** YES** | - | Node ID to look up |
103- | 2 | ` country ` | ` str ` | NO | ` "US" ` | Country to search for offers |
104- | 3 | ` language ` | ` str ` | NO | ` "en" ` | Language of responses |
100+ | | Argument | Type | Required | Default value | Description |
101+ | ---| -------------| --------| ----------| ---------------| -------------------------------------------------------- |
102+ | 1 | ` node_id ` | ` str ` | ** YES** | - | Node ID to look up |
103+ | 2 | ` country ` | ` str ` | NO | ` "US" ` | Country to search for offers |
104+ | 3 | ` language ` | ` str ` | NO | ` "en" ` | Language of responses |
105105| 5 | ` best_only ` | ` bool ` | NO | ` True ` | Determines whether only best offers should be returned |
106106
107107General usage of these arguments matches the [ ` search ` ] ( #search ) command.
@@ -126,11 +126,11 @@ results = offers_for_countries("nodeID", {"US", "UK", "CA"}, "en", True)
126126First two arguments are required - node ID, and set of countries.
127127
128128| | Argument | Type | Required | Default value | Description |
129- | ---| -------------| ------------| :---------| --------------| --------------------------------------------------------|
130- | 1 | ` node_id ` | ` str ` | ** YES** | - | Node ID to look up |
131- | 2 | ` countries ` | ` set[str] ` | ** YES** | - | Set of countries to look up offers for |
132- | 3 | ` language ` | ` str ` | NO | ` "en" ` | Language of responses |
133- | 5 | ` best_only ` | ` bool ` | NO | ` True ` | Determines whether only best offers should be returned |
129+ | ---| -------------| ------------| :---------| --------------- | --------------------------------------------------------|
130+ | 1 | ` node_id ` | ` str ` | ** YES** | - | Node ID to look up |
131+ | 2 | ` countries ` | ` set[str] ` | ** YES** | - | Set of countries to look up offers for |
132+ | 3 | ` language ` | ` str ` | NO | ` "en" ` | Language of responses |
133+ | 5 | ` best_only ` | ` bool ` | NO | ` True ` | Determines whether only best offers should be returned |
134134
135135Usage ` language ` and ` best_only ` arguments matches the [ ` search ` ] ( #search ) command.
136136
0 commit comments