-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #23 from fingerprintjs/docs/readme-policies
docs(readme): comply new policy template INTER-282
- Loading branch information
Showing
2 changed files
with
39 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,17 +29,24 @@ | |
</p> | ||
|
||
# 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 [[email protected]](mailto:[email protected]). | ||
|
||
|
||
[email protected] | ||
## License | ||
|
||
This project is licensed under the [MIT License](https://github.com/fingerprintjs/fingerprint-pro-server-api-java-sdk/blob/main/LICENSE). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,22 +29,26 @@ | |
</p> | ||
|
||
# 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 [[email protected]](mailto:[email protected]). | ||
## 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). |