Releases: GHGHGHKO/goose-auth-api-server
Releases · GHGHGHKO/goose-auth-api-server
0.2.0
v0.1.0-alpha
https://goose-auth.synology.me/swagger-ui/index.html
bitwarden 백엔드 클론코딩입니다.
기억하기 귀찮은 로그인 정보를 CRUD 할 수 있는 백엔드 서버입니다.
Headers
Accept-Language: en
설정 시 영어 response body를 받을 수 있습니다.
샘플 request body
/v1/gooseAuth/addItems | POST
{
"name": "string",
"userName": "string",
"userPassword": "string",
"folder": "string",
"notes": "string",
"uri": [
"string"
]
}
common response body 입니다.
commonResult
응답 성공여부 : true/false | boolean |
---|---|
응답 성공 번호 : >= 0 정상, < 0 비정상 | integer($int32) |
응답 메시지 | string |
singleResult
응답 성공여부 : true/false | boolean |
---|---|
응답 성공 번호 : >= 0 정상, < 0 비정상 | integer($int32) |
응답 메시지 | string |
data | string |
listResult
응답 성공여부 : true/false | boolean |
---|---|
응답 성공 번호 : >= 0 정상, < 0 비정상 | integer($int32) |
응답 메시지 | string |
list | string |