akhansari / FSharp.OpenApi

F# Wrapper for OpenAPI.NET

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Improvement Prososal: Tests

jkone27 opened this issue · comments

Could be nice to include some unit or integration tests with some openapi specs files,

or show some other samples like Post with parameters and body return type etc..

just an idea, maybe i could help too! thank you so much for making it public again :)

I thought about the tests a bit but since it's based on OpenAPI.NET, I couldn't find a good solution so as not to become redundant.

You can find a post sample here:
https://github.com/akhansari/FSharp.OpenApi/blob/master/OpenApi.Sample.Routing/Program.fs

Yes of course, your help will be greatly appreciated.