Backend: add a new field to userbook and allow to fetch it
This commit is contained in:
@@ -14,6 +14,7 @@ type BookGet struct {
|
||||
InventaireId string `json:"inventaireid"`
|
||||
OpenLibraryId string `json:"openlibraryid"`
|
||||
Summary string `json:"summary"`
|
||||
Review string `json:"review"`
|
||||
Rating int `json:"rating"`
|
||||
Read bool `json:"read"`
|
||||
WantRead bool `json:"wantread"`
|
||||
|
||||
Reference in New Issue
Block a user