Socket
Book a DemoInstallSign in
Socket

my-first-npm-sdk

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

my-first-npm-sdk

The Anedya SDK is a JavaScript/TypeScript library that allows you to access the Anedya Platform API from your web application. It provides a simple and intuitive interface for interacting with the Anedya API, making it easy to integrate Anedya into your e

0.0.24
latest
npmnpm
Version published
Weekly downloads
24
-4%
Maintainers
1
Weekly downloads
 
Created
Source

Anedya SDK

The Anedya SDK is a JavaScript/TypeScript library that allows you to access the Anedya Platform API from your web application. It provides a simple and intuitive interface for interacting with the Anedya API, making it easy to integrate Anedya into your existing application.

Installation

You can install the Anedya SDK using npm or yarn:

npm install anedya-sdk

or

yarn add anedya-sdk

Usage

import { Anedya, AnedyaGetDataBetweenRequest, AnedyaGetDataBetweenResponse} from "anedya-sdk";

const anedya = new Anedya();
const connect_config = anedya.NewConfig(tokenId, token);
const client = anedya.NewClient(connect_config);
const node_1 = anedya.NewNode(client, NodeId);

const getDataReq = new AnedyaGetDataBetweenRequest(variableIdentifier,fromTime,toTime);
let getData_resp = new AnedyaGetDataBetweenResponse();
res = await node_1.getDataBetween(getDataReq);

Keywords

IoT

FAQs

Package last updated on 20 Aug 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.