Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
alanakos33 opened this issue May 25, 2024 · 0 comments

Comments

@alanakos33
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant