username:passwordAuthorization: Basic *****************Authorization: ********************curl --location 'http://localhost:8090/apis/console.api.hitokotohub.puresky.top/v1alpha1/sentence?page=undefined&size=undefined&labelSelector=undefined&fieldSelector=undefined&sort=undefined&keyword=undefined&categoryName=undefined' \
--header 'Authorization: Bearer <token>'{
"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": {
"author": "匿名",
"categoryName": "string",
"content": "string",
"createdBy": "string",
"source": "未知"
},
"status": {
"likeCount": 0,
"published": true,
"viewCount": 0
}
}
],
"last": true,
"page": 0,
"size": 0,
"total": 0,
"totalPages": 0
}