Class properties for calling Jiwa API from other application
Hi Everyone,
Is there any way to get all the class properties for API calling from a different application?
I am trying to perform some actions from a different application for POST/GET requests with Jiwa for Product, SalesOrder, etc for that I want to do serialization and deserialization with the appropriate class in my application.
I am not using ServiceStack for API calls I am using the RestSharp client. I can see the ServiceStack DTOs in the localhost:8000/types/csharp and each verb has a different DTO and I don't want to create a separate class for every verb. It makes my work easy if I directly get all the classes instead of checking the swagger docs and creating them manually
Regards
Sameer
Is there any way to get all the class properties for API calling from a different application?
I am trying to perform some actions from a different application for POST/GET requests with Jiwa for Product, SalesOrder, etc for that I want to do serialization and deserialization with the appropriate class in my application.
I am not using ServiceStack for API calls I am using the RestSharp client. I can see the ServiceStack DTOs in the localhost:8000/types/csharp and each verb has a different DTO and I don't want to create a separate class for every verb. It makes my work easy if I directly get all the classes instead of checking the swagger docs and creating them manually
Regards
Sameer