Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/oriches/simple.rest.for.windows.store

A .Net Portable Class Library to simplify the calling of a RESTful web service from a .Net client application.
https://github.com/oriches/simple.rest.for.windows.store

Last synced: about 6 hours ago
JSON representation

A .Net Portable Class Library to simplify the calling of a RESTful web service from a .Net client application.

Awesome Lists containing this project

README

        

Simple.Rest.For.Windows.Store
=============================
[![Build status](https://ci.appveyor.com/api/projects/status/2hxdme0pjsuavoaj/branch/master?svg=true)](https://ci.appveyor.com/project/oriches/simple-rest-for-windows-store/branch/master)

A .Net Portable Class Library which to simplify the calling of a RESTful web service from a .Net client application.

Currently we support the following .Net versions:

Supported versions:

.NET framework 4.5,
.NET for Windows Store Apps

Ths is a clone of the Simple.Rest repository, it is targetted at .Net 4.5 & Windows Store - Simple.Rest does not support Windows Store as Microsoft.Bcl.Async (≥ 1.0.12-beta) is not supported for Windows Store applications - miss-match in task threading libraries.

Original Simple.Rest can be found at - https://github.com/oriches/Simple.Rest