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> <!DOCTYPE html>
<html> <html>
<head> <head>
<style>
div {
clear: both;
}
img {
float: left;
padding: 4px;
}
</style>
<script> <script>
async function api(action, data) { async function api(action, data) {
const url = "https://pad.ma/api/" 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> </script>
<style>
div {
clear: both;
}
img {
float: left;
padding: 4px;
}
</style>
</head> </head>
<body> <body>
</body> </body>