Introduction
  • 19 May 2022
  • 1 Minute to read
  • PDF

Introduction

  • PDF

Article Summary

The REST API Client 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.

Was this article helpful?

What's Next