Skip to content

Commit

Permalink
Generate newest code from openapi.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
bundesbot authored and bundesbot committed May 31, 2024
1 parent 3fb61a5 commit 016ccae
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 22 deletions.
6 changes: 3 additions & 3 deletions python-client/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,10 @@ from deutschland.klinikatlas.model.fileadmin_json_locations_json_get200_response
from deutschland.klinikatlas.model.fileadmin_json_ops_codes_json_get200_response_inner import FileadminJsonOpsCodesJsonGet200ResponseInner
from deutschland.klinikatlas.model.fileadmin_json_states_json_get200_response_inner import FileadminJsonStatesJsonGet200ResponseInner
from deutschland.klinikatlas.model.searchresults_get200_response import SearchresultsGet200Response
# Defining the host is optional and defaults to https://bundes-klinik-atlas.de
# Defining the host is optional and defaults to https://klinikatlas.api.bund.dev
# See configuration.py for a list of all supported configuration parameters.
configuration = klinikatlas.Configuration(
host = "https://bundes-klinik-atlas.de"
host = "https://klinikatlas.api.bund.dev"
)


Expand All @@ -81,7 +81,7 @@ with klinikatlas.ApiClient(configuration) as api_client:

## Documentation for API Endpoints

All URIs are relative to *https://bundes-klinik-atlas.de*
All URIs are relative to *https://klinikatlas.api.bund.dev*

Class | Method | HTTP request | Description
------------ | ------------- | ------------- | -------------
Expand Down
4 changes: 2 additions & 2 deletions python-client/deutschland/klinikatlas/configuration.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ def __init__(
ssl_ca_cert=None,
):
"""Constructor"""
self._base_path = "https://bundes-klinik-atlas.de" if host is None else host
self._base_path = "https://klinikatlas.api.bund.dev" if host is None else host
"""Default Base url
"""
self.server_index = 0 if server_index is None and host is None else server_index
Expand Down Expand Up @@ -404,7 +404,7 @@ def get_host_settings(self):
"""
return [
{
"url": "https://bundes-klinik-atlas.de",
"url": "https://klinikatlas.api.bund.dev",
"description": "No description provided",
}
]
Expand Down
34 changes: 17 additions & 17 deletions python-client/docs/DefaultApi.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# klinikatlas.DefaultApi

All URIs are relative to *https://bundes-klinik-atlas.de*
All URIs are relative to *https://klinikatlas.api.bund.dev*

Method | HTTP request | Description
------------- | ------------- | -------------
Expand Down Expand Up @@ -28,10 +28,10 @@ from deutschland import klinikatlas
from deutschland.klinikatlas.api import default_api
from deutschland.klinikatlas.model.fileadmin_json_german_places_json_get200_response_inner import FileadminJsonGermanPlacesJsonGet200ResponseInner
from pprint import pprint
# Defining the host is optional and defaults to https://bundes-klinik-atlas.de
# Defining the host is optional and defaults to https://klinikatlas.api.bund.dev
# See configuration.py for a list of all supported configuration parameters.
configuration = klinikatlas.Configuration(
host = "https://bundes-klinik-atlas.de"
host = "https://klinikatlas.api.bund.dev"
)


Expand Down Expand Up @@ -90,10 +90,10 @@ from deutschland import klinikatlas
from deutschland.klinikatlas.api import default_api
from deutschland.klinikatlas.model.fileadmin_json_german_states_json_get200_response_inner import FileadminJsonGermanStatesJsonGet200ResponseInner
from pprint import pprint
# Defining the host is optional and defaults to https://bundes-klinik-atlas.de
# Defining the host is optional and defaults to https://klinikatlas.api.bund.dev
# See configuration.py for a list of all supported configuration parameters.
configuration = klinikatlas.Configuration(
host = "https://bundes-klinik-atlas.de"
host = "https://klinikatlas.api.bund.dev"
)


Expand Down Expand Up @@ -152,10 +152,10 @@ from deutschland import klinikatlas
from deutschland.klinikatlas.api import default_api
from deutschland.klinikatlas.model.fileadmin_json_icd_codes_json_get200_response_inner import FileadminJsonIcdCodesJsonGet200ResponseInner
from pprint import pprint
# Defining the host is optional and defaults to https://bundes-klinik-atlas.de
# Defining the host is optional and defaults to https://klinikatlas.api.bund.dev
# See configuration.py for a list of all supported configuration parameters.
configuration = klinikatlas.Configuration(
host = "https://bundes-klinik-atlas.de"
host = "https://klinikatlas.api.bund.dev"
)


Expand Down Expand Up @@ -214,10 +214,10 @@ from deutschland import klinikatlas
from deutschland.klinikatlas.api import default_api
from deutschland.klinikatlas.model.fileadmin_json_locations_json_get200_response_inner import FileadminJsonLocationsJsonGet200ResponseInner
from pprint import pprint
# Defining the host is optional and defaults to https://bundes-klinik-atlas.de
# Defining the host is optional and defaults to https://klinikatlas.api.bund.dev
# See configuration.py for a list of all supported configuration parameters.
configuration = klinikatlas.Configuration(
host = "https://bundes-klinik-atlas.de"
host = "https://klinikatlas.api.bund.dev"
)


Expand Down Expand Up @@ -276,10 +276,10 @@ from deutschland import klinikatlas
from deutschland.klinikatlas.api import default_api
from deutschland.klinikatlas.model.fileadmin_json_ops_codes_json_get200_response_inner import FileadminJsonOpsCodesJsonGet200ResponseInner
from pprint import pprint
# Defining the host is optional and defaults to https://bundes-klinik-atlas.de
# Defining the host is optional and defaults to https://klinikatlas.api.bund.dev
# See configuration.py for a list of all supported configuration parameters.
configuration = klinikatlas.Configuration(
host = "https://bundes-klinik-atlas.de"
host = "https://klinikatlas.api.bund.dev"
)


Expand Down Expand Up @@ -338,10 +338,10 @@ from deutschland import klinikatlas
from deutschland.klinikatlas.api import default_api
from deutschland.klinikatlas.model.fileadmin_json_states_json_get200_response_inner import FileadminJsonStatesJsonGet200ResponseInner
from pprint import pprint
# Defining the host is optional and defaults to https://bundes-klinik-atlas.de
# Defining the host is optional and defaults to https://klinikatlas.api.bund.dev
# See configuration.py for a list of all supported configuration parameters.
configuration = klinikatlas.Configuration(
host = "https://bundes-klinik-atlas.de"
host = "https://klinikatlas.api.bund.dev"
)


Expand Down Expand Up @@ -399,10 +399,10 @@ import time
from deutschland import klinikatlas
from deutschland.klinikatlas.api import default_api
from pprint import pprint
# Defining the host is optional and defaults to https://bundes-klinik-atlas.de
# Defining the host is optional and defaults to https://klinikatlas.api.bund.dev
# See configuration.py for a list of all supported configuration parameters.
configuration = klinikatlas.Configuration(
host = "https://bundes-klinik-atlas.de"
host = "https://klinikatlas.api.bund.dev"
)


Expand Down Expand Up @@ -485,10 +485,10 @@ from deutschland import klinikatlas
from deutschland.klinikatlas.api import default_api
from deutschland.klinikatlas.model.searchresults_get200_response import SearchresultsGet200Response
from pprint import pprint
# Defining the host is optional and defaults to https://bundes-klinik-atlas.de
# Defining the host is optional and defaults to https://klinikatlas.api.bund.dev
# See configuration.py for a list of all supported configuration parameters.
configuration = klinikatlas.Configuration(
host = "https://bundes-klinik-atlas.de"
host = "https://klinikatlas.api.bund.dev"
)


Expand Down

0 comments on commit 016ccae

Please sign in to comment.