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
Maintainers
2
Weekly downloads
7
increased by250%

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📖 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

FAQs

Last updated on 09 Jun 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