in a t3 project, do i use trpc for 3rd party APIs?
for example, i want to use this endpoint for github's api https://docs.github.com/en/rest/metrics/statistics?apiVersion=2022-11-28#get-all-contributor-commit-activity
should i be using trpc & making a router?
should i be using trpc & making a router?

