Adem
|
4654d2529f
|
Merge pull request #39 from onyx-and-iris/dev
patch bump for PR #37
|
2023-10-23 14:58:56 +03:00 |
|
Adem
|
d217630289
|
Merge pull request #37 from aatikturk/implement_v5.3_methods
Update reqs.py
implemented set_record_directory method. (only availabe for obs websocket v5.3 or higher)
|
2023-10-23 14:00:08 +03:00 |
|
Adem
|
5bfe792fa6
|
Update reqs.py
added set_record_directory method to ReqClient.
|
2023-10-23 09:29:16 +03:00 |
|
Adem
|
8aa2e78ba6
|
Merge pull request #32 from onyx-and-iris/add-request-error-class
Error handling with base error class
|
2023-08-14 14:38:43 +03:00 |
|
Adem
|
4ced7193df
|
patch bump
|
2023-06-23 01:53:02 +03:00 |
|
Adem
|
468c63f697
|
auth logger for clients
added RpcVersion in auth loggers for both requests and events clients.
removed the check in baseclient auth function and returned the whole response.
|
2023-06-23 01:48:45 +03:00 |
|
Adem
|
24f8487d93
|
Merge pull request #29 from onyx-and-iris/dev
added module level loggers.
|
2023-06-23 00:26:30 +03:00 |
|
Adem
|
64a7c2b753
|
update readme and base client
|
2023-06-14 01:09:44 +03:00 |
|
Adem
|
15559fdb33
|
updated readme
|
2023-05-29 10:48:41 +00:00 |
|
Adem
|
3adf094481
|
Added 'timeout' option for baseclient. bumped version
|
2023-05-29 10:34:40 +00:00 |
|
Adem
|
9c41f2bb59
|
Merge pull request #24 from onyx-and-iris/dev
check user home directory for config.toml
|
2023-03-11 22:48:43 +03:00 |
|
Adem
|
ef0f770c0c
|
Merge pull request #20 from onyx-and-iris/dev
add conn info to __repr__ methods, lower required python ver to 3.9 + other small changes
|
2022-12-05 22:17:03 +03:00 |
|
Adem
|
ce6873f57a
|
Merge pull request #16 from onyx-and-iris/dev
add values to defaultkwargs, fix event names in readme + other minor additions
|
2022-11-20 21:15:12 +03:00 |
|
Adem
|
7fc07efb02
|
Merge pull request #14 from onyx-and-iris/dev
|
2022-10-28 19:35:56 +03:00 |
|
Adem
|
67fe16e97f
|
Merge pull request #12 from onyx-and-iris/dev
|
2022-10-26 15:08:54 +03:00 |
|
Adem
|
f239173edb
|
Merge pull request #11 from onyx-and-iris/dev
check if auth required, context manager for reqclient + logging
|
2022-10-26 12:39:11 +03:00 |
|
Adem
|
69b0d4137a
|
Merge pull request #10 from onyx-and-iris/main
pass empty dict if data is None in trigger()
|
2022-09-26 22:55:19 +03:00 |
|
Adem
|
c2b6757796
|
Merge pull request #9 from onyx-and-iris/main
added some missing return statements where reponse fields expected.
|
2022-09-13 02:21:53 +03:00 |
|
Adem
|
b039d26114
|
Merge pull request #8 from onyx-and-iris/main
return response field for stop_record
|
2022-09-13 01:30:00 +03:00 |
|
Adem
|
46369548ed
|
Pypi badge updated
|
2022-09-04 14:36:01 +03:00 |
|
Adem
|
3ec77321be
|
modify readme according to repo name change.
|
2022-09-04 14:10:34 +03:00 |
|
Adem
|
641a151cfd
|
updated readme
After OBS v28 release, websocket is no longer a requirement as it comes included with the new version.
|
2022-09-01 22:29:23 +03:00 |
|
Adem
|
dc6829434c
|
Merge pull request #6 from onyx-and-iris/main
support python 3.10
|
2022-08-31 23:01:23 +03:00 |
|
Adem
|
35b7c16b6b
|
update readme
ReqClient object initialization should be done as follows
```python
from obsstudio_sdk import reqs
cl = reqs.ReqClient(host, port, password)
```
|
2022-08-26 13:17:29 +03:00 |
|
Adem
|
4b8fec7cb5
|
Merge pull request #3 from onyx-and-iris/main
readme updated. some extra tests.
|
2022-07-30 20:52:19 +03:00 |
|
Adem
|
eda5ee66e0
|
Merge pull request #2 from onyx-and-iris/main
Support for events + other changes.
|
2022-07-29 15:06:06 +03:00 |
|