nextcloud-java-api
nextcloud-java-api copied to clipboard
Java api library to access nextcloud features from java applications
Results
12
nextcloud-java-api issues
Sort by
recently updated
recently updated
newest added
I see a 12.0.4 was released to https://repo1.maven.org/maven2/org/aarboard/nextcloud/nextcloud-api/ but I don't see a tag for it here - did you forget to push it?
Currently, `NextcloudConnector` has a `shutdown` method that calls the static `ConnectorCommon.shutdown();` That seem a bit weird if you have multiple `NextcloudConnector` instances that could be around at the same time:...