Thank you! imo swagger is best API definition tool because many tool supports auto code generation.
I just wanted to tell you it is awesome to have auto-generate work for many programmers/developers.
API looks game changer for resolume users, thanks and keep it up!
I see, okay then I need correct swagger yaml for generating correct typed codes. The problem is not if its bool or not, it is different type from swagger.yaml's type definition. My Go project codes are generated automatically by reading swagger's types, so if type is not matched my code will be ...
This bug can be replicated on MacOS Catalina 10.15.7 with Resolume Arena v7.8.0. I had this bug on example project (/Users/flowingspdg/Documents/Resolume Arena/Compositions/Example.avc).
Here is full JSON response of /api/v1/composition . https://pastebin.ubuntu.com/p/J2gtKCDdkm/plain/
Hi, thank you for adding REST API! This could be gamechanger for developers. I'm working on developing REST API with Golang(https://github.com/FlowingSPDG/resolume-go).
I found that "value" field in "BooleanParameter" struct is not actual boolean value. When I access http://localhost:8080/api/v1 ...