Could you add a lastupdated
key to meta.json
?
#78
Replies: 2 comments 2 replies
-
Hi @georgestephanis, thanks for the suggestion! That makes sense. I’ll add the date of last update and also include more meta info, like the number of lines and file size. This can also be used to reintroduce the shields badges. |
Beta Was this translation helpful? Give feedback.
-
@CodeAlDente Also, I've built a WordPress plugin that caches a local copy of this in the database for reference and querying against -- would that be at all useful if it were polished up with some phpdoc and made public for you to link to as an example client? (GPL licensed, so just publicly available for whatever) |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I figure if folks keep a record of when they last pulled the data, this could make it simpler to abort early if the files hashes hadn't been updated since.
(I suppose it could be done by comparing the filenames / hashes as well, but a timestamp or date string would be nice to know how recent the builds are)
Beta Was this translation helpful? Give feedback.
All reactions