g0v / addressbook.parser

Taiwan government addressbook parser
15 stars 3 forks source link

補上 oid 資料的 link #32

Closed Superbil closed 10 years ago

Superbil commented 10 years ago

從 oid.nat.gov.tw 查到的現在資料,少填了 links 這個欄位

把送出 request 的值直接填入 url, note 寫上 OID

protolo.organizatio 範例

{
  "id": "68004776-3a45-11e3-8420-bd16620634c2",
  "name": "總統府",
  "other_names": [],
  "links": [
    {
      "url": "http://oid.nat.gov.tw/infobox1/showdata.jsp?xxxxxx",
      "note": "OID"
    }
  ]
}

Note, http://oid.nat.gov.tw/infobox1/showdata.jsp?xxxxxx 為要填入的資料範例

Superbil commented 10 years ago

應該要放到 sources 裡面,而不是 links