Question about migrating to the v1 API #7381
-
|
I've got an integration the v0 API I'm looking to migrate to v1. I'm currently following the following logic. For a given Product:
I can see that for the new v1 API, I'd use:
But trying to clarify on:
Would it be using |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 3 replies
-
|
(thanks for moving to Discussion, wasn't sure when I raised it!) |
Beta Was this translation helpful? Give feedback.
-
|
Hi @jamietanna, almost.
This is similar with Note that not all products have an "active support" phase (where the as come from in eoas). If there is no active support phase the fields But all products have an EOL phase, so you can be sure I have written a changelog where you can see some more details about what changed between the two API versions: https://github.com/endoflife-date/endoflife.date/blob/master/CHANGELOG_API.md. It could lack details though, so don't hesitate if it's not clear enough. Does this answers your questions ? |
Beta Was this translation helpful? Give feedback.
-
|
Could someone please advise what EOAS stands for? |
Beta Was this translation helpful? Give feedback.
Hi @jamietanna, almost.
supporthas been transformed to:isEoas: this answers to your question Is it currently unsupported?.eoasFrom: the date from which the support ends, ornullif it's not known.This is similar with
eol, which has been transformed toisEolandeolFrom.Note that not all products have an "active support" phase (where the as come from in eoas). If there is no active support phase the fields
isEoas/eoasFromare absent.But all products have an EOL phase, so you can be sure
isEolis always set.eolFrommay benullif it's not known though.I have written a changelog where you can see some more details about what changed between the two API versions: https://github.com…