OpenAPI implementation for Divoom Pixoo 64 devices
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
First follow the install steps to install openapi-generator-cli.jar
java -jar openapi-generator-cli.jar generate --input-spec .\openapi.yml --generator-name python --library asyncio --output python-asyncio
LATEST (17-02-2024):
OLDER