Socket
Socket
Sign inDemoInstall

api-devup

Package Overview
Dependencies
3
Maintainers
2
Versions
22
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    api-devup

This library is intended for interaction with the service https://dev-up.ru


Version published
Weekly downloads
3
decreased by-70%
Maintainers
2
Created
Weekly downloads
 

Readme

Source

NPM version NPM downloads

API-DEVUP is a powerful Node.js library is intended for interaction with the service DEV-UP.RU 🚀

📖 API Documentation🤖 Author

Features

  • Works with large collections of data
  • Easy authorization form

Installation

Node.js 12.0.0 or newer is required

YARN

yarn add api-devup

NPM

npm i api-devup --save

Usage example

const API = require("api-devup");

const api = new API({
	key: process.env.KEY,
});

async function run() {
	const response = await api.getGroups({
		user_id: 1,
	});
	console.log(response);
}

run().catch(console.log);

Keywords

FAQs

Last updated on 06 Mar 2021

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc