This repository hosts Swagger documentation for the NIOS (Network Identity Operating System) API.
You can access the Swagger documentation through GitHub Pages:
The following API documentation is available:
- DNS API
- DHCP API
- DTC API
The repository includes JSON specification files for:
- DNS operations
- DHCP configuration
- DTC (DNS Traffic Control)
- Extended Attributes
This project uses Swagger UI to render API documentation from JSON specification files.
index.html: Main entry point for the Swagger UI/nios-swagger/: Contains the API specification JSON filesdns.json: DNS API specificationdhcp.json: DHCP API specificationdtc.json: DTC API specificationextAttributes.json: Extended attributes specificationipam.json: IP Address Management API specification
To run this project locally:
- Clone the repository
- Navigate to the project directory
- Open
index.htmlin your browser
This documentation is hosted via GitHub Pages, making it easily accessible to users without requiring local setup.