wainuiomata / sambal

Experimental web admin for Samba and Active Directory domains
https://wainuiomata.com
GNU General Public License v3.0
1 stars 1 forks source link

Browsable UI rather than returning just JSON #36

Open robvdl opened 8 months ago

robvdl commented 8 months ago

Maybe something like TastyPie, it's my only experience of a browsable API.

Users should be able to click links like Dn's to follow through to those objects using the browsable API.

robvdl commented 8 months ago

This could potentially use content negotiation to only display HTML for browsers, and return JSON otherwise.