English
Appearance
Callback executed before exporting to YApi.
yapi.export.before=groovy:``` logger.info("Exporting " + it.size() + " APIs to YApi") ```
The it object contains the list of APIs being exported.
it