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...]
}