Skip to content

Generating documentation for client libraries #1387

@buremba

Description

@buremba

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions