All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.sphere.internal.ProjectScopedAPI Maven / Gradle / Ivy

There is a newer version: 0.72.1
Show newest version
package io.sphere.internal;

import io.sphere.client.ProjectEndpoints;

/** Base class for Sphere HTTP APIs scoped to a project. */
abstract class ProjectScopedAPI {
    protected ProjectEndpoints endpoints;

    protected ProjectScopedAPI(ProjectEndpoints endpoints) {
        this.endpoints = endpoints;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy