Skip to content

A public Interface to get repository config. #746

Open
@44uk

Description

@44uk
  1. Expected behavior and actual behavior.
const factory = new RepositoryFactoryHttp(URL, {})
const txRepo = factory.createTransactionRepository()
console.debug(
// @ts-ignore
  txRepo.config().basePath
)

I'd like to get repository config. Need a public interface for config.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions