I created a gist with two files, the raw version of which I would like to use as a reference for an application which will query their contents. These contents will be updated on GitHub.
I found however that the URL of the file changes with each version of the gist. Is there a permalink which would point to the latest version of a file in a gist?
Raw gist URLs follow the pattern below:
To view the latest version, simply remove the
[gist commit ID]
part:e.g.
Keep in mind that the endpoint is cached, so your updates may be visible with a slight delay.