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

https://github.com/zebradevs/ifactr-data

A cross-platform data stack for consuming RESTful services
https://github.com/zebradevs/ifactr-data

crossplatform csharp css javascript xamarin

Last synced: 29 days ago
JSON representation

A cross-platform data stack for consuming RESTful services

Awesome Lists containing this project

README

          

# iFactr Data

iFactr is a C#.NET-based, cross-platform mobile application development framework. iFactr.Data complements the iFactr Cross-Platform application stack by enabling easy cache queues for consuming data from RESTful endpoints. This Data-Stack can be used with or without utilizing the rest of the Cross-Platform application MVC model. It does depend on MonoCross Utilities for cross-platform network and file access.

# Features
- Caches data retrieved from RESTful endpoints.
- Queues data for sending to RESTful endpoints.
- Merges the Cache/Queue when offline for seemless data interaction.

### Installation

Add References iFactr DLLs.

### Development

Want to contribute? Great!

Open your favorite Terminal and run these commands.

#### Building from source

Building iFactr requires Microsoft Community Build Tasks v1.5 [MSBuild]
For production release:
```sh
$ build
```

This will create the iFactr.Data assembly, a Portable Class Library.

License
----

iFactr-Data is distributed under MIT. The included Ionic Zip source code is distributed under and retains the original license which is included in the root folder of that library. The filename is: License.Combined.rtf

[//]: # (These are reference links used in the body of this note and get stripped out when the markdown processor does its job. There is no need to format nicely because it shouldn't be seen. Thanks SO - http://stackoverflow.com/questions/4823468/store-comments-in-markdown-syntax)

[iFactr]:
[MSBuild]:
[Monocross]: