rest-api-patterns Skill
Guide for implementing REST API wrapper functions. Use this when adding new API wrappers or troubleshooting API calls. Published by microsoft in semantic-link-labs.
What is rest-api-patterns Skill?
Guide for implementing REST API wrapper functions. Use this when adding new API wrappers or troubleshooting API calls. Published by microsoft in semantic-link-labs. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Documentation
- Data analysis
- Research
- Documentation use cases
- Data analysis use cases
Technical details
- Install or run with Copy skill directory
When to use rest-api-patterns Skill
- Use it for documentation.
- Use it for data analysis.
- Use it for research.
Built with
Editorial notes
Source
- Creator: microsoft
- Repository: microsoft/semantic-link-labs
- Skill file: .claude/skills/rest-api-patterns/SKILL.md
What it does
Guide for implementing REST API wrapper functions. Use this when adding new API wrappers or troubleshooting API calls.
Skill instructions
REST API Patterns This skill covers the patterns and utilities for implementing REST API wrapper functions in Semantic Link Labs. When to Use This Skill Use this skill when you need to: - Implement new REST API wrappers - Understand the baseapi helper function - Handle pagination, long-running operations, or errors - Debug API-related issues --- Finding API Documentation Before implementing a wrapper, use the API search tool to find the relevant documentation: Using searchpublicapidoc.py bash Navigate to the scripts directory cd .claude/skills/rest-api-patterns/scripts Search both Fabric and Power BI APIs python searchpublicapidoc.py "dataset refresh" Search Fabric APIs only python searchpublicapidoc.py "create item" --source fabric Search Power BI APIs only python searchpublicapidoc.py "gateway" --source powerbi Limit results python searchpublicapidoc.py "workspace" --limit 10 Example Output 🔍 Searching for: 'dataset refresh' in Fabric + Power BI =====================================
Explore related resources
Frequently asked questions
What is rest-api-patterns?
rest-api-patterns is a open-source AI agent skill with Copy skill directory. Guide for implementing REST API wrapper functions. Use this when adding new API wrappers or troubleshooting API calls.
Who is rest-api-patterns best for?
rest-api-patterns is best for reusing agent instructions, scripts, and references, documentation workflows, data analysis workflows, research workflows.
How do I install rest-api-patterns?
Install or run rest-api-patterns using Copy skill directory. Check rest-api-patterns for the latest setup command.
Is rest-api-patterns actively maintained?
rest-api-patterns may need a closer maintenance check before production use.
Auto-fetched from GitHub.