API Client Test Page
This page demonstrates the API client working in both SSR and client-side contexts.
Server-Side Rendered (SSR) Data
This data is fetched on the server during SSR and hydrated on the client. View the page source to see the pre-rendered HTML with data.
No pets found via SSR
Client-Side Fetched Data
This data is fetched exclusively on the client-side after the page loads. It won't be in the initial HTML.
Click the button to fetch client-side data
API Configuration Info
Client API Base URL
https://api.petomani.com/api/v1
SSR Context
Client
Request Timeout
ms
Max Retries
Usage Examples