skill-api

Outline pattern-driven guidance for designing Business Central REST/OData APIs and API pages.

99|28|Updated Oct 15, 2025
One-click install
npx skills add https://github.com/javiarmesto/ALDC-AL-Development-Collection --skill skill-api-javiarmesto
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-api
Source: https://github.com/javiarmesto/ALDC-AL-Development-Collection/tree/main/claude-plugin/skills/skill-api
Command: npx skills add https://github.com/javiarmesto/ALDC-AL-Development-Collection --skill skill-api-javiarmesto

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Designing and implementing Business Central REST/OData APIs and API pages can be complex; this skill provides pattern-based guidance to streamline API design, versioning, actions, and webhooks.

Core Features & Use Cases

  • Standard API Page pattern (API v2.0) for REST/OData endpoints with versioned publishing.
  • Pattern-driven navigation and actions (bound/unbound) to implement business logic cleanly.
  • Webhook subscription design and error handling patterns for robust integrations.

Quick Start

Draft the API contract, then implement header API pages, navigation, actions, and webhook support following the seven patterns.

Frequently Asked Questions about skill-api

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I design Business Central REST APIs for scalable integrations?

Design Business Central REST APIs using pattern-driven guidance for API page structures, versioned publishing, and bound/unbound actions to ensure deterministic contracts and robust performance.

What is the best way to version Business Central OData endpoints?

Version Business Central OData endpoints using the standard API v2.0 pattern, applying structured versioning during publishing to maintain deterministic API contracts across updates.

How do I implement bound and unbound actions in BC API pages?

Implement bound and unbound actions in BC API pages using pattern-driven navigation to cleanly execute business logic and maintain robust error handling across common scenarios.

Can I use webhooks with Business Central REST APIs?

Yes, you can design webhook subscriptions for Business Central REST APIs using specific patterns that ensure robust integration and reliable error handling for external notifications.

How do I structure header-lines navigation in Business Central API pages?

Structure header-lines navigation in Business Central API pages by applying pattern-driven guidance to map complex business logic cleanly into your REST/OData endpoints.