Update API

j 2024-06-22 08:31:06 +00:00
parent 3f8ca2de48
commit bb196ffcdd

18
API.md

@ -18,15 +18,6 @@ To use the API you can use Ox.App if you use Ox.js, or look at [pandora_client](
<!DOCTYPE html>
<html>
<head>
<style>
div {
clear: both;
}
img {
float: left;
padding: 4px;
}
</style>
<script>
async function api(action, data) {
const url = "https://pad.ma/api/"
@ -60,6 +51,15 @@ To use the API you can use Ox.App if you use Ox.js, or look at [pandora_client](
})
})
</script>
<style>
div {
clear: both;
}
img {
float: left;
padding: 4px;
}
</style>
</head>
<body>
</body>