> @@ -79,6 +80,15 @@
> FirewallApi getFirewallApiForProject(@PathParam("project") String
> projectName);
>
> /**
> + * Provides access to ForwardingRule features
> + *
> + * @param projectName the name of the project
> + */
> + @Delegate
> + @Path("/projects/{project}")
After going through all of the OpenStack APIs recently, you could move this
`@Path` annotation up to the interface level.
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs-google/pull/22/files#r16143726