Where are those pre/post load scripts defined? Does anyone ever use it?
Of course, the sky is the limit :P. Although I���m not sure I understand what you mean here, could you explain?
Actually now that I think of it, it���s probably due to the fact that when you request a list of something (e.g. list of commits, list of repositories, etc.) the API gives you a paginated result. This means that it will give you the first 25 repositories, and a link to retrieve the next 25, and so on. Pagination still has to be implemented. API documentation about pagination is here:
https://developer.github.com/v3/#pagination