Skip to content

Development Guide

  • APIs for external services are integrated into ASP in the form of plugins.
  • High cohesion, low coupling. New interfaces can be added without modifying the ASP core code.
  • Plugins can be developed, tested, and deployed independently.
  • Actual use can be configured on demand.