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
- Host: GitHub
- URL: https://github.com/zebradevs/ifactr-data
- Owner: ZebraDevs
- License: mit
- Created: 2017-06-27T12:57:50.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2020-03-04T17:56:09.000Z (about 6 years ago)
- Last Synced: 2025-03-04T10:05:21.701Z (over 1 year ago)
- Topics: crossplatform, csharp, css, javascript, xamarin
- Language: C#
- Size: 6.39 MB
- Stars: 0
- Watchers: 13
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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]: