Skip to content

Commit

Permalink
added SDK Packages for release
Browse files Browse the repository at this point in the history
  • Loading branch information
zoernert committed Jun 5, 2021
1 parent 81ad700 commit 555f1ea
Show file tree
Hide file tree
Showing 710 changed files with 101,512 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docker-sdk-gen.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
docker run --rm -v "${PWD}:/local" openapitools/openapi-generator-cli generate -i https://corrently.io/dist.yaml -g go -o /local/out/go
docker run --rm -v "${PWD}:/local" openapitools/openapi-generator-cli generate -i https://corrently.io/dist.yaml -g php -o /local/out/php
docker run --rm -v "${PWD}:/local" openapitools/openapi-generator-cli generate -i https://corrently.io/dist.yaml -g typescript -o /local/out/typescript
docker run --rm -v "${PWD}:/local" openapitools/openapi-generator-cli generate -i https://corrently.io/dist.yaml -g typescript-jquery -o /local/out/typescript-jquery
docker run --rm -v "${PWD}:/local" openapitools/openapi-generator-cli generate -i https://corrently.io/dist.yaml -g python -o /local/out/python
docker run --rm -v "${PWD}:/local" openapitools/openapi-generator-cli generate -i https://corrently.io/dist.yaml -g java -o /local/out/java
docker run --rm -v "${PWD}:/local" openapitools/openapi-generator-cli generate -i https://corrently.io/dist.yaml -g nodejs -o /local/out/nodejs
docker run --rm -v "${PWD}:/local" openapitools/openapi-generator-cli generate -i https://corrently.io/dist.yaml -g html -o /local/out/html
docker run --rm -v "${PWD}:/local" openapitools/openapi-generator-cli generate -i https://corrently.io/dist.yaml -g javascript -o /local/out/javascript
docker run --rm -v "${PWD}:/local" openapitools/openapi-generator-cli generate -i https://corrently.io/dist.yaml -g nodejs-express-server -o /local/out/nodejs-express-server
docker run --rm -v "${PWD}:/local" openapitools/openapi-generator-cli generate -i https://corrently.io/dist.yaml -g dynamic-html -o /local/out/dynamic-html
23 changes: 23 additions & 0 deletions out/dynamic-html/.openapi-generator-ignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# OpenAPI Generator Ignore
# Generated by openapi-generator https://github.com/openapitools/openapi-generator

# Use this file to prevent files from being overwritten by the generator.
# The patterns follow closely to .gitignore or .dockerignore.

# As an example, the C# client generator defines ApiClient.cs.
# You can make changes and tell OpenAPI Generator to ignore just this file by uncommenting the following line:
#ApiClient.cs

# You can match any string of characters against a directory, file or extension with a single asterisk (*):
#foo/*/qux
# The above matches foo/bar/qux and foo/baz/qux, but not foo/bar/baz/qux

# You can recursively match patterns against a directory, file or extension with a double asterisk (**):
#foo/**/qux
# This matches foo/bar/qux, foo/baz/qux, and foo/bar/baz/qux

# You can also negate patterns with an exclamation (!).
# For example, you can ignore all files in a docs folder with the file extension .md:
#docs/*.md
# Then explicitly reverse the ignore rule for a single file:
#!docs/README.md
42 changes: 42 additions & 0 deletions out/dynamic-html/.openapi-generator/FILES
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
.openapi-generator-ignore
docs/assets/css/bootstrap-responsive.css
docs/assets/css/bootstrap.css
docs/assets/css/style.css
docs/assets/images/logo.png
docs/assets/js/bootstrap.js
docs/assets/js/jquery-1.8.3.min.js
docs/assets/js/main.js
docs/index.html
docs/models/Balance.html
docs/models/Componentsh0.html
docs/models/DispatchLocation.html
docs/models/ForecastItem.html
docs/models/InlineObject.html
docs/models/InlineObject1.html
docs/models/InlineObject2.html
docs/models/InlineObject3.html
docs/models/InlineResponse200.html
docs/models/InlineResponse2001.html
docs/models/InlineResponse2001Location.html
docs/models/InlineResponse2001Matrix.html
docs/models/InlineResponse2001MatrixH0.html
docs/models/InlineResponse2002.html
docs/models/InlineResponse2002Timeframe.html
docs/models/InlineResponse2003.html
docs/models/InlineResponse2004.html
docs/models/InlineResponse2005.html
docs/models/InlineResponse2006.html
docs/models/MarketData.html
docs/models/Ommeters.html
docs/models/Tariffh0.html
docs/models/Transactions.html
docs/operations/DispatchGreenEnergyDistributionAPIApi.html
docs/operations/GreenPowerIndexGrnstromIndexApi.html
docs/operations/MeteringDecoratorApi.html
docs/operations/OpenMETERApi.html
docs/operations/SmartHomeApi.html
docs/operations/StromkontoLedgerApi.html
docs/operations/TariffPriceAPIApi.html
docs/operations/WiMWechselprozesseImMesswesenStromStatusAPIApi.html
main.js
package.json
1 change: 1 addition & 0 deletions out/dynamic-html/.openapi-generator/VERSION
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
5.2.0-SNAPSHOT
Loading

0 comments on commit 555f1ea

Please sign in to comment.