Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/openpotato/openplzapi-client.delphi
Official Delphi client library for accessing the OpenPLZ API
https://github.com/openpotato/openplzapi-client.delphi
delphi-library gemeindeverzeichnis open-data openplzapi postleitzahlverzeichnis strassenverzeichnis
Last synced: about 10 hours ago
JSON representation
Official Delphi client library for accessing the OpenPLZ API
- Host: GitHub
- URL: https://github.com/openpotato/openplzapi-client.delphi
- Owner: openpotato
- License: mit
- Created: 2024-11-26T13:12:44.000Z (2 months ago)
- Default Branch: develop
- Last Pushed: 2024-12-01T13:15:45.000Z (2 months ago)
- Last Synced: 2024-12-11T08:16:04.061Z (about 2 months ago)
- Topics: delphi-library, gemeindeverzeichnis, open-data, openplzapi, postleitzahlverzeichnis, strassenverzeichnis
- Language: Pascal
- Homepage: https://www.openplzapi.org/en
- Size: 93.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![GitHub](https://img.shields.io/github/license/openpotato/openplzapi-client.delphi)
# OpenPLZ API Delphi Client
The official [Delphi](https://www.embarcadero.com/products/delphi) client library for direct access to the [OpenPLZ API](https://www.openplzapi.org/en).
+ Supports Delphi 12 Athens and Delphi 11 Alexandria
+ Supports all available [API endpoints](https://openplzapi.org/swagger/index.html)
+ Supports paged responses and [RFC 9457](https://datatracker.ietf.org/doc/html/rfc9457) error responses
+ Supports VCL, FireMonkey (FMX) and non-visual applications
+ Network communication based on System.Net.HttpClient## Installation
As Delphi does not have an established package manager, you have the following options:
+ Include this repository as [submodule](https://github.blog/open-source/git/working-with-submodules/) in the Git repository of your project.
+ Keep this repository separate and add the `src` folder as a search path to your project options.
+ Copy the source code from the `src` folder into the Git repository of your project and work with a copy of the code.
## Getting started
Documentation is available in the [GitHub wiki](https://github.com/openpotato/openplzapi-client.delphi/wiki).
## Can I help?
Yes, that would be much appreciated. The best way to help is to post a response via the Issue Tracker and/or submit a Pull Request.