Skip to content

Commit

Permalink
refactor(async)!: add common GET and POST methods
Browse files Browse the repository at this point in the history
- 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`).
  • Loading branch information
oleonardolima committed Aug 23, 2024
1 parent 68ecc31 commit ac64e04
Showing 1 changed file with 235 additions and 272 deletions.
Loading

0 comments on commit ac64e04

Please sign in to comment.