data
data copied to clipboard
[feature] It's awesome if i can add api to my watch list like wiki
I wish to get notify if content of api changes. It's awesome to support watch like wiki.
Hey @ishowman! Do you mean to get notified when the JSON is updated?
At the moment, I think the only way to reliably do this is to create a script to fetch the files and compare to a local version / snapshot.
Alternatively, I suppose you could use GitHub's notification feature set to follow pull requests:
(You can find it up in the right corner of the page.)
This should notify you when changes are being suggested. =)
Closing as I think the question is answered above!