SDK Installation Instructions
- .NET SDK Installation
- PHP SDK Installation
- Node.js SDK Installation
- Ruby SDK Installation
- Python SDK Installation
The architecture of Assembly Cloud API can be applied to different kinds of applications, independent of operating systems and programming languages. Our team aims to provide the best programming technology to our customers to make their office automation convenient with a family of SDKs, which are lightweight wrappers around the Assembly Cloud API.
To install the required SDK follow the corresponding instructions below.
NET SDK Installation
To install the .NET SDK, run the following command:
PM> Install-Package GroupDocs.Assembly-Cloud
PHP SDK Installation
To install the PHP SDK, run the following command:
composer require groupdocscloud/groupdocs-assembly-cloud
NodeJS SDK Installation
To install the Node.js SDK, run the following command:
npm install groupdocs-assembly-cloud
Ruby SDK Installation
To install the Ruby SDK, run the following command:
gem install groupdocs\_cloud\_assembly
Python SDK Installation
To install the Python SDK, run the following command:
pip install groupdocs-assembly-cloud