Skip to main content

Guides

This section provides practical instructions and best practices for working with Open Self Service. Whether you're extending the system, integrating new APIs, or modifying existing components, these guides will help you get started quickly.


What You'll Find Here

Development Best Practices

  • Code style – Ensure consistency across the codebase with established coding conventions.
  • Adding new components with generators – Learn how to extend and customize O2S by quickly bootstrapping its components.
  • The SDK – Understand how to interact with the API Harmonization Server using the built-in TypeScript SDK.

Integrations

O2S is designed for seamless API integrations. These guides cover how to leverage the framework to integrate new or extend existing integrations:

Tutorials

How to Use These Guides

If you're new to Open Self Service, start with The SDK to learn how the frontend interacts with the backend. If you're planning to modify or extend O2S, check out Adding new components and the Integrations section for guidance on backend customizations.

Looking for more? Stay tuned as we expand this section with additional best practices and advanced use cases.