Application Feedback

There are no posts in this forum.

Also by this Developer

Screenshot of RubyBetavineAPI

A library for accessing the Betavine API with Ruby

OwenGriffin

19/07/2007


Screenshot of RSSTrigger

Monitors RSS feeds on your computer and when they update it will notify an RSS Reader on your mobile

OwenGriffin

06/11/2007


Screenshot of UberPicturePoke

Poke your Facebook friends on their mobile

OwenGriffin

25/02/2008


Screenshot of OverTheAirWgt

A widget to keep you informed of what is happening at Over the Air.

OwenGriffin

27/03/2008


Files

Information

You need to be logged in to Betavine before you are able to download applications.

  • Version 0.02

    Release Date 2007-07-26 12:57:48.0

    Download count 2

    Platform All PC


  • Version 1.00

    Release Date 2007-07-18 08:59:39.0

    Download count 9

    Platform All PC


  • Version 0.02

    Release Date 2007-07-26 13:00:45.0

    Download count 2

    Platform All PC


  • Version 0.2

    Release Date 2007-07-18 13:16:59.0

    Download count 7

    Platform All PC


  • Version 0.03

    Release Date 2007-07-26 13:07:34.0

    Download count 6

    Platform Linux


  • Version 0.02

    Release Date 2007-07-26 12:59:23.0

    Download count 3

    Platform All PC


  • Version 0.02

    Release Date 2007-07-26 12:55:57.0

    Download count 3

    Platform All PC


  • Version 1.00

    Release Date 2007-07-18 08:55:28.0

    Download count 10

    Platform All PC


Application Profile

Screenshot of RubyBetavineAPI

RubyBetavineAPI

A library for accessing the Betavine API with Ruby

OwenGriffindeveloped by OwenGriffin

downloaded 42 times

8 files uploaded

Last updated Thu, 19 Jul 2007

Created Wed, 18 Jul 2007

Description

A library for accessing the Betavine API with Ruby.

Requirements

Ruby installed on the system.

Usage Instructions

Download and experiment.

Reported Feedback

Information

This table summarises the feedback received by the betavine.mobi web site.

The Compatible column indicates how many devices have been reported as compatible. Conversely the Incompatible column indicates how many devices have been reported as incompatible.

RSS Feed OwenGriffin's Developer's Log for RubyBetavineAPI

Debian package available

I've just uploaded libbetavine-ruby, a Debian package for using the API with Ruby. Debian and Ubuntu users have the choice of installing Ruby libraries using Ruby's Gem or by using apt-get. There are various thoughts and opinion over which is the better solution, both have their drawbacks. Something which I thought would be a relatively painless process ended up taking hours!

The package depends of ruby1.8 and libjson-ruby. You should be able to install the package using dpkg -i libbetavine-ruby*

This has been tested with Ubuntu Feisty.

You may experience problems with BetavineAPI.rb not being found in the earlier examples. Change the require 'lib/BetavineAPI.rb' to be require 'BetavineAPI.rb'.

The examples are included within the package, but I've also made them available for seperate downloads.

posted by OwenGriffin OwenGriffin  |  View Comments (0)  |  Add Comment  | 

Betavine API Gem available

I've just uploaded a gem file which includes the Ruby library and the 4 examples. To install use the command:

gem install <package location>

It requires the JSON Gem to also be installed.

This is probably the easiest method to get started using the library.
posted by OwenGriffin OwenGriffin  |  View Comments (0)  |  Add Comment  | 

Ruby Betavine API

Hi,

In this project you will find a Ruby wrapper for the Vodafone Betavine API. There are also several example applications.

To get started download the BetavineAPIrb (BetavineAPI.rb) and place it in the same folder as your Ruby application. I hope to provide Gem packages in the future.

Have a look at Example1 (Example1.rb) to see how to use the wrapper.

Any questions, just raise them in the API Forum and I'll try and answer them.

Have fun,

Owen Griffin (snig178)
posted by OwenGriffin OwenGriffin  |  View Comments (0)  |  Add Comment  |