A Streamlit web app to query the Nango StandardEmployee API interactively.
pip install -r requirements.txtstreamlit run app.pyThen open http://localhost:8501 in your browser.
- Sidebar config — Base URL, Model, Bearer token (masked), Provider-Config-Key, Connection-Id
- Multi-ID support — enter comma-separated employee IDs
- Live cURL preview — see the exact curl command in the sidebar
- Raw JSON tab — syntax-highlighted with download button
- Beautiful View tab — renders each employee as a structured card
- Response Info tab — status, latency, request metadata
