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>
|
||||
<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>
|
||||
|
|
Loading…
Reference in a new issue