Ver Fonte

Initial commit

Cixo há 11 meses atrás
commit
5c4f132d5f
2 ficheiros alterados com 11 adições e 0 exclusões
  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).