---
title: "REST API Client | Introduction | N3uron KB V1.21"
slug: "rest-api-client-introduction"
description: "REST API Client is a N3uron module designed to provide a quick and easy way to connect N3uron to most RESTful API servers…"
updated: 2022-05-19T07:35:53Z
published: 2022-05-19T07:35:53Z
canonical: "docs.n3uron.com/rest-api-client-introduction"
---

> ## Documentation Index
> Fetch the complete documentation index at: https://docs.n3uron.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Introduction

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.
