File tree Expand file tree Collapse file tree 1 file changed +2
-14
lines changed
Expand file tree Collapse file tree 1 file changed +2
-14
lines changed Original file line number Diff line number Diff line change @@ -109,20 +109,8 @@ def configure(self, configuration):
109109 """
110110 Configure a custom list (https://tranco-list.eu/configure).
111111 Requires that valid credentials were passed when creating the `Tranco` object.
112- :param configuration: dictionary that conforms to the following schema
113- (https://tranco-list.eu/api_documentation#datatypes-configuration):
114- ```
115- {
116- "providers": [
117- String("alexa"|"majestic"|"umbrella")
118- ],
119- "startDate": Date(YYYY-mm-dd),
120- "endDate": Date(YYYY-mm-dd),
121- "combinationMethod": String("dowdall"|"borda"),
122- "listPrefix": Integer|"full", # Only aggregate domains from the list prefixes of length
123- "filterPLD": "on"|"off" # Whether to retain only pay-level domains
124- }
125- ```
112+ :param configuration: dictionary that conforms to the schema at
113+ https://tranco-list.eu/api_documentation#datatypes-configuration
126114 :return Tuple[bool, str]: whether the list is already available; the ID (to be) assigned to this list.
127115 Use `list_metadata` with this ID to (continuously) check whether the list has finished generating
128116 and is now available.
You can’t perform that action at this time.
0 commit comments