Skip to content

Latest commit

 

History

History
56 lines (38 loc) · 1.53 KB

README.md

File metadata and controls

56 lines (38 loc) · 1.53 KB

folio-query-tool-metadata

Copyright (C) 2023 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

folio-query-tool-metadata is responsible for defining the API for the mod-fqm-manager and edge-fqm modules, including the object models that are part of that API.

Building

mvn clean install

Usage

Simply add this library as a dependency to a module:

<dependency>
    <group>org.folio</group>
    <artifactId>folio-query-tool-metadata</artifactId>
    <version>1.0.0</version>
</dependency>

Then, implement the EntityTypesApi and FqlQueryApi interfaces.

Additional information

Issue tracker

See project FQTM at the FOLIO issue tracker.

Code of Conduct

Refer to the Wiki FOLIO Code of Conduct.

API documentation

API descriptions:

Generated API documentation

Code analysis

SonarQube analysis.

Download and configuration

The built artifacts for this module are available. See configuration for repository access