Skip to content

Latest commit

 

History

History
66 lines (58 loc) · 993 Bytes

buildings.md

File metadata and controls

66 lines (58 loc) · 993 Bytes

Find Buildings

GET /buildings

Description

Find buildings of NCU.

Request

Headers

Name Required Description
X-NCU-API-TOKEN yes your API token

Example

GET /buildings

Response

Formats

  • json

Structure

Field Name Type Value Description
chineseName String building's Chinese name
englishName String building's English name

Example

[
    {
        "chineseName" : "行政大樓",
        "englishName" : "Administrative Building",
    },
    {
        "chineseName" : "總圖書館",
        "englishName" : "Main Library",
    },		
]