Editor
how the stub panel work of ApiHug Api design Copilot.
How to use the stub panel of ApiHug Api design Copilot
Assemble
tabhope-stub.json
Please refer: apihug-full-demo hope-stub.json
{
"packageName": "com.apihug.demo.external",
"name": "demo-external",
"domain": "external",
"proto": {
"artifact": {
"groupId": "com.apihug",
"artifactId": "demo-external-proto",
"version": "0.1.1-SNAPSHOT"
},
"module": "demo-external-proto",
"domain": "external",
"applied": true
},
"dependencies": [
{
"artifact": {
"groupId": "com.apihug",
"artifactId": "demo-order-proto",
"version": "0.1.2-RELEASE"
},
"module": "demo-order-proto",
"domain": "order",
"applied": true,
"serviceIncludeOperations": {
"com.apihug.demo.order.wire.api.admin.OrderAdminService": [
"/order/admin/hello-world",
"/order/admin/add-order"
]
}
}
]
}