Strategienavigator / Strategienavigator-backend

Der Strategienavigator bietet als Open-Source-Software eine Reihe von bekannten Planungs- und Analysemethoden, welche in einem modernen Design und einfacher Zugänglichkeit zur Verfügung gestellt werden.
https://strategie-navigator.jade-hs.de/
GNU General Public License v3.0
4 stars 1 forks source link

Feature/resource api #23

Closed Geist5000 closed 11 months ago

Geist5000 commented 1 year ago

adds resouces to the api.

New routes: Method Route Description
l POST api/saves/{save_id}/resources Creates new resources. Arguments: resources array of files
l GET api/saves/{save_id}/resources/{filename} Returns the resource with the given file name
l GET api/resources/{resource id} Returns the resource with the given id
l DELETE api/resources/{resource id} Deletes the resource with the given id
Changed routes: Method Route Description
l GET api/saves/{save_id} Now returns metadata of the associated resources
l POST api/saves/ Now accepts resources. Arguments: resources array of files
l PUT api/saves/{save_id} Now accepts resources. Arguments: resources array of files
Geist5000 commented 1 year ago

Ressourcenport im Backend hinzufügen