0.2.0 • Published 4 years ago

@mini-core/cloud v0.2.0

Weekly downloads
-
License
MIT
Repository
-
Last release
4 years ago

Mini Core Cloud

Как начать?

import Cloud from '@mini-core/cloud';

Cloud.init({
    serverUrl: '<your mini core server>',
    token: '<your custom token>', // Optional, because token will be auto generated
    masterKey: '<your master key>' // ONLY FOR BACKEND!
});

Cloud.users.get()
    .then((user) => {
        console.log(`My profile: ${JSON.stringify(user)}`);
    })
    .catch((error) => {
        console.log(`Some error: ${error.message}`);
    })

Методы

Все методы, которые есть в Mini Core Server

0.2.0

4 years ago

0.1.9

4 years ago

0.1.8

4 years ago

0.1.7

4 years ago

0.1.6

4 years ago

0.1.5

4 years ago

0.1.4

4 years ago

0.1.3

4 years ago

0.1.2

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago

0.0.9

4 years ago

0.0.8

4 years ago

0.0.7

4 years ago

0.0.6

4 years ago

0.0.5

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago