0.0.2 • Published 4 years ago

@effiis/ep-api v0.0.2

Weekly downloads
1
License
ISC
Repository
-
Last release
4 years ago

EP-API

Access Easy Project API

Installation

npm install @effiis/ep-api --save

Setup

To start, require the package and create a new EPApi instance with url to your EasyProject page and login credentials:

const EPApi = require("@effiis/ep-api");

const api = new EPApi("https://your-page.easyproject.cz", {
	login: "your-login",
	pwd: "your-password",
});