Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for response history in API Client #2297

Open
akankshabhadauria opened this issue Nov 15, 2024 · 0 comments
Open

Add support for response history in API Client #2297

akankshabhadauria opened this issue Nov 15, 2024 · 0 comments
Assignees
Labels
feat:api_client issue Distinguish between PR and Issue

Comments

@akankshabhadauria
Copy link

Add a "Response History" feature in the API client, so users can quickly view past API responses with timestamps and status codes in a dropdown.
Screenshot 2024-11-15 at 2 06 38 PM

Use Cases:

  • Debugging: Check previous responses to spot issues without re-running requests.
  • Testing: Compare responses over time to ensure the API’s consistent performance.
  • Audit: Keep a handy record of responses for compliance or review.

Requirements:

  • Show a dropdown of past responses with timestamps and status codes.
  • Let users click each entry to view the full response.
  • Store response history securely with an option to limit storage if needed.

This feature will make it easy for users to track and analyze response history effortlessly.

@akankshabhadauria akankshabhadauria added the issue Distinguish between PR and Issue label Nov 15, 2024
@Akanksha4RQ Akanksha4RQ added type: feature_request api_client and removed issue Distinguish between PR and Issue labels Nov 15, 2024
@wrongsahil wrongsahil changed the title Add support for version history in API Client Add support for response history in API Client Nov 18, 2024
@wrongsahil wrongsahil added issue Distinguish between PR and Issue feat:api_client labels Nov 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feat:api_client issue Distinguish between PR and Issue
Projects
None yet
Development

No branches or pull requests

4 participants