Docs: 캠퍼스맵 API 명세 추가#6
Open
kimjuneon wants to merge 1 commit into
Open
Conversation
Committed by rlagkswn00 on behalf of kuring.korea@gmail.com
jiyun921
self-requested a review
July 23, 2026 00:37
jiyun921
approved these changes
Jul 23, 2026
jiyun921
left a comment
Collaborator
There was a problem hiding this comment.
전체적으로 다 구현이랑 잘 일치하는거 확인했습니다! 수고하셨습니다!!
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
📝 개요
작업 내용
변경된 API 명세서 경로(Proposal경로)
https://ku-ring.stoplight.io/proposals/ku-ring/branches/docs%2Fcampus-map-api
🔍 주요 변경 사항
캠퍼스맵 카테고리 목록 조회 API를 추가했습니다.
GET /api/v2/maps/categories캠퍼스맵 전체 건물 목록 조회 API를 추가했습니다.
GET /api/v2/maps/buildings건물명, 주소 및 등록된 검색 키워드를 이용한 건물 검색 API를 추가했습니다.
GET /api/v2/maps/buildings/search카테고리 기반 시설 목록 조회 API를 추가했습니다.
GET /api/v2/maps/campus-places건물 상세 정보와 건물 내 주요시설 및 편의시설 조회 API를 추가했습니다.
GET /api/v2/maps/buildings/{buildingId}각 API의 요청 파라미터, 성공·오류 응답 및 예시를 정의했습니다.