해당하는 libraryId에 대한 도서관의 정보를 조회합니다.
libraryId
cURL
curl --request GET \ --url http://localhost:8080/api/v1/libraries/{libraryId}
{ "libraryId": 123, "name": "<string>", "address": "<string>", "latitude": 123, "longitude": 123, "homepageUrl": "<string>", "tel": "<string>", "openNow": true, "todayOperatingHour": { "weekday": 123, "openTime": "<string>", "closeTime": "<string>", "closed": true }, "weeklyOperatingHours": [ { "weekday": 123, "openTime": "<string>", "closeTime": "<string>", "closed": true } ], "closedRules": [ { "ruleType": "<string>", "weekday": 123, "nthWeek": 123, "monthDay": 123 } ] }
성공
Show child attributes