|
|
@@ -0,0 +1,28 @@
|
|
|
+---
|
|
|
+category: api-reference
|
|
|
+---
|
|
|
+
|
|
|
+# CKEditor 5 Cloud Services Core
|
|
|
+
|
|
|
+[](https://www.npmjs.com/package/@ckeditor/ckeditor-cloud-services-core)
|
|
|
+
|
|
|
+CKEditor Cloud Services Core API:
|
|
|
+
|
|
|
+* {@link module:ckeditor-cloud-services-core/uploadgateway~UploadGateway Upload Gateway} — API for file uploads to CKEditor Cloud Services.
|
|
|
+
|
|
|
+## Installation
|
|
|
+
|
|
|
+```bash
|
|
|
+npm install --save @ckeditor/ckeditor-cloud-services-core
|
|
|
+```
|
|
|
+
|
|
|
+## Contribute
|
|
|
+
|
|
|
+The source code of this package is available on GitHub in https://github.com/ckeditor/ckeditor-cloud-services-core.
|
|
|
+
|
|
|
+## External links
|
|
|
+
|
|
|
+* [`@ckeditor/ckeditor-cloud-services-core` on npm](https://www.npmjs.com/package/@ckeditor/ckeditor-cloud-services-core)
|
|
|
+* [`ckeditor/ckeditor-cloud-services-core` on GitHub](https://github.com/ckeditor/ckeditor-cloud-services-core)
|
|
|
+* [Issue tracker](https://github.com/ckeditor/ckeditor5/issues)
|
|
|
+* [Changelog](https://github.com/ckeditor/ckeditor-cloud-services-core/blob/master/CHANGELOG.md)
|