Cixo 11 сар өмнө
commit
5c4f132d5f
2 өөрчлөгдсөн 11 нэмэгдсэн , 0 устгасан
  1. 8 0
      .gitignore
  2. 3 0
      README.md

+ 8 - 0
.gitignore

@@ -0,0 +1,8 @@
+# ---> Vim
+[._]*.s[a-w][a-z]
+[._]s[a-w][a-z]
+*.un~
+Session.vim
+.netrwhist
+*~
+

+ 3 - 0
README.md

@@ -0,0 +1,3 @@
+# sample-api
+
+This is sample, super simple REST api for tutorial. It could response in JSON, HTML and send You JSON response with data sentnby data in HTTP body (POST) or by parameters given in URL (GET).