Not sure how you want to go about breaking this into chunks but the API as a whole can be broken down into these features (ordered from smallest to biggest): VersionApi, StatisticsApi, MembersApi, and KeysApi. This PR covers the first 2 (Version and Statistics) as both are very small and not complicated. Once this gets in I will push integration tests and figured I'd move forward in much the same way with the other API's, that being: !.) submit initial API + mock tests 2.) when merged submit integration tests. The big piece here is the init which I've sent in so all other PR's will be much smaller. Hope it's not too big and let me know what you think of my plan. I can of course change if you want me to further granularize things.
--- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs/pull/194#issuecomment-125285877
