public interface RequestConstructor
| Modifier and Type | Method and Description |
|---|---|
Map<String,String> |
getPayload(String template,
String beacon,
String ref,
String chrom,
Long pos,
String allele,
String dataset)
Generates query request payload.
|
String |
getUrl(String template,
String beacon,
String ref,
String chrom,
Long pos,
String allele,
String dataset)
Generates query URL for a given beacon.
|
String getUrl(String template, String beacon, String ref, String chrom, Long pos, String allele, String dataset)
template - beacon url templatebeacon - beaconref - reference genomechrom - chromosomepos - positionallele - alleledataset - datasetMap<String,String> getPayload(String template, String beacon, String ref, String chrom, Long pos, String allele, String dataset)
template - beacon url templatebeacon - beaconref - reference genomechrom - chromosomepos - positionallele - alleledataset - datasetCopyright © 2016 DNAstack. All rights reserved.