We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ad009a commit dff96d3Copy full SHA for dff96d3
wikipedia/wikipedia_scratcher.py
@@ -41,6 +41,7 @@ def get_wiki_langs():
41
"""
42
return pd.read_csv(f"{PATH_WORK_DIR}/language-codes_csv.csv")
43
44
+
45
def get_request_url(lang="en"):
46
"""Provides the API Endpoint URL for specified parameter combinations.
47
0 commit comments