snipshare
@matraca
Member since February 22, 2026
1 paste ยท 0 collections
const BASE = '/wp-json/snipshare/v1'; async function request(path, options = {}) { const res = await fetch(`${BASE}${path}`, { headers: {