> +import org.jclouds.profitbricks.features.LoadBalancerApi; > +import org.jclouds.profitbricks.features.NicApi; > +import org.jclouds.profitbricks.features.PublicIpApi; > +import org.jclouds.profitbricks.features.RomDriveApi; > +import org.jclouds.profitbricks.features.SnapshotApi; > +import org.jclouds.profitbricks.features.StorageApi; > +import org.jclouds.profitbricks.features.UserNotificationApi; > +import org.jclouds.rest.annotations.Delegate; > + > +/** > + * Provides access to ProfitBricks's Cloud Compute specific features. > + * <p/> > + * As for the current moment ProfitBricks has only SOAP based API and REST > is coming soon. So, by the default all PB > + * communications are delegated to SOAP endpoints. > + * > + * @see <a > href="https://www.profitbricks.com/sites/default/files/profitbricks_api_1_3.pdf">Documentation</a>
Please remove external links from the sources. This applies to line 41 as well. --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs/pull/72/files#r18044745
