-
Notifications
You must be signed in to change notification settings - Fork 68
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Missing API Documentation #114
Comments
Hi @TheGameProfi, I have recently updated the API slightly to be a bit more modern. I think this overview can at least serve as a starting point for the documentation. |
Hi @TheGameProfi, your contribution is much appreciated! |
My idea is to create a new set of files like
Thanks for the information! That seems like a good starting point. I haven't quite figured out how to enter Debug Mode to access the Swagger UI. Could you guide me on how to get there? |
I would prefer making the API-documentation part of the manual, creating a new chapter for describing the API. In that chapter, you can create as many subsections as you like. The main chapters will be displayed at the left side of the documentation, at the right side all subsections (API examples, API auithentication etc.) will be displayed for quick navigation. That's about how the current layout is set up. |
Not directly, but it’s more of a personal preference to have the API documentation separate from the manual and visible at first glance when accessing the documentation. |
I can't think of any reason why the API documentation should be treated differently than other parts of the manual. I agree that it deserves its own chapter, but I prefer to keep the main page clean and try to avoid more sections than the current Manual and Articles sections. I guess the API documentation fits better in Manual than in the Articles section. |
It was some time since there was some Activity. I now started writing the "Documentation". |
Sorry for the late reply, somehow I missed this one... |
@TheGameProfi Do you have some of those routes? I would like to investigate. |
I used the Endpoints/V1 folder and extracted the Api Routes from there, since i couldn't get to the Swagger API.
And an
|
@TheGameProfi The two auth related endpoints are "post" only methods. Not sure why you get a 400 on the two other paths. They are working when invoked from the current FE. |
Hey there,
I noticed that the Duplicati docs don’t really cover the API, which can make things tricky for anyone trying to work with it programmatically. I’ve been digging into the Pectojin/duplicati-client repo and collected some info on the API that I think could be useful if added to the main docs.
What I’m Proposing:
duplicati-client
repo.What I Need:
I think this could really help devs who are looking to integrate Duplicati into their setups. Let me know what you think!
Cheers!
The text was updated successfully, but these errors were encountered: