summaryrefslogtreecommitdiff
path: root/markdown_blocks/rest_rest.md
diff options
context:
space:
mode:
authorrautenberg <rautenberg@in-silico.ch>2017-01-23 12:17:58 +0100
committerrautenberg <rautenberg@in-silico.ch>2017-01-23 12:17:58 +0100
commite233750914d5ba4630188c14f4617b457a59b506 (patch)
treefaca0fa8f1a1f8cf3f6200895fb6aa2b2e237ca5 /markdown_blocks/rest_rest.md
parentc0318a95e290a722c861a6124e5037ff4420aac6 (diff)
rest poster revision
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