You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All endpoint parameters are keyword-only (except the required `from_date` / `to_date` on the count endpoints). Most accept either a single string or a `list[str]`; lists are comma-joined for the API.
70
71
71
-
See the [NewsData.io documentation](https://newsdata.io/documentation) for the full parameter reference.
72
+
See the [NewsData.io documentation](https://newsdata.io/documentation)— or the [OpenAPI 3.1 spec](https://newsdata.io/openapi.json) — for the full parameter reference.
0 commit comments