Commit graph

14 commits

Author SHA1 Message Date
1cbc1edb06 Added default params to the client for query and action. 2024-11-14 02:22:09 +00:00
93ec139171 Rename and a set of reworks.
- Aiwass -> RPCii
 - Swapped the meaning of "Procedure" and "Action"
 - IRpcActionHandler is now RpcHandler, abstract class no longer exists like Index
 - Anything suffixed by Trait is now suffixed by Common
 - All I prefixes on interfaces are gone
 - A PHP StreamWrapper implementation of HttpRequest added as a fallback for when cURL isnt installed
 - HttpRpcServer now hosts on /_rpcii instead of /_aiwass
 - Packagist package is now flashii/rpcii instead of flashwave/aiwass

That's probably all of it but I probably forgor.
2024-11-13 23:17:29 +00:00
cf6653ed46 Updated to restructured Index version. 2024-10-05 00:04:26 +00:00
de27da54b6 Version 1.0.0. 2024-08-16 15:59:19 +00:00
3bc14cc6a7 Added some shorthand methods. 2024-08-16 15:58:15 +00:00
11427d34fc Removed unneeded use statement. 2024-08-16 15:47:13 +00:00
bed29b7d49 Readded newlines that got eaten by the headers update script. 2024-08-16 15:33:42 +00:00
bf092daec7 Added scoping to RPC client. 2024-08-16 15:30:59 +00:00
799688b3d2 Split server and client namespacing. 2024-08-16 15:20:15 +00:00
d6819a29fe Added scoping. 2024-08-16 15:14:44 +00:00
25e0441c1c Added attribute tests. 2024-08-16 15:03:44 +00:00
b503c9edb9 Added stuff for attribute based registration. 2024-08-15 18:38:01 +00:00
00c330342d Added test for HMAC and cURL. 2024-08-13 18:54:24 +00:00
05e707be51 Initial pile of code (untested!) 2024-08-13 00:54:58 +00:00