Skip to content

Commit

Permalink
Merge pull request #23 from fingerprintjs/docs/readme-policies
Browse files Browse the repository at this point in the history
docs(readme): comply new policy template INTER-282
  • Loading branch information
Orkuncakilkaya authored Dec 21, 2023
2 parents 39dcd0a + acb8e63 commit c8fed71
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 18 deletions.
24 changes: 18 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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).
33 changes: 21 additions & 12 deletions template/README.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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).

0 comments on commit c8fed71

Please sign in to comment.