The following are useful links that can help with development of calls to a REST
service.
General Information
- Wikipedia article on REST: http://en.wikipedia.org/wiki/Representational_State_Transfer
- Fiddler HTTP tool: http://www.fiddler2.com
- OAuth 2.0 Spec - http://oauth.net/2/
.NET Specific
Although any programming language can call a RESTful service, and the Trakopolis services are language agnostic, the following are useful if doing it from the .NET framework.
- DotNetOpenAuth Tool: http://www.dotnetopenauth.net
- Hammock REST api client: https://github.com/danielcrenna/hammock
- REST and .NET 3.5: http://www.developerfusion.com/article/7991/rest-and-net-35-part-1-why-rest-based-services/