Search found 4 matches

by HiiragiNil
Thu Jan 06, 2022 16:50
Forum: Problems? Bugs? Solutions!
Topic: Incorrect API response type
Replies: 6
Views: 5834

Re: Incorrect API response type

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! ;)
by HiiragiNil
Thu Jan 06, 2022 07:27
Forum: Problems? Bugs? Solutions!
Topic: Incorrect API response type
Replies: 6
Views: 5834

Re: Incorrect API response type

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 ...
by HiiragiNil
Tue Jan 04, 2022 23:53
Forum: Problems? Bugs? Solutions!
Topic: Incorrect API response type
Replies: 6
Views: 5834

Re: Incorrect API response type

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/


I guess ...
by HiiragiNil
Thu Dec 23, 2021 09:10
Forum: Problems? Bugs? Solutions!
Topic: Incorrect API response type
Replies: 6
Views: 5834

Incorrect API response type

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 ...