From 8fbb1ce4ee01d1f2fe0e9a62d6c2144d0ccf2c8e Mon Sep 17 00:00:00 2001 From: Andre Schild Date: Wed, 25 Jul 2018 22:57:17 +0200 Subject: [PATCH] Format corrected --- README.md | 26 ++++++++++++++------------ 1 file changed, 14 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 44e5666..aaa940c 100644 --- a/README.md +++ b/README.md @@ -12,22 +12,24 @@ Java api library to access nextcloud features from java applications # Usage - Add this dependency to your pom.xml file - org.aarboard.nextcloud - nextcloud-api - 11.0.1 +``` +org.aarboard.nextcloud + nextcloud-api +11.0.1 +``` - Create a NextcloudConnector instance and provide your server settings and authentification - Now you can use the methods exposed to access your nextcloud instance # Changelog -2018-07-25 Release 11.0.1 -2018-07-25 Added to maven central to simplify usage -2018-06-14 Method added to download files -2017-08-19 Added feature to recursive folder handlings -2017-06-08 XML parsing via JAXB, REST user provisioning and share api added -2017-05-29 Async method calls -2017-05-22 Improved Exception generation/handling, user create/delete implemented -2017-05-09 mplemented fileupload -2017-03-30 Initial release +- 2018-07-25 Release 11.0.1 +- 2018-07-25 Added to maven central to simplify usage +- 2018-06-14 Method added to download files +- 2017-08-19 Added feature to recursive folder handlings +- 2017-06-08 XML parsing via JAXB, REST user provisioning and share api added +- 2017-05-29 Async method calls +- 2017-05-22 Improved Exception generation/handling, user create/delete implemented +- 2017-05-09 mplemented fileupload +- 2017-03-30 Initial release (c) André Schild, Aarboard AG www.aarboard.ch