StefH / RestEase-Client-Generator

A Visual Studio Extension to generate a RestEase compatible client based on a Swagger / OpenAPI specification files
MIT License
24 stars 6 forks source link

Some issues with naming and other feedback... #22

Open netclectic opened 3 years ago

netclectic commented 3 years ago

I tried to generate a client for the Jira api - https://developer.atlassian.com/cloud/jira/platform/swagger-v3.v3.json

Its a bit of a beast and throws up some issues that would be nice if they could be handled...

That's as far as I've got just now to get to the point of a solution that builds, I'll try and give some more feedback as I try to get to a working solution.

StefH commented 3 years ago

Hello @netclectic, thank you for the analysis. I'll check the code and see if this can be updated.

(Do you use the VS plugin or the NuGet?)

StefH commented 2 years ago

@netclectic

I did some large refactoring in the code to support the Azure Rest API's and I'm also looking into your issue here.

Fixed

Pending

More details ; see https://github.com/StefH/RestEase-Client-Generator/tree/jira