Liturgical-Calendar / LiturgicalCalendarAPI

A PHP script / API endpoint that will generate the Roman Catholic liturgical calendar for any given year, calculating the mobile festivities and the precedence of solemnities, feasts, memorials...
Apache License 2.0
50 stars 11 forks source link

refactor resource creation / updating via PUT/PATCH/DELETE requests #265

Open JohnRDOrazio opened 1 week ago

JohnRDOrazio commented 1 week ago

Now that we have a router and better API routes / paths in place, we need to rethink the shape of requests on the various paths that are aimed at creating resources or updating resources or even deleting resources via PUT, PATCH, and DELETE requests.

This will need to be done in tandem with the frontend.

JohnRDOrazio commented 1 week ago

See Liturgical-Calendar/LiturgicalCalendarFrontend/issues/142

JohnRDOrazio commented 2 hours ago

Related issue #150