Changes
Page history
Update Restful Server
authored
Nov 09, 2022
by
Derek Williams
Hide whitespace changes
Inline
Side-by-side
Restful-Server.md
View page @
adeece2b
<head>
<script>
function(link,target){
//set the click function of the given id (link)
$('#'+link).click(function() {
//get the details panel from the next page
var details = $(target+'#mydetails');
//set its state to true
details.open = true;
//redirect to that page
window.location.replace(details);
});
}
</script>
</head>
| Endpoint | Type | Examples |
| Endpoint | Type | Examples |
|---|---|---|
|---|---|---|
| /login | POST |
<a
href=
"#
login-
success"
>
Success
</a>
|
| /login | POST |
<a
href=
"#success
ful-login
"
>
Success
</a>
|
<details>
<details>
<summary>
<summary>
...
...
...
...