summaryrefslogtreecommitdiff
path: root/markdown_blocks/rest_rest.md
blob: d8d670e076c02311ed2e4ea911e409d06b64710e (plain)
1
2
3
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.