Skip to content

Commit 413f117

Browse files
committed
[BOOK-163] feat: infra 외부API imagePage가져오도록 설정 (#52)
1 parent 221d774 commit 413f117

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

infra/src/main/kotlin/org/yapp/infra/external/aladin/response/AladinResponseBase.kt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ data class BookItem internal constructor(
2020
@JsonProperty("cover") val cover: String?,
2121
@JsonProperty("categoryId") val categoryId: Int?,
2222
@JsonProperty("categoryName") val categoryName: String?,
23-
@JsonProperty("publisher") val publisher: String?
23+
@JsonProperty("publisher") val publisher: String?,
24+
@JsonProperty("itemPage") val itemPage: Int?
2425
)
2526

2627
data class AladinSearchResponse internal constructor(

0 commit comments

Comments
 (0)