Closed rishighan closed 3 months ago
Share-related endpoints that allow fetching directory/file information by real path have been implemented in https://github.com/airdcpp/airdcpp-windows/commit/3246483d14fcc3165fcacb6589f50e4f6dc7fb5b and will be available in the next release
Docs: https://airdcpp.docs.apiary.io/#reference/share/share-tree
I'll close the issue as the health endpoint isn't related to the share endpoints but feel free to open a new feature request for it
Is your feature request related to a problem? Please describe. Not really a problem, as much as it is for integration with an app I am building (ThreeTwo) Based on Discord discussions with @maksis, @nstephenh and @barbequesauce.
Describe the solution you'd like I would like endpoints that do the following:
Describe alternatives you've considered Specifically around (3) above, I have tried using:
for this use case:
Within ThreeTwo users can initiate searches on DC++. If AirDC++ is down, I don’t want them to wait until they perform the search to find out. I can simply ping the health check endpoint to update a status icon
Additional context N/A