provide api documentation
Bug #817578 reported by
Ricardo Kirkner
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Canonical SSO provider |
Confirmed
|
Low
|
Unassigned | ||
Ratings and Reviews server |
Invalid
|
Low
|
Unassigned | ||
Software Center Agent |
Fix Released
|
Low
|
Unassigned |
Bug Description
We need documentation about our APIs so that consumers of them can know how to interact with our services.
This should also allow them to write mock servers to aid during unit testing.
Ideally, this documentation should get automatically generated from code (docstrings?)
To post a comment you must log in.
If we just had a plain REST api, I can see how this would be necessary. But if we supply a piston-miniclient python client for the API, IMO that's better than documentation (as I can try it against a staging service etc.), irrespective of which language I'm writing my own client with. But yep, even better if we can *also* generate readable/printable docs from the piston-miniclient client.