public static async Task <TelematicsNodeResponse> GetTelematicsNode(int nodeId) { TelematicsV2 telematicsV2 = new TelematicsV2(publicKey, privateKey, userKey); TelematicsNodeResponse response = await telematicsV2.GetTelematicsNode(nodeId); return(response); }
public static async Task <TelematicsNodeResponse> GetTelematicsNode(int nodeId) { TelematicsNodeResponse response = await DataExchangeAPI.GetTelematicsNode(nodeId); return(response); }