embloy
TypeScript icon, indicating that this package has built-in type declarations

0.1.3-beta.1 • Public • Published

Embloy Node

Embloy's Node SDK for interacting with your Embloy integration.

Usage

NOTE: For more details, see the developers documentation at developers.embloy.com.

Install Embloy-Node SDK:

npm install embloy

Integrate it in your service:

import { EmbloyClient, EmbloySession } from 'embloy';

const session = new EmbloySession({
  mode: "job",
  job_slug: "your-job-slug",
  success_url: "your-success-url",
  cancel_url: "your-cancel-url",
});
const embloy = new EmbloyClient("your-client-token", session);

embloy.makeRequest()
  .then(result => window.location.href = result)
  .catch(error => console.error(error.message));

Publish Package

npm publish

© Carlo Bortolan, Jan Hummel

Carlo Bortolan  ·  GitHub @carlobortolan  ·  contact via bortolanoffice@embloy.com

Jan Hummel  ·  GitHub @github4touchdouble  ·  contact via hummeloffice@embloy.com

Readme

Keywords

Package Sidebar

Install

npm i embloy

Weekly Downloads

1

Version

0.1.3-beta.1

License

AGPL-3.0

Unpacked Size

40.2 kB

Total Files

5

Last publish

Collaborators

  • carlobortolan