steem-java-api-wrapper
steem-java-api-wrapper copied to clipboard
An API Wrapper for Steem written in Java
.. by allowing different format options (I think beside Metadata HTML is also a valid one?)
According to http://www.baeldung.com/jackson-optional it should be possible to use the Java8 Optional type with Jackson, but it was not working in a first test.
- [x] Finalize JavaDoc - [x] Remove duplications - [ ] Verify the functionallity with tests
This is required for a custom binary operation. Tasks: - [ ] Allow authorities in the KeyStorage - [ ] Sign a transaction with an Authority - [ ] Documentation...
There are multiple fields with a "wrong" type. (int instead of short, ...)
To make the api more lightweighted again the wallet thould be moved to a separate project.