The Representational State Transfer, or simply REST, is a software engineering technique for distributed hypermedia systems, such as the World Wide Web. The term originated in the year 2000, in a doctorate thesis (PHD) about the web written by Roy Fielding, one of the main authors of the HTTP protocol specifications used by Internet websites.
The term REST originally referred to a set of architecture principles. Currently, it is used in a broader sense to describe any simple web interface that uses XML, JSON and HTTP, without the additional abstractions and overheads of protocols based on message exchange standards, such as the SOAP protocol.
|
For further details, refer to our documentation: Configuring REST Related documentation:
|
The "503 Error Page" error indicates the server is temporarily unavailable, that is, it cannot execute the user's request at that moment.
|
The message: A few factors may cause "the server is unresponsive", such as:
|
Confira nossa documentação para mais detalhes: Exemplo de uso - Serviço Cards |
Confira nossa documentação para mais detalhes: Exemplo de uso - Serviço Gráficos de Barra/Linha |
Confira nossa documentação para mais detalhes: Exemplo de uso - Serviço Gráficos de Pizza/Polar |
<!-- esconder o menu --> <style> div.theme-default .ia-splitter #main { margin-left: 0px; } .ia-fixed-sidebar, .ia-splitter-left { display: none; } #main { padding-left: 10px; padding-right: 10px; overflow-x: hidden; } .aui-header-primary .aui-nav, .aui-page-panel { margin-left: 0px !important; } .aui-header-primary .aui-nav { margin-left: 0px !important; } </style> |