Open Library search API
If nothing is found on the server, returns results from open library API. Clicking on a book imports it.
This commit is contained in:
@@ -4,6 +4,7 @@ import "gorm.io/gorm"
|
||||
|
||||
type Author struct {
|
||||
gorm.Model
|
||||
Name string
|
||||
Description string
|
||||
Name string
|
||||
Description string
|
||||
OpenLibraryId string
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user