https://github.com/jericho/unfuddle.restclient
.NET wrapper for the Unfuddle STACK API
https://github.com/jericho/unfuddle.restclient
Last synced: about 1 year ago
JSON representation
.NET wrapper for the Unfuddle STACK API
- Host: GitHub
- URL: https://github.com/jericho/unfuddle.restclient
- Owner: Jericho
- License: mit
- Created: 2015-09-15T19:29:28.000Z (almost 11 years ago)
- Default Branch: main
- Last Pushed: 2023-04-16T20:08:11.000Z (about 3 years ago)
- Last Synced: 2025-02-01T12:46:49.296Z (over 1 year ago)
- Language: C#
- Size: 14.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Unfuddle.RestClient
[](http://jericho.mit-license.org/)
[](https://ci.appveyor.com/project/Jericho/unfuddle-restclient)
[](https://coveralls.io/r/Jericho/Unfuddle.RestClient)
## About
Unfuddle.RestClient is a C# client for the Unfuddle service through its RESTful API.
## Contact
You can contact me on Twitter [@NorthernNomad](https://twitter.com/northernnomad).
## Nuget
Unfuddle.RestAPI is available as a Nuget package.
[](https://www.nuget.org/packages/Unfuddle.RestClient/)
[](https://www.nuget.org/packages/Unfuddle.RestClient/)
## Release Notes
+ **1.0.0**
- Initial release
## Installation
The easiest way to include Unfuddle.RestClient in your C# project is by grabing the nuget package:
```
PM> Install-Package Unfuddle.RestClient
```
Once you have the Unfuddle.RestClient library properly referenced in your project, add the following namespace:
```csharp
using Unfuddle.RestClient;
```
## Usage