编辑器

010 Stub

how the stub panel work of ApiHug Api design Copilot.

How to use the stub panel of ApiHug Api design Copilot

  1. ApiHug Tool Window
  2. Switch to Assemble tab
  3. Click module open design panel
  4. Configuration hope-stub.json
ApiHug Stub Manager

Configuration Sample

Please refer: apihug-full-demo hope-stub.json

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"
        ]
      }
    }
  ]
}

Reference

  1. ApiHug101-Bilibili
  2. ApiHug101-Youtube
Copyright © 2026 ApiHug·AI-native Enterprise Architecture Factory