|
Hi, I'm working on a public API and we are using WCF to expose the services both through a REST and SOAP interface endpoints.
I've set up the documentation via Sandcastle and it looks great if you a .NET programmer and understand the WebGet/WebInvoke attributes and how WCF interfaces with contract objects. But for the REST interface the docs don't make a lot of sense.
All the data is there to describe the interface and methods it's just not in a REST-full format.
I was just wondering if anyone knowns of any Sandcastle templetes that would provide a more WCF/RESTfull documentation.
-thanks
|