Replies: 3 comments
-
Yes. Let's make this automatic, similar to how we do the schema documentation. |
Beta Was this translation helpful? Give feedback.
-
We have a couple of possible approaches:
Any automatic approach this will only get us halfway down the road, namely the function routes and their parameters/requirements (verb, auth, name). It will not get us the return values from the endpoints: we currently return (almost everywhere if not just plain everywhere) HttpResponseMessage instead of strongly typed objects that could be inspected. In some cases, the program logic determines what the actual shape is of what gets returned. We'd have to do an inordinate amount of work to make this automatic. |
Beta Was this translation helpful? Give feedback.
-
We currently have |
Beta Was this translation helpful? Give feedback.
-
We currently lack a public documentation of our API Surface.
We should consider providing this documentation in an open, machine-readable format (e.g. OpenAPI, others... )
Beta Was this translation helpful? Give feedback.
All reactions