Skip to content

Commit

Permalink
add sajari-client-user-agent header and update to 3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathaningram committed Dec 15, 2020
1 parent 9e590e8 commit c20ccd9
Show file tree
Hide file tree
Showing 10 changed files with 1,366 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -198,4 +198,5 @@ [email protected]
This PHP package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:

- API version: `v4`
- Package version: `3.0.1`
- Build package: `org.openapitools.codegen.languages.PhpClientCodegen`
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "sajari/sdk-php",
"version": "3.0.1",
"description": "Sajari is a smart, highly-configurable, real-time search service that enables thousands of businesses worldwide to provide amazing search experiences on their websites, stores, and applications.",
"keywords": [
"sajari",
Expand Down
3 changes: 3 additions & 0 deletions generate/generate.bash
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,14 @@ if [ -z "$TEMPLATES_PATH" ]; then
die "TEMPLATES_PATH must be set, e.g. /path/to/sajari/sdk-php/generate/templates"
fi

VERSION=3.0.1

docker-entrypoint.sh generate \
-i /openapi.json \
-g php \
--git-user-id sajari \
--git-repo-id sdk-php \
-t $TEMPLATES_PATH \
--additional-properties invokerPackage=Sajari \
--additional-properties artifactVersion=$VERSION \
-o $GEN_PATH
Loading

0 comments on commit c20ccd9

Please sign in to comment.