You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ServiceStack's [Add ServiceStack Reference](https://docs.servicestack.net/add-servicestack-reference)gives your APIs instant typed DTOs for the most popular Web, Mobile and Desktop languages out-of-the-box:
186
186
187
-
| Language | Client Library | Generate DTO Command |
187
+
| Language | Client Library | Generate DTOs Command |
One API definition, 11 typed clients - all generated automatically.
201
+
One API definition, 11 typed clients - all generated automatically.
202
+
203
+
Unlike other platforms that generate typed integrations, ServiceStack's [message-based design](https://docs.servicestack.net/advantages-of-message-based-web-services) only requires generating your Server DTOs in each language — resulting in dramatically less generated code, simpler integrations, and a single reusable JsonServiceClient that works across all ServiceStack APIs.
0 commit comments