Sha256: f4d20c9a5e743e8e496bba3f1a63cebe7ca57de9e87f7bd838727c5b957c2cf1

Contents?: true

Size: 1.34 KB

Versions: 1

Compression:

Stored size: 1.34 KB

Contents

= Amee (Lets Cut Co2) By D50 

= Docs 
  
  These are on the way; this is very early release; However have a look at the cucumber features
  you should be able so see that most bases have been covered; Basically the more we use this 
  the more docs there will be
  
= Usage (More to come; If you are lucky and example rails app)
  
  There is a config where login, cache and logging settings can be applied have a look at the config
  model to see how one should use that.
  
  Create a session ie @session = Amee::Session.create("blar", "blar")
  And then use the session to get, put, post and delete on what you required from amee; 
  there are a set number of operations that are available to you currently but more will 
  be added
  
  Some objects say like data_categories can be lazy loaded so you can do method calls like
  
  data_category = @session.get_data_category("/data/home/appliances")
  fridge = data_category.data_categories.first
  
  if you wanted to know the data_categories for fridge just call data_categories on fridge it
  will populated the fridge category automagically;
  
  Cache - Simple to Start (using Moneta)
  Therefore if u wish you can choose your cache store even memcache via leveraging Moneta 

= TODOS

  Pagination (should be simple enough just hook into will_paginate collections)
  Other stuff when start to use amee api fully 

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
hookercookerman-amee-0.0.2 README.rdoc