From f3ee341a0bb81eebbfccd9e0deacca8880dff71b Mon Sep 17 00:00:00 2001 From: Hugo Haas Date: Sun, 26 Jul 2026 15:51:51 -0500 Subject: [PATCH] docs: link published API docs at top of README Point readers straight at the hosted Redoc page instead of only surfacing it in the deeper "Interactive API docs" section. Co-Authored-By: Claude Sonnet 5 --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 534432d..80beda0 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,9 @@ An HTTP interface for controlling Apple TVs, built on top of [pyatv](https://github.com/postlund/pyatv). +Please refer to the [API documentation](https://hugoh.github.io/pyatv-http/) +for the full, up-to-date list of endpoints and schemas. + ## Features - `GET //power-state` — reads the current power state without changing it.