Description
In the #64 refactor, we mistakenly tried to fetch data from the GitHub API using ID values, and we did not check if that was possible. This breaks the execution of code as the API returns 404 for the requests made using ID's, not name/slugs.
We should rollback the changes, by using name/slugs as we did previously.
Description
In the #64 refactor, we mistakenly tried to fetch data from the GitHub API using ID values, and we did not check if that was possible. This breaks the execution of code as the API returns 404 for the requests made using ID's, not name/slugs.
We should rollback the changes, by using name/slugs as we did previously.