0.5.6 • Published 3 years ago

@ikonintegration/mod-preview-client v0.5.6

Weekly downloads
-
License
-
Repository
-
Last release
3 years ago

module-preview-client Node.js Package

License module nodejs API client

Overall

  • npm npm npm (tag) Libraries.io dependency status for latest release, scoped npm package
  • GitHub commit activity
  • GitHub last commit

How to Use

import SMPreview from '@ikonintegration/mod-preview-client';

const API = new SMPreview({
  port: 9090, //isOptional
  endpoint: SharedModules_PreviewEndpoint,
  shouldLoadLambdaLayer: true
});

Headers

The following header must be specified in every request!

  • Authorization

Available API methods

PrivateS3:

  • API.privateS3.signedGetFile(URL)
  • API.privateS3.signedPutFile(URL, data, type)

PreviewLamdaLayer:

  • API.lambdaLayer.generateImagePreview(filepath, options)
  • API.lambdaLayer.generatePDFPreview(filepath, options)
  • API.lambdaLayer.generateOfficePreview(filepath, options)

PreviewS3 Signed URLS:

  • API.previewS3.generatePreviewFromSignedURLs(from, to, type, options)
0.5.6

3 years ago

0.5.5

3 years ago

0.5.4

3 years ago

0.5.3

3 years ago

0.5.2

3 years ago

0.5.1

3 years ago

0.5.0

3 years ago

0.4.9

3 years ago

0.4.8

3 years ago

0.4.7

3 years ago

0.4.6

3 years ago

0.4.5

3 years ago

0.4.4

3 years ago

0.4.3

3 years ago

0.4.2

3 years ago

0.4.1

3 years ago

0.4.0

3 years ago

0.3.9

3 years ago

0.3.8

3 years ago

0.3.7

3 years ago

0.3.6

3 years ago

0.3.5

3 years ago

0.3.4

3 years ago

0.3.3

3 years ago

0.3.2

3 years ago

0.3.1

3 years ago

0.3.0

3 years ago

0.2.7

3 years ago

0.2.6

3 years ago

0.2.5

3 years ago

0.2.4

3 years ago

0.2.3

3 years ago

0.2.2

3 years ago

0.2.1

3 years ago

0.2.0

3 years ago

0.1.9

3 years ago

0.1.8

3 years ago

0.1.7

3 years ago

0.1.6

3 years ago

0.1.5

3 years ago

0.1.4

3 years ago

0.1.3

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago

0.0.9

3 years ago

0.0.8

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago