api-layer

Installation
SKILL.md

API Layer Patterns

File Location

All API functions go in [feature]/api/:

src/
├── post/
│   └── api/
│       ├── post.ts        # CRUD operations
│       └── postQueries.ts # React Query hooks

Function Structure

Installs
1
First Seen
Apr 21, 2026
api-layer from smithery.ai