English
Appearance
Callback executed after parsing a method as an API endpoint.
api.method.parse.after=groovy:''' logger.info("Parsed method: " + it.name() + " " + it.httpMethod() + " " + it.path()) '''
The it object is the parsed method with its API information.
it