https://github.com/oapicf/endoflife.date-api-clients
A set of endoflife.date SDK in multiple languages generated from Open API specification
https://github.com/oapicf/endoflife.date-api-clients
endoflife-date oapicf openapi openapi-generator
Last synced: 7 months ago
JSON representation
A set of endoflife.date SDK in multiple languages generated from Open API specification
- Host: GitHub
- URL: https://github.com/oapicf/endoflife.date-api-clients
- Owner: oapicf
- License: mit
- Created: 2023-09-14T09:15:23.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-05T01:29:16.000Z (over 1 year ago)
- Last Synced: 2025-03-04T02:51:17.146Z (11 months ago)
- Topics: endoflife-date, oapicf, openapi, openapi-generator
- Language: Java
- Homepage:
- Size: 3.41 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README

[](https://github.com/oapicf/endoflife.date-api-clients/actions/workflows/ci-workflow.yaml)
endoflife.date API Clients
--------------------------
endoflife.date API Clients is a set of generated client libraries for [endoflife.date API](https://endoflife.date/docs/api) from their [OpenAPI v3 specification](https://github.com/endoflife-date/endoflife.date/blob/master/assets/openapi.yml).
The client libraries are generated using [OpenAPI Generator](https://openapi-generator.tech/).
Published packages
------------------
| Language | Package | Status | Documentation |
|----------|---------|--------|---------------|
| JavaScript | [endoflife-date]((http://www.npmjs.com/package/endoflife-date)) | [](http://www.npmjs.com/package/endoflife-date) | [README](https://github.com/oapicf/endoflife.date-api-clients/blob/main/clients/javascript/generated/README.md) |
| Python | [endoflifedate]((https://pypi.python.org/pypi/endoflifedate)) | [](https://pypi.python.org/pypi/endoflifedate) | [README](https://github.com/oapicf/endoflife.date-api-clients/blob/main/clients/python/generated/README.md) |
| Ruby | [endoflife_date]((https://rubygems.org/gems/endoflife_date)) | [](https://rubygems.org/gems/endoflife_date) | [README](https://github.com/oapicf/endoflife.date-api-clients/blob/main/clients/ruby/generated/README.md) |
Version matrix
--------------
| endoflife.date API Clients Version | endoflife.date OpenAPI Spec Version | OpenAPI Version | OpenAPI Generator Version |
|------------------------------------|-------------------------------------|-----------------|---------------------------|
| 1.1.0 | 0.0.1 | 3.1.0 | 7.9.0 |
| 1.0.0 | 0.0.1 | 3.1.0 | 7.4.0 |
| 0.10.0 | 0.0.1 | 3.1.0 | 7.0.0 |
Installation
------------
You can either use the generated clients from `clients//generated/` directory.
Or you can use the published packages like below:
Install JavaScript client:
npm install endoflife-date
Install Python client:
pip install endoflifedate
Install Ruby client:
gem install endoflife_date
Colophon
--------
* [API Documentation](https://oapicf.github.io/endoflife.date-api-clients/api/latest/)