new-endpoint

Automate adding endpoints and use cases to the Vonage .NET SDK.

119|88|Updated Mar 27, 2015
One-click install
npx skills add https://github.com/Vonage/vonage-dotnet-sdk --skill new-endpoint-vonage
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: new-endpoint
Source: https://github.com/Vonage/vonage-dotnet-sdk/tree/main/.claude/skills/new-endpoint
Command: npx skills add https://github.com/Vonage/vonage-dotnet-sdk --skill new-endpoint-vonage

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill helps developers extend the Vonage .NET SDK by adding new endpoints and use cases, streamlining the process of integrating additional features and APIs.

Core Features & Use Cases

  • Endpoint Creation: Automates the creation of new endpoints, including request types and response objects.
  • Use Case Development: Guides the development of new use cases, ensuring consistency with the SDK's architecture.
  • Documentation and Testing: Provides templates for documentation and tests, including serialization tests, request builder tests, and E2E tests.

Quick Start

Use the new-endpoint skill to create a new endpoint for the 'VerifyV2' product.

Frequently Asked Questions about new-endpoint

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

FAQPage Schema
How do I add new endpoints to the Vonage .NET SDK?

Adding new endpoints to the Vonage .NET SDK is automated by utilizing a specialized skill that generates request types, response objects, and request builders while maintaining architectural consistency.

What is the best way to develop new use cases for the Vonage .NET SDK?

Developing new use cases for the Vonage .NET SDK is best handled by an automation skill that guides use case development, ensuring strict consistency with the existing SDK architecture and automatically generating required code.

How does TDD work when creating new API endpoints for the Vonage .NET SDK?

TDD practices for creating new API endpoints are supported by generating specific test templates, including serialization tests, request builder tests, and E2E tests, ensuring your new features are validated immediately.

Do I need prior knowledge of the SDK architecture to automate endpoint creation?

Yes, you need prior knowledge of the SDK architecture and TDD principles to effectively use the endpoint creation automation, as the process focuses on generating consistent code that aligns with the existing framework.

What templates are provided for testing new endpoints in the Vonage .NET SDK?

Templates provided for testing new endpoints in the Vonage .NET SDK include documentation, serialization tests, request builder tests, and E2E tests, ensuring comprehensive coverage for newly created API features.