-
Notifications
You must be signed in to change notification settings - Fork 0
/
eventlog-ps-n1.html
40 lines (40 loc) · 1.09 KB
/
eventlog-ps-n1.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="color-scheme" content="light dark" />
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/@picocss/pico@2/css/pico.min.css"
/>
<link rel="stylesheet" href="style.css"/>
</head>
<body>
<div class="grid">
<div class="header">
GET /events?artifact=https://repo.org/pub/1701/ HTTP/1.1 <br>
<br>
HTTP/1.1 200 OK<br>
Content-Type: application/ld+json
</div>
</div>
<pre>
{
"@context": "https://labs.eventnotifications.net/contexts/eventlog.jsonld" ,
"id": "https://peer4.us/events?artifact=https://repo.org/pub/1701/",
"type": "EventLog",
"artifact": "https://repo.org/pub/1701/",
"member": [
{
"id: "<a href="n1_ps_log.html">https://peer4.us/events?event=102191</a>" ,
"checksum": {
"type": "Checksum",
"algorithm": "spdx:checksumAlgorithm_md5",
"checksumValue": "272...115"
}
}
]
}
</pre>
</body>
</html>