1.1.2 • Published 6 years ago

codementor-nodejs v1.1.2

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

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:

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)
1.1.2

6 years ago

1.1.1

6 years ago

1.1.0

6 years ago

1.0.0

6 years ago