https://github.com/nickfloyd/forrst-dotnet
A wrapper for the forrst API written in .net
https://github.com/nickfloyd/forrst-dotnet
Last synced: 3 months ago
JSON representation
A wrapper for the forrst API written in .net
- Host: GitHub
- URL: https://github.com/nickfloyd/forrst-dotnet
- Owner: nickfloyd
- Created: 2010-08-27T03:00:32.000Z (almost 15 years ago)
- Default Branch: master
- Last Pushed: 2010-08-27T06:48:50.000Z (almost 15 years ago)
- Last Synced: 2025-04-01T19:08:26.217Z (3 months ago)
- Language: C#
- Homepage:
- Size: 250 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#forrst-dotnet#
##Purpose##
To Provide a .net wrapper to the [forrst API](http://forrst.com/apidocs.html). The hope is to update this as resources become available##How it Works##
The library uses the basic HttpWebRequest to go and get data from [forrst](http://forrst.com). Each entity will reprsent a corresponding resource from forrst and should be named accordinglyTo use the library, just ad a reference to your project. The following is how you'd get a user based on username:
`User.Find("nickfloyd")`##Requirements##
.NET Framework 4.0
Json serialization: I chose to use [James Newton-King's](http://twitter.com/jamesnk) [Json.NET](http://james.newtonking.com/pages/json-net.aspx) serializer over .net data contracts.
##Version Changes##
None