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

feat: Added support for config-slug in the apis #35

Conversation

noble-varghese
Copy link
Contributor

Summary

This pull request addresses the need to simplify configuration management by introducing support for configSlug instead of requiring the manual construction of the entire config within the codebase. By allowing users to reference pre-configured settings via a configSlug, we aim to reduce the amount of code users need to write and encourage the reuse of configurations across different codebases.

Changes

  • Added a new feature that supports the usage of configSlug as a reference to pre-configured settings.
  • Modified relevant code sections to incorporate this new feature.

Fixes: #29

@noble-varghese noble-varghese added the enhancement New feature or request label Oct 10, 2023
@noble-varghese noble-varghese self-assigned this Oct 10, 2023
@noble-varghese noble-varghese marked this pull request as ready for review October 10, 2023 10:37
@noble-varghese noble-varghese merged commit b9125ae into main Oct 10, 2023
1 check passed
@noble-varghese noble-varghese deleted the noble-varghese/29-enhancing-the-apis-with-config-slug-support branch October 10, 2023 11:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

feat: Enhancing the APIs with Config Slug Support
1 participant