ionos-cloud / sdk-java

IONOS Cloud Official Java SDK
Apache License 2.0
3 stars 4 forks source link

Doc: Readme fixes and update to v6.0.1 #8

Closed avirtopeanu-ionos closed 2 years ago

avirtopeanu-ionos commented 2 years ago

What does this fix or implement?

Currently there are some problems with the Readme.md file:

In the example code, import and all objects of type DataCenterApi need to be renamed to DataCentersApi

For pom.xml and gradle, versions need to have "v" pre-pended: example for pom.xml <version>6.0.0</version> into <version>v6.0.0</version>

Also, starting with v6.0.1, the method DataCentersApi::datacentersGet will need to have 3 more parameters: String orderBy, Integer maxResults, Map<String, String> filters. This needs to be reflected in the example code too

Checklist

sonarcloud[bot] commented 2 years ago

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

avirtopeanu-ionos commented 2 years ago

Sorry guys, used the old team for seeing who I needed to add as reviewers and added too many