Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add SDKConfig and SDKContext to core #58

Merged
merged 1 commit into from
Apr 8, 2024

Conversation

JakeLo123
Copy link
Collaborator

What is this PR and why do we need it?

#48 - Consolidate SDK config and context via core package.

These definitions will encompass the public API for the next major version release of each SDK.

  • SDKConfig -- The configuration object needed to initialize each framework's main component.
  • SDKContext -- The values and methods provided by each framework's main component.

These types are defined here, not implemented. We are planning to work backwards to get parity for each SDK.

Pre-Merge Checklist (if applicable)

  • Unit and Feature tests have been added/updated for logic changes, or there is a justifiable reason for not doing so.

@JakeLo123 JakeLo123 added the SDK Core relating to the framework-agnostic core of the SDKs label Apr 8, 2024
@JakeLo123 JakeLo123 self-assigned this Apr 8, 2024
@JakeLo123 JakeLo123 linked an issue Apr 8, 2024 that may be closed by this pull request
@JakeLo123 JakeLo123 force-pushed the 48-consolidate-config-and-context-types branch 2 times, most recently from 0d14e53 to a26a79d Compare April 8, 2024 19:31
@JakeLo123 JakeLo123 force-pushed the 48-consolidate-config-and-context-types branch from a26a79d to 3b5aca7 Compare April 8, 2024 21:09
@JakeLo123 JakeLo123 merged commit 346e262 into main Apr 8, 2024
3 checks passed
@JakeLo123 JakeLo123 deleted the 48-consolidate-config-and-context-types branch April 9, 2024 16:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
SDK Core relating to the framework-agnostic core of the SDKs
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Consolidate config and context types
2 participants