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

api-devup

Package Overview
Dependencies
Maintainers
2
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

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

1.3.6
latest
npm
Version published
Weekly downloads
22
1000%
Maintainers
2
Weekly downloads
 
Created
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📖 Module 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

JavaScript

const { DevUp } = require("api-devup");

const API = new DevUp("token");

API.profile.get().then((res) => console.log(res));

TypeScript

import { DevUp } from "api-devup";

const API = new DevUp("token");

API.profile.get().then((res) => console.log(res));

Keywords

dev-up

FAQs

Package last updated on 09 Jun 2021

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