From b353bc1999b788badcb7961e516d1525111d351c Mon Sep 17 00:00:00 2001 From: Scott McCord Date: Mon, 2 Sep 2024 17:21:10 +0200 Subject: [PATCH] Improve documentation around the developer portal --- generator/java/resources/templates/README.mustache | 2 +- generator/java/resources/templates/api_doc.mustache | 2 +- generator/php/resources/templates/README.mustache | 2 +- generator/python/resources/templates/README.mustache | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/generator/java/resources/templates/README.mustache b/generator/java/resources/templates/README.mustache index eb92ee8..6433ad3 100644 --- a/generator/java/resources/templates/README.mustache +++ b/generator/java/resources/templates/README.mustache @@ -4,7 +4,7 @@ API Client Libraries can facilitate your use of the Criteo API allowing you to build unique and customized solutions to serve your businesses and clients. These libraries can reduce the amount of code you need to write in order to start accessing Criteo programmatically. They also can help expedite troubleshooting, should you encounter any issues. -More information: [https://developers.criteo.com/](https://developers.criteo.com/) +More information on how to use Criteo API and these SDKs can be found at: [https://developers.criteo.com/](https://developers.criteo.com/). {{appName}} diff --git a/generator/java/resources/templates/api_doc.mustache b/generator/java/resources/templates/api_doc.mustache index 8d04eb5..b657595 100644 --- a/generator/java/resources/templates/api_doc.mustache +++ b/generator/java/resources/templates/api_doc.mustache @@ -2,7 +2,7 @@ {{.}}{{/description}} -All URIs are relative to *{{basePath}}* +All URIs are relative to *{{basePath}}*. Please check the detailed instructions about this API at [https://developers.criteo.com/](https://developers.criteo.com/). | Method | HTTP request | Description | |------------- | ------------- | -------------| diff --git a/generator/php/resources/templates/README.mustache b/generator/php/resources/templates/README.mustache index 80a6909..f167c40 100644 --- a/generator/php/resources/templates/README.mustache +++ b/generator/php/resources/templates/README.mustache @@ -4,7 +4,7 @@ API Client Libraries can facilitate your use of the Criteo API allowing you to build unique and customized solutions to serve your businesses and clients. These libraries can reduce the amount of code you need to write in order to start accessing Criteo programmatically. They also can help expedite troubleshooting, should you encounter any issues. -More information: [https://developers.criteo.com/](https://developers.criteo.com/) +More information on how to use Criteo API and these SDKs can be found at: [https://developers.criteo.com/](https://developers.criteo.com/). This PHP package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project: diff --git a/generator/python/resources/templates/README.mustache b/generator/python/resources/templates/README.mustache index 4ea9558..4cdc5e5 100644 --- a/generator/python/resources/templates/README.mustache +++ b/generator/python/resources/templates/README.mustache @@ -4,7 +4,7 @@ API Client Libraries can facilitate your use of the Criteo API allowing you to build unique and customized solutions to serve your businesses and clients. These libraries can reduce the amount of code you need to write in order to start accessing Criteo programmatically. They also can help expedite troubleshooting, should you encounter any issues. -More information: [https://developers.criteo.com/](https://developers.criteo.com/) +More information on how to use Criteo API and these SDKs can be found at: [https://developers.criteo.com/](https://developers.criteo.com/). This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project: