Browse curated AI prompts for GitHub Copilot.
Refactor legacy API endpoints to follow modern REST.
Gradually transition from REST endpoints to a GraphQL API.
Refactor a legacy API endpoint to follow RESTful conventions and modern best practices.
Complete workflow for building a production-ready REST API
Use Copilot to generate a strongly typed client for a REST API.
Prompt Copilot to propose a REST API design for a given feature, including endpoints and errors.
Use Copilot to scaffold a complete CRUD module for a resource, with routes, validation, and service logic.