New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

alegra-node-api

Package Overview
Dependencies
Maintainers
0
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

alegra-node-api

Alegras Node API with types

  • 0.0.16
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
0
Created
Source

Alegra Node API

WARNING ⚠️ Está en super super early dev.

Un pequeño wrapper para el API de Alegra en node. Incluye Types!

Getting started

Instalacion

npm install alegra-node-api --save

or

yarn add alegra-nope-api

Uso

import Alegra from "alegra-node-api"

// Instanciamos el cliente con nuestras credenciales
const alegra = new Alegra("EMAIL", "PASSWORD");

// Y treadoms los recursos que queremos
const res = await alegra.items.get();

console.log(res) // los items

Keywords

FAQs

Package last updated on 28 Nov 2024

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

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc