Skip to content

Commit

Permalink
SWI-4826 Regenerate on v7.4.0 of OpenAPI Generator (#188)
Browse files Browse the repository at this point in the history
* SWI-4826 Regenerate on `v7.4.0` of OpenAPI Generator

Closes #185
Closes #186

* Remove `_return_http_data_only=False` arg

* Update test_recordings_api.py

* Update test_recordings_api.py

* Update test_recordings_api.py

* Update test_conferences_api.py

* This might be breaking 😬

* now this is pod racing

* revert filepath change

* Bump user agent
  • Loading branch information
ajrice6713 authored Apr 1, 2024
1 parent 16925c4 commit 302b686
Show file tree
Hide file tree
Showing 213 changed files with 14,677 additions and 8,127 deletions.
8 changes: 7 additions & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,10 @@ pytest-3.8:
image: python:3.8-alpine
pytest-3.9:
extends: .pytest
image: python:3.9-alpine
image: python:3.9-alpine
pytest-3.10:
extends: .pytest
image: python:3.10-alpine
pytest-3.11:
extends: .pytest
image: python:3.11-alpine
2 changes: 2 additions & 0 deletions .openapi-generator/FILES
Original file line number Diff line number Diff line change
Expand Up @@ -204,5 +204,7 @@ docs/VoiceApiError.md
docs/VoiceCodeResponse.md
git_push.sh
pyproject.toml
requirements.txt
setup.py
test-requirements.txt
tox.ini
2 changes: 1 addition & 1 deletion .openapi-generator/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
7.0.0
7.4.0
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ This Python package is automatically generated by the [OpenAPI Generator](https:

- API version: 1.0.0
- Package version: 15.0.0
- Generator version: 7.4.0
- Build package: org.openapitools.codegen.languages.PythonClientCodegen
For more information, please visit [https://dev.bandwidth.com](https://dev.bandwidth.com)

Expand Down Expand Up @@ -51,7 +52,6 @@ Please follow the [installation procedure](#installation--usage) and then run th

```python

import time
import bandwidth
from bandwidth.rest import ApiException
from pprint import pprint
Expand Down
1,556 changes: 1,068 additions & 488 deletions bandwidth/api/calls_api.py

Large diffs are not rendered by default.

3,628 changes: 2,473 additions & 1,155 deletions bandwidth/api/conferences_api.py

Large diffs are not rendered by default.

1,590 changes: 1,101 additions & 489 deletions bandwidth/api/media_api.py

Large diffs are not rendered by default.

Loading

0 comments on commit 302b686

Please sign in to comment.