0.0.18 • Published 6 years ago

@chemistry/common-functions v0.0.18

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

@chemistry/common-functions

npm version GitHub Build Status License: MIT

Common Library part of crystallography-api project used to share common interfaces and code across Cloud Functions implementation across the project

Install

npm install @chemistry/common-functions

Interfaces use cases

import {
  CodSyncScheduleInstanceStartPayload,
  PubSubContext,
  extractPayload
  } from '@chemistry/common-functions';
/**
 * Cloud Function that will start COD synronization Instances
 */
export function codSyncStartInstance(
    data: CodSyncScheduleInstanceStartPayload,
    context: PubSubContext
) {
    const payload = extractPayload(event);
  // ...
}

Declarated interfaces:

  • CTopic
  • CTopicPayload

Commands:

  • Build project: npm run build
0.0.18

6 years ago

0.0.10

6 years ago

0.0.12

6 years ago

0.0.9

6 years ago

0.0.15

6 years ago

0.0.17

6 years ago

0.0.8

6 years ago

0.0.7

6 years ago

0.0.6

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago