GithubHelp home page GithubHelp logo

cells-enterprise-sdk-js's Introduction

cells-enterprise-sdk-js

Javascript SDK for Cells Enterprise Rest API. Please check cells-sdk-js for accessing the core APIs of Pydio Cells (home edition).

This SDK is generated automatically using swagger-codegen tool from the OpenAPI specification of Cells Enterprise Rest API. It does not rely on any framework and uses superagent internally for performing HTTP requests.

Since Cells v3, it is used internally by the official Pydio Cells Enterprise web modules.

Usage

Installation

Simply use npm install --save cells-enterprise-sdk to append the latest version to your package.json.

Authentication

Authentication is passed via the Authorization: Bearer $TOKEN header, where $TOKEN can be a Personal Access Token, or retrieved dynamically by the frontend login process.

Endpoints

All Enterprise APIs described in Cells official documentation are supported. Below are listed the main services available :

  • AuditDataService
  • EnterpriseConfigService
  • EnterpriseFrontendService
  • EnterpriseLogService
  • EnterprisePolicyService
  • EnterpriseTokenService
  • SchedulerService

Please refer to the docs for more information.

Example

A sample application is available in cells-sdk example/app.js

Basic tree listing looks like :

    var api = new TreeServiceApi(client);
    var request = new RestGetBulkMetaRequest();
    request.NodePaths = ['/folder/*'];
    api.bulkStatNodes(request).then(res => {
        // Read array res.Nodes with all nodes
    });

License

This library is licensed under Apache V2.0 license.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.