example-app API

The API documents your auto generated Gadget API. As you build actions in Gadget, the framework automatically creates the necessary route handlers and produces the API endpoints needed to run your actions.

You can make API calls to your backend in GraphQL, JS, or React. The React client is already installed and kept up to date in your frontend folder. However, you can also make external API calls.

Need to extend and customize your API? Check out the guides here.