1.7.2 • Published 6 years ago

cloudmersive v1.7.2

Weekly downloads
-
License
Unlicense
Repository
-
Last release
6 years ago

cloudmersive

Cloudmersive - JavaScript client for cloudmersive No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) This SDK is automatically generated by the Swagger Codegen project:

  • API version: 1.2.1
  • Package version: 1.2.1
  • Build package: io.swagger.codegen.languages.JavascriptClientCodegen

Installation

For Node.js

npm

To publish the library as a npm, please follow the procedure in "Publishing npm packages".

Then install it via:

npm install cloudmersive --save

git

If the library is hosted at a git repository, e.g. https://github.com/YOUR_USERNAME/cloudmersive then install it via:

    npm install YOUR_USERNAME/cloudmersive --save

For browser

The library also works in the browser environment via npm and browserify. After following the above steps with Node.js and installing browserify with npm install -g browserify, perform the following (assuming main.js is your entry file):

browserify main.js > bundle.js

Then include bundle.js in the HTML pages.

Webpack Configuration

Using Webpack you may encounter the following error: "Module not found: Error: Cannot resolve module", most certainly you should disable AMD loader. Add/merge the following section to your webpack config:

module: {
  rules: [
    {
      parser: {
        amd: false
      }
    }
  ]
}

Getting Started

Please follow the installation instruction and execute the following JS code:

var Cloudmersive = require('cloudmersive');

var api = new Cloudmersive.BarcodeLookupApi()

var value = "value_example"; // {String} Barcode value


var callback = function(error, data, response) {
  if (error) {
    console.error(error);
  } else {
    console.log('API called successfully. Returned data: ' + data);
  }
};
api.barcodeLookupEanLookup(value, callback);

Documentation for API Endpoints

All URIs are relative to https://localhost

ClassMethodHTTP requestDescription
Cloudmersive.BarcodeLookupApibarcodeLookupEanLookupPOST /barcode/lookup/eanLookup a barcode value and return product data
Cloudmersive.ConvertDataApiconvertDataCsvToJsonPOST /convert/csv/to/jsonCSV to JSON conversion
Cloudmersive.ConvertDataApiconvertDataXmlToJsonPOST /convert/xml/to/jsonXML to JSON conversion
Cloudmersive.ConvertDocumentApiconvertDocumentAutodetectToPdfPOST /convert/autodetect/to/pdfConvert Document to PDF
Cloudmersive.ConvertDocumentApiconvertDocumentDocxToPdfPOST /convert/docx/to/pdfWord DOCX to PDF
Cloudmersive.ConvertDocumentApiconvertDocumentPptxToPdfPOST /convert/pptx/to/pdfPowerPoint PPTX to PDF
Cloudmersive.ConvertDocumentApiconvertDocumentXlsxToCsvPOST /convert/xlsx/to/csvExcel XLSX to CSV
Cloudmersive.ConvertDocumentApiconvertDocumentXlsxToPdfPOST /convert/xlsx/to/pdfExcel XLSX to PDF
Cloudmersive.ConvertImageApiconvertImageImageFormatConvertPOST /convert/image/{format1}/to/{format2}Image format conversion
Cloudmersive.ConvertTemplateApiconvertTemplateApplyHtmlTemplatePOST /convert/template/html/applyApply HTML template
Cloudmersive.ConvertWebApiconvertWebHtmlToPdfPOST /convert/web/html/to/pdfConvert HTML string to PDF
Cloudmersive.ConvertWebApiconvertWebUrlToPdfPOST /convert/web/url/to/pdfConvert a URL to PDF
Cloudmersive.ConvertWebApiconvertWebUrlToScreenshotPOST /convert/web/url/to/screenshotTake screenshot of URL
Cloudmersive.DomainApidomainCheckPOST /validate/domain/checkValidate a domain name
Cloudmersive.DomainApidomainPostPOST /validate/domain/whoisGet WHOIS information for a domain
Cloudmersive.EmailApiemailAddressGetServersPOST /validate/email/address/serversPartially check whether an email address is valid
Cloudmersive.EmailApiemailFullValidationPOST /validate/email/address/fullFully validate an email address
Cloudmersive.EmailApiemailPostPOST /validate/email/address/syntaxOnlyValidate email adddress for syntactic correctness only
Cloudmersive.ExtractEntitiesStringApiextractEntitiesStringPostPOST /nlp/ExtractEntitiesStringExtract entities from string
Cloudmersive.FaceApifaceCropFirstPOST /image/face/crop/firstCrop image to face (square)
Cloudmersive.FaceApifaceCropFirstRoundPOST /image/face/crop/first/roundCrop image to face (round)
Cloudmersive.FaceApifaceLocatePOST /image/face/locateFind faces in an image
Cloudmersive.GenerateBarcodeApigenerateBarcodeEAN13POST /barcode/generate/ean-13Validates and generate a EAN-13 barcode as a PNG file, a type of 1D barcode
Cloudmersive.GenerateBarcodeApigenerateBarcodeEAN8POST /barcode/generate/ean-8Validates and generate a EAN-8 barcode as a PNG file, a type of 1D barcode
Cloudmersive.GenerateBarcodeApigenerateBarcodeQRCodePOST /barcode/generate/qrcodeGenerate a QR code barcode as a PNG file, a type of 2D barcode which can encode free-form text information
Cloudmersive.GenerateBarcodeApigenerateBarcodeUPCAPOST /barcode/generate/upc-aValidate and generate a UPC-A barcode as a PNG file, a type of 1D barcode
Cloudmersive.GenerateBarcodeApigenerateBarcodeUPCEPOST /barcode/generate/upc-eValidates and generate a UPC-E barcode as a PNG file, a type of 1D barcode
Cloudmersive.IPAddressApiiPAddressPostPOST /validate/ip/geolocateGeolocate an IP address
Cloudmersive.ImageOcrApiimageOcrPostPOST /ocr/image/toTextConverts an uploaded image in common formats such as JPEG, PNG into text via Optical Character Recognition.
Cloudmersive.LanguageDetectionApilanguageDetectionPostPOST /nlp/language/detectDetect language of text
Cloudmersive.NsfwApinsfwClassifyPOST /image/nsfw/classifyNSFW image classifier
Cloudmersive.ParseStringApiparseStringPostPOST /nlp/ParseStringParse string to syntax tree
Cloudmersive.PosTaggerJsonApiposTaggerJsonPostPOST /nlp/PosTaggerJsonPart-of-speech tag a string
Cloudmersive.PosTaggerStringApiposTaggerStringPostPOST /nlp/PosTaggerStringPart-of-speech tag a string
Cloudmersive.RecognizeApirecognizeDescribePOST /image/recognize/describeDescribe an image in natural language
Cloudmersive.ResizeApiresizePostPOST /image/resize/preserveAspectRatio/{maxWidth}/{maxHeight}Resize an image with parameters
Cloudmersive.ScanApiscanFilePOST /virus/scan/fileScan a file for viruses
Cloudmersive.SentencesApisentencesPostPOST /nlp/get/sentences/stringExtract sentences from string
Cloudmersive.SpellCheckApispellCheckCheckJsonPOST /nlp/spellcheck/check/word/jsonSpell check word
Cloudmersive.SpellCheckApispellCheckCheckSentenceJsonPOST /nlp/spellcheck/check/sentence/jsonCheck if sentence is spelled correctly
Cloudmersive.SpellCheckApispellCheckCheckSentenceStringPOST /nlp/spellcheck/check/sentence/stringSpell check a sentence
Cloudmersive.SpellCheckApispellCheckCorrectPOST /nlp/spellcheck/correct/word/stringFind spelling corrections
Cloudmersive.SpellCheckApispellCheckCorrectJsonPOST /nlp/spellcheck/correct/word/jsonFind spelling corrections
Cloudmersive.SpellCheckApispellCheckPostPOST /nlp/spellcheck/check/word/stringSpell check a word
Cloudmersive.WordsApiwordsAdjectivesPOST /nlp/get/words/adjectives/stringGet adjectives in string
Cloudmersive.WordsApiwordsAdverbsPOST /nlp/get/words/adverbs/stringGet adverbs in input string
Cloudmersive.WordsApiwordsGetWordsJsonPOST /nlp/get/words/jsonGet words in input string (JSON)
Cloudmersive.WordsApiwordsGetWordsStringPOST /nlp/get/words/stringGet words from string
Cloudmersive.WordsApiwordsNounsPOST /nlp/get/words/nouns/stringGet nouns in string
Cloudmersive.WordsApiwordsPostPOST /nlp/get/words/verbs/stringGet the verbs in a string
Cloudmersive.WordsApiwordsPronounsPOST /nlp/get/words/pronouns/stringReturns all pronounts in string
Cloudmersive.WordsApiwordsProperNounsPOST /nlp/get/words/properNouns/stringGet proper nouns in a string

Documentation for Models

Documentation for Authorization

Apikey

  • Type: API key
  • API key parameter name: Apikey
  • Location: HTTP header
1.7.2

6 years ago

1.7.1

6 years ago

1.3.5

6 years ago

1.3.3

6 years ago

1.3.2

6 years ago

1.3.1

6 years ago

1.2.6

6 years ago

1.2.5

6 years ago

1.2.4

6 years ago

1.2.3

6 years ago

1.2.2

6 years ago

1.2.1

6 years ago