From 2354dabea5fbf56fe9816e60f97bf44725b2920c Mon Sep 17 00:00:00 2001 From: Austin Chen Date: Thu, 13 Oct 2022 18:51:41 -0700 Subject: [PATCH 1/2] Point to a more up-to-date Typescript client --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6c38b9a7..45248e67 100644 --- a/README.md +++ b/README.md @@ -86,7 +86,7 @@ protobuf definition to compile stubs for your language: ## Community-contributed clients -* Typescript client: https://github.com/jakiestfu/stability-ts +* Typescript client: https://github.com/vpzomtrrfrt/stability-client * Guide to building for Ruby: https://github.com/kmcphillips/stability-sdk/blob/main/src/ruby/README.md ## DreamStudio API TOS From 4971621708ea7615cc1d60b05ecf65eda64d971c Mon Sep 17 00:00:00 2001 From: Austin Chen Date: Mon, 17 Oct 2022 14:57:20 -0700 Subject: [PATCH 2/2] Link to both stability-ts and stability-client Co-authored-by: chigozienri --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 45248e67..5e093db6 100644 --- a/README.md +++ b/README.md @@ -86,6 +86,7 @@ protobuf definition to compile stubs for your language: ## Community-contributed clients +* Typescript client: https://github.com/jakiestfu/stability-ts (note: currently broken) * Typescript client: https://github.com/vpzomtrrfrt/stability-client * Guide to building for Ruby: https://github.com/kmcphillips/stability-sdk/blob/main/src/ruby/README.md