Skip to content
tylertreat edited this page Jan 17, 2013 · 4 revisions

Infinitum Web offers a REST client that provides support for caching, simplified authentication, and a number of other features that allow developers to consume REST APIs with ease. The framework offers both fine- and coarse- grained clients, meaning developers can choose to deal with HTTP responses at a low level (i.e. manually performing message interpretation, deserialization, etc.) or a high level (i.e. allowing the framework to handle message conversion).

This user guide is designed to provide explanation for some of the various Web features and, perhaps more important, how to use them. For information on using other module features, see their respective wikis.

For information on what's in progress and what's planned for Infinitum, check out the Road Map.

RESTful Client

Clone this wiki locally