endoflife-date / endoflife.date

Informative site with EoL dates of everything
https://endoflife.date
MIT License
2.4k stars 735 forks source link

API endpoint which returns all updates in a specific day #5467

Open tomersein opened 1 month ago

tomersein commented 1 month ago

Is your feature request related to a problem? Please describe. I want to reduce the number of call that I use to get information. I want to store locally the data, however I want to find a way to get only new information per day.

Describe the solution you'd like A clear and concise description of what you want to happen. an API call which you can put a date and get all new cycles that were added \ updated for all products. Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.

Additional context Add any other context or screenshots about the feature request here.

welcome[bot] commented 1 month ago

Thank you for opening your first issue here :+1:. Be sure to follow the issue template if you chose one.

captn3m0 commented 1 month ago

Can you provide a usecase for what happens to the “updates only data” that this endpoint might provide.

tomersein commented 1 month ago

Hi, not sure I understood your question but ill try to explain: In case I want to work offline, and not use API calls, it will be easier to track changes using this type of endpoint, and see which cycles were added in a specific date. maybe it can also be done by adding a state to each record in the response (maybe added_at).

TimBrown1611 commented 2 weeks ago

@captn3m0 any ETA of deploying api\v1 ? I think it will be helpful to this request :)