1.0.29 • Published 4 months ago

svalley-onlyoffice-controller v1.0.29

Weekly downloads
-
License
MIT
Repository
github
Last release
4 months ago

Overview

This package will help you integrate ONLYOFFICE Docs into your web application on Node.js.

Release for the package v1.0.0

Install the prerequisites on your backend

  1. Install svalley-onlyoffice-controller:
    npm install svalley-onlyoffice-controller --save
  2. Add on your backend
    const onlyfficeController = require('svalley-onlyoffice-controller')
    Example :
    /**
    * define a handler for uploading files
    */
    router.post('/endpoint-api', onlyfficeController.method);

List of method functional

  • track: POST method for savaving the document with the callbackUrl.
  • documentCreate: POST method for created a new empty document body: {fileName: filename.extension}.
  • upload: POST method for uploaded a document from your local body: {fileName: filename.extension}.
  • createWithModel: POST method for created a new document from a modal body: {fileName: filename.extension}.
  • saveAsModel: POST method for saved a document like a modal body: {fileName: filename.extension}.
  • models: GET method for getting all the modals.
  • delFile: DELETE method for deletedg a document query: filename=filename.extension.
1.0.29

4 months ago

1.0.28

4 months ago

1.0.27

4 months ago

1.0.30

4 months ago

1.0.26

4 months ago

1.0.25

4 months ago

1.0.24

4 months ago

1.0.23

4 months ago

1.0.22

4 months ago

1.0.2

4 months ago

1.0.19

4 months ago

1.0.18

4 months ago

1.0.17

4 months ago

1.0.16

4 months ago

1.0.21

4 months ago

1.0.15

4 months ago

1.0.11

5 months ago

1.0.14

5 months ago

1.0.13

5 months ago

1.0.12

5 months ago

1.0.1

5 months ago

1.0.0

5 months ago