Exemplo n.º 1
0
 public static NCDCResponse <NCDCDataCollection> GetDataForLocationAndDataType(string datasetName, string locationId, string dataTypeId, string token = null, NCDCOptions options = null)
 {
     token = token ?? NCDCUtilities.GetUnlockedToken(); var command = new ListDataCommand(token, options);
     command.BuildDatasetLocationDataTypeUri(datasetName, locationId, dataTypeId);
     return(NCDCCommand <NCDCDataCollection> .PerformAction(command));
 }
Exemplo n.º 2
0
 public static NCDCResponse<NCDCDataCollection> GetDataForLocationAndDataType(string datasetName, string locationId, string dataTypeId, string token = null, NCDCOptions options = null)
 {
     token = token ?? NCDCUtilities.GetUnlockedToken(); var command = new ListDataCommand(token, options);
     command.BuildDatasetLocationDataTypeUri(datasetName, locationId, dataTypeId);
     return NCDCCommand<NCDCDataCollection>.PerformAction(command);
 }