Hi, I will create a general provider implementation using jclouds for the "providers" which use orion. The authentication is based on basic HTTP authentication and server API supports REST.
I created the template using maven archetype. I'm checking related examples but they provide limited information due to lack of documentation. As far as I understood created project provides a client API for CRUD operations and a a key API for authentication. I want to follow general implementation style which has been used in the other provider implementations. Could you please explain me briefly the steps for a provider implementation or the general code structure? The authentication needs to be based on basic HTTP authentication. Regards, Timur
