Model controlled by API calls

Hello,

I was wondering if anybody knew of a library (acts_as_ or similar)
that provides a simple framework for mapping ActiveRecord calls to API
calls for model instances that are managed via API calls rather than a
database connection.

Thomas

It looks like ActiveResource is what I wanted.

Thomassssssssssssssss