Commit graph

15 commits

Author SHA1 Message Date
netkas
466ebcd1a8 Implemented getSelf 2025-02-10 15:16:45 -05:00
netkas
50e2d18520 Reversed the default parameter 2025-02-07 22:30:05 -05:00
netkas
ba3b35de9b Added parameter nullAllowed to return True if the parameter exists AND the parameter is not null if nullAllowed is set to False, by default it's True. 2025-02-07 22:24:57 -05:00
netkas
b8346e139c Renamed StandardException to StandardRpcException 2025-01-30 00:37:37 -05:00
netkas
efc9905200 Moved StandardException to it's own namespace 2025-01-30 00:27:06 -05:00
netkas
9e02f0c29b Simplified RpcRequest constructor to accept StandardMethods & string as a input for the method parameter 2025-01-22 15:43:27 -05:00
netkas
85bdff7d3c Add SettingsSetDisplayName method and refactor unused imports 2024-12-24 00:51:13 -05:00
netkas
ef3b10b286 Refactor RPC framework and enhance error handling. 2024-12-19 15:09:22 -05:00
netkas
756297671f Add client metadata to session creation and enforce TOS/PP 2024-12-12 14:55:44 -05:00
netkas
3b55e550c5 Add logging for RpcRequest response production 2024-10-30 15:28:52 -04:00
netkas
76c3629be2 Expand valid RpcRequest result types 2024-09-27 14:21:27 -04:00
netkas
8d9f1cc64f Change properties in RpcRequest to private 2024-09-25 00:44:34 -04:00
764ec51fa4 Add new classes and methods for session management 2024-09-13 13:52:38 -04:00
97501f810f Removed unused import 2024-09-03 11:39:54 -04:00
66a3b40283 Add RpcRequest class to handle RPC request data 2024-09-03 11:39:41 -04:00