IKeeperEndpointExecuteRest Method |
Executes Protobuf request.
Namespace: KeeperSecurity.AuthenticationAssembly: KeeperSdk (in KeeperSdk.dll) Version: 1.0.5
Syntax Task<byte[]> ExecuteRest(
string endpoint,
ApiRequestPayload payload
)
Parameters
- endpoint String
- URL path for request.
- payload ApiRequestPayload
- Protobuf Payload.
Return Value
TaskByteTask returning serialized response.
See Also