This documentation version is deprecated. Please click here for the latest version

Introduction

Prev Next

The RestApiClient allows users to quickly and easily connect N3uron to most RESTful API servers.

Main functionalities supported:

  • Data retrieval from RESTful servers to the N3uron platform.
  • Data publishing from N3uron to RESTful API servers.
  • Supports GET, POST, PUT, PATCH and DELETE methods.
  • Secure encrypted connections using HTTPS.
  • Basic and token bearer authentication.
  • Custom dynamic path and header construction using JavaScript code.
  • Out-of-the-box Binary, Text, JSON, and XML serialization supported.
  • Custom parsers for transforming any response into valid N3uron data.
  • Simple interface and code examples included in this manual for speedy data collection.