diff --git a/README.md b/README.md index 59c83b2..8f69fba 100644 --- a/README.md +++ b/README.md @@ -29,17 +29,24 @@

# Fingerprint Pro Server API Java SDK -**Fingerprint Pro Server API provides a way for validating visitors’ data issued by Fingerprint Pro.** + +[Fingerprint](https://fingerprint.com/) is a device intelligence platform offering 99.5% accurate visitor identification. The Fingerprint Server Java SDK is an easy way to interact with the Fingerprint [Server API](https://dev.fingerprint.com/reference/pro-server-api) from your Java application. You can retrieve visitor history or individual identification events. *Automatically generated by the [OpenAPI Generator](https://openapi-generator.tech)* ## Requirements -Building the API client library requires: +The following versions of Gradle/Maven are supported + +- Maven (3.8.3+) +- Gradle (7.2+) + +The following versions of Java are supported -1. Java 1.8+ -2. Maven (3.8.3+)/Gradle (7.2+) +- Java 1.8 +- Java 8 +- Java 11 ## Installation @@ -310,7 +317,12 @@ Authentication schemes defined for the API: It's recommended to create an instance of `ApiClient` per thread in a multithreaded environment to avoid any potential issues. -## Author +## Support + +To report problems, ask questions or provide feedback, please use [Issues](https://github.com/fingerprintjs/fingerprint-pro-server-api-java-sdk/issues). +If you need private support, you can email us at [oss-support@fingerprint.com](mailto:oss-support@fingerprint.com). + -support@fingerprint.com +## License +This project is licensed under the [MIT License](https://github.com/fingerprintjs/fingerprint-pro-server-api-java-sdk/blob/main/LICENSE). diff --git a/template/README.mustache b/template/README.mustache index 78a2cd8..aac4936 100644 --- a/template/README.mustache +++ b/template/README.mustache @@ -29,22 +29,26 @@

# Fingerprint Pro Server API Java SDK -**Fingerprint Pro Server API provides a way for validating visitors’ data issued by Fingerprint Pro.** + +**Fingerprint Pro Server API allows you to get information about visitors and about individual events in a server environment. +It can be used for data exports, decision-making, and data analysis scenarios. +Server API is intended for server-side usage, it's not intended to be used from the client side, whether it's a browser or a mobile device.** *Automatically generated by the [OpenAPI Generator](https://openapi-generator.tech)* ## Requirements -Building the API client library requires: +The following versions of Gradle/Maven are supported -1. Java 1.8+ -{{#jersey2}} -2. Maven (3.8.3+)/Gradle (7.2+) -{{/jersey2}} -{{^jersey2}} -2. Maven/Gradle -{{/jersey2}} +- Maven (3.8.3+) +- Gradle (7.2+) + +The following versions of Java are supported + +- Java 1.8 +- Java 8 +- Java 11 ## Installation @@ -247,7 +251,12 @@ Class | Method | HTTP request | Description It's recommended to create an instance of `ApiClient` per thread in a multithreaded environment to avoid any potential issues. -## Author +## Support + +To report problems, ask questions or provide feedback, please use [Issues](https://github.com/fingerprintjs/fingerprint-pro-server-api-java-sdk/issues). +If you need private support, you can email us at [oss-support@fingerprint.com](mailto:oss-support@fingerprint.com). + + +## License -{{#apiInfo}}{{#apis}}{{#-last}}{{infoEmail}} -{{/-last}}{{/apis}}{{/apiInfo}} +This project is licensed under the [MIT License](https://github.com/fingerprintjs/fingerprint-pro-server-api-java-sdk/blob/main/LICENSE).