forked from AndreasFischer1985/weiterbildungssuche-api
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Generate newest code from openapi.yaml
- Loading branch information
bundesbot
authored and
bundesbot
committed
Aug 6, 2024
1 parent
b2d4d63
commit 45b60bd
Showing
86 changed files
with
550 additions
and
9,310 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 |
---|---|---|
|
@@ -3,9 +3,9 @@ | |
""" | ||
Arbeitsagentur Weiterbildungssuche API | ||
Eine der größten Weiterbildungsdatenbanken Deutschlands durchsuchen. Die Authentifizierung funktioniert per OAuth 2 Client Credentials mit JWTs. Folgende Client-Credentials können dafür verwendet werden: **ClientID:** 38053956-6618-4953-b670-b4ae7a2360b1 **ClientSecret:** c385073c-3b97-42a9-b916-08fd8a5d1795. **Achtung**: der generierte Token muss bei folgenden GET-requests im header als 'OAuthAccessToken' inkludiert werden. # noqa: E501 | ||
Eine der größten Weiterbildungsdatenbanken Deutschlands durchsuchen. Die Authentifizierung funktioniert über die clientId der Weiterbildungssuche, die einem GET-request an https://web.arbeitsagentur.de/weiterbildungssuche/suche entnommen werden kann: clientId: infosysbub-wbsuche Bei folgenden GET-requests ist die clientId als Header-Parameter 'X-API-Key' zu übergeben. # noqa: E501 | ||
The version of the OpenAPI document: 1.0.0 | ||
The version of the OpenAPI document: 2.0.1 | ||
Contact: [email protected] | ||
Generated by: https://openapi-generator.tech | ||
""" | ||
|
Oops, something went wrong.