From 3563935fa01d88ee5c2609d448515e31b7f9e2ea Mon Sep 17 00:00:00 2001 From: ELLIOTTCABLE Date: Thu, 5 Dec 2024 02:19:22 -0600 Subject: [PATCH] docs: mention another reverse-engineered SDK in the README (#208) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 56219e4..b39e968 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ things.edit(todo) ### Similar projects -none that I know of +- @nicolai86's Go [`things-cloud-sdk`](https://github.com/nicolai86/things-cloud-sdk); it's also a work-in-progress, relying on reverse engineering the requests on the wire ### Disclaimer