Skip to content

Commit

Permalink
Some fixes and renames
Browse files Browse the repository at this point in the history
  • Loading branch information
simonsan committed Mar 17, 2023
1 parent 83878d2 commit 1005814
Show file tree
Hide file tree
Showing 542 changed files with 20,127 additions and 14,953 deletions.
2 changes: 1 addition & 1 deletion openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ openapi: 3.0.3
info:
title: Relic Link API
description: ""
version: "23.03.01"
version: "23.03.02"
servers:
- url: https://aoe-api.reliclink.com
paths:
Expand Down
2 changes: 1 addition & 1 deletion rlink_client_python/.gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ stages:
script:
- pip install -r requirements.txt
- pip install -r test-requirements.txt
- pytest --cov=openapi_client
- pytest --cov=rlink_client

test-3.5:
extends: .tests
Expand Down
20 changes: 10 additions & 10 deletions rlink_client_python/.openapi-generator/FILES
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,16 @@
README.md
docs/apis/tags/DefaultApi.md
git_push.sh
openapi_client/__init__.py
openapi_client/api_client.py
openapi_client/apis/__init__.py
openapi_client/apis/tags/default_api.py
openapi_client/configuration.py
openapi_client/exceptions.py
openapi_client/model/__init__.py
openapi_client/models/__init__.py
openapi_client/rest.py
openapi_client/schemas.py
rlink_client/__init__.py
rlink_client/api_client.py
rlink_client/apis/__init__.py
rlink_client/apis/tags/default_api.py
rlink_client/configuration.py
rlink_client/exceptions.py
rlink_client/model/__init__.py
rlink_client/models/__init__.py
rlink_client/rest.py
rlink_client/schemas.py
requirements.txt
setup.cfg
setup.py
Expand Down
2 changes: 1 addition & 1 deletion rlink_client_python/.travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ install:
- "pip install -r requirements.txt"
- "pip install -r test-requirements.txt"
# command to run tests
script: pytest --cov=openapi_client
script: pytest --cov=rlink_client
269 changes: 139 additions & 130 deletions rlink_client_python/README.md

Large diffs are not rendered by default.

Loading

0 comments on commit 1005814

Please sign in to comment.