datalust / seq-api

HTTP API client for Seq
https://datalust.co/seq
Apache License 2.0
78 stars 21 forks source link

More Robust API Documentation #9

Closed bbrandt closed 8 years ago

bbrandt commented 8 years ago

It's definitely nice to be able to hit the Resource URLs to get the parameters and such, but have you looked at something like NSwag or Swashbuckle to integrate Swagger documentation?

nblumhardt commented 8 years ago

Thanks for the tip :+1:

bbrandt commented 8 years ago

No good solution for swagger documentation in Nancy at the moment. Closing.

https://github.com/NancyFx/Nancy/issues/1486