Skip to content
wing328 edited this page Mar 28, 2016 · 38 revisions

Table of contents

GENERAL

How does "tags" affect the generated code?

tags basically groups endpoints into the same API class file. For example, an endpoint with the "store" tags will be generated in the StoreApi class file.

Ref: https://github.com/OAI/OpenAPI-Specification/blob/master/versions/2.0.md#tagObject

Navigation

Codegen Usage

Clone this wiki locally