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.
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.
mvn clean install
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.
See project FQTM at the FOLIO issue tracker.
Refer to the Wiki FOLIO Code of Conduct.
API descriptions:
Generated API documentation
The built artifacts for this module are available. See configuration for repository access