-
Notifications
You must be signed in to change notification settings - Fork 67
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
47 changed files
with
13,459 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
# flake8: noqa | ||
|
||
""" | ||
Autobahn App API | ||
Was passiert auf Deutschlands Bundesstraßen? API für aktuelle Verwaltungsdaten zu Baustellen, Staus und Ladestationen. Außerdem Zugang zu Verkehrsüberwachungskameras und vielen weiteren Datensätzen. # noqa: E501 | ||
The version of the OpenAPI document: 1.0.0 | ||
Generated by: https://openapi-generator.tech | ||
""" | ||
|
||
|
||
__version__ = "1.0.0" | ||
|
||
# import ApiClient | ||
from deutschland.autobahn.api_client import ApiClient | ||
|
||
# import Configuration | ||
from deutschland.autobahn.configuration import Configuration | ||
|
||
# import exceptions | ||
from deutschland.autobahn.exceptions import OpenApiException | ||
from deutschland.autobahn.exceptions import ApiAttributeError | ||
from deutschland.autobahn.exceptions import ApiTypeError | ||
from deutschland.autobahn.exceptions import ApiValueError | ||
from deutschland.autobahn.exceptions import ApiKeyError | ||
from deutschland.autobahn.exceptions import ApiException |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# do not import all apis into this module because that uses a lot of memory and stack frames | ||
# if you need the ability to import all apis from one package, import them with | ||
# from deutschland.autobahn.apis import DefaultApi |
Oops, something went wrong.