REST Adapter

REST adapter provides the ability to invoke REST operations with JSON requests constructed in the map, and to produce JSON responses from REST operations for further processing in the map, that way adding support for integration with REST services from the maps. It supports the following key functions:
  • HTTP and HTTPS protocol schemes.
  • GET, POST, PUT, DELETE, PATCH and HEAD methods.
  • Basic and OAuth 2.0 authentication modes.
  • Custom request headers.
  • Multipart data.