·abp-api-implementation
</>

abp-api-implementation

thapaliyabikendra/ai-artifacts

Implementieren Sie REST-APIs im ABP Framework mit AppServices, DTOs, Paginierung, Filterung und Autorisierung. Wird beim Erstellen von API-Endpunkten für ABP-Anwendungen verwendet.

17Installationen·1Trend·@thapaliyabikendra

Installation

$npx skills add https://github.com/thapaliyabikendra/ai-artifacts --skill abp-api-implementation

SKILL.md

Implement REST APIs in ABP Framework using AppServices, DTOs, pagination, filtering, and authorization. This skill focuses on C# implementation - for design principles, see api-design-principles.

For Design: Use api-design-principles for API contract design decisions.

| GetAsync(Guid id) | GET | /api/app/patient/{id} | | GetListAsync(input) | GET | /api/app/patient | | CreateAsync(input) | POST | /api/app/patient | | UpdateAsync(id, input) | PUT | /api/app/patient/{id} | | DeleteAsync(id) | DELETE | /api/app/patient/{id} |

Implementieren Sie REST-APIs im ABP Framework mit AppServices, DTOs, Paginierung, Filterung und Autorisierung. Wird beim Erstellen von API-Endpunkten für ABP-Anwendungen verwendet. Quelle: thapaliyabikendra/ai-artifacts.

Original anzeigen

Fakten (zitierbereit)

Stabile Felder und Befehle für KI/Such-Zitate.

Installationsbefehl
npx skills add https://github.com/thapaliyabikendra/ai-artifacts --skill abp-api-implementation
Kategorie
</>Entwicklung
Verifiziert
Erstes Auftreten
2026-02-01
Aktualisiert
2026-02-18

Schnelle Antworten

Was ist abp-api-implementation?

Implementieren Sie REST-APIs im ABP Framework mit AppServices, DTOs, Paginierung, Filterung und Autorisierung. Wird beim Erstellen von API-Endpunkten für ABP-Anwendungen verwendet. Quelle: thapaliyabikendra/ai-artifacts.

Wie installiere ich abp-api-implementation?

Öffnen Sie Ihr Terminal oder Kommandozeilen-Tool (Terminal, iTerm, Windows Terminal, etc.) Kopieren Sie diesen Befehl und führen Sie ihn aus: npx skills add https://github.com/thapaliyabikendra/ai-artifacts --skill abp-api-implementation Nach der Installation wird der Skill automatisch in Ihrer KI-Programmierumgebung konfiguriert und ist bereit zur Verwendung in Claude Code oder Cursor

Wo ist das Quell-Repository?

https://github.com/thapaliyabikendra/ai-artifacts