Skip to content

OpenAPI document has no endpoint descriptions #154

Closed
@calebkiage

Description

@calebkiage

The OpenAPI document generated from the microsoft graph API has descriptions for HTTP actions (e.g. GET, POST) but no descriptions for the actual endpoints. The specific use case where these descriptions would be useful is when generating a CLI from the OpenAPI file using kiota. The help docs for CLI commands would come from the descriptions.

Example:
Given an endpoint /users/messages with an action GET, the CLI would have the command structure [cli] users messages list. Users could then get help descriptions when they call [cli] users messages list -h but not [cli] users -h or [cli] users messages -h.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions