From 78cf7ca1c8b0e6113b27ce3f1a918171945b96fb Mon Sep 17 00:00:00 2001 From: xfarrow Date: Mon, 18 Sep 2023 06:45:52 +0000 Subject: [PATCH] Update README.md --- secret-apis/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/secret-apis/README.md b/secret-apis/README.md index 43c4460..6ca00f1 100644 --- a/secret-apis/README.md +++ b/secret-apis/README.md @@ -1,6 +1,6 @@ # Secret APIs Tapo cameras provide undocumented APIs we can use to control them (simulating the use of their official app). -You can download my [Insomnia](https://github.com/Kong/insomnia) API collection [at this link](https://github.com/xfarrow/tapo-camera/blob/main/secret-apis/TapoCameraAPIs.yaml). The collection is not complete yet. +You can download my [Insomnia](https://insomnia.rest/) API collection [at this link](https://github.com/xfarrow/tapo-camera/blob/main/secret-apis/TapoCameraAPIs.yaml). The collection is not complete yet. I am writing this collection also by giving a look at the code of the awesome project [pytapo](https://github.com/JurajNyiri/pytapo).