obs-websocket icon indicating copy to clipboard operation
obs-websocket copied to clipboard

Feature Request: List the setting options some requests use instead of just being an Object.

Open alanakos33 opened this issue 1 year ago • 0 comments

Feature Request Type

RPC Request

Feature Request Type (Other)

No response

Requested Feature

Example of unknown Object

In the listed url, you will find: SetSourceFilterSettings which among other things accepts filterSettings which is an Object.

The problem with this is that the clients i also use (in python or golang) seem to be copying that also and give no type information on what this settings objects is.

So i have to either do the request manually and log it, to see what this object is, or do a bit of trial and error, and see obs response to the request is, for any information on what fields it also needs.

This makes development, very tiresome and time consuming.

Requested Feature Usage Scenario

More detailed documentation on the schema of various objects, and a short description.

alanakos33 avatar May 25 '24 15:05 alanakos33