Fork me on GitHub
#yada
<
2017-09-23
>
dominicm06:09:56

You can probably spec your response functions & turn on instrumentation, right?

nha13:09:29

Not really familiar with spec, but I thought there was a change in that spec does not concern itself with return values, only parameters (hence why https://github.com/jeaye/orchestra exists). Also it would spec my code, but not produce any swagger documentation unless yada supports it (I guess I could walk my specced routes and add it to the generated JSON, but I don't want to go that far).

nha13:09:13

My concern is mostly about generating documentation and maybe later automatic parsing.

malcolmsparks13:09:54

@nha I think you should log an issue. I had forgotten that Swagger supports schemas on replies. That feels aligned with the overall philosophy of spec.

malcolmsparks13:09:16

I do have quite a lot of things on at work but I do plan to return to yada development after the current backlog is lessened.

malcolmsparks13:09:51

And having a set of issues to work through would help remind me of what is left to do