You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to CloudCache.ws
ReSTful API ready for testing and integration into plugins.
HTTP GET/PUT/POST/DELETE supported, appropriate http response codes
should be implemented but need testing and validation.
Auth is working on ReSTful API as well as "listkeys" - note that for
now, secret-key is "secret" - will be working on that soon as part of
the self-service signup and account page.
Once I have validation on auth for listkeys, I'll do the same for
list / myusage / flush.
Thinking I'll write a /stats method to show cache hits and misses.
Hoping to launch within weeks. It doesn't make sense to confuse new
users with old API version(s), so the ReSTful, aws-style auth version
of the API needs to be supported in all cases and the other deprecated
before launch.
We should also discuss here the RoR gem for CloudCache. Would be
great if were as simple as "$ gem install cloudcache" , prompted for
access key, secret key, done. Would be great if it were completely
API compatible with existing Cache interface.
Marc
unread,
Feb 3, 2009, 9:32:31 PM2/3/09
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to CloudCache.ws
I've now added auth for list, myusage, and flush - with two ways to
enjoy ;^): akey, signature, and timestamp in either the headers or
in query parameters.