#Dioxus #[server] endpoints on Postman

1 messages · Page 1 of 1 (latest)

digital kestrel
#

Hi Pannekoeken liefhebber

#

Multiple options:
A) You can check your browser devtools an look at the 'network' tab. In there you axactly see what API calls look like. By default it should be a POST request, with the name of your serverfunction + some hash
B) You can actually manually set an endpoint to be a specific route for a server function. Look at https://docs.rs/dioxus/0.6.3/dioxus/prelude/attr.server.html. Use this if you want 'stable/versioned' API's

Eet ze!