openapi icon indicating copy to clipboard operation
openapi copied to clipboard

Wechaty REST API Server with OpenAPI Specification (aka. Swagger)

Results 13 openapi issues
Sort by recently updated
recently updated
newest added

What I want to do is: ```proto rpc DirtyPayload (puppet.DirtyPayloadRequest) returns (puppet.DirtyPayloadResponse) { option (google.api.http) = { additional_bindings { put: "/message/{id}/dirty" default_value: type=PAYLOAD_TYPE_MESSAGE } additional_bindings { put: "/contacts/{id}/dirty default_value: type=PAYLOAD_TYPE_CONTACT...

enhancement