woodser / monero-java

Java library for using Monero
https://woodser.github.io/monero-java/javadocs/
MIT License
105 stars 39 forks source link

Refactoring MoneroHttpConnection #63

Closed everoddandeven closed 10 months ago

everoddandeven commented 11 months ago

I created an abstract MoneroHttpConnection class that implements the basic methods for sending post requests. I proceeded with the refactoring of the MoneroRpcConnection class (now it extends MoneroHttpConnection) moving the logic strictly linked to http requests. I finally created a MoneroLWSConnecton class that extends the MoneroHttpConnection class and exposes the basic methods for interacting with a Monero Light Wallet Server.