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
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
{ | |
"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を開発する