0.5.6 • Published 4 years ago

@ikonintegration/mod-preview-client v0.5.6

Weekly downloads
-
License
-
Repository
-
Last release
4 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

4 years ago

0.5.5

4 years ago

0.5.4

4 years ago

0.5.3

4 years ago

0.5.2

4 years ago

0.5.1

4 years ago

0.5.0

4 years ago

0.4.9

4 years ago

0.4.8

4 years ago

0.4.7

4 years ago

0.4.6

4 years ago

0.4.5

4 years ago

0.4.4

4 years ago

0.4.3

4 years ago

0.4.2

4 years ago

0.4.1

4 years ago

0.4.0

4 years ago

0.3.9

4 years ago

0.3.8

4 years ago

0.3.7

4 years ago

0.3.6

4 years ago

0.3.5

4 years ago

0.3.4

4 years ago

0.3.3

4 years ago

0.3.2

4 years ago

0.3.1

4 years ago

0.3.0

4 years ago

0.2.7

4 years ago

0.2.6

4 years ago

0.2.5

4 years ago

0.2.4

4 years ago

0.2.3

4 years ago

0.2.2

4 years ago

0.2.1

4 years ago

0.2.0

4 years ago

0.1.9

4 years ago

0.1.8

4 years ago

0.1.7

4 years ago

0.1.6

4 years ago

0.1.5

4 years ago

0.1.4

4 years ago

0.1.3

4 years ago

0.1.2

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago

0.0.9

4 years ago

0.0.8

4 years ago

0.0.7

4 years ago

0.0.6

4 years ago

0.0.5

4 years ago

0.0.4

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago