You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 acceptsfilterSettings
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.
The text was updated successfully, but these errors were encountered: