Project Description
A C# wrapper for the Forrst API. The wrapper is written to mimic the WebClient class many are use to seeing in .NET.
*Do not use this recoding the classes, the release was removed*
Updating to v2 at the moment (June 05, 2011).
Documentation
Begin by reading the
documentation. Most developers will want to use the
ForrstClient class as it is setup to do almost all common tasks in a few lines (lower level abilities are accessible through the
ForrstRequest and ForrstResponse classes).
Official JSON Documentation
For examples of how the API formats its JSON view the
Forrst API documentation.
Warning
Completely recoding this to fix bugs and organize. The documentation
does not match what is in the source yet.