About basic format of API response - 基本的なAPIレスポンスのフォーマットについて
marihachi opened this issue · 2 comments
marihachi commented
成功時(success)
{
success : true,
license? : {
key : string,
enabled : boolean,
activated : boolean
},
licenses? : [
{
key : string,
enabled : boolean,
activated : boolean
},
(...)
]
}
失敗時(failure)
{
success : false,
error : {
message : string,
detail? : {
paramName? : string
}
}
}
marihachi commented
content要らないかなあ
marihachi commented
フォーマット更新した