thewakingsands / cafemaker

A XIVAPI fork optimized for CN client data and Chinese players.
https://cafemaker.wakingsands.com
51 stars 1 forks source link

/patchlist outdated #3

Closed Luc41 closed 2 years ago

Luc41 commented 3 years ago

目前通过/patchlist获得的版本号还停留在5.18 这部分数据是不再更新了么

oott123 commented 3 years ago

这个不属于例行维护的数据范围内,想更新的话可以 pr

https://github.com/thewakingsands/cafemaker-web/blob/cn/src/Service/GamePatch/resources/patchlist.json

TundraWork commented 3 years ago

@oott123 I think it's better to provide a JSON API of our internal patchlist management system ( c*****.wakingsands.com ), since XIVAPI's /patchlist endpoint do not provide any actual information other than our data, including their upstream.

oott123 commented 3 years ago

I think it's better to provide a JSON API of our internal patchlist management system

/patchlist endpoint of xivapi is used by many data sources like items to determine which patch that the specific item added into the game.

Maybe we should have some pipeline to migrate both data into cafemaker, but that's a long term plan.

For now, developers can go though xivapi for that information and use cafemaker only for translations, just like what teamcraft does.

oott123 commented 2 years ago

已经同步 6.0 代码