Hi there! I needed support for the DynECT HTTP redirect service for one of my sites, so I whipped up the code to make that happen in JClouds.
Would this be an interesting code submission for y'all? If so, I'd like to add tests and make whatever changes/adjustments you think are necessary to make this suitable for the project. I just figured I'd ask for some advice about how to write bulletproof test cases in JClouds and what tests I should write so that they wouldn't be brittle or mess with the existing suite in any way. Thank you in advance for your kind consideration! All the best, talk to you soon, -Sunny You can merge this Pull Request by running: git pull https://github.com/sunnygleason/jclouds 7b111d55f09f3b6e209e44d3ad9d21658c867c2e Or you can view, comment on it, or merge it online at: https://github.com/jclouds/jclouds/pull/28 -- Commit Summary -- * initial implementation of dynect HTTP Redirect service -- File Changes -- M providers/dynect/src/main/java/org/jclouds/dynect/v3/DynECTApi.java (7) A providers/dynect/src/main/java/org/jclouds/dynect/v3/binders/CreateHttpRedirectBinder.java (51) A providers/dynect/src/main/java/org/jclouds/dynect/v3/binders/HttpRedirectBinder.java (51) A providers/dynect/src/main/java/org/jclouds/dynect/v3/domain/redirect/HttpRedirect.java (162) A providers/dynect/src/main/java/org/jclouds/dynect/v3/features/HttpRedirectApi.java (144) -- Patch Links -- https://github.com/jclouds/jclouds/pull/28.patch https://github.com/jclouds/jclouds/pull/28.diff
