2.3.8 • Published 11 months ago
roman-client v2.3.8
roman-client 
An API client for Wire's Lithium proxy Roman.
Installation
Run yarn add roman-client
or npm install roman-client
.
Usage
A complete documentation is available at https://ffflorian.github.io/api-clients/packages/roman-client/.
Example
import {Roman} from 'roman-client';
const roman = new Roman('https://example.com');
await roman.register({
email: 'email@example.com',
name: 'My Name',
password: 'My Password',
});
await roman.login({
email: 'email@example.com',
password: 'My Password',
});
await roman.registerService({
name: 'My Weather Bot',
summary: 'Display the weather in your region.',
});
const myService = await roman.getService();
// ...
Build and test
yarn
yarn test
2.3.8
11 months ago
2.3.7
2 years ago
2.3.6
2 years ago
2.3.5
2 years ago
2.3.4
2 years ago
2.3.3
2 years ago
2.3.2
3 years ago
2.3.0
3 years ago
2.3.1
3 years ago
2.2.1
4 years ago
2.2.0
4 years ago
2.0.6
4 years ago
2.1.0
4 years ago
2.0.5
4 years ago
2.0.4
4 years ago
2.0.3
4 years ago
2.0.2
4 years ago
2.0.1
5 years ago
2.0.0
5 years ago
1.1.0
5 years ago