You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 7-8.RSVP
Socket
Socket
Sign inDemoInstall

asposestoragecloud

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

asposestoragecloud

Aspose.Storage Cloud SDK for NodeJS


Version published
Weekly downloads
173
increased by5.49%
Maintainers
1
Created
Weekly downloads
 

Readme

Source

Aspose.Storage Cloud SDK for NodeJS

This repository contains Aspose.Storage for Cloud Java NodeJS source code. This SDK allows you to work with Aspose.Storage for Cloud REST APIs in your NodeJS applications quickly and easily.

How to use the SDK?

The complete source code is available in this repository folder. For more details, please visit our documentation website.

Quick SDK Tutorial

var StorageApi =require("asposestoragecloud")

var AppSID = 'XXX';
var AppKey = 'XXX';

var config = {'appSid':AppSID,'apiKey':AppKey};

//Instantiate Aspose.Storage API SDK
var storageApi = new StorageApi(config);

//invoke Aspose.Storage Cloud SDK API to get Disc Usage
storageApi.GetDiscUsage('', function(responseMessage) {
	console.log('status:', responseMessage.status);
	console.log('body:', responseMessage.body);
	console.log('DiscUsage:', responseMessage.body.DiscUsage.UsedSize);	
});

##Contact Us Your feedback is very important to us. Please feel free to contact us using our Support Forums.

Keywords

FAQs

Package last updated on 13 Feb 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc