https://github.com/ozmap/ozn-sdk
https://github.com/ozmap/ozn-sdk
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ozmap/ozn-sdk
- Owner: ozmap
- License: mit
- Created: 2024-11-25T16:09:52.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-16T13:34:38.000Z (about 1 year ago)
- Last Synced: 2025-06-25T17:18:13.361Z (12 months ago)
- Language: TypeScript
- Size: 311 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
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
```