@@ -38,7 +38,7 @@ Install the `ServiceStack.Client` NuGet package:
3838Download AI Server's C# DTOs with [ x dotnet tool] ( https://docs.servicestack.net/dotnet-tool ) :
3939
4040::: copy
41- x csharp https://openai.servicestack.net
41+ ` x csharp https://openai.servicestack.net `
4242:::
4343
4444Call API by sending ` OpenAiChatCompletion ` Request DTO with ` JsonApiClient ` :
@@ -69,7 +69,7 @@ npm install @servicestack/client
6969Download AI Server's TypeScript DTOs:
7070
7171::: copy
72- npx get-dtos typescript https://openai.servicestack.net
72+ ` npx get-dtos typescript https://openai.servicestack.net `
7373:::
7474
7575Call API by sending ` OpenAiChatCompletion ` Request DTO with JsonServiceClient:
@@ -110,7 +110,7 @@ Define an Import Map referencing its saved location
110110Download AI Server's ESM JavaScript DTOs:
111111
112112::: copy
113- npx get-dtos mjs https://openai.servicestack.net
113+ ` npx get-dtos mjs https://openai.servicestack.net `
114114:::
115115
116116Call API by sending ` OpenAiChatCompletion ` Request DTO with JsonServiceClient:
@@ -143,7 +143,7 @@ pip install servicestack
143143Download AI Server's Python DTOs:
144144
145145::: copy
146- npx get-dtos python https://openai.servicestack.net
146+ ` npx get-dtos python https://openai.servicestack.net `
147147:::
148148
149149Call API by sending ` OpenAiChatCompletion ` Request DTO with JsonServiceClient:
@@ -174,7 +174,7 @@ servicestack: ^3.0.1
174174Download AI Server's Dart DTOs:
175175
176176::: copy
177- npx get-dtos dart https://openai.servicestack.net
177+ ` npx get-dtos dart https://openai.servicestack.net `
178178:::
179179
180180Call API by sending ` OpenAiChatCompletion ` Request DTO with JsonServiceClient:
@@ -208,7 +208,7 @@ Include `servicestack/client` package in your projects `composer.json`:
208208Download AI Server's PHP DTOs:
209209
210210::: copy
211- npx get-dtos php https://openai.servicestack.net
211+ ` npx get-dtos php https://openai.servicestack.net `
212212:::
213213
214214Call API by sending ` OpenAiChatCompletion ` Request DTO with JsonServiceClient:
@@ -246,7 +246,7 @@ implementation 'net.servicestack:client:1.1.3'
246246Download AI Server's Java DTOs:
247247
248248::: copy
249- npx get-dtos java https://openai.servicestack.net
249+ ` npx get-dtos java https://openai.servicestack.net `
250250:::
251251
252252Call API by sending ` OpenAiChatCompletion ` Request DTO with JsonServiceClient:
@@ -279,7 +279,7 @@ implementation 'net.servicestack:client:1.1.3'
279279Download AI Server's Kotlin DTOs:
280280
281281::: copy
282- npx get-dtos kotlin https://openai.servicestack.net
282+ ` npx get-dtos kotlin https://openai.servicestack.net `
283283:::
284284
285285Call API by sending ` OpenAiChatCompletion ` Request DTO with JsonServiceClient:
@@ -316,7 +316,7 @@ dependencies: [
316316Download AI Server's Swift DTOs:
317317
318318::: copy
319- npx get-dtos swift https://openai.servicestack.net
319+ ` npx get-dtos swift https://openai.servicestack.net `
320320:::
321321
322322Call API by sending ` OpenAiChatCompletion ` Request DTO with JsonServiceClient:
@@ -350,7 +350,7 @@ Install the `ServiceStack.Client` NuGet package:
350350Download AI Server's F# DTOs with [ x dotnet tool] ( https://docs.servicestack.net/dotnet-tool ) :
351351
352352::: copy
353- x fsharp https://openai.servicestack.net
353+ ` x fsharp https://openai.servicestack.net `
354354:::
355355
356356Call API by sending ` OpenAiChatCompletion ` Request DTO with ` JsonApiClient ` :
@@ -384,7 +384,7 @@ Install the `ServiceStack.Client` NuGet package:
384384Download AI Server's VB.NET DTOs with [ x dotnet tool] ( https://docs.servicestack.net/dotnet-tool ) :
385385
386386::: copy
387- x vbnet https://openai.servicestack.net
387+ ` x vbnet https://openai.servicestack.net `
388388:::
389389
390390Call API by sending ` OpenAiChatCompletion ` Request DTO with ` JsonApiClient ` :
0 commit comments