Skip to content

Latest commit

 

History

History
41 lines (26 loc) · 1.17 KB

File metadata and controls

41 lines (26 loc) · 1.17 KB

pixoo-openapi

OpenAPI implementation for Divoom Pixoo 64 devices

Mission

Based on the documentation from Divoo, manually create an openapi specification file.

Use the specification to generate client libraries for different languages following best practices

Client libraries

First follow the install steps to install openapi-generator-cli.jar

Python, with asyncio support

java -jar openapi-generator-cli.jar generate --input-spec .\openapi.yml --generator-name python --library asyncio --output python-asyncio

Sources used

Divoom

That gives us:

Where the contact page:

Send us to

OLDER REFERENCES

openapi-generator

https://github.com/OpenAPITools/openapi-generator

JSON 2 OpenAPI Generator

https://roger13.github.io/SwagDefGen/