https://github.com/psu-libraries/scholarsphere-api
https://psu-stewardship.github.io/scholarsphere-api/
https://github.com/psu-libraries/scholarsphere-api
Last synced: 4 months ago
JSON representation
https://psu-stewardship.github.io/scholarsphere-api/
- Host: GitHub
- URL: https://github.com/psu-libraries/scholarsphere-api
- Owner: psu-libraries
- License: apache-2.0
- Created: 2019-07-31T18:45:25.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-09-03T15:18:23.000Z (almost 7 years ago)
- Last Synced: 2025-09-08T06:44:03.730Z (11 months ago)
- Homepage:
- Size: 297 KB
- Stars: 0
- Watchers: 7
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Scholarsphere API Specification
## Description
Specification documenting the interface requirements for Scholarsphere. Currently, this is only the basic
aspects of the existing Scholarsphere 3.x application. As such, there are aspects of PCDM and linked data
inherent in the specification.
## Purpose
This will be used as the basis for building Scholarsphere 4.0.
## Status
Completely experimental. Don't base anything on this at all.
## Documentation
Documentation is generated automatically in [docs](docs/index.html)
To generate new documentation:
npm install -g redoc-cli
redoc-cli bundle -o docs/index.html openapi.yml