You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to be able to query the TTK for a history of requests made to it and a history of callbacks/responses it sends back.
so that I can run assertions on what the TTK is sending and recieving.
Acceptance Criteria:
GET /api/history/requests that returns list of requests sent to TTK
GET /api/history/callbacks that returns list of callbacks sent from TTK
Something a long the lines of a GET /history/requests endpoint that returns a list of requests the TTK has recieved.
This list needs to retrieve all GET/PUT/PATCH/DELETE/POST requests made to the TTK.
Closing this story. Similar functionality is covered by the /api/objectStore/requestsHistory and http://localhost:5050/api/objectStore/callbacksHistory endpoints
Added the endpoints /api/history/requests and /api/history/callbacks to get the full history of requests and callbacks.
The history lasts upto 10 minutes.
The format will be like below
Goal:
As a
user of the TTKI want to
be able to query the TTK for a history of requests made to it and a history of callbacks/responses it sends back.so that
I can run assertions on what the TTK is sending and recieving.Acceptance Criteria:
/api/history/requests
that returns list of requests sent to TTK/api/history/callbacks
that returns list of callbacks sent from TTKSomething a long the lines of a GET
/history/requests
endpoint that returns a list of requests the TTK has recieved.This list needs to retrieve all GET/PUT/PATCH/DELETE/POST requests made to the TTK.
Complexity: Low
Uncertainty: Low
Tasks:
Done
Pull Requests:
Follow-up:
Dependencies:
Accountability:
The text was updated successfully, but these errors were encountered: