issues
search
beyonddemise
/
vertx-couchdb-client
Java library for vert.x to access Apache CouchDB, inspired by NodeJS' nano
Other
1
stars
0
forks
source link
Sep14 update
#10
Closed
Stwissel
closed
1 month ago
Stwissel
commented
1 month ago
Changes
added Eclipse (C) headers
replaced generic JsonObject parameters with specific parameter objects
moved db creation to Admin client
split Create & update
created helper methods for common Json operations
simplify test runs
Todo
test coverage (test failing)
replace StringFormat with UriTemplate, potentially target appendParamsToUrl for refactor
documentation
Changes
Todo