Sha256: fdd3f38c50c0001afd1bb650f9304f5259412310bed084ce60993cc5a07e0f6f

Contents?: true

Size: 1.04 KB

Versions: 4

Compression:

Stored size: 1.04 KB

Contents

# ApiResource

[![Build Status](https://travis-ci.org/LifebookerInc/api_resource.png)](https://travis-ci.org/LifebookerInc/api_resource)

ApiResource is an ActiveModel-compatible library for retrieving and
persisting data via APIs

## Getting Started

1. Add this line to your application's Gemfile:

        gem 'api_resource'

1. And then execute:

        $ bundle

1. Follow our {file:docs/GettingStarted.md Getting Started Guide} to learn more about how to use ApiResource

## Read more about some of the core concepts in ApiResource

### {file:docs/ResourceDefinition.md The Resource Definition}
### {file:docs/Attributes.md Attributes}
### {file:docs/Relationships.md Relationships}
### {file:docs/Retrieval.md Retrieving Records}
### {file:docs/Serialization.md Serialization}
### {file:docs/Caching.md Caching}


## Contributing

1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Added some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
api_resource-0.6.25 README.md
api_resource-0.6.24 README.md
api_resource-0.6.23 README.md
api_resource-0.6.22 README.md