Browse Source

Initial commit

Cixo 11 months ago
commit
5c4f132d5f
2 changed files with 11 additions and 0 deletions
  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).