Large part of frontend implemented (MP); linked to Desktop, gotta link to WasmJs
This commit is contained in:
@ -130,4 +130,14 @@ Gets the details for a single, specific intrinsic. The following data is returne
|
||||
}
|
||||
]
|
||||
}
|
||||
```
|
||||
```
|
||||
|
||||
### `GET /version`
|
||||
Gets version information for the data. The following data is returned:
|
||||
```json
|
||||
{
|
||||
"intelVersion": "M.m.p (Major.minor.patch version as reported by Intel)",
|
||||
"intelUpdate": "yyyy-MM-dd (date of Intel's last update prior to scraping)",
|
||||
"scrapeDate": "yyyy-MM-dd (date of last update)"
|
||||
}
|
||||
```
|
||||
|
Reference in New Issue
Block a user