Skip to content

Latest commit

 

History

History
27 lines (14 loc) · 314 Bytes

File metadata and controls

27 lines (14 loc) · 314 Bytes

FileCorn Java SDK

it helps you to empower filecorn's functionality in your java app;

How to build

mvn clean install -DskipTests=true

How to use


FileCornApi fc = new FileCorn();
fc.createFolder("test");

Add your API KEY

  • open conf.properties
  • add your api_key and cube url