New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

codementor-nodejs

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

codementor-nodejs

API Wrapper for Codementor.io

latest
Source
npmnpm
Version
1.1.2
Version published
Maintainers
1
Created
Source

Codementor NodeJS

Build Status Coverage Status I'm a Ninja Developer)

This is a wrapper for the Codementor API that runs on Node.JS.

All methods require authentication, which can be done using these flow:

  • Client credentials flow (Application-only authentication)

Features

The library includes the following functions:

  • Scheduled Sessions

Installation

$ npm install codementor-nodejs --save

Usage

//Get the npm package
const CodementorApi = require('codementor-nodejs');

//Create a new instance of the CodementorApi with your api key
const codementor = new CodementorApi("your_api_key"); 

Methods

  • confirmSession(scheduled_session_api)
  • declineSession(scheduled_session_api)
  • rescheduleSession(scheduled_session_api)

Keywords

codementor

FAQs

Package last updated on 11 Oct 2018

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