Skip to content

Overview

Composables

Each endpoint yields two composables, both auto-imported:

Server code gets its own $myApi, which reaches your API without the proxy. See Server Imports.

Generated Composables

Composable names come from your API endpoint ID. An endpoint jsonPlaceholder generates:

  • $jsonPlaceholder
  • useJsonPlaceholderData

Types

  • OpenAPI Type Helpers – Extract request, response and parameter types from an endpoint's OpenAPI schema.

Released under the MIT License.