LeNelSoN / you-are-the-hero

L'API dont vous êtes le héros is an interactive Java API that brings the adventure of "choose your own adventure" stories to life. Users can embark on unique journeys, make decisions at each step, and create dynamic narratives, all while experiencing the nostalgia of classic adventure books.
GNU General Public License v3.0
2 stars 10 forks source link

Add a HATEOAS-enabled endpoint to delete a scene from a story in the RESTful API #65

Closed LeNelSoN closed 3 weeks ago

LeNelSoN commented 1 month ago

Description:

Currently, our API allows access to stories and adding scenes, but it lacks a feature to delete a specific scene from a given story. This feature is essential to enable users to effectively manage the content of their stories.

Add an endpoint that allows deletion of a specific scene within a story, following HATEOAS (Hypermedia as the Engine of Application State) conventions.

Quest:

  1. Create the Endpoint
  1. Response Behavior
  1. Testing

image

The keeper of the repo 🏰