cordant-google-utils

collection of utils function for our usage of Google APIs

Usage no npm install needed!

<script type="module">
  import cordantGoogleUtils from 'https://cdn.skypack.dev/cordant-google-utils';
</script>

README

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