Package sonia.scm.api.v2.resources
Interface RepositoryLinkProvider
public interface RepositoryLinkProvider
-
Method Summary
Modifier and TypeMethodDescriptionget
(NamespaceAndName namespaceAndName) Returns the internal api link for the given repository.
-
Method Details
-
get
Returns the internal api link for the given repository.- Parameters:
namespaceAndName
- The namespace and name of the repository.
-