btrishkin commented on this pull request.
> @@ -61,7 +61,7 @@
@RequestFilters({ BasicAuthentication.class, OrganisationIdFilter.class })
@Consumes(MediaType.APPLICATION_JSON)
-@Path("/{jclouds.api-version}/server")
+@Path("/2.6/server")
Well, we implement them in chunks. This PR covers only ServerApi feature which
will be updated to new version. Everything else remain old 2.4 for now. We can
introduce constant with newest API version supported, but outdated features
will have to have 2.4 version hardcoded in them until we implement latest
version of them. Would that be ok?
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs/pull/434#discussion_r182137110