plugin-hitokoto-hub
    • OverviewV1alpha1
      • 获取概览信息
        GET
    • SentenceV1alpha1
      • 查询句子
        GET
      • 批量创建句子
        POST
      • 从 Excel 导入句子
        POST
      • 搜索句子
        GET
      • listSentence
        GET
      • createSentence
        POST
      • deleteSentence
        DELETE
      • getSentence
        GET
      • patchSentence
        PATCH
      • updateSentence
        PUT
    • CategoryV1alpha1
      • listCategory
      • createCategory
      • deleteCategory
      • getCategory
      • patchCategory
      • updateCategory
    • CategoryPublicV1alpha1
      • 获取所有分类
    • SentencePublicV1alpha1
      • 点赞/取消点赞句子
      • 随机获取句子
    • 数据模型
      • AddOperation
      • BatchCreateSentenceResult
      • Category
      • CategoryDistribution
      • CategoryItem
      • CategoryList
      • CategorySpec
      • CategoryStatus
      • CopyOperation
      • ExcelImportRequest
      • JsonPatch
      • LikeResponse
      • Metadata
      • MoveOperation
      • OverviewResponse
      • RemoveOperation
      • ReplaceOperation
      • Sentence
      • SentenceItem
      • SentenceList
      • SentenceSpec
      • SentenceStatus
      • TestOperation

    CategoryList

    {
        "first": true,
        "hasNext": true,
        "hasPrevious": true,
        "items": [
            {
                "apiVersion": "string",
                "kind": "string",
                "metadata": {
                    "annotations": {
                        "property1": "string",
                        "property2": "string"
                    },
                    "creationTimestamp": "2019-08-24T14:15:22.123Z",
                    "deletionTimestamp": "2019-08-24T14:15:22.123Z",
                    "finalizers": [
                        "string"
                    ],
                    "generateName": "string",
                    "labels": {
                        "property1": "string",
                        "property2": "string"
                    },
                    "name": "string",
                    "version": 0
                },
                "spec": {
                    "description": "string",
                    "name": "string"
                },
                "status": {
                    "sentenceCount": 0
                }
            }
        ],
        "last": true,
        "page": 0,
        "size": 0,
        "total": 0,
        "totalPages": 0
    }
    Built with