feat(taxonomy): add Taxonomy CDA delivery endpoints [DX-9681]#195
Draft
OMpawar-21 wants to merge 2 commits into
Draft
feat(taxonomy): add Taxonomy CDA delivery endpoints [DX-9681]#195OMpawar-21 wants to merge 2 commits into
OMpawar-21 wants to merge 2 commits into
Conversation
…ient Introduces stack.Taxonomy() and stack.Taxonomy(uid) entry points wrapping the Taxonomy Publishing & Delivery API — including TaxonomyQuery, TaxonomyCDA, TaxonomyTerm, and TaxonomyTermQuery models with full unit and integration test coverage. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
🔒 Security Scan Results
⏱️ SLA Breach Summary
✅ BUILD PASSED - All security checks passed |
OMpawar-21
marked this pull request as draft
July 23, 2026 04:31
Taxonomy CDA delivery endpoints introduced in this release. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
🔒 Security Scan Results
⏱️ SLA Breach Summary
✅ BUILD PASSED - All security checks passed |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
stack.Taxonomy()entry point returningTaxonomyQueryto list all published taxonomies (limit, skip, include count)stack.Taxonomy(uid)entry point returningTaxonomyCDAfor fetching a specific taxonomy, listing its terms, and traversing hierarchy (ancestors, descendants, locales)TaxonomyCDA,TaxonomyQuery,TaxonomyTerm,TaxonomyTermQueryTestDataHelperconfig helpers for integration test environment keys (TAXONOMY_CDA_UID,TAXONOMY_CDA_TERM_UID,TAXONOMY_CDA_LOCALE)Test plan
TaxonomyCDAUnitTests.csTaxonomyCDA/TaxonomyCDATest.cs(requiresTAXONOMY_CDA_UID,TAXONOMY_CDA_TERM_UID,TAXONOMY_CDA_LOCALEin app.config)stack.Taxonomy()(no args) still distinct from existingstack.Taxonomies()entry-level query builder🤖 Generated with Claude Code