Nycu Info Version Example

EducationHigher EducationUniversityTaiwanIdentityOAuthResearch DataOpen DataLibrary

Nycu Info Version Example is an example object payload from National Yang Ming Chiao Tung University, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

requestresponse

Example Payload

Raw ↑
{
  "request": {
    "method": "GET",
    "url": "https://dataverse.lib.nycu.edu.tw/api/info/version"
  },
  "response": {
    "status": "OK",
    "data": {
      "version": "5.10.1",
      "build": "heads/v5.10.1-b84467267"
    }
  }
}