-
-
Notifications
You must be signed in to change notification settings - Fork 36
Draft: Add formal API documentation #205
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
base: main
Are you sure you want to change the base?
Conversation
|
I think this can be better solved using https://docs.nextcloud.com/server/latest/developer_manual/client_apis/OCS/ocs-openapi.html which @julien-nc is working on afaik. Your documentation looks very good though, so it could be copied to the controllers and automatically appear in the OpenAPI specification. |
|
Missing create a bill via OCS API? |
|
It's a two years old PR, it's probably not up to date anymore :) |
|
Well, for me at least it's been a useful source of information. It helped me with the connection and a few API calls. Thanks! |
|
In addition to |
This is a (probably still incomplete) draft PR. It only adds to the documentation.
The goal of the PR is to provide a comprehensive documentation about the API of Cospend, which is currently non-existent.
As I spent a long time, and it is quite a large document, I would appreciate if multiple eyes could have a look at it, and suggest changes or point mistakes/inconsistencies. I definitely have changed my style while I was writing this, as I was learning more and more about Cospend.
It's probably "good enough" to be already used, but it should also definitely be refined a bit.