We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc21650 commit 067aab5Copy full SHA for 067aab5
README.md
@@ -2,6 +2,7 @@ homePage
2
========
3
4
Example API 推薦ng網站
5
+```
6
get /example 取得example清單
7
get /example/:id 取得指定ID之example
8
put /example 建立example
@@ -11,14 +12,23 @@ put post data
11
12
{
13
title: ng網站標題
14
url: ng網站URL
- tag: []
15
+ tag: [ng-view, ng-router...]
16
}
17
18
19
Document API 推薦ng好文
20
21
get /document 取得document清單
22
get /document/:id 取得指定ID之document
23
put /document 建立document
24
post /document/:id 更新指定document
25
26
+put post data
27
+{
28
+ title: ng好文標題
29
+ url: ng好文URL
30
31
+}
32
33
34
0 commit comments