Java client for foreman

I have been using Foreman extensively at work and found a need to be able
to provision new VMs from within TestNG. I took at stab at creating a Java
client for Foreman Rest Api. The project can be found on github:

cheers,
Viet

Interesting. I started a spring Java client using rest templates to use
for some native android code. I didn't finish it and really only spent a
few hours on it. Was originally intended to use more than foreman though.

https://github.com/logicminds/javaralib/blob/master/src/main/java/biz/logicminds/remoteadmin/javaralib

Corey

ยทยทยท On Tuesday, March 26, 2013 11:02:34 AM UTC-7, Viet Nguyen wrote: > > I have been using Foreman extensively at work and found a need to be able > to provision new VMs from within TestNG. I took at stab at creating a Java > client for Foreman Rest Api. The project can be found on github: > > https://github.com/vnugent/joreman > > > cheers, > Viet >