mirror of
https://github.com/Expand-sys/ccash-client-js
synced 2026-03-22 12:27:09 +11:00
Compare commits
30 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
6c1e4c3c80 | ||
|
|
39dad3a037 | ||
|
|
a9ed375f88 | ||
|
|
6fd7a91422 | ||
|
|
4e60a56373 | ||
|
|
27a77d8b30 | ||
|
|
a26b61aeec | ||
|
|
dbe1008850 | ||
|
|
0a1d35812d | ||
|
|
cf6eabc4f5 | ||
|
|
2663b24220 | ||
|
|
5bd08201d7 | ||
|
|
957481b42d | ||
|
|
a443b6bba1 | ||
|
|
80ca0b6800 | ||
|
|
139a7f6ebb | ||
|
|
aa57f32701 | ||
|
|
203f4a6cf1 | ||
|
|
4498e04e31 | ||
|
|
e157f943ae | ||
|
|
d653d73606 | ||
|
|
5f0248b63c | ||
|
|
11958fbf3c | ||
|
|
72698f3260 | ||
|
|
411e2dc429 | ||
|
|
9bc7437dae | ||
|
|
f7aed94aa0 | ||
|
|
4ae0dde4eb | ||
|
|
41fcfdc8f0 | ||
|
|
abb5aee53e |
9 changed files with 948 additions and 915 deletions
18
.github/workflows/publish.yaml
vendored
18
.github/workflows/publish.yaml
vendored
|
|
@ -4,22 +4,8 @@ on:
|
|||
branches:
|
||||
- stable
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/setup-node@v1
|
||||
with:
|
||||
node-version: '15.x'
|
||||
- uses: actions/cache@v2
|
||||
with:
|
||||
path: '**/node_modules'
|
||||
key: ${{ runner.os }}-modules-${{ hashFiles('**/yarn.lock') }}
|
||||
- run: yarn --no-progress
|
||||
- run: yarn build
|
||||
release:
|
||||
runs-on: ubuntu-latest
|
||||
needs: build
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/setup-node@v1
|
||||
|
|
@ -32,4 +18,8 @@ jobs:
|
|||
path: '**/node_modules'
|
||||
key: ${{ runner.os }}-modules-${{ hashFiles('**/yarn.lock') }}
|
||||
- run: yarn --no-progress
|
||||
- run: yarn build
|
||||
- run: yarn release
|
||||
env:
|
||||
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
|
|
|||
58
CHANGELOG.md
Normal file
58
CHANGELOG.md
Normal file
|
|
@ -0,0 +1,58 @@
|
|||
# CHANGELOG
|
||||
|
||||
# [1.6.0](https://github.com/LukeeeeBennett/ccash-client-js/compare/v1.5.0...v1.6.0) (2021-06-13)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* correct password as body calls ([6fd7a91](https://github.com/LukeeeeBennett/ccash-client-js/commit/6fd7a91422c74f5b0c2bea951db160e3d6bb4dfc))
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* release ([39dad3a](https://github.com/LukeeeeBennett/ccash-client-js/commit/39dad3a037c6151915288401f68ecdad2b2ac0f4))
|
||||
|
||||
# [1.5.0](https://github.com/LukeeeeBennett/ccash-client-js/compare/v1.4.0...v1.5.0) (2021-06-13)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* remove log transactionCount ([a26b61a](https://github.com/LukeeeeBennett/ccash-client-js/commit/a26b61aeecda844dc2e9e043aeeacad71d813dd7))
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* add ping ([dbe1008](https://github.com/LukeeeeBennett/ccash-client-js/commit/dbe1008850d68ee871b153fbca1c410d668601e9))
|
||||
* remove WrongAdminPassword exception ([0a1d358](https://github.com/LukeeeeBennett/ccash-client-js/commit/0a1d35812d31032e114fbfb983e39f4a3cc7775a))
|
||||
|
||||
# [1.4.0](https://github.com/LukeeeeBennett/ccash-client-js/compare/v1.3.0...v1.4.0) (2021-06-13)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* add password in body to adminAddUser ([80ca0b6](https://github.com/LukeeeeBennett/ccash-client-js/commit/80ca0b6800725b6e814a3a07974da796caa03c6a))
|
||||
* types ([5bd0820](https://github.com/LukeeeeBennett/ccash-client-js/commit/5bd08201d75acb83574ac35e9c0317e835713746))
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* release ([2663b24](https://github.com/LukeeeeBennett/ccash-client-js/commit/2663b2422057c0ebe5d054aee0d1793973b6bbb4))
|
||||
* release ([a443b6b](https://github.com/LukeeeeBennett/ccash-client-js/commit/a443b6bba10c5d512b92d02bdd0dc80a29519e19))
|
||||
|
||||
# [1.3.0](https://github.com/LukeeeeBennett/ccash-client-js/compare/v1.2.0...v1.3.0) (2021-06-13)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* release ([aa57f32](https://github.com/LukeeeeBennett/ccash-client-js/commit/aa57f32701c0d4add0a131a487b44a2ca5be4977))
|
||||
* release ([4498e04](https://github.com/LukeeeeBennett/ccash-client-js/commit/4498e04e3177251ca4ba8cd046742d4868420255))
|
||||
* release ([d653d73](https://github.com/LukeeeeBennett/ccash-client-js/commit/d653d736064c8733c9959ad788f8a4c0d53f7b81))
|
||||
|
||||
# [1.2.0](https://github.com/LukeeeeBennett/ccash-client-js/compare/v1.1.0...v1.2.0) (2021-06-13)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* release ([72698f3](https://github.com/LukeeeeBennett/ccash-client-js/commit/72698f326081bcc4b16138f5d344418bdb2b12f4))
|
||||
* release ([9bc7437](https://github.com/LukeeeeBennett/ccash-client-js/commit/9bc7437daefc9c7d9378c40ee5a1d2a6d3740c5e))
|
||||
* release ([4ae0dde](https://github.com/LukeeeeBennett/ccash-client-js/commit/4ae0dde4eb22cb839c9c3e342fcc66ec06368516))
|
||||
|
|
@ -1,8 +1,8 @@
|
|||
{
|
||||
"name": "ccash-client-js",
|
||||
"version": "0.0.0",
|
||||
"version": "1.6.0",
|
||||
"description": "JS HTTP client for CCash",
|
||||
"main": "./dist/cjs",
|
||||
"main": "./dist",
|
||||
"publishConfig": {
|
||||
"registry": "https://registry.npmjs.org/"
|
||||
},
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
module.exports = {
|
||||
branches: ['stable'],
|
||||
plugins: {
|
||||
commitAnalyzer: [
|
||||
plugins: [
|
||||
[
|
||||
'@semantic-release/commit-analyzer',
|
||||
{
|
||||
releaseRules: [
|
||||
|
|
@ -11,21 +11,22 @@ module.exports = {
|
|||
],
|
||||
},
|
||||
],
|
||||
releaseNotes: '@semantic-release/release-notes-generator',
|
||||
changelog: [
|
||||
'@semantic-release/release-notes-generator',
|
||||
[
|
||||
'@semantic-release/changelog',
|
||||
{
|
||||
changelogFile: 'CHANGELOG.md',
|
||||
changelogTitle: '# CHANGELOG',
|
||||
},
|
||||
],
|
||||
github: '@semantic-release/github',
|
||||
npm: '@semantic-release/npm',
|
||||
git: [
|
||||
'@semantic-release/github',
|
||||
'@semantic-release/npm',
|
||||
[
|
||||
'@semantic-release/git',
|
||||
{
|
||||
assets: ['CHANGELOG.md', 'package.json'],
|
||||
message: 'chore(release): ${nextRelease.version} [skip ci]',
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
};
|
||||
|
|
|
|||
|
|
@ -24,12 +24,6 @@ export class InvalidRequestException extends Exception {
|
|||
}
|
||||
}
|
||||
|
||||
export class WrongAdminPasswordException extends Exception {
|
||||
constructor() {
|
||||
super('wrong admin password');
|
||||
}
|
||||
}
|
||||
|
||||
export class NameTooLongException extends Exception {
|
||||
constructor() {
|
||||
super('name too long');
|
||||
|
|
@ -52,7 +46,6 @@ export enum ErrorCodes {
|
|||
UserNotFound = -1,
|
||||
WrongPassword = -2,
|
||||
InvalidRequest = -3,
|
||||
WrongAdminPassword = -4,
|
||||
NameTooLong = -5,
|
||||
UserAlreadyExists = -6,
|
||||
InsufficientFunds = -7,
|
||||
|
|
@ -62,7 +55,6 @@ export const ExceptionMap = {
|
|||
[ErrorCodes.UserNotFound]: UserNotFoundException,
|
||||
[ErrorCodes.WrongPassword]: WrongPasswordException,
|
||||
[ErrorCodes.InvalidRequest]: InvalidRequestException,
|
||||
[ErrorCodes.WrongAdminPassword]: WrongAdminPasswordException,
|
||||
[ErrorCodes.NameTooLong]: NameTooLongException,
|
||||
[ErrorCodes.UserAlreadyExists]: UserAlreadyExistsException,
|
||||
[ErrorCodes.InsufficientFunds]: InsufficientFundsException,
|
||||
|
|
|
|||
|
|
@ -7,8 +7,7 @@ import {
|
|||
ErrorCodes,
|
||||
} from './CCashClient.exceptions';
|
||||
|
||||
export class CCashClient implements Partial<ICCashClient> {
|
||||
/** TODO: not partial **/
|
||||
export class CCashClient implements ICCashClient {
|
||||
http: AxiosInstance;
|
||||
|
||||
constructor(baseURL: string | undefined = process.env.CCASH_API_BASE_URL) {
|
||||
|
|
@ -27,15 +26,10 @@ export class CCashClient implements Partial<ICCashClient> {
|
|||
.then((response) => this.handleError(response) || response.data.value);
|
||||
}
|
||||
|
||||
log(
|
||||
user: string,
|
||||
pass: string,
|
||||
transactionCount: number = 10
|
||||
): Promise<number[]> {
|
||||
log(user: string, pass: string): Promise<number[]> {
|
||||
return this.http
|
||||
.get(`/${user}/bal`, {
|
||||
headers: { Password: pass },
|
||||
params: { n: transactionCount },
|
||||
})
|
||||
.then((response) => this.handleError(response) || response.data.value);
|
||||
}
|
||||
|
|
@ -62,18 +56,14 @@ export class CCashClient implements Partial<ICCashClient> {
|
|||
|
||||
changePassword(user: string, pass: string, newPass: string): Promise<User> {
|
||||
return this.http
|
||||
.patch(
|
||||
`/${user}/pass/change`,
|
||||
{ password: newPass },
|
||||
{ headers: { Password: pass } }
|
||||
)
|
||||
.patch(`/${user}/pass/change`, newPass, { headers: { Password: pass } })
|
||||
.then(
|
||||
(response) =>
|
||||
this.handleError(response) || this.serialize(User, { user })
|
||||
);
|
||||
}
|
||||
|
||||
setBal(user: string, pass: string, amount: number): Promise<number> {
|
||||
setBalance(user: string, pass: string, amount: number): Promise<number> {
|
||||
return this.http
|
||||
.patch(`/admin/${user}/bal`, undefined, {
|
||||
headers: { Password: pass },
|
||||
|
|
@ -86,6 +76,10 @@ export class CCashClient implements Partial<ICCashClient> {
|
|||
return this.http.get('/help').then((response) => response.data);
|
||||
}
|
||||
|
||||
ping(): Promise<boolean> {
|
||||
return this.http.get('/ping').then((response) => response.data || false);
|
||||
}
|
||||
|
||||
close(pass: string): Promise<boolean> {
|
||||
return this.http
|
||||
.post('/close', undefined, { headers: { Password: pass } })
|
||||
|
|
@ -120,10 +114,11 @@ export class CCashClient implements Partial<ICCashClient> {
|
|||
adminAddUser(
|
||||
user: string,
|
||||
pass: string,
|
||||
initialPass: string,
|
||||
initialBalance: number
|
||||
): Promise<User> {
|
||||
return this.http
|
||||
.post(`/user/${user}`, undefined, {
|
||||
.post(`/user/${user}`, initialPass, {
|
||||
headers: { Password: pass },
|
||||
params: { init_bal: initialBalance },
|
||||
})
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ export { User };
|
|||
export interface ICCashClient {
|
||||
// Usage
|
||||
balance(user: string): Promise<number>;
|
||||
log(user: string, pass: string, transactionCount?: number): Promise<number[]>;
|
||||
log(user: string, pass: string): Promise<number[]>;
|
||||
sendFunds(
|
||||
user: string,
|
||||
pass: string,
|
||||
|
|
@ -16,10 +16,11 @@ export interface ICCashClient {
|
|||
|
||||
// Meta usage
|
||||
changePassword(user: string, pass: string, newPass: string): Promise<User>;
|
||||
setBal(user: string, pass: string, amount: number): Promise<number>;
|
||||
setBalance(user: string, pass: string, amount: number): Promise<number>;
|
||||
|
||||
// System usage
|
||||
help(): Promise<string>;
|
||||
ping(): Promise<boolean>;
|
||||
close(pass: string): Promise<boolean>;
|
||||
contains(user: string): Promise<boolean>;
|
||||
adminVerifyPass(pass: string): Promise<boolean>;
|
||||
|
|
@ -29,6 +30,7 @@ export interface ICCashClient {
|
|||
adminAddUser(
|
||||
user: string,
|
||||
pass: string,
|
||||
initialPass: string,
|
||||
initialBalance: number
|
||||
): Promise<User>;
|
||||
deleteUser(user: string, pass: string): Promise<User>;
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"compilerOptions": {
|
||||
"outDir": "./dist/cjs",
|
||||
"outDir": "./dist",
|
||||
"target": "es2015",
|
||||
"module": "commonjs",
|
||||
"declaration": true,
|
||||
|
|
|
|||
Loading…
Reference in a new issue