Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/petterreinholdtsen/noark5-tester
Test Noark 5 Core REST API
https://github.com/petterreinholdtsen/noark5-tester
Last synced: about 1 month ago
JSON representation
Test Noark 5 Core REST API
- Host: GitHub
- URL: https://github.com/petterreinholdtsen/noark5-tester
- Owner: petterreinholdtsen
- Created: 2016-11-10T13:07:29.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2024-05-22T13:25:37.000Z (6 months ago)
- Last Synced: 2024-05-22T14:44:02.122Z (6 months ago)
- Language: Python
- Homepage:
- Size: 13.1 MB
- Stars: 3
- Watchers: 6
- Forks: 3
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Verify NOARK 5 core API behaviour
=================================Connect to an Noark 5 REST API and see if it work as expected.
Execute runtest to give it a go.A demonstration API is available from http://n5test.kxml.no/api/ .
This is not quite working according to the specification available
from
https://samdok.com/leveranser/leveranser-2016/noark5-tjenestegrensesnitt-v-1-0-beta/ .
To connect the script to this demonstration API, run it like this::./runtest --reference
When using the API, it is also useful to read [the Noark 5
standard](https://www.arkivverket.no/arkivverket/Offentleg-forvalting/Noark/Noark-5/Standarden),
available from Arkivverket.This test suite was written to test the code in
https://gitlab.com/OsloMet-ABI/nikita-noark5-core .The latest version of the test scripts can be found in
https://codeberg.org/noark/noark5-testerKnown dependencies
------------------- python-magic
- PyPDF2
- pytz
- six