iod-client
    iod-client
    • do
      • 注册标识
        POST
      • 解析标识
        GET
      • 更新标识
        PUT
      • 局部更新标识的elements
        PATCH
      • 删除标识以及元数据
        DELETE
      • 搜索元数据
        POST
    • irs
      • Delete Children
        DELETE
      • Create Children
        POST
      • Update Children
        PUT
      • Info
        GET
      • Delete Systems
        DELETE
      • List Systems
        GET
      • Create Systems
        POST
      • Update Systems
        PUT
    • /api/v1/config
      GET
    • /api/v1/config
      PUT
    • 注册数字对象
      POST
    • 解析数字对象标识
      GET
    • 搜索数字对象
      POST
    • 获取当前节点信息
      GET
    • List Children
      GET
    • 数据模型
      • Schemas
        • SearchMode
        • RegisterRequest
        • RegistryPublishRequestMeta
        • Response
      • go.fusiongalaxy.cn.iod.client.routes.api.v1.config.getConfigReq
      • go.fusiongalaxy.cn.iod.client.routes.api.v1.config.GetConfigResp
      • go.fusiongalaxy.cn.iod.client.routes.api.v1.config.updateConfigReq
      • go.fusiongalaxy.cn.iod.client.routes.api.v1.config.UpdateConfigResp
      • go.fusiongalaxy.cn.iod.client.routes.api.v1.do.PatchDoidReq
      • go.fusiongalaxy.cn.iod.client.routes.api.v1.do.PatchDoidItem
      • go.fusiongalaxy.cn.iod.client.routes.api.v1.do.PatchDoidRes
      • go.fusiongalaxy.cn.iod.client.routes.api.v1.do.CreateReq
      • go.fusiongalaxy.cn.iod.client.routes.api.v1.do.DoidRecord
      • interface
      • go.fusiongalaxy.cn.iod.client.internal.dto.Response
      • github.com.daotl.go-web-common.werror.Err
      • go.fusiongalaxy.cn.iod.client.routes.api.v1.do.UpdateDoidReq
      • go.fusiongalaxy.cn.iod.client.routes.api.v1.do.UpdateDoidRecord
      • go.fusiongalaxy.cn.iod.client.routes.api.v1.do.UpdateDoidRes
      • go.fusiongalaxy.cn.iod.client.routes.api.v1.do.UpdateDoidStep
      • go.fusiongalaxy.cn.iod.client.routes.api.v1.do.SearchReq
      • go.fusiongalaxy.cn.iod.client.routes.api.v1.do.SearchMode
      • go.fusiongalaxy.cn.iod.client.routes.api.v1.do.DeleteReq
      • go.fusiongalaxy.cn.iod.client.routes.api.v1.do.ResolveReq
      • go.fusiongalaxy.cn.iod.client.routes.api.v1.irs.DeleteChildrenReq
      • go.fusiongalaxy.cn.iod.client.routes.api.v1.irs.ListChildrenReq
      • go.fusiongalaxy.cn.iod.client.routes.api.v1.irs.CreateChildrenReq
      • go.fusiongalaxy.cn.iod.client.routes.api.v1.irs.UpdateChildrenReq
      • go.fusiongalaxy.cn.iod.client.routes.api.v1.irs.InfoReq
      • go.fusiongalaxy.cn.iod.client.routes.api.v1.irs.DeleteSystemsReq
      • go.fusiongalaxy.cn.iod.client.routes.api.v1.irs.ListSystemsReq
      • go.fusiongalaxy.cn.iod.client.routes.api.v1.irs.CreateSystemsReq
      • go.fusiongalaxy.cn.iod.client.routes.api.v1.irs.UpdateSystemsReq

      注册数字对象

      POST
      /api/v1/do/register

      请求参数

      Body 参数application/json

      示例
      {
          "repoId": "bdtest/testRepo",
          "doId": "bdtest/testRepo/data123",
          "meta": {
              "name": "亥文韬",
              "description": "传南美。身整问同即原。气日下支法六九。米代劳条油。题外具全头。",
              "url": "https://burdensome-version.name/",
              "data_type": "ut qui voluptate",
              "region": "suzhou"
          }
      }

      请求示例代码

      Shell
      JavaScript
      Java
      Swift
      Go
      PHP
      Python
      HTTP
      C
      C#
      Objective-C
      Ruby
      OCaml
      Dart
      R
      请求示例请求示例
      Shell
      JavaScript
      Java
      Swift
      curl --location --request POST '/api/v1/do/register' \
      --header 'Content-Type: application/json' \
      --data-raw '{
          "repoId": "bdtest/testRepo",
          "doId": "bdtest/testRepo/data123",
          "meta": {
              "name": "亥文韬",
              "description": "传南美。身整问同即原。气日下支法六九。米代劳条油。题外具全头。",
              "url": "https://burdensome-version.name/",
              "data_type": "ut qui voluptate",
              "region": "suzhou"
          }
      }'

      返回响应

      🟢200成功
      application/json
      OK
      Body

      示例
      {
          "code": 200
      }
      修改于 2024-12-03 06:55:59
      上一页
      /api/v1/config
      下一页
      解析数字对象标识
      Built with