※다운로드하시면 더 선명한 자료를 보실 수 있습니다.
클라우드 서비스 중 하나인 PaaS와 API Developer Experience를 소개합니다.
좋은 API DX를 제공하기 위한 방법과 TOAST Notification의 사례를 알아봅니다.
목차
1. PaaS, API, Developer Experience란 무엇인가?
2. 한 단계 나아가기 위한 제안
3. 우리의 작은 걸음
- 하위 호환성 보장
- 자세한 오류 응답 만들기
4. 질문과 답변
대상
- 더 좋은 HTTP API를 만들고 싶은 개발자
- 객체 간 매핑, 데이터 유효성을 검사하는 방법이 궁금한 개발자
■관련 동영상: https://youtu.be/zvuhOz8VhhI
1 of 107
More Related Content
[2019] PaaS & API Experience: 좋은 API DX를 제공하기 위한 작은 걸음
94. ValidationMessage.properties 파일
org.hibernate.validator.constraints.EAN.message = invalid {type} barcode
org.hibernate.validator.constraints.Email.message = not a well-formed email address
org.hibernate.validator.constraints.ISBN.message = invalid ISBN
org.hibernate.validator.constraints.Length.message = length must be between {min} and {max}
org.hibernate.validator.constraints.CodePointLength.message = length must be between {min} and {max}
ValidationMessage_ko.properties 파일
org.hibernate.validator.constraints.EAN.message = 올바르지 않은 {type} 바코드입니다
org.hibernate.validator.constraints.Email.message = 올바른 형식의 이메일 주소여야 합니다
org.hibernate.validator.constraints.ISBN.message = 올바르지 않은 ISBN입니다
org.hibernate.validator.constraints.Length.message = 길이가 {min}에서 {max} 사이여야 합니다
org.hibernate.validator.constraints.CodePointLength.message = 길이가 {min}에서 {max} 사이여야 합니다