Clients

TODO: add description

Classes

CloudFunctionClient

Abstract client that calls Google Functions.
When making calls “cmd” parameter determines which what action shall be called, while other parameters are passed to the action itself.

CommandableCloudFunctionClient

Abstract client that calls commandable Google Functions.
Commandable services are generated automatically for ICommandable objects. Each command is exposed as action determined by “cmd” parameter.