|
5 | 5 | <meta charset="UTF-8"> |
6 | 6 | <meta http-equiv="X-UA-Compatible" content="IE=edge"> |
7 | 7 | <meta name="viewport" content="width=device-width, initial-scale=1"> |
8 | | - <title>API (1.0.0) | rerum_server</title> |
9 | | - <meta property="og:title" content="API (1.0.0)" /> |
| 8 | + <title>API (1.1.0) | rerum_server</title> |
| 9 | + <meta property="og:title" content="API (1.1.0)" /> |
10 | 10 | <meta property="og:locale" content="en_US" /> |
11 | 11 | <meta name="description" content="A NodeJS web service for interaction with the RERUM digital object repository." /> |
12 | 12 | <meta property="og:description" content="A NodeJS web service for interaction with the RERUM digital object repository." /> |
13 | 13 | <link rel="canonical" href="https://store.rerum.io/API.html" /> |
14 | 14 | <meta property="og:url" content="https://store.rerum.io/API.html" /> |
15 | 15 | <meta property="og:site_name" content="rerum_server" /> |
16 | 16 | <script type="application/ld+json"> |
17 | | - { "description": "A NodeJS web service for interaction with the RERUM digital object repository.", "url": "https://store.rerum.io/API.html", "@type": "WebPage", "headline": "API (1.0.0)", "@context": "https://schema.org" } |
| 17 | + { "description": "A NodeJS web service for interaction with the RERUM digital object repository.", "url": "https://store.rerum.io/API.html", "@type": "WebPage", "headline": "API (1.1.0)", "@context": "https://schema.org" } |
18 | 18 | </script> |
19 | 19 | <link rel="stylesheet" href="stylesheets/api.css"> |
20 | 20 | </head> |
|
39 | 39 | Your data will be public and could be removed at any time. The sandbox functions as a public testbed and uses the development API; it is <u>not</u> meant for production applications. |
40 | 40 | </p> |
41 | 41 | <!-- TOC --> |
42 | | - <h1 id="api-100">API (1.0.0)</h1> |
| 42 | + <h1 id="api-100">API (1.1.0)</h1> |
43 | 43 | <ul> |
44 | | - <li><a href="#api-10">API (1.0.0)</a> |
| 44 | + <li><a href="#api-10">API (1.1.0)</a> |
45 | 45 | <ul> |
46 | 46 | <li><a href="#registration"><b>Registration Prerequisite</b></a></li> |
47 | 47 | <li><a href="#authorization"><b>Access Token Requirement</b></a></li> |
@@ -1480,7 +1480,7 @@ <h2 id="__rerum"><code>__rerum</code> Property Explained</h2> |
1480 | 1480 | <tr> |
1481 | 1481 | <td>APIversion</td> |
1482 | 1482 | <td>String</td> |
1483 | | - <td>Specific RERUM API release version for this data node, currently 1.0.0.</td> |
| 1483 | + <td>Specific RERUM API release version for this data node, currently 1.1.0.</td> |
1484 | 1484 | </tr> |
1485 | 1485 | <tr> |
1486 | 1486 | <td>history.prime</td> |
|
0 commit comments