This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
HOOKERCOOKERMAN (author)
Fri Apr 24 10:16:21 -0700 2009
amee /
| name | age | message | |
|---|---|---|---|
| |
.gitignore | ||
| |
.yardoc | ||
| |
History.txt | ||
| |
LICENSE.txt | ||
| |
Manifest.txt | ||
| |
README.rdoc | ||
| |
Rakefile | ||
| |
amee.gemspec | ||
| |
features/ | ||
| |
init.rb | ||
| |
lib/ | ||
| |
script/ | ||
| |
spec/ | ||
| |
tasks/ |
README.rdoc
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








