Skip to content

Configuration Interface and default configuration #301

Description

@jodeev

We need to implement the Default SDK Configuration.

This has two pieces:

  • The SDK MUST provide a programmatic interface for all configuration. This interface SHOULD be written in the language of the SDK itself. All other configuration mechanisms SHOULD be built on top of this interface. An example of this programmatic interface is accepting a well-defined struct on an SDK builder class. From that, one could build a CLI that accepts a file (YAML, JSON, TOML, ...) and then transforms into that well-defined struct consumable by the programatic interface.
  • Establish a default configuration

Metadata

Metadata

Assignees

Labels

blockedthis issue is blocked by another issue.enhancementNew feature or requesthelp wantedThis issue is looking for someone to work on itlargelarge sized task

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions