Skip to content
New issue

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

4.5주차 과제 #6

Open
paragon0107 opened this issue Nov 15, 2024 · 0 comments
Open

4.5주차 과제 #6

paragon0107 opened this issue Nov 15, 2024 · 0 comments
Assignees

Comments

@paragon0107
Copy link
Collaborator

paragon0107 commented Nov 15, 2024

image

카테고리 별 가게 조회

URL

GET /api/v1/shop/

QuaryParam

key value
category ex) korean, caffe
   

ResponseBody

{
	"restaurant" : [
		{
			"restaurant_id" : 4,
			"name" : "운정김밥 야당본점",
			"menus" : [
				"menu_id" : 1
				"name" : 	"운정김밥",
				"price" : 4000
				...
			]
		},
		...
	]
}
@paragon0107 paragon0107 self-assigned this Nov 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant