Kaynağa Gözat

secret api call 2

import/raw
memespring 17 yıl önce
ebeveyn
işleme
b7ab7fb864
1 değiştirilmiş dosya ile 0 ekleme ve 3 silme
  1. +0
    -3
      trunk/docs/api.php

+ 0
- 3
trunk/docs/api.php Dosyayı Görüntüle

@@ -118,12 +118,9 @@ class api {
$this->applications = Applications::query_area($_GET['bottom_left_easting'], $_GET['bottom_left_northing'], $_GET['top_right_easting'], $_GET['top_right_easting']); $this->applications = Applications::query_area($_GET['bottom_left_easting'], $_GET['bottom_left_northing'], $_GET['top_right_easting'], $_GET['top_right_easting']);
} }
break; break;

case "latest": case "latest":
$this->applications = Applications::query_latest(500); $this->applications = Applications::query_latest(500);
break; break;

query_latest
default: default:
$this->warnings = "No call type specified"; $this->warnings = "No call type specified";
} }


Yükleniyor…
İptal
Kaydet