Twine Sends Pictures
Crea endpoint custom per ricevere le foto dei giocatori
by Quota group · github.com/dimensioninascoste/wordpress-plugin-twine-sends-pictures
★ 0stars
0forks
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/dimensioninascoste/wordpress-plugin-twine-sends-pictures/archive/refs/heads/master.zipReadme
Crea endpoint custom per ricevere le foto dei giocatori
fetch('https://nomesito.com/wp-json/wp/v2/media/', {
method: 'POST',
headers: {
'Authorization': `Bearer ${authToken}`
},
body: formData
})