From 75550a9bf092b5c4d1d9a776c23e5e02cd88c648 Mon Sep 17 00:00:00 2001 From: Mark Phelps <209477+markphelps@users.noreply.github.com> Date: Sat, 22 Jun 2024 11:49:03 -0400 Subject: [PATCH 1/2] chore: add csharp sdk to docs Signed-off-by: Mark Phelps <209477+markphelps@users.noreply.github.com> --- integration/server/grpc.mdx | 2 +- integration/server/rest.mdx | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/integration/server/grpc.mdx b/integration/server/grpc.mdx index 2cfdf28..1d5c5f7 100644 --- a/integration/server/grpc.mdx +++ b/integration/server/grpc.mdx @@ -31,7 +31,7 @@ For server-side applications, Flipt provides a GRPC API for evaluating flags. Th diff --git a/integration/server/rest.mdx b/integration/server/rest.mdx index ad35cf1..8c5f5c6 100644 --- a/integration/server/rest.mdx +++ b/integration/server/rest.mdx @@ -60,6 +60,14 @@ For server-side applications, Flipt provides a REST API for evaluating flags. Th color="#4c8abe" > Evaluate flags in your PHP applications + + + Evaluate flags in your .NET applications Date: Sat, 22 Jun 2024 17:15:26 -0400 Subject: [PATCH 2/2] chore: fmt Signed-off-by: Mark Phelps <209477+markphelps@users.noreply.github.com> --- integration/server/rest.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration/server/rest.mdx b/integration/server/rest.mdx index 8c5f5c6..23bd7ac 100644 --- a/integration/server/rest.mdx +++ b/integration/server/rest.mdx @@ -61,7 +61,7 @@ For server-side applications, Flipt provides a REST API for evaluating flags. Th > Evaluate flags in your PHP applications -