Home / Expert Answers / Computer Science / build-a-use-case-diagram-for-a-book-details-apithe-use-case-diagram-communicates-how-an-actor-intera-pa294

(Solved): Build a Use Case Diagram for a Book Details APIThe use case diagram communicates how an actor intera ...



Build a Use Case Diagram for a Book Details API

The use case diagram communicates how an actor interacts with your feature and which systems the user interacts with.

  • Must contain a business actor (2 pts)
  • Must contain a use case/business case name with flow (2 pts)
  • Must identify a system boundary (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



Below is the Use Case Diagram for the Book Details API:


We have an Answer from Expert

Buy This Answer $5

Place Order

We Provide Services Across The Globe