UNPKG

@ozmap/ozn-sdk

Version:

OZN SDK is a powerful tool for developers to build their own applications on top of OZN using TMForum pattern.

29 lines (18 loc) 833 B
# OZN SDK It is a powerful and easy-to-use tool designed to simplify integration with the upcoming OzNeutral API, adhering to the **TM Forum standards**. This SDK provides ready-to-use request schemas and response schemas, ensuring consistent and accurate API interaction. --- ## Features - **TM Forum Standard Compliance**: Built with TM Forum Open APIs as a guide for industry-standard integration. - **Request and Response Schemas**: Includes validated schemas for input and output data. - **Future-Proof Integration**: Prepares your application for seamless connection with the OZNeutral API. - **Customizable & Extensible**: Adaptable to fit specific use cases and requirements. --- ## Installation Install the SDK using npm or yarn: ```bash npm install @ozmap/ozn-sdk ``` ##### or ```bash yarn add @ozmap/ozn-sdk ```