Hey, so I'm happy with my python/swagger connexion server, but I can't seem to get the python client sdk's to work. I keep getting 404 errors. Documentation on using/setting up client sdk's generated from swagger seems to be missing unless I'm looking in the wrong place. Can anyone direct me to an example of using client-side python sdk's from swagger? I can hit the endpoints using:
swagger_client.ApiClient(<base_url>).request(method='POST', url=<my_url>, body=ApiModelObject.to_dict()) but I can't get the nicer object interface to work... -- 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.
