Cixo 11 miesięcy temu
commit
5c4f132d5f
2 zmienionych plików z 11 dodań i 0 usunięć
  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).