npm i fimidara
or yarn add fimidara
to install.fimidara exports 3 main utilities listed below. fimidara also exports param and result types for the endpoints listed below, and other utility code like FimidaraEndpointError
.
import {
FimidaraEndpoints,
getFimidaraReadFileURL,
getUploadFileURL
} from "fimidara"
You can setup FimidaraEndpoints
like so.
const fimidaraEndpoints = new FimidaraEndpoints({
authToken: "agent token JWT token"
});
getFimidaraReadFileURL
props
Required
string
—Required
File path
getFimidaraUploadFileURL
props
Required
string
—Required
File path