An open API service indexing awesome lists of open source software.

https://github.com/ozmap/ozn-sdk


https://github.com/ozmap/ozn-sdk

Last synced: 11 months ago
JSON representation

Awesome Lists containing this project

README

          

# 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
```