I have a T3 monorepo with tRPC with 100+ PRIVATE API endpoints.
1) I want to create a public API with around 10 basic read endpoints that can be used across various platforms and languages. What other options do y’all suggest?
2) Is there any way to expose both REST and GraphQL simultaneously?