unsend
unsend copied to clipboard
[Feat]: Api request logs
A list of all api requests on the dashboard.
It will show data like
- Path
- HTTP method
- HTTP status code
- Time when request was created
- Request Body
- Response Body
- Time taken by the api request
- API Key used for request
tysm
@shreekrishnalamichhane did you see any implementation of this feature on any other app presented in a nice style? can you share? thanks.
The main inspiration I got is from the resend.com, but in the PR https://github.com/unsend-dev/unsend/pull/106 , I matched the design style of the unsend of that time.