Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/oriches/simple.rest.for.windows.store
- Owner: oriches
- Created: 2012-12-31T16:36:34.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T08:58:01.000Z (about 2 years ago)
- Last Synced: 2025-01-20T06:32:09.871Z (18 days ago)
- Language: C#
- Homepage:
- Size: 392 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
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