irods / irods_client_http_java

test wrapper for iRODS HTTP API
0 stars 1 forks source link

Implement optional parameter format for all operations #29

Closed sam-i-am012 closed 3 months ago

sam-i-am012 commented 3 months ago

Have a class for the method's optional parameters and pass that in as an argument when calling the request instead of just passing -1 or null when the user does not want to use the optional parameter.

Remaining endpoints:

sam-i-am012 commented 3 months ago

Still missing optional parameter format for these remaining endpoints:

Leaving issue open until remaining work is done.