username:passwordAuthorization: Basic *****************curl --location --request GET '/repos///find' \
--header 'Authorization: Basic <encoded-value>'[
{
"name": "hahaha1",
"path": "hahaha1",
"sha": "8098c1a3a8f4f1be3889d9ef6976fc81477eb889",
"type": "file",
"size": 30,
"url": "http://127.0.0.1:10082/api/v1/repos/yystopf/ceshi/contents/hahaha1?ref=ceshi",
"html_url": "http://127.0.0.1:10082/yystopf/ceshi/src/branch/ceshi/hahaha1"
},
{
"name": "hahaha2",
"path": "hahaha2",
"sha": "d2e961ca2da8fc614a89cdb6b2b3436d41ae1dc2",
"type": "file",
"size": 15,
"url": "http://127.0.0.1:10082/api/v1/repos/yystopf/ceshi/contents/hahaha2?ref=ceshi",
"html_url": "http://127.0.0.1:10082/yystopf/ceshi/src/branch/ceshi/hahaha2"
}
]