Foreman plugin to integrate to OnApp REST API

Hi,

I'm looking for a solution to administer VMs in a cloud hosted by KVM
Hypervisor, through the OnApp cloud application REST APIs.
My Foreman server has no access to the Libvirt library, so this must be
done through OnApp REST API, otherwise I would use the Libvirt Compute
Resource.

I'm thinking that this can be done as a foreman plugin that is interpreted
as a Compute Resource that functions exactly like the Libvirt compute
resource.
There is a Ruby library for working with the OnApp REST API. Squal:
https://rubygems.org/gems/squall/
<https://www.upwork.com/leaving-odesk?ref=https%3A%2F%2Frubygems.org%2Fgems%2Fsquall%2F>.
I think this can be used in a plugin to make direct REST API calls, and so
it wont go through FOG.

Does anyone have a recomedation to where I can find something like this?
Or does anyone want to develop this as a paid job?

Environment:

Foreman version 1.7.4
Ruby version 1.9.3
OnApp version 4.0 (https://docs.onapp.com/display/40API/OnApp+4.0+API+Guide
<https://www.upwork.com/leaving-odesk?ref=https%3A%2F%2Fdocs.onapp.com%2Fdisplay%2F40API%2FOnApp%2B4.0%2BAPI%2BGuide>
)
OS: Ubuntu 14.04

Thanks,
Kallon Weingarten