Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
zizdlp committed Aug 17, 2024
1 parent 01f998e commit 3c245ec
Show file tree
Hide file tree
Showing 12 changed files with 284 additions and 804 deletions.
74 changes: 0 additions & 74 deletions zbook_backend/doc/swagger/service_zbook_repo.swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -259,40 +259,6 @@
]
}
},
"/v1/get_repo_basic_info": {
"post": {
"summary": "get repo info",
"description": "Use this api to get repo info",
"operationId": "ZBookRepo_GetRepoBasicInfo",
"responses": {
"200": {
"description": "A successful response.",
"schema": {
"$ref": "#/definitions/pbGetRepoBasicInfoResponse"
}
},
"default": {
"description": "An unexpected error response.",
"schema": {
"$ref": "#/definitions/rpcStatus"
}
}
},
"parameters": [
{
"name": "body",
"in": "body",
"required": true,
"schema": {
"$ref": "#/definitions/pbGetRepoBasicInfoRequest"
}
}
],
"tags": [
"ZBookRepo"
]
}
},
"/v1/get_repo_config": {
"post": {
"summary": "get repo config",
Expand Down Expand Up @@ -651,46 +617,6 @@
}
}
},
"pbGetRepoBasicInfoRequest": {
"type": "object",
"properties": {
"username": {
"type": "string"
},
"repoName": {
"type": "string"
}
},
"title": "7.GetRepoBasicInfo"
},
"pbGetRepoBasicInfoResponse": {
"type": "object",
"properties": {
"repoName": {
"type": "string"
},
"username": {
"type": "string"
},
"email": {
"type": "string"
},
"avatar": {
"type": "string",
"format": "byte"
},
"repoDescription": {
"type": "string"
},
"updatedAt": {
"type": "string",
"format": "date-time"
},
"homePage": {
"type": "string"
}
}
},
"pbGetRepoConfigRequest": {
"type": "object",
"properties": {
Expand Down
64 changes: 0 additions & 64 deletions zbook_backend/gapi/repo_get_repo_basic_info.go

This file was deleted.

Loading

0 comments on commit 3c245ec

Please sign in to comment.