Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nickfloyd/forrst-dotnet
A wrapper for the forrst API written in .net
https://github.com/nickfloyd/forrst-dotnet
Last synced: 19 days 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 (over 14 years ago)
- Default Branch: master
- Last Pushed: 2010-08-27T06:48:50.000Z (over 14 years ago)
- Last Synced: 2024-12-17T02:08:04.426Z (24 days ago)
- Language: C#
- Homepage:
- Size: 250 KB
- Stars: 1
- Watchers: 1
- 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