Skip to content
This repository was archived by the owner on Nov 30, 2023. It is now read-only.

Latest commit

 

History

History
35 lines (25 loc) · 659 Bytes

File metadata and controls

35 lines (25 loc) · 659 Bytes

OpenRefine API Client for Java

Java client for controlling OpenRefine.

Supported API Version: 3.4

Supported functions:

  • create project from upload
  • apply operations
  • export rows
  • delete project
  • get csrf token
  • get project
  • get version
  • get project metadata
  • get project models
  • check status of asyn processes
  • expression preview
  • get all project metadata

Usage

TODO

See also

Development and testing

To build and test this lib run:

mvn clean verify