IQRF Repository configuration

interface IqrfRepositoryConfig {
    apiEndpoint: string;
    credentials: IqrfRepositoryCredentials;
}

Properties

apiEndpoint: string