Implement VerbBuilders, just like how we have in our at_java and Dart at_client_sdk SDKs.
It is a common pattern to do atProtocol operations like update:<..> and llookup:<..>. seeing that this is a common pattern, current CRUD and notification operations should be refactored and utilize verb builders.
I am justifying this as "P3 - Nice to have" because it isn't core to the SDK's functionality
This should go in packages/atcommons to be utilized as a dependency by atclient and atauth
Implement VerbBuilders, just like how we have in our at_java and Dart at_client_sdk SDKs.
It is a common pattern to do atProtocol operations like
update:<..>
andllookup:<..>
. seeing that this is a common pattern, current CRUD and notification operations should be refactored and utilize verb builders.I am justifying this as "P3 - Nice to have" because it isn't core to the SDK's functionality
This should go in
packages/atcommons
to be utilized as a dependency byatclient
andatauth
Function signature would look something like this: