Skip to content

Commit

Permalink
Generated using the command "openapi-generator generate -i sparkfly-c…
Browse files Browse the repository at this point in the history
…lient/openapi-generator-config/sparkfly_openapi.yaml -g python -o sparkfly-client --git-user-id=expressintegrations --git-repo-id=sparkfly-client -c sparkfly-client/openapi-generator-config/config.yaml"
  • Loading branch information
j-madrone committed Sep 25, 2023
1 parent 232a33e commit 938d4c8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion openapi-generator-config/config.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
packageName: sparkfly_client
projectName: sparkfly-api
disallowAdditionalPropertiesIfNotPresent: false
disallowAdditionalPropertiesIfNotPresent: false
packageUrl: https://github.com/expressintegrations/sparkfly-client
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
description="Sparkfly Platform API",
author="OpenAPI Generator community",
author_email="[email protected]",
url="",
url="https://github.com/expressintegrations/sparkfly-client",
keywords=["OpenAPI", "OpenAPI-Generator", "Sparkfly Platform API"],
install_requires=REQUIRES,
packages=find_packages(exclude=["test", "tests"]),
Expand Down

0 comments on commit 938d4c8

Please sign in to comment.