We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
API 리턴 형식에 대해서 논의하고자 합니다.
리턴 형식이 다음을 만족 했으면 합니다.
제가 제안하고자 하는 방향은 이렇습니다.
{ "status": "success", "successData": { "name": "Son Heung-min", "age": "30" }, "failData": null }
{ "status": "fail", "successData": null, "failData": { "code": 1234, "message": "name 파라미터는 꼭 존재해야 합니다." } }
이 제안에 대해서 어떻게 생각하시는지요? 😃
The text was updated successfully, but these errors were encountered:
OldRabbit736
SOULIKK
No branches or pull requests
API 리턴 형식에 대해서 논의하고자 합니다.
리턴 형식이 다음을 만족 했으면 합니다.
제가 제안하고자 하는 방향은 이렇습니다.
성공 시 메시지
실패(실패, 오류, 예외 등 성공 이외의 모든 경우)시 메시지
이 제안에 대해서 어떻게 생각하시는지요? 😃
The text was updated successfully, but these errors were encountered: