summaryrefslogtreecommitdiff
path: root/markdown_blocks/rest_rest.md
diff options
context:
space:
mode:
authorgebele <gebele@in-silico.ch>2017-01-25 16:25:15 +0100
committergebele <gebele@in-silico.ch>2017-01-25 16:25:15 +0100
commit5b38be51d773011070e5592d423d821124bb2a05 (patch)
treebd17f0cefd38f8cae4016187e36d2a4e0a507fc6 /markdown_blocks/rest_rest.md
parent14811ed8b9ce89e425299e420ebb169c883e41e7 (diff)
parent93d0af1f4049534d26167f7437b8396aeb186762 (diff)
Merge branch 'master' of https://github.com/opentox/lazar-poster
Diffstat (limited to 'markdown_blocks/rest_rest.md')
-rw-r--r--markdown_blocks/rest_rest.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/markdown_blocks/rest_rest.md b/markdown_blocks/rest_rest.md
new file mode 100644
index 0000000..d8d670e
--- /dev/null
+++ b/markdown_blocks/rest_rest.md
@@ -0,0 +1,4 @@
+Representational State Transfer or RESTful API is an architectural style to design webservices.
+REST uses HTTP protocol requests GET, POST, PUT, DELETE for the communication between distributed webservices.
+nano-lazar as a part of the eNanoMapper analysis and modelling infrastructure is built upon the OpenTox web services framework following
+the principles of the Representational State Transfer (REST) design model. \ No newline at end of file