Skip to content

Files

Latest commit

067aab5 · Sep 23, 2013

History

History
34 lines (28 loc) · 567 Bytes

README.md

File metadata and controls

34 lines (28 loc) · 567 Bytes

homePage

Example API 推薦ng網站

get /example 取得example清單
get /example/:id 取得指定ID之example
put /example 建立example
post /example/:id 更新指定example

put post data
{
  title: ng網站標題
  url: ng網站URL
  tag: [ng-view, ng-router...]
}

Document API 推薦ng好文

get /document 取得document清單
get /document/:id 取得指定ID之document
put /document 建立document
post /document/:id 更新指定document

put post data
{
  title: ng好文標題
  url: ng好文URL
  tag: [ng-view, ng-router...]
}