Open Resource Discovery (ORD) is a protocol that allows applications and services to self-describe their exposed resources and capabilities. This plugin enables generation of ORD document for CAP based applications.
Apache License 2.0
3
stars
4
forks
source link
Fix: add error handling when custom.ord.json doesn't exist #86
If there is no custom.ord.json filed existed, there will be throw an error:
Cannot find module....
, we need to reflect more clear error message.