It might be possible to improve the fetching performance from APIs, especially the getRepos function which fetches elementary repository data along with the repo's readme. Due to the way GitHub provide their endpoints, one request will collect the project's metadata, and another will collect the readme since the readme file is technically a repository content.
I need to revisit this sometime soon for vanity's sake.
It might be possible to improve the fetching performance from APIs, especially the
getRepos
function which fetches elementary repository data along with the repo's readme. Due to the way GitHub provide their endpoints, one request will collect the project's metadata, and another will collect the readme since the readme file is technically a repository content.I need to revisit this sometime soon for vanity's sake.