Home

Awesome

Refit.Insane.PowerPack

Refit Insane PowerPack is a Refit library extensions which provides attribute based cache and auto-retry features.

Installation Guide

Install-Package Refit.Insane.PowerPack

Changelog

v 6.3.2.3, v 5.2.4.3

v. 6.3.2.2-rc, v. 5.2.4.2-rc

v. 6.3.2.1-rc, v. 5.2.4.1-rc

Release candidate.

v. 6.3.2.0, v. 5.2.4.0

v. 1.2.4

v. 1.2.3

v. 1.1.1

v. 1.0.3

Documentation

  1. Check Sample app which is available in this repository.
  2. Read changelog above!
  3. Read presentation I have created for Cracow #Xamarines - Xamarines.com https://github.com/thefex/Refit.Insane.PowerPack/blob/master/refit_presentation.pdf
  4. In order to use ApiDefinitionAttribute you need to either:

Important steps

As library is using Akavache by default for caching you would need to explictly call:

Acknowledgment

Thanks to Artur Malendowicz (https://github.com/Immons) for implementing multiple API support (ApiDefinition)

Thanks to Jakub Kaprzyk (https://github.com/qbus00) for implementing ApiDefinition Timeout support.