The definition file of OpenAPI Specification (formerly Swagger) is often used to generate documents. However, there are various other uses as well as that. Tests and validation, for example.
Furthermore, if you use AutoRest, SDK is generated for various programming languages. This is a function you can not miss.
How to use AutoRest
It is an execution example. C # code was generated.
You can also generate Ruby code just by adding more specifications.
AutoRest deals with C #, Go, Java, node, TypeScript, Python, Ruby and PHP. If you support this programming language at first it will not be a problem (I also want Swift). There is also a similar project called SwaggerCodegen, but AutoRest supports the OpenAPI Specification, which is an advantage.
AutoRest is open source software (MIT License) made by node / JavaScript.
No comments:
Post a Comment