bundesAPI / bundesAPI/deutschland

jobsuche is broken, also no working example or information how to auth

Open
#153 2 comments 0 reactions 0 assignees View on GitHub
Dominant language
HTML
Stars
1.4k
Forks
83
PR merge metrics
No merged PRs in 30d

Description

![Image](https://github.com/user-attachments/assets/c95eff53-695e-46c9-acfe-139a02c4a684)

The code:
```python
from deutschland import jobsuche
from pprint import pprint
from deutschland.jobsuche.api import default_api

import urllib3
urllib3.disable_warnings(urllib3.exceptions.InsecureRequestWarning)

configuration = jobsuche.Configuration(
host = "https://api-con.arbeitsagentur.de/prod/jobboerse/jobsuche-service",
)
configuration.verify_ssl = False

# Enter a context with an instance of the API client
with jobsuche.ApiClient(configuration) as api_client:
# Create an instance of the API class
api_instance = default_api.DefaultApi(api_client)

try:
api_response = api_instance.pc_v4_app_jobs_get(size=10, page=1)
pprint(api_response)
except jobsuche.ApiException as e:
print("Exception when calling DefaultApi->pc_v4_app_jobs_get: %s\n" % e)
```

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.