obs-websocket-community-projects/obs-websocket-java

Usage Examples

TinaTiel opened this issue · 1 comments

Rather than providing examples in the README, we could provide a small examples module/directory showing how to use the client for some common use cases:

  • Connect

  • Send a Request through convinience method

  • Send a Request through *Request class

  • Disconnect

  • Reconnect

  • etc as requested (adding new examples could be tied directly to discussions or issues)

We could then create a parent gradle module and add an example module alongside the existing one (being the client one)