Skip to main content

004 - HTTP Client

Now, let's really make our page dynamic. We'll start by writing an HTTP client by hand.

class TodoClient {
// TODO
}

OpenAPI Generated Clients

You can also skip a step and ensure your frontend and backend stay in sync by generating the client from an OpenAPI schema.