An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

Avatar

[![Build Status](https://github.com/oapicf/endoflife.date-api-clients/actions/workflows/ci-workflow.yaml/badge.svg)](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)) | [![Published Version](https://img.shields.io/npm/v/endoflife-date.svg)](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)) | [![Published Version](https://img.shields.io/pypi/v/endoflifedate.svg)](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)) | [![Published Version](https://img.shields.io/gem/v/endoflife_date.svg)](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/)