From 3257ec338c1e6b7b7f96b8ba99011a33e67f528e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eray=20Ayd=C4=B1n?= Date: Fri, 9 May 2025 21:26:42 +0300 Subject: [PATCH] docs: rename "Fingerprint Pro Server API" to "Fingerprint Server API" Updated documentation and code comments to reflect the new naming convention. Replaced all instances of `Fingerprint Pro Server API` with `Fingerprint Server API`. Related-Task: INTER-1241 --- README.md | 10 ++--- contributing.md | 2 +- docs/FingerprintApi.md | 42 +++++++++---------- res/fingerprint-server-api.yaml | 6 +-- .../model/AbstractOpenApiSchema.java | 4 +- .../com/fingerprint/sdk/ApiException.java | 4 +- .../java/com/fingerprint/sdk/ApiResponse.java | 4 +- .../com/fingerprint/sdk/Configuration.java | 4 +- .../fingerprint/sdk/JavaTimeFormatter.java | 4 +- .../main/java/com/fingerprint/sdk/Pair.java | 4 +- .../fingerprint/sdk/RFC3339DateFormat.java | 4 +- .../java/com/fingerprint/sdk/StringUtil.java | 4 +- .../com/fingerprint/sdk/auth/ApiKeyAuth.java | 4 +- .../fingerprint/sdk/auth/Authentication.java | 4 +- .../fingerprint/sdk/auth/HttpBasicAuth.java | 4 +- .../fingerprint/sdk/auth/HttpBearerAuth.java | 4 +- template/README.mustache | 10 ++--- template/libraries/jersey3/api_doc.mustache | 6 +-- 18 files changed, 62 insertions(+), 62 deletions(-) diff --git a/README.md b/README.md index 9c7f813f..9bcf2ba1 100644 --- a/README.md +++ b/README.md @@ -16,9 +16,9 @@ Discord server

-# Fingerprint Pro Server API Java SDK +# Fingerprint Server API Java SDK -[Fingerprint](https://fingerprint.com/) is a device intelligence platform offering industry-leading accuracy. 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. +[Fingerprint](https://fingerprint.com/) is a device intelligence platform offering industry-leading accuracy. 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 search, update, and delete identification events. *Automatically generated by the [OpenAPI Generator](https://openapi-generator.tech)* @@ -118,8 +118,8 @@ import com.fingerprint.sdk.Configuration; import com.fingerprint.sdk.Region; public class FingerprintApiExample { - // Fingerprint Pro Secret API Key - private static final String FPJS_API_SECRET = "Fingerprint Pro Secret API Key"; + // Fingerprint Secret API Key + private static final String FPJS_API_SECRET = "Fingerprint Secret API Key"; // A mandatory visitorId of a specific visitor private static final String FPJS_VISITOR_ID = "visitorId"; // An optional requestId made by a specific visitor @@ -132,7 +132,7 @@ public class FingerprintApiExample { private static final String PAGINATION_KEY = "1683900801733.Ogvu1j"; public static void main(String... args) { - // Create a new api client instance from Configuration with your Fingerprint Pro Server API Key and your Fingerprint Pro Server API Region. + // Create a new api client instance from Configuration with your Fingerprint Server API Key and your Fingerprint Server API Region. /* You can specify a region on getDefaultApiClient function's second parameter If you leave the second parameter empty, then Region.GLOBAL will be used as a default region diff --git a/contributing.md b/contributing.md index 36073fd7..e0a55761 100644 --- a/contributing.md +++ b/contributing.md @@ -1,4 +1,4 @@ -# Contributing to Fingerprint Pro Server API SDK +# Contributing to Fingerprint Server API SDK ## Structure diff --git a/docs/FingerprintApi.md b/docs/FingerprintApi.md index 3688ca22..78413127 100644 --- a/docs/FingerprintApi.md +++ b/docs/FingerprintApi.md @@ -60,10 +60,10 @@ import com.fingerprint.sdk.Configuration; import com.fingerprint.sdk.Region; public class FingerprintApiExample { - // Fingerprint Pro Secret API Key - private static final String FPJS_API_SECRET = "Fingerprint Pro Secret API Key"; + // Fingerprint Secret API Key + private static final String FPJS_API_SECRET = "Fingerprint Secret API Key"; public static void main(String... args) { - // Create a new api client instance from Configuration with your Fingerprint Pro Server API Key and your Fingerprint Pro Server API Region. + // Create a new api client instance from Configuration with your Fingerprint Server API Key and your Fingerprint Server API Region. /* You can specify a region on getDefaultApiClient function's second parameter If you leave the second parameter empty, then Region.GLOBAL will be used as a default region @@ -143,10 +143,10 @@ import com.fingerprint.sdk.Configuration; import com.fingerprint.sdk.Region; public class FingerprintApiExample { - // Fingerprint Pro Secret API Key - private static final String FPJS_API_SECRET = "Fingerprint Pro Secret API Key"; + // Fingerprint Secret API Key + private static final String FPJS_API_SECRET = "Fingerprint Secret API Key"; public static void main(String... args) { - // Create a new api client instance from Configuration with your Fingerprint Pro Server API Key and your Fingerprint Pro Server API Region. + // Create a new api client instance from Configuration with your Fingerprint Server API Key and your Fingerprint Server API Region. /* You can specify a region on getDefaultApiClient function's second parameter If you leave the second parameter empty, then Region.GLOBAL will be used as a default region @@ -227,10 +227,10 @@ import com.fingerprint.sdk.Configuration; import com.fingerprint.sdk.Region; public class FingerprintApiExample { - // Fingerprint Pro Secret API Key - private static final String FPJS_API_SECRET = "Fingerprint Pro Secret API Key"; + // Fingerprint Secret API Key + private static final String FPJS_API_SECRET = "Fingerprint Secret API Key"; public static void main(String... args) { - // Create a new api client instance from Configuration with your Fingerprint Pro Server API Key and your Fingerprint Pro Server API Region. + // Create a new api client instance from Configuration with your Fingerprint Server API Key and your Fingerprint Server API Region. /* You can specify a region on getDefaultApiClient function's second parameter If you leave the second parameter empty, then Region.GLOBAL will be used as a default region @@ -312,10 +312,10 @@ import com.fingerprint.sdk.Configuration; import com.fingerprint.sdk.Region; public class FingerprintApiExample { - // Fingerprint Pro Secret API Key - private static final String FPJS_API_SECRET = "Fingerprint Pro Secret API Key"; + // Fingerprint Secret API Key + private static final String FPJS_API_SECRET = "Fingerprint Secret API Key"; public static void main(String... args) { - // Create a new api client instance from Configuration with your Fingerprint Pro Server API Key and your Fingerprint Pro Server API Region. + // Create a new api client instance from Configuration with your Fingerprint Server API Key and your Fingerprint Server API Region. /* You can specify a region on getDefaultApiClient function's second parameter If you leave the second parameter empty, then Region.GLOBAL will be used as a default region @@ -403,10 +403,10 @@ import com.fingerprint.sdk.Configuration; import com.fingerprint.sdk.Region; public class FingerprintApiExample { - // Fingerprint Pro Secret API Key - private static final String FPJS_API_SECRET = "Fingerprint Pro Secret API Key"; + // Fingerprint Secret API Key + private static final String FPJS_API_SECRET = "Fingerprint Secret API Key"; public static void main(String... args) { - // Create a new api client instance from Configuration with your Fingerprint Pro Server API Key and your Fingerprint Pro Server API Region. + // Create a new api client instance from Configuration with your Fingerprint Server API Key and your Fingerprint Server API Region. /* You can specify a region on getDefaultApiClient function's second parameter If you leave the second parameter empty, then Region.GLOBAL will be used as a default region @@ -568,10 +568,10 @@ import com.fingerprint.sdk.Configuration; import com.fingerprint.sdk.Region; public class FingerprintApiExample { - // Fingerprint Pro Secret API Key - private static final String FPJS_API_SECRET = "Fingerprint Pro Secret API Key"; + // Fingerprint Secret API Key + private static final String FPJS_API_SECRET = "Fingerprint Secret API Key"; public static void main(String... args) { - // Create a new api client instance from Configuration with your Fingerprint Pro Server API Key and your Fingerprint Pro Server API Region. + // Create a new api client instance from Configuration with your Fingerprint Server API Key and your Fingerprint Server API Region. /* You can specify a region on getDefaultApiClient function's second parameter If you leave the second parameter empty, then Region.GLOBAL will be used as a default region @@ -648,10 +648,10 @@ import com.fingerprint.sdk.Configuration; import com.fingerprint.sdk.Region; public class FingerprintApiExample { - // Fingerprint Pro Secret API Key - private static final String FPJS_API_SECRET = "Fingerprint Pro Secret API Key"; + // Fingerprint Secret API Key + private static final String FPJS_API_SECRET = "Fingerprint Secret API Key"; public static void main(String... args) { - // Create a new api client instance from Configuration with your Fingerprint Pro Server API Key and your Fingerprint Pro Server API Region. + // Create a new api client instance from Configuration with your Fingerprint Server API Key and your Fingerprint Server API Region. /* You can specify a region on getDefaultApiClient function's second parameter If you leave the second parameter empty, then Region.GLOBAL will be used as a default region diff --git a/res/fingerprint-server-api.yaml b/res/fingerprint-server-api.yaml index ff281b24..e7bd3ba9 100644 --- a/res/fingerprint-server-api.yaml +++ b/res/fingerprint-server-api.yaml @@ -1,9 +1,9 @@ openapi: 3.0.3 info: - title: Fingerprint Pro Server API + title: Fingerprint Server API description: > - 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 + Fingerprint Server API allows you to search, update, and delete + identification 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 diff --git a/sdk/src/main/java/com/fingerprint/model/AbstractOpenApiSchema.java b/sdk/src/main/java/com/fingerprint/model/AbstractOpenApiSchema.java index 759c781a..405e42f5 100644 --- a/sdk/src/main/java/com/fingerprint/model/AbstractOpenApiSchema.java +++ b/sdk/src/main/java/com/fingerprint/model/AbstractOpenApiSchema.java @@ -1,6 +1,6 @@ /* - * Fingerprint Pro Server API - * 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. + * Fingerprint Server API + * Fingerprint Server API allows you to search, update, and delete identification 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. * * The version of the OpenAPI document: 3 * Contact: support@fingerprint.com diff --git a/sdk/src/main/java/com/fingerprint/sdk/ApiException.java b/sdk/src/main/java/com/fingerprint/sdk/ApiException.java index 3d03df05..85d2145f 100644 --- a/sdk/src/main/java/com/fingerprint/sdk/ApiException.java +++ b/sdk/src/main/java/com/fingerprint/sdk/ApiException.java @@ -1,6 +1,6 @@ /* - * Fingerprint Pro Server API - * 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. + * Fingerprint Server API + * Fingerprint Server API allows you to search, update, and delete identification 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. * * The version of the OpenAPI document: 3 * Contact: support@fingerprint.com diff --git a/sdk/src/main/java/com/fingerprint/sdk/ApiResponse.java b/sdk/src/main/java/com/fingerprint/sdk/ApiResponse.java index df251d24..f06f4627 100644 --- a/sdk/src/main/java/com/fingerprint/sdk/ApiResponse.java +++ b/sdk/src/main/java/com/fingerprint/sdk/ApiResponse.java @@ -1,6 +1,6 @@ /* - * Fingerprint Pro Server API - * 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. + * Fingerprint Server API + * Fingerprint Server API allows you to search, update, and delete identification 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. * * The version of the OpenAPI document: 3 * Contact: support@fingerprint.com diff --git a/sdk/src/main/java/com/fingerprint/sdk/Configuration.java b/sdk/src/main/java/com/fingerprint/sdk/Configuration.java index 2c2aae34..32e09a7d 100644 --- a/sdk/src/main/java/com/fingerprint/sdk/Configuration.java +++ b/sdk/src/main/java/com/fingerprint/sdk/Configuration.java @@ -1,6 +1,6 @@ /* - * Fingerprint Pro Server API - * 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. + * Fingerprint Server API + * Fingerprint Server API allows you to search, update, and delete identification 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. * * The version of the OpenAPI document: 3 * Contact: support@fingerprint.com diff --git a/sdk/src/main/java/com/fingerprint/sdk/JavaTimeFormatter.java b/sdk/src/main/java/com/fingerprint/sdk/JavaTimeFormatter.java index f5677ff5..4f330ad2 100644 --- a/sdk/src/main/java/com/fingerprint/sdk/JavaTimeFormatter.java +++ b/sdk/src/main/java/com/fingerprint/sdk/JavaTimeFormatter.java @@ -1,6 +1,6 @@ /* - * Fingerprint Pro Server API - * 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. + * Fingerprint Server API + * Fingerprint Server API allows you to search, update, and delete identification 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. * * The version of the OpenAPI document: 3 * Contact: support@fingerprint.com diff --git a/sdk/src/main/java/com/fingerprint/sdk/Pair.java b/sdk/src/main/java/com/fingerprint/sdk/Pair.java index eea0ef93..e025918b 100644 --- a/sdk/src/main/java/com/fingerprint/sdk/Pair.java +++ b/sdk/src/main/java/com/fingerprint/sdk/Pair.java @@ -1,6 +1,6 @@ /* - * Fingerprint Pro Server API - * 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. + * Fingerprint Server API + * Fingerprint Server API allows you to search, update, and delete identification 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. * * The version of the OpenAPI document: 3 * Contact: support@fingerprint.com diff --git a/sdk/src/main/java/com/fingerprint/sdk/RFC3339DateFormat.java b/sdk/src/main/java/com/fingerprint/sdk/RFC3339DateFormat.java index 5c9f9eee..cc294089 100644 --- a/sdk/src/main/java/com/fingerprint/sdk/RFC3339DateFormat.java +++ b/sdk/src/main/java/com/fingerprint/sdk/RFC3339DateFormat.java @@ -1,6 +1,6 @@ /* - * Fingerprint Pro Server API - * 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. + * Fingerprint Server API + * Fingerprint Server API allows you to search, update, and delete identification 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. * * The version of the OpenAPI document: 3 * Contact: support@fingerprint.com diff --git a/sdk/src/main/java/com/fingerprint/sdk/StringUtil.java b/sdk/src/main/java/com/fingerprint/sdk/StringUtil.java index 1adbf602..dd42997a 100644 --- a/sdk/src/main/java/com/fingerprint/sdk/StringUtil.java +++ b/sdk/src/main/java/com/fingerprint/sdk/StringUtil.java @@ -1,6 +1,6 @@ /* - * Fingerprint Pro Server API - * 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. + * Fingerprint Server API + * Fingerprint Server API allows you to search, update, and delete identification 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. * * The version of the OpenAPI document: 3 * Contact: support@fingerprint.com diff --git a/sdk/src/main/java/com/fingerprint/sdk/auth/ApiKeyAuth.java b/sdk/src/main/java/com/fingerprint/sdk/auth/ApiKeyAuth.java index 9cc9a09e..b88fa211 100644 --- a/sdk/src/main/java/com/fingerprint/sdk/auth/ApiKeyAuth.java +++ b/sdk/src/main/java/com/fingerprint/sdk/auth/ApiKeyAuth.java @@ -1,6 +1,6 @@ /* - * Fingerprint Pro Server API - * 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. + * Fingerprint Server API + * Fingerprint Server API allows you to search, update, and delete identification 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. * * The version of the OpenAPI document: 3 * Contact: support@fingerprint.com diff --git a/sdk/src/main/java/com/fingerprint/sdk/auth/Authentication.java b/sdk/src/main/java/com/fingerprint/sdk/auth/Authentication.java index 4618a492..21f21b2a 100644 --- a/sdk/src/main/java/com/fingerprint/sdk/auth/Authentication.java +++ b/sdk/src/main/java/com/fingerprint/sdk/auth/Authentication.java @@ -1,6 +1,6 @@ /* - * Fingerprint Pro Server API - * 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. + * Fingerprint Server API + * Fingerprint Server API allows you to search, update, and delete identification 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. * * The version of the OpenAPI document: 3 * Contact: support@fingerprint.com diff --git a/sdk/src/main/java/com/fingerprint/sdk/auth/HttpBasicAuth.java b/sdk/src/main/java/com/fingerprint/sdk/auth/HttpBasicAuth.java index 3bbbd565..65f910dc 100644 --- a/sdk/src/main/java/com/fingerprint/sdk/auth/HttpBasicAuth.java +++ b/sdk/src/main/java/com/fingerprint/sdk/auth/HttpBasicAuth.java @@ -1,6 +1,6 @@ /* - * Fingerprint Pro Server API - * 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. + * Fingerprint Server API + * Fingerprint Server API allows you to search, update, and delete identification 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. * * The version of the OpenAPI document: 3 * Contact: support@fingerprint.com diff --git a/sdk/src/main/java/com/fingerprint/sdk/auth/HttpBearerAuth.java b/sdk/src/main/java/com/fingerprint/sdk/auth/HttpBearerAuth.java index bae28feb..ef2ad071 100644 --- a/sdk/src/main/java/com/fingerprint/sdk/auth/HttpBearerAuth.java +++ b/sdk/src/main/java/com/fingerprint/sdk/auth/HttpBearerAuth.java @@ -1,6 +1,6 @@ /* - * Fingerprint Pro Server API - * 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. + * Fingerprint Server API + * Fingerprint Server API allows you to search, update, and delete identification 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. * * The version of the OpenAPI document: 3 * Contact: support@fingerprint.com diff --git a/template/README.mustache b/template/README.mustache index 74db423b..dfa6e872 100644 --- a/template/README.mustache +++ b/template/README.mustache @@ -16,9 +16,9 @@ Discord server

-# Fingerprint Pro Server API Java SDK +# Fingerprint Server API Java SDK -[Fingerprint](https://fingerprint.com/) is a device intelligence platform offering industry-leading accuracy. 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. +[Fingerprint](https://fingerprint.com/) is a device intelligence platform offering industry-leading accuracy. 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 search, update, and delete identification events. *Automatically generated by the [OpenAPI Generator](https://openapi-generator.tech)* @@ -145,8 +145,8 @@ import com.fingerprint.sdk.Configuration; import com.fingerprint.sdk.Region; public class FingerprintApiExample { - // Fingerprint Pro Secret API Key - private static final String FPJS_API_SECRET = "Fingerprint Pro Secret API Key"; + // Fingerprint Secret API Key + private static final String FPJS_API_SECRET = "Fingerprint Secret API Key"; // A mandatory visitorId of a specific visitor private static final String FPJS_VISITOR_ID = "visitorId"; // An optional requestId made by a specific visitor @@ -159,7 +159,7 @@ public class FingerprintApiExample { private static final String PAGINATION_KEY = "1683900801733.Ogvu1j"; public static void main(String... args) { - // Create a new api client instance from Configuration with your Fingerprint Pro Server API Key and your Fingerprint Pro Server API Region. + // Create a new api client instance from Configuration with your Fingerprint Server API Key and your Fingerprint Server API Region. /* You can specify a region on getDefaultApiClient function's second parameter If you leave the second parameter empty, then Region.GLOBAL will be used as a default region diff --git a/template/libraries/jersey3/api_doc.mustache b/template/libraries/jersey3/api_doc.mustache index 8896d9df..1996879d 100644 --- a/template/libraries/jersey3/api_doc.mustache +++ b/template/libraries/jersey3/api_doc.mustache @@ -40,10 +40,10 @@ import com.fingerprint.sdk.Configuration; import com.fingerprint.sdk.Region; public class FingerprintApiExample { - // Fingerprint Pro Secret API Key - private static final String FPJS_API_SECRET = "Fingerprint Pro Secret API Key"; + // Fingerprint Secret API Key + private static final String FPJS_API_SECRET = "Fingerprint Secret API Key"; public static void main(String... args) { - // Create a new api client instance from Configuration with your Fingerprint Pro Server API Key and your Fingerprint Pro Server API Region. + // Create a new api client instance from Configuration with your Fingerprint Server API Key and your Fingerprint Server API Region. /* You can specify a region on getDefaultApiClient function's second parameter If you leave the second parameter empty, then Region.GLOBAL will be used as a default region