0.2.8 • Published 5 years ago

cordant-google-utils v0.2.8

Weekly downloads
12
License
ISC
Repository
github
Last release
5 years ago

cordant-google-utils

Build Status

This package is meant to ease the usage of Google API for our usage.

Developed by Cordant Group

Usage

In order to use this package, first install it running the following

npm install cordant-google-utils

Import the package, within Javascript

const GoogleUtils = require('cordant-google-utils').GoogleUtils;

or Typescript

import GoogleUtils from 'cordant-google-utils';

and use it in your code.

Services

The current version covers the following services

  • Impersonation through JWT tokens
  • calendar
    • createEvent
0.2.8

5 years ago

0.2.7

5 years ago

0.2.6

5 years ago

0.2.5

5 years ago

0.2.4

5 years ago

0.2.3

5 years ago

0.2.2

5 years ago

0.2.1

5 years ago

0.2.0

5 years ago

0.1.0

5 years ago