0.0
The project is in a healthy, maintained state
Documentation for the endoflife.date API. The API is currently in Alpha. Additional information about the API can be found on the [endoflife.date wiki](https://github.com/endoflife-date/endoflife.date/wiki)
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 3.6, >= 3.6.0

Runtime

~> 1.0, >= 1.0.1
 Project Readme

Avatar

Build Status

endoflife.date API Clients

endoflife.date API Clients is a set of generated client libraries for endoflife.date API from their OpenAPI v3 specification.

The client libraries are generated using OpenAPI Generator.

Published packages

Language Package Status Documentation
JavaScript endoflife-date Published Version README
Python endoflifedate Published Version README
Ruby endoflife_date Published Version README

Version matrix

endoflife.date API Clients Version endoflife.date OpenAPI Spec Version OpenAPI Version OpenAPI Generator Version
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/<lang>/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