hiroky1983 cmd-go .cursorrules file for Go

# NotionAPIのドキュメント自動生成のrequestのフォーマット
## JSON のフォーマット
```json
[{
  "parent": { "database_id": {{ database_id }} },
  "properties": {
    "エンドポイント": {
      "title": [
        {
          "text": {
            "content": {{ endpoint }}
          }
        }
      ]
    },
    "概要": {
      "rich_text": [
        {
          "text": {
            "content": {{ summary }}
          }
        }
      ]
    }
  }
}]
```

### 条件
- {{ endpoint }} はページのタイトル
- {{ summary }} はページの概要
- それぞれの変数に定義したものを入れて./api.jsonを作成する
go

First Time Repository

Go

Languages:

Go: 6.3KB
Created: 1/3/2025
Updated: 1/5/2025

All Repositories (1)