We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3d37380 + a12a1c4 commit f93f434Copy full SHA for f93f434
1 file changed
README.md
@@ -18,11 +18,5 @@ I hope my effort proofs to be useful for other node.js projects or as a learning
18
19
## Notice
20
21
-This is an early release with one big problem:
22
-the much needed HMAC authorization header is malformed.
23
-
24
-The default behaviour of the current iteration of this project is a whole lot of nothing for two reasons:
25
-1. the `authentication` error is catched in `combell.js` and gracefully handled
26
-2. when an error is catched, `combell.js` will return an empty array
27
28
-Better output and error handling hooks are ( probably ) coming. For now we might want to get that HMAC authorization header in order.
+The library only allows calling `/v2/accounts/index` in the current release.
+Additional endpoints are fairly easy to add.
0 commit comments