blockfrost-js
blockfrost-js copied to clipboard
Node.js SDK for the Blockfrost.io API.
example: random new feature has failing unit tests just because list of retiring pools is currently empty. https://github.com/blockfrost/blockfrost-js/pull/229/commits/e96cc89bb38aad988a3befd02a9fbb02ed7258d6
Accessing the payload's object properties is kinda hard when everyting has type `any`. We could construct and export interface for each type of Secure Webhooks payload, and it should be...
I would argue these code comments can be helpful as they are commonly integrated in IDEs, but we need to write them and update them!
will be green once backend is fixed
when blockfrost-js throws in a client code stack trace includes basically only calls from within blockfrost-js itself, which is not really useful. It would be nice to improve this somehow....
would be nice to be able to cancel requests either via exposing got cancelable promise in our promise wrapper or implementing abort controller https://developer.mozilla.org/en-US/docs/Web/API/AbortController