We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d96bb30 commit 5d200fbCopy full SHA for 5d200fb
README.md
@@ -34,19 +34,21 @@
34
35
- URL Params
36
37
- - `name`: 점포 이름
+ - `name`: 점포 이름 (`,` 로 구분하여 여러개의 점포 검색 가능)
38
39
- Success Response
40
41
```json
42
- {
43
- "base_date": "2021-10-28",
44
- "name": "이마트 경산점",
45
- "open_time": "10:00",
46
- "close_time": "23:00",
47
- "next_holiday": "2021-10-27",
48
- "distance": null
49
- }
+ [
+ {
+ "base_date": "2021-10-28",
+ "name": "이마트 경산점",
+ "open_time": "10:00",
+ "close_time": "23:00",
+ "next_holiday": "2021-10-27",
+ "distance": null
50
+ }
51
+ ]
52
```
53
54
- Error Response
0 commit comments