2.16.0 • Published 7 months ago
@matech/thebigpos-sdk v2.16.0
The BIG POS Typescript SDK
Installation
Using npm:
$ npm install @matech/thebigpos-sdkUsing yarn:
$ yarn add @matech/thebigpos-sdkQuick Start
import { Api } from "@matech/thebigpos-sdk";
const securityWorker = (data: any) => {
return { headers: data }
}
const setBearerSecurityWorker = (accessToken:string) => {
const data = {
Authorization: `Bearer ${accessToken}`
};
apiClient.setSecurityData(data);
};
const apiClient = new Api({
baseURL:
process.env.REACT_APP_POS_API_HOST || 'https://api.thebigpos.com',
securityWorker,
})
apiClient.api.getSiteConfiguration().then((response) => {
console.log(response.data);
});© 2024 Mortgage Automation Technologies. All rights reserved
2.11.0-rc3
1 year ago
2.11.0-rc2
1 year ago
2.11.0-rc1
1 year ago
2.15.0-rc.0
10 months ago
2.15.3-rc.0
9 months ago
2.12.0-rc2
1 year ago
2.12.0-rc1
1 year ago
2.12.0-rc4
1 year ago
2.12.0-rc3
1 year ago
2.12.0-rc6
1 year ago
2.12.0-rc5
1 year ago
2.15.4
9 months ago
2.15.2
9 months ago
2.15.3
9 months ago
2.15.0
10 months ago
2.14.3-rc1
10 months ago
2.13.0
11 months ago
2.12.1-rc1
1 year ago
2.15.2-rc.0
9 months ago
2.14.0-rc.0
11 months ago
2.14.3-rc.0
10 months ago
2.16.0-rc.2
8 months ago
2.16.0-rc.1
8 months ago
2.16.0-rc.0
8 months ago
2.16.11-rc.0
7 months ago
2.12.0
1 year ago
2.15.16-rc.0
9 months ago
2.13.0-rc1
1 year ago
2.14.5
10 months ago
2.14.3
10 months ago
2.16.0
7 months ago
2.14.2
10 months ago
2.12.1
1 year ago
2.13.0-rc.6
11 months ago
2.14.0-rc1
1 year ago
2.13.0-rc.7
11 months ago
2.14.0-rc2
12 months ago
2.14.0-rc3
12 months ago
2.16.0-rc.3
8 months ago
2.14.0-rc.7
10 months ago
2.14.0-rc.2
11 months ago
2.15.5-rc.0
9 months ago
2.14.0-rc.1
11 months ago
2.15.5-rc.1
9 months ago
2.14.0-rc.4
12 months ago
2.15.15-rc.0
9 months ago
2.14.0-rc5
11 months ago
2.14.0-rc6
10 months ago
2.13.0-rc.8
11 months ago
2.13.0-rc.9
11 months ago
2.10.0-rc3
1 year ago
2.10.0-rc2
1 year ago
2.10.0-rc1
1 year ago
2.9.0-rc3
1 year ago
2.9.0-rc2
1 year ago
2.9.0-rc1
1 year ago