Commit 28027dd
authored
Feat/v1 (#36)
* removes duplicate method
* rebase
* changed all gets to retrieve
* adds Balances to Account
* added the rest of the products for entities and accounts, general file structure clean up
* nit fix
* nit fix
* bumped version to 1.0.0
* updating to match node SDK
* started adding tests, fixed circular deps
* added more account tests, updated simulate transactions, updated requirements to include testing modules, added testing utils
* started Entity tests, fixed typings, finished Account tests
* added verification session and connect tests for entity
* updated credit score methods, added more entity tests
* finished python tests, fixed element to use correct structure
* updated README with v2 endpoints
* fixed quotes in README
* nit new line at end of file
* nit spacing fixes
* removed const and awaits from README
* fixed Entity type to include new changes
* updated tests with new structures, increased retries1 parent 4e23be8 commit 28027dd
61 files changed
Lines changed: 4712 additions & 1500 deletions
File tree
- method
- resources
- Accounts
- Elements
- Entities
- Payments
- Simulate
- test/resources
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Large diffs are not rendered by default.
Whitespace-only changes.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
3 | | - | |
4 | | - | |
5 | | - | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
6 | 5 | | |
7 | | - | |
| 6 | + | |
8 | 7 | | |
9 | | - | |
10 | 8 | | |
11 | 9 | | |
12 | 10 | | |
13 | | - | |
14 | 11 | | |
15 | 12 | | |
16 | 13 | | |
17 | 14 | | |
18 | | - | |
19 | 15 | | |
20 | 16 | | |
21 | 17 | | |
22 | 18 | | |
23 | 19 | | |
24 | | - | |
25 | 20 | | |
26 | 21 | | |
27 | 22 | | |
28 | | - | |
29 | 23 | | |
30 | 24 | | |
31 | 25 | | |
32 | 26 | | |
33 | 27 | | |
34 | 28 | | |
35 | | - | |
36 | 29 | | |
37 | 30 | | |
38 | 31 | | |
39 | 32 | | |
40 | 33 | | |
41 | | - | |
42 | 34 | | |
43 | 35 | | |
44 | 36 | | |
45 | | - | |
46 | 37 | | |
47 | 38 | | |
48 | | - | |
| 39 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
9 | 17 | | |
10 | 18 | | |
11 | 19 | | |
12 | 20 | | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
13 | 29 | | |
14 | 30 | | |
15 | 31 | | |
| |||
20 | 36 | | |
21 | 37 | | |
22 | 38 | | |
| 39 | + | |
23 | 40 | | |
24 | 41 | | |
25 | 42 | | |
| |||
0 commit comments