Skip to content

Commit

Permalink
Merge pull request #105 from criteo/update-readme
Browse files Browse the repository at this point in the history
Improve documentation around the developer portal
  • Loading branch information
scottdmccord authored Sep 3, 2024
2 parents 64078d3 + b353bc1 commit 4887f19
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion generator/java/resources/templates/README.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -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}}

Expand Down
2 changes: 1 addition & 1 deletion generator/java/resources/templates/api_doc.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
|------------- | ------------- | -------------|
Expand Down
2 changes: 1 addition & 1 deletion generator/php/resources/templates/README.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down
2 changes: 1 addition & 1 deletion generator/python/resources/templates/README.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit 4887f19

Please sign in to comment.