Home / Expert Answers / Computer Science / uml-class-diagram-for-book-details-bookstore-api-the-class-diagram-identifies-what-are-the-class-m-pa472

(Solved): UML Class Diagram for Book Details (Bookstore API) The class diagram identifies what are the class m ...



UML Class Diagram for Book Details (Bookstore API)

The class diagram identifies what are the class models (entities) needed for your feature.

  • Must contain class name, attributes and methods (2 pts)
  • Must contain associations (2 pts)
  • Must contain multiplicity (2 pts)
student submitted image, transcription available below
An administrator must be able to create a book with the book ISBN, book name, book description, price, author, genre, publisher, year published and copies sold. Logic: Given a Book's info, add it to the system. HTTP Request Type: POST Parameters Sent: Book Object Response Data: None Must be able retrieve a book's details by the ISBN Logic: Given a book id, retrieve the book information - HTTP Request Type: GET - Parameters Sent: Book Id Response Data: Book object JSON An administrator must be able to create an author with first name, last name, biography and publisher Logic: Given an Author's Info, add it to the system. HTTP Request Type: POST Parameters Sent: Author Object - Response Data: None Must be able to retrieve a list of books associated with an author Logic: Given an Author's Id, return the list of books for that author. HTTP Request Type: GET Parameters Sent: Author Id Response Data: JSON list of Book Objects


We have an Answer from Expert

View Expert Answer

Expert Answer



The UML c...
We have an Answer from Expert

Buy This Answer $5

Place Order

We Provide Services Across The Globe