Commit Graph

17 Commits

Author SHA1 Message Date
3ea21cd371 Identified class added. tracks identified state 2023-08-11 22:05:01 +01:00
c97d14abe2 move logger back into rescue block 2023-08-11 17:10:17 +01:00
3ef4396885 request ids are now UUID's. 2023-08-11 17:04:38 +01:00
a40ab77be9 cleanup error messages 2023-08-11 14:41:09 +01:00
976c8f19a8 new error classes
OBSWSConnectionError, OBSWSRequestError added

they subclass OBSWSError

readme updated with new error classes
2023-08-11 02:22:14 +01:00
86b84aeef9 minor syntax changes 2023-07-28 19:05:28 +01:00
88b2eabc0c typo fix 2023-07-26 16:15:43 +01:00
82c6ced760 logger module added 2023-07-26 14:37:35 +01:00
9940fbbf9f assign client updater methods as base lambdas 2023-07-26 10:51:38 +01:00
153f35e742 now using symbols when making api calls
in run, yield now passes a reference ot the client as an argument
2023-07-19 15:12:25 +01:00
aafcd185d0 patch bump
add full request payload to logger.

raise OBSWSError if auth enabled but no password provided

add example tasks to rake file

add logging section to README
2022-11-25 17:57:56 +00:00
c67ce47026 pass payload for call_vendor_request
patch bump
2022-11-18 14:52:28 +00:00
norm
0bac7eaf3a added missing response classes
patch bump
2022-11-03 04:11:59 +00:00
norm
5b0ce79e46 fix bug in get_group_list
patch bump
2022-11-03 03:36:56 +00:00
onyx-and-iris
b33fe94cee moved logger auth success to req,event classes
override to_s for req,event classes

rename authenticate to identify in base class
2022-10-25 00:03:43 +01:00
norm
9ac5b6f36f pause main thread until authentication successful
lowercase debug strings

raise OBSWSError if no matching response received.
2022-10-23 04:39:22 +01:00
onyx-and-iris
ae4956f625 initial commit 2022-10-22 22:30:40 +01:00