1.0.1 • Published 4 years ago

slicedoclib v1.0.1

Weekly downloads
-
License
ISC
Repository
-
Last release
4 years ago

Library Usage

FunctionsDescriptionFileFolder
authenticateToS3()To Authenticate to the s3 bucket using accesskey, secretkey & ARN valuesawsS3.jsstorage-services
uploadToS3Middleware()Middleware to upload files to the s3 bucket using Multer as middlewareawsS3.jsstorage-services
authenticateToDigiMocker()To Authenticate to the digimocker using email Id & passworddigiMocker.jsdata-sources
getDocsFromMocker()To get all the documents present in the digimocker using email Id & auth-tokendigiMocker.jsdata-sources
getSpecificDocsFromMocker()To get a specfic document from the digimocker using email Id auth-token & name (as a param)digiMocker.jsdata-sources
authenticateToDrive()To Authenticate to the google drive using the basic credentials (client id, client secret redirection url & token) and list the files present after successful authenticationgoogleDrive.jsdata-sources
getDocsFromDrive()To get a specific document from google drive as response-type in array-buffergoogleDrive.jsdata-sources
getLinkData()To get a image from the url or the link which is passed as paramlinkSource.jsdata-sources