Switch from open library API to Inventaire API
This commit is contained in:
@@ -6,6 +6,7 @@ type Book struct {
|
||||
gorm.Model
|
||||
Title string `json:"title" gorm:"not null"`
|
||||
ISBN string `json:"isbn"`
|
||||
InventaireID string `json:"inventaireid"`
|
||||
OpenLibraryId string `json:"openlibraryid"`
|
||||
Summary string `json:"summary"`
|
||||
Author Author
|
||||
|
||||
Reference in New Issue
Block a user