0

Getting a WCF API Right

Having worked on Huddle’s API for 6 months now, and my own now for some time, I’ve come across plenty of mistakes along the way. REST vs SOAP, defining RESTful URL’s, documenting the API, versioning the API etc… Having said that I thought I’d release a few pointers of what I’ve learnt.

… Continue Reading

0

Creating API Documentation

At Huddle we’ve recently been working on our API and came across the problem of writing documentation for the API.

Having looked at a number of solutions I came up with a simple solution using XML comments within C# and the XML generated by the project during compilation.
… Continue Reading