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

https://github.com/wavix/wavix-openapi

OpenAPI specification for the Wavix API
https://github.com/wavix/wavix-openapi

openapi wavix

Last synced: 3 months ago
JSON representation

OpenAPI specification for the Wavix API

Awesome Lists containing this project

README

          

# Wavix API OpenAPI Specification

This repository contains the official Wavix API OpenAPI specification in **JSON** and **YAML** formats.
You can use these files to generate SDKs, test endpoints in Postman or Swagger UI, or integrate the API into your projects.

The current list of Wavix HTTP REST API endpoints can be found here: [https://docs.wavix.com/api-reference/](https://docs.wavix.com/api-reference/)

## Files

- `docs/wavix-api.yaml` — OpenAPI specification in YAML format
- `docs/wavix-api.json` — OpenAPI specification in JSON format

## Usage

You can use the YAML or JSON files with tools like **Swagger UI**, **Postman**, or any other OpenAPI-compatible software: