Skip to content

Commit

Permalink
Format corrected
Browse files Browse the repository at this point in the history
  • Loading branch information
a-schild committed Jul 25, 2018
1 parent 662573f commit 8fbb1ce
Showing 1 changed file with 14 additions and 12 deletions.
26 changes: 14 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,22 +12,24 @@ Java api library to access nextcloud features from java applications

# Usage
- Add this dependency to your pom.xml file
<groupId>org.aarboard.nextcloud</groupId>
<artifactId>nextcloud-api</artifactId>
<version>11.0.1</version>
```
<groupId>org.aarboard.nextcloud</groupId>
<artifactId>nextcloud-api</artifactId>
<version>11.0.1</version>
```

- 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

0 comments on commit 8fbb1ce

Please sign in to comment.