I'd basically say the same Adrien said in this [1] email thread. There isn't a detailed developer guide for building a new API or provider, and the best thing you can do is to have a look at the existing ones and take them as an example.
jclouds uses a declarative approach to build the APIs. To create a new one, you just have to define the interface and annotate each method with the appropriate annotations. There is no implementation for those interfaces; jclouds will automatically generate the corresponding HTTP requests based on the annotations and parameters of the invoked method. I'd suggest you have a look at some existing API and its tests, and encourage you to join the #jclouds IRC channel @ Freenode. We'll be happy to help! I. [1] http://markmail.org/message/3jwdnfj4cdwscuyu On 7 October 2014 07:12, Alka Beniwal <beniwala...@gmail.com> wrote: > Hi, > Is there any way to add OpenStack Hypervisor Api in JCloud.Which class i > need to modify in order to implement OS-hypervisor Api??What are the steps > to implement a new Api in JCloud? > > Any help is appreciated. > > > > Thanks, > Regards, > AB