Update API
parent
3f8ca2de48
commit
bb196ffcdd
1 changed files with 9 additions and 9 deletions
18
API.md
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>
|
||||||
|
|
Loading…
Reference in a new issue