API Types

Our API is organized into three main types of routes:

Key Features

  • Full type safety between client and server
  • Built-in request validation
  • Easy error handling

Getting Started

Lets walk you through the implimentation we had for the APIs.
  1. Set up the tRPC client in your frontend
  2. Choose the appropriate route type for your needs
  3. Implement your API endpoints
  4. Call your endpoints from the client

Next Steps