Skip to content

Commit d11022a

Browse files
committed
adding a README
1 parent 515a613 commit d11022a

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

README

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
usage: HTTP GET http://localhost:8080/hack17/SOME_ARTICLE_NAME
2+
3+
response: {
4+
"data": [
5+
{
6+
"url": "https://en.wikipedia.org/wiki/Perl",
7+
"id": 1,
8+
"title": "Perl"
9+
},
10+
{
11+
"url": "https://en.wikipedia.org/wiki/Python",
12+
"id": 2,
13+
"name": "Python"
14+
}
15+
]
16+
}
17+
18+

0 commit comments

Comments
 (0)