placeholdertest

Powered by Butterbase

Your API

https://placeholdertest.butterbase.dev/v1/app_3ix82n0xix6n

Quick Start

// Fetch data from your app
const res = await fetch('https://placeholdertest.butterbase.dev/v1/app_3ix82n0xix6n/your_table');
const data = await res.json();
console.log(data);

Next Steps