Notice
Recent Posts
Recent Comments
반응형
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- Linux
- Angular2
- Spring
- Storm
- Spring Batch
- hadoop
- Gradle
- apache storm
- intellij
- hibernate
- Spring XD
- nginx
- hdfs
- design pattern
- 도메인주도설계
- elastic search
- Java
- elasticsearch
- 인텔리J
- Hbase
- DDD
- 스프링 배치
- 엘라스틱서치
- Spring Boot
- spark
- 제주
- docker
- scala
- Clean Code
- SBT
Archives
- Today
- Total
목록2025/01/03 (1)
욱'S 노트
HTTP API 설계 Best Practices (Restful, REST API)
Use nouns to represent resourcesRESTful URI는 리소스를 언급해야 되며, 행동을 언급해서는 안된다. 예를 들면 다음과 같다.Users of the systemUser AccountsNetwork Devices etc.http://api.example.com/device-management/managed-deviceshttp://api.example.com/device-management/managed-devices/{device-id}http://api.example.com/user-management/usershttp://api.example.com/user-management/users/{id} 더 명백하게 리소스 아키타입을 4가지 카테고리 분류하자.(document,..
Methdology/Software Development
2025. 1. 3. 09:54