OpenFn / apollo

GNU Lesser General Public License v2.1
0 stars 2 forks source link

Generate API docs with Elysia #47

Open josephjclark opened 6 months ago

josephjclark commented 6 months ago

Elysia can generate swagger docs automagically: https://elysiajs.com/patterns/documentation.html

I don't know if we can do this in a meaningful way because everything is so dynamic?

Is there a neat way that services can formally define input and output payloads?