Cixo před 11 měsíci
revize
5c4f132d5f
2 změnil soubory, kde provedl 11 přidání a 0 odebrání
  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).