Overview
Xapi organizations and projects enable systematic API and model evolution by incorporating new features via feature artifacts.
Each feature artifact creates a dedicated feature branch, isolating code changes. Once the changes are resolved, the feature artifact should be merged into the main branch to update the API design. This process enables parallel updates to the same API/Modell, promoting efficient collaboration without risking data loss.
💡
What’s next? Learn how to: