api-integration

Configure REST and GraphQL API integrations with token-based authentication.

Updated Sep 26, 2025
One-click install
npx skills add https://github.com/doitsu2014/my-blogs-rsbuild --skill api-integration-doitsu2014
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: api-integration
Source: https://github.com/doitsu2014/my-blogs-rsbuild/tree/main/admin_side/.claude/skills/api-integration
Command: npx skills add https://github.com/doitsu2014/my-blogs-rsbuild --skill api-integration-doitsu2014

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Working with REST and GraphQL APIs, authentication, and data fetching can be error-prone and repetitive without a coherent integration pattern.

Core Features & Use Cases

  • REST API configuration and authenticated fetch: standardized API calls with token-based auth.
  • GraphQL client setup: Apollo Client integration with optional auth headers.
  • Error handling & auth flows: consistent error handling and token management for secure access.

Quick Start

Fetch posts from the REST API using getApiUrl and authenticatedFetch, then display the post titles.