summaryrefslogtreecommitdiff
path: root/markdown_blocks/rest_rest.md
diff options
context:
space:
mode:
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