Replies: 2 comments 6 replies
-
I was thinking on that but the problem there so many changes that @NSwag with keep over write it If more on this idea we can do that |
Beta Was this translation helpful? Give feedback.
4 replies
-
In my opinion, even if we use Swagger CodeGen to generate the SDK, we must first understand the return values of the SP-API before we can use it. In fact, the SP-API is not modified frequently, so I think there is no problem with our current approach, and we should focus on how to promote more developers to participate in this open-source library. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
First the project is very clean and well structured.
The main thought is to auto generate using nswag/msbuild the Amazon Models using their json.
I would like to extract the models to a separate project or even solution and referenced by the API project and if needed to autogenerate them on changes from amazon.
Beta Was this translation helpful? Give feedback.
All reactions