0.0.15 • Published 10 months ago

passwords-client v0.0.15

Weekly downloads
12
License
ISC
Repository
-
Last release
10 months 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.5607

10 months ago

1.0.0-beta.5603

10 months ago

1.0.0-alpha.5602

10 months ago

1.0.0-alpha.5616

10 months ago

1.0.0-alpha.5613

10 months ago

1.0.0-alpha.5417

2 years ago

1.0.0-beta.5418

2 years ago

1.0.0-beta.5384

2 years ago

1.0.0-alpha.5383

2 years ago

1.0.0-alpha.5346

2 years ago

1.0.0-beta.5347

2 years ago

1.0.0-alpha.5320

2 years ago

1.0.0-alpha.5319

2 years ago

1.0.0-alpha.5294

2 years ago

1.0.0-alpha.5280

2 years ago

1.0.0-beta.5264

2 years ago

1.0.0-alpha.5263

2 years ago

1.0.0

2 years ago

1.0.0-alpha.5183

2 years ago

1.0.0-alpha.4887

3 years ago

1.0.0-beta.4888

3 years ago

0.0.15

3 years ago

1.0.0-alpha.4554

3 years ago

1.0.0-alpha.4369

4 years ago

1.0.0-alpha.4289

4 years ago

1.0.0-alpha.4283

4 years ago

0.0.13

4 years ago

0.0.14

4 years ago

0.0.12

4 years ago

1.0.0-alpha.4115

4 years ago

0.0.11

5 years ago

0.0.10

6 years ago

0.0.9

6 years ago

0.0.8

6 years ago

0.0.7

6 years ago

0.0.6

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago