Github provides Permalinks to code stored on their servers based on the commit hash of the code in git. This provides a means for us to link to specific versions of code, and therefore to handlers within libraries even while the code in the library is changing frequently. Naturally there is no guarantee that the handler has not changed in a mmore recent commit.
- Getting peramlinks - github
There is no API that provides access to this functionality, however you can construct links relatively easily according to the following schema:
- Python code example - github
The following handlers are provided to construct appropriate permalinks to handler code on Github: - github_Permalink - github_GetPermalink - github_ConstructPermalink
# See also - Permalink - Github permalink - Permalink a Version