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
A list of supported requests and events can be found in the corresponding enum class files:
@@ -20,6 +35,15 @@ A list of supported requests and events can be found in the corresponding enum c
20
35
21
36
A description of every request and event can be found in the plugin's [**Protocol.MD**](https://github.com/Palakis/obs-websocket/blob/4.x-current/docs/generated/protocol.md) file.
22
37
38
+
---
23
39
## Examples
24
40
25
41
Examples can be found [**here**](src/test/java/net/diespendendose/obsremotejava/test/OBSRemoteControllerTest.java). Just uncomment the requests you want to test or copy.
42
+
43
+
---
44
+
## Contribution
45
+
46
+
If you miss an endpoint feel free to make a pull request. Any help is appreciated.
0 commit comments