Commit ac64e04
committed
refactor(async)!: add common GET and POST methods
- remove duplicated HTTP client code for handling GET and POST requests.
- adds a few new methods to `AsyncClient` implementation, the new
methods are responsible to handle common HTTP requests and parsing. It
was previously duplicated throughout the Esplora API implementation,
but now it follows the same approach already implemented for
blocking client (`BlockingClient`).1 parent 68ecc31 commit ac64e04
1 file changed
Lines changed: 235 additions & 272 deletions
0 commit comments