0.0.15 • Published 25 days ago

passwords-client v0.0.15

Weekly downloads
12
License
ISC
Repository
-
Last release
25 days ago

This is as WIP! Expect changes.

This package contains a JavaScript client for the Passwords app for Nextcloud

You can find the API documentation here

Using the client

You can use the enhanced version of the client in your project like this:

import PasswordsClient from 'passwords-client';

let client = new PasswordsClient({baseUrl:'https://cloud.example.com/', user:'user', token:'12345-12345-12345-12345-12345'});
let passwordsRepository = client.getPasswordRepository();
let passwordCollection = await passwordsRepository.findAll();

Development

You cah use a development version in your project with the following commands

# Go into library folder
cd passwords-client
sudo npm link

# Go into project folder
cd ../project
npm link passwords-client
1.0.0-alpha.5477

25 days ago

1.0.0-alpha.5417

2 months ago

1.0.0-beta.5418

2 months ago

1.0.0-beta.5384

3 months ago

1.0.0-alpha.5383

3 months ago

1.0.0-alpha.5346

3 months ago

1.0.0-beta.5347

3 months ago

1.0.0-alpha.5320

4 months ago

1.0.0-alpha.5319

4 months ago

1.0.0-alpha.5294

4 months ago

1.0.0-alpha.5280

4 months ago

1.0.0-beta.5264

5 months ago

1.0.0-alpha.5263

5 months ago

1.0.0

6 months ago

1.0.0-alpha.5183

6 months ago

1.0.0-beta.4888

1 year ago

0.0.15

1 year ago

1.0.0-alpha.4554

2 years ago

1.0.0-alpha.4369

2 years ago

1.0.0-alpha.4289

2 years ago

1.0.0-alpha.4283

2 years ago

0.0.13

3 years ago

0.0.14

3 years ago

0.0.12

3 years ago

1.0.0-alpha.4115

3 years ago

0.0.11

3 years ago

0.0.10

4 years ago

0.0.9

4 years ago

0.0.8

5 years ago

0.0.7

5 years ago

0.0.6

5 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago