R/propertyTables.R

#' @export
coolmap.propertyTables.list <- function () {
  getRequest(coolmap_property_table_url)
}

#' @export
coolmap.propertyTables.get <- function (id) {
  url <- paste(coolmap_property_table_url, "/", id, sep = "")
  getRequest(url)
}
keqiang/coolmapr documentation built on May 20, 2019, 9:05 a.m.