1.0.11 • Published 3 years ago

@incodelang/accounts-client v1.0.11

Weekly downloads
-
License
GPL-3.0-only
Repository
github
Last release
3 years ago

@incodelang/accounts-client

This package is a client for websites to interact with @incodelang/accounts

Installation

Install @incodelang/accounts-client with npm

  npm install @incodelang/accounts-client

Install @incodelang/accounts-client with yarn

  yarn add @incodelang/accounts-client

Examples

const {WebClient} = require('@incodelang/accounts-client');

const client = new WebClient(""); // enter the root url of the server here (leave empty for /) 

// check the credentials of a user
client.login("username", "password").then(success => {
    console.log(success);
})

Authors

License

GPL-3.0

Related

Here are some related projects

1.0.11

3 years ago

1.0.10

3 years ago

1.0.9

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago