Home > preposterous

preposterous

Preposterous is a project mainly written in Ruby, based on the MIT license.

Ruby API for Posterous

= preposterous

I'm hoping that I will stick to this and it will become a very functional Ruby based API for the Posterous(http://posterous.com) service.

= what works?

Most of the API is implemented. I'm currently working on an ActiveRecord style interface. So you'll be able to post using objects instead of calling methods.

== examples

See the post.rb example in the examples directory.

http://github.com/hernan43/preposterous/tree/master/examples/post.rb

== copyright?

Since I've never really done anything like this, I am going to use John Nunemaker's(http://github.com/jnunemaker) Twitter gem(http://github.com/jnunemaker/twitter) design as an influence.

Also when I say "influence" I mean this is basically a really jacked up fork of the jnunemaker twitter gem.

Copyright (c) 2010 Ray Hernandez. See LICENSE for details.

Previous:Tiny2Long