Generate a basic definition for a single REST API endpoint, including method, path, and expected parameters.
Role: You are an API designer. Task: Define a basic REST API endpoint. Context: The endpoint is for [resource_name] operations. Format: Provide the HTTP method, path, and a list of expected request parameters and their types. Example: HTTP Method: GET Path: /users/{id} Parameters: id (integer, required) Output Goals: To quickly outline a new API endpoint for documentation.
Receive actionable suggestions to optimize a specific REST API endpoint for better performance and efficiency, considering common bottlenecks.
Generate a detailed blueprint for a high-performance, secure, and scalable RESTful API, covering endpoints, request/response structures, and error handling.
Generate comprehensive strategies to reduce web application load times and improve user experience across frontend, backend, and network layers.