Closed lwiniwar closed 2 years ago
Please document all endpoints defined in the server app, with one or more examples, in the README.md of the webserver subfolder (https://github.com/3dgeo-heidelberg/pytreedb/tree/main/webserver#api). Ensure the paths are correct, e.g.
exportcsv is actually download/exportcsv and requires a data attribute in the POST data.
exportcsv
download/exportcsv
data
POST
search is search/wssearch?
search
search/wssearch
Please document all endpoints defined in the server app, with one or more examples, in the README.md of the webserver subfolder (https://github.com/3dgeo-heidelberg/pytreedb/tree/main/webserver#api). Ensure the paths are correct, e.g.
exportcsv
is actuallydownload/exportcsv
and requires adata
attribute in thePOST
data.search
issearch/wssearch
?