Are you supposed to use useFetch for other requests than GET?

Literally just that. Can you send POST requests with useFetch? and if so, how?
1 Reply
taunoha
taunoha3y ago
Yes, it is possible. useFetch('URL', { method: 'post', body: bodyData });

Did you find this page helpful?