Request Log
Last updatedJuly 15, 2021
With Hoss Cloud you can use the Hoss API Middleware to easily capture user API requests and easily make the accessible via the developer portal. Simply drop in the RequestLog component from the @hoss/cloud package.

To implement this page simply create a new file named pages/dashboard/requests.tsx with the following content
export { RequestLog as default } from '@hoss/cloud'