Tag: rest

Lingr API

Posted by on 29-Jan-2007

…The Lingr API is a simple, HTTP-based REST protocol that enables anyone to interact with, extend, and mashup Lingr in whatever wacky way they want….

…Using the Ruby Lingr API toolkit , a Ruby programmer can be up and talking to our API in just a few minutes time…

Even a small Ruby Botkit is included. :)

See also:

Restolog-1.2 (beta1)

Posted by on 24-Aug-2006

Created a first beta version of Restolog-1.2 . What’s new in it:

  • Textile markup for articles body (act_as_textiled plugin)
  • REST client (‘script/rester’)
  • New REST API calls added (mostly for articles and comments)
  • Some documentation (README, USAGE, CHANGELOG)

Download:

  • tarballs: restolog-1.2b1.tgz
  • SVN: svn checkout http://restolog.googlecode.com/svn/trunk/ restolog

Why it is still beta?

  • update via XML still do not work
  • authentication via keys inside the URL still not possible (Basic Authentication for now)

And by request from Benjamin there is pretty detailed Restolog USAGE file included. Enjoy

Restolog - RESTful blog example

Posted by on 11-Aug-2006

I modified a little the original Alisdair McDiarmid’s RestBlog sources and
created very simple blog system . Made an announce to the Rails ML. The copy of it follows:

Very simple blog system based on REST/CRUD ideas. Sources (all credits
going to the authors, i just combined their work):

The purpose is mostly proof of concept, not typo/mephisto etc. competition.