Skip to main content

digitale-verwaltung

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

This Python package is automatically generated by the OpenAPI Generator project:

  • API version: 1.0
  • Package version: 1.0.0
  • Build package: org.openapitools.codegen.languages.PythonClientCodegen

Requirements.

Python >= 3.6

Installation & Usage

pip install

pip install deutschland[digitale_verwaltung]

poetry install

poetry add deutschland -E digitale_verwaltung

Setuptools

Install via Setuptools.

python setup.py install --user

(or sudo python setup.py install to install the package for all users)

Usage

Import the package:

from deutschland import digitale_verwaltung

Getting Started

Please follow the installation procedure and then run the following:

import time
from deutschland import digitale_verwaltung
from pprint import pprint
from deutschland.digitale_verwaltung.api import ars_api
from deutschland.digitale_verwaltung.model.page_ars_dto import PageArsDto
# Defining the host is optional and defaults to https://dashboard-daten.digitale-verwaltung.de/api
# See configuration.py for a list of all supported configuration parameters.
configuration = digitale_verwaltung.Configuration(
    host = "https://dashboard-daten.digitale-verwaltung.de/api"
)



# Enter a context with an instance of the API client
with digitale_verwaltung.ApiClient(configuration) as api_client:
    # Create an instance of the API class
    api_instance = ars_api.ARSApi(api_client)
    order = "asc" # str | Gibt an, wie die Ergebnismenge sortiert werden soll. (optional) (default to "asc")
    page = "0" # str | Gibt an, welche Seite der Ergebnismenge zurückgegeben werden soll. Die erste Seite entspricht dem Wert 0. (optional) (default to "0")
    size = "100" # str | Gibt an, wie groß die Ergebnismenge für die abgefragte Seite maximal sein darf. (optional) (default to "100")

    try:
        # Informationen zu Gebietskörperschaften in Deutschland
        api_response = api_instance.find_all1(order=order, page=page, size=size)
        pprint(api_response)
    except digitale_verwaltung.ApiException as e:
        print("Exception when calling ARSApi->find_all1: %s\n" % e)

Documentation for API Endpoints

All URIs are relative to https://dashboard-daten.digitale-verwaltung.de/api

Class Method HTTP request Description
ARSApi find_all1 GET /v1/ars Informationen zu Gebietskörperschaften in Deutschland
DataApi find_all GET /v1/data Informationen zu OZG-Leistungen und deren zugehörigen Onlinediensten
DataApi find_by_filter GET /v1/data/{ars} Informationen zu OZG-Leistungen und deren zugehörigen Onlinediensten eingeschränkt auf Gebietskörperschaften

Documentation For Models

Documentation For Authorization

All endpoints do not require authorization.

Author

kontakt@bund.dev

Notes for Large OpenAPI documents

If the OpenAPI document is large, imports in digitale_verwaltung.apis and digitale_verwaltung.models may fail with a RecursionError indicating the maximum recursion limit has been exceeded. In that case, there are a couple of solutions:

Solution 1: Use specific imports for apis and models like:

  • from deutschland.digitale_verwaltung.api.default_api import DefaultApi
  • from deutschland.digitale_verwaltung.model.pet import Pet

Solution 2: Before importing the package, adjust the maximum recursion limit as shown below:

import sys
sys.setrecursionlimit(1500)
from deutschland import digitale_verwaltung
from deutschland.digitale_verwaltung.apis import *
from deutschland.digitale_verwaltung.models import *

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

de_digitale_verwaltung-1.0.0.tar.gz (42.6 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

de_digitale_verwaltung-1.0.0-py3-none-any.whl (61.6 kB view details)

Uploaded Python 3

File details

Details for the file de_digitale_verwaltung-1.0.0.tar.gz.

File metadata

  • Download URL: de_digitale_verwaltung-1.0.0.tar.gz
  • Upload date:
  • Size: 42.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.0 CPython/3.11.1

File hashes

Hashes for de_digitale_verwaltung-1.0.0.tar.gz
Algorithm Hash digest
SHA256 2ed727932bb3cf634cf32727d60e42da25b4997213104edea96a240a881e7084
MD5 0aa63d0c11073b2e024f9007b2836a7f
BLAKE2b-256 f21f43e5ed5519b6428c5886cea10407bc216c626aa9eb5728b20a949606060c

See more details on using hashes here.

File details

Details for the file de_digitale_verwaltung-1.0.0-py3-none-any.whl.

File metadata

File hashes

Hashes for de_digitale_verwaltung-1.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 f6bdbb5ee71575f9bc3524d3f880ed3775d9d09674ab7579580390c3c526cd39
MD5 1f30800f83227b3c37a3bffdfeccedbb
BLAKE2b-256 6f6d6a9a4e61a72e754160f6e54464af7a8e44a3db82e068ac24fe01096da26f

See more details on using hashes here.

Release history Release notifications | RSS feed

This release

1.0.0 This release

2 files

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page