This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
openapi: 3.0.3 | |
info: | |
title: Sample API | |
version: 1.0.0 | |
servers: | |
- url: https://api.example.com | |
paths: | |
/users: | |
get: | |
summary: Get all users |
Project URL: https://github.com/openai/openai-realtime-agents
# Get project
git clone https://github.com/openai/openai-realtime-agents.git
# Get API KEY
open https://platform.openai.com/api-keys
# Set env OPENAI_API_KEY
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"info": { | |
"_postman_id": "cedf3ee2-a25e-4f23-ad84-faab47425225", | |
"name": "PerformanceTesting", | |
"description": "# About this collection\n\nThis collection is designed to help you test the performance of your API endpoints with varying sizes of query parameters. The collection contains pre-built requests that simulate large and small query parameters to assess how well your API handles different loads.\n\nUsing this collection, you can identify potential bottlenecks or performance issues in your API, enabling you to optimize and enhance the overall performance.\n\n## **Using the collection**\n\n**Step 1:** Replace the placeholders in the URLs and parameters with your own API base URLs and relevant query parameters.\n\n**Step 2 (optional):** Modify the sizes of the query parameters to reflect your specific use case better. You can create multiple requests with varying parameter sizes to test your API's performance thoroughly.\n\n**Step 3:** Run the collection using Postman's Collection Runner or Postman |
(1) ワークスペースのIDを取得 ワークスペースを開き、「⋯」メニューをクリックして、「Workspace info」をクリックしてください。これでワークスペースIDが表示されます

(2) Postman API Keyを取得 下記ページを参考にAPI Keyを取得してください https://learning.postman.com/docs/developer/postman-api/authentication/
Tips collection of httpbin usage
# status
curl -I -X GET https://httpbin.org/status/404
# cookie
curl https://httpbin.org/cookies
# redirect
Todo appのためのAPIを開発する
- GitHub Copilot / ChatGPTにpromptで要件をインプットしTodo app用のOpen API Spec(以下OAS)を作ってもらう
- VS Code extension GitHub Copilot Chat
- VS Code extension OpenAPI(Swagger) Editor
NewerOlder