> + * Unless required by applicable law or agreed to in writing, software
> + * distributed under the License is distributed on an "AS IS" BASIS,
> + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
> + * See the License for the specific language governing permissions and
> + * limitations under the License.
> + */
> +package org.jclouds.labs.b2;
> +
> +import java.io.Closeable;
> +
> +import org.jclouds.labs.b2.features.AuthorizationApi;
> +import org.jclouds.labs.b2.features.BucketApi;
> +import org.jclouds.rest.annotations.Delegate;
> +
> +/** Provides access to Backblaze B2 resources via their REST API. */
> +public interface B2Client extends Closeable {

Convention is to name B2Api

---
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/270/files/08f67d68c03760ce134ccf217c3b1ee4487ac318#r64119925

Reply via email to