Posts Tagged ‘API’

Getting a WCF API Right

// November 9th, 2008 // No Comments » // Programming

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.

(more…)

Creating API Documentation

// July 6th, 2008 // No Comments » // Programming

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.
(more…)