Skip to content

RuslanLavrov/mod-quick-marc

 
 

Repository files navigation

mod-quick-marc

Copyright (C) 2020-2021 The Open Library Foundation

This software is distributed under the terms of the Apache License, Version 2.0. See the file LICENSE for more information.

Introduction

Spring-based module that provides API for quickMARC - in-app editor for MARC records in SRS.

Additional information

quickMARC API provides the following URLs:

Method URL Permissions Description
GET /records-editor/records?externalId={externalId} records-editor.records.item.get Retrieves QuickMarc by external id
POST /records-editor/records records-editor.records.item.post Create a new MARC and Instance records
PUT /records-editor/records/{recordId} records-editor.records.item.get Updates SRS record
GET /records-editor/records/status?qmRecordId={qmRecordId} records-editor.records.status.item.get Retrieves status of MARC bibliographic record creation

More detail can be found on quickMARC wiki-page: WIKI quickMARC.

Required Permissions

Institutional users should be granted the following permissions in order to use this quickMARC API:

  • records-editor.all

Issue tracker

See project MODQM at the FOLIO issue tracker.

Other documentation

Other modules are described, with further FOLIO Developer documentation at dev.folio.org

About

Backend for quickMARC editor

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 99.9%
  • Dockerfile 0.1%