kbss-cvut / 19msmt-distribution

MSMT Reliability Management System
GNU General Public License v3.0
0 stars 0 forks source link

Create API for a list of documents and content of document #18

Closed blcham closed 2 years ago

blcham commented 2 years ago

Scenario:

GET /documents   // list all documents
POST /systems/{systemFragment}/documents?documentId=${url}    //imports document into the system
GET  /systems/{systemFragment}

@Matthew-Kulich will this API work for you?

kostobog commented 2 years ago

pull request for list-document implementation kbss-cvut/fta-fmea#28

kostobog commented 2 years ago

pull request for import-documents implementation kbss-cvut/fta-fmea#29

blcham commented 2 years ago

@Matthew-Kulich pls, close if completed.