You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Even though their functions are same, each client api has different usages since each programming language has its own syntax and conventions.
Statically-typed languages such as Java has automatic api generators (javadoc) but in dynamically-typed languages users will have to look at the source code in order to use client libraries since there won't be any example of how the client library can be used.
It would be nice to generate documentations for client libraries that are also generated by swagger-codegen. The generated documentation will actually be similar to API documentation, except it will demonstrate constructing objects, passing parameters and executing queries.
The text was updated successfully, but these errors were encountered:
Currently, it uses custom template files and have swagger-codegen dependency in order to generate example usage section of Slate for different languages.
Even though their functions are same, each client api has different usages since each programming language has its own syntax and conventions.
Statically-typed languages such as Java has automatic api generators (javadoc) but in dynamically-typed languages users will have to look at the source code in order to use client libraries since there won't be any example of how the client library can be used.
It would be nice to generate documentations for client libraries that are also generated by swagger-codegen. The generated documentation will actually be similar to API documentation, except it will demonstrate constructing objects, passing parameters and executing queries.
The text was updated successfully, but these errors were encountered: