Socket
Socket
Sign inDemoInstall

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


Version published
Maintainers
2
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

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

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