Skip to content

Commit 33cd816

Browse files
committed
Add OpenAPI 3.1 spec link to README
1 parent be7c292 commit 33cd816

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
[![PyPI](https://img.shields.io/pypi/v/newsdataapi?color=084298)](https://pypi.org/project/newsdataapi)
1010
[![PyPI - Downloads](https://img.shields.io/pypi/dm/newsdataapi)](https://pypi.org/project/newsdataapi)
1111
[![Supported Python versions](https://img.shields.io/pypi/pyversions/newsdataapi)](https://pypi.org/project/newsdataapi)
12+
[![OpenAPI](https://img.shields.io/badge/OpenAPI-3.1-85EA2D)](https://newsdata.io/openapi.json)
1213

1314
</div>
1415

@@ -68,7 +69,7 @@ finally:
6869

6970
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.
7071

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.
7273

7374
## Three ways to consume an endpoint
7475

0 commit comments

Comments
 (0)