API list
API list
API name value calculate:
- If the method uses swagger annotation @io.swagger.annotations.ApiOperation, then take the value of the annotation
- If there is no swagger annotation, then take the java Doc description of the method.
- If the two above do not match, return New Request.
API name value supports modification.