# 代码问题

> CNB 代码问题模块提供了代码问题管理的接口。

## 概述

代码问题模块用于管理和查询代码相关问题。

## 接口列表

### 代码问题相关接口

<table>
<thead>
  <tr>
    <th>
      接口
    </th>
    
    <th>
      方法
    </th>
    
    <th>
      描述
    </th>
  </tr>
</thead>

<tbody>
  <tr>
    <td>
      待补充
    </td>
    
    <td>
      -
    </td>
    
    <td>
      -
    </td>
  </tr>
</tbody>
</table>

## 使用示例

```bash
# 示例请求
curl -X GET "https://api.cnb.cool/repo-code-issue" \
  -H "Authorization: Bearer YOUR_TOKEN"
```

## 注意事项

- 需要相应的仓库权限
