| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
…calize/unlocalize
Closes parity gap with JS SDK and Java (feat/DX-9676-taxonomy-publish).
Taxonomy (taxonomy.py):
- publish(data) → POST /taxonomies/publish (collection-level)
- unpublish(data) → POST /taxonomies/unpublish (collection-level)
- localize(data, locale) → POST /taxonomies/{uid}?locale= (instance-level)
- unlocalize(locale) → DELETE /taxonomies/{uid}?locale= (instance-level)
Terms (terms.py):
- localize(data, locale) → POST /taxonomies/{t}/terms/{uid}?locale= (instance-level)
- unlocalize(locale) → DELETE /taxonomies/{t}/terms/{uid}?locale= (instance-level)
21/21 unit tests pass.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
✅ Snyk checks have passed. No issues have been found so far.
💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse. |
Sorry, something went wrong.
…nlocalize and terms localize/unlocalize test_07_taxonomy.py: - TestTaxonomyLocalize: localize → unlocalize against live stack - TestTaxonomyPublish: publish → unpublish (skips gracefully if taxonomy_publish feature not enabled) test_08_terms.py: - TestTermsLocalize: localize → unlocalize against live stack Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
Closing for now — demo preparation in progress. Will reopen when ready to build. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Summary
Reference: Java SDK feat/DX-9676-taxonomy-publish
TRD: https://contentstack.atlassian.net/wiki/spaces/CD/pages/3573580300
Test plan
🤖 Generated with Claude Code