0.1.19 • Published 9 days ago

cloud_store_api v0.1.19

Weekly downloads
-
License
Apache-2.0 Licens...
Repository
-
Last release
9 days ago

Cloud Store API

This package will be a JS connector for the Cloud Store API

How to use

Installation

npm install --save  cloud_store_api

Usage

// Create a client instance
      const client = new CloudStoreApiClient({
          baseUrl: 'http://localhost:5234',   // Example URL
          username: 'admin',   // Example credentials
          password: 'admin',   // Example credentials
          useTLS: false   // For bypass SSL
      });

// Example methods
      try {
          // Get file list
          const fileList = await client.getFileList(''); // Rootpath
          console.log(fileList);
      } catch (error) {
          console.error('API Error:', error);
      }

!!! Important !!!

In your Cloud Store installation you need to enable the API elsewhere you will get a 404 Error

0.1.10

9 days ago

0.1.11

9 days ago

0.1.12

9 days ago

0.1.13

9 days ago

0.1.14

9 days ago

0.1.15

9 days ago

0.1.16

9 days ago

0.1.8

9 days ago

0.1.17

9 days ago

0.1.7

9 days ago

0.1.18

9 days ago

0.1.19

9 days ago

0.1.9

9 days ago

0.1.6

9 days ago

0.1.5

9 days ago

0.1.4

16 days ago

0.1.3

16 days ago

0.1.2

16 days ago

0.1.1

16 days ago

0.1.0

16 days ago