Skip to content

Instantly share code, notes, and snippets.

@AlphaWong
Created May 28, 2019 03:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AlphaWong/9ee7fa1214240e300d200d58bc4cb86c to your computer and use it in GitHub Desktop.
Save AlphaWong/9ee7fa1214240e300d200d58bc4cb86c to your computer and use it in GitHub Desktop.
[get] /api/signages?stationCode=mkk&type=poster

{
  MKK: {
    "A1":[
      {
        "name": {
          "zh-hk": "中銀",
          "en": "BOC",
        },
        order: 1,
        latitude: float,
        longitude: float,
        category: "string",
        directDistance: float
      },
      {
        "name": {
          "zh-hk": "匯豐",
          "en": "HSBC",
        },
        order: 2,
        latitude: float,
        longitude: float,
        category: "string",
        directDistance: float
      }
    ]
  }
}
@AlphaWong
Copy link
Author

https://azumtrmba201v.azurewebsites.net/api/signage?stationfilter=KOB�

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment