Assuming you’re using the ApiClient which is bundled in Codegen (and Java), you would not use API client directly, rather let the codegen call the API for you and return the response models.
> On Nov 6, 2016, at 11:19 PM, Hagar Tal <[email protected]> wrote: > > Hi, > i am using Swagger client so i have the ApiClient. > in my server side i am returning Response object and i am adding information > by using ResponseBuilder object entity method and build method. > now i am trying to get this information in the client side by using the > ApiClient. > but i can not find the way to get this data. > My question is: how can i get the rest response body using ApiClient of > swagger? > > -- > You received this message because you are subscribed to the Google Groups > "Swagger" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected] > <mailto:[email protected]>. > For more options, visit https://groups.google.com/d/optout > <https://groups.google.com/d/optout>. -- You received this message because you are subscribed to the Google Groups "Swagger" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
