issues
search
zelanko
/
ebiblios
ebook library
0
stars
0
forks
source link
Basic API
#1
Open
zelanko
opened
6 years ago
zelanko
commented
6 years ago
Initial API stuff
Actions
List Books
Book details
Add Book
Download Book
Book details
Title
Author(s) - ordered list
Author relationship to book can be "with", or "editor", or other things we can add, enum? (Document examples)
Series order (Star Wars III)
format (there could be multiple)
zelanko
commented
6 years ago
model classes
Author
has a name
Book
has 1 or more author
has a title
has 0 or 1 subtitle
belongs to 0 or 1 series
has an ordinal value within series
has one or more book file
Initial API stuff
Actions
Book details