System Architecture
System Architecture Overview
This page provides a system-level view of the monorepo packages and their dependency relationships.
Key points:
@drupal-js-sdk/interfacesdefines shared types and contracts.@drupal-js-sdk/corewires configuration, session, and HTTP client.- Transport is provided by
@drupal-js-sdk/xhrviaFetchClientorAxiosClient. - Feature packages (
auth,entity,jsonapi,menu) consumecoreandinterfaces. @drupal-js-sdk/errorcentralizes error definitions used across layers.