UNPKG

pinata-sdk

Version:

Unofficial SDK for [Pinata](https://pinata.cloud), implemented in ReasonML and compiled to Javascript.

23 lines (17 loc) 620 B
// Generated by BUCKLESCRIPT VERSION 4.0.18, PLEASE EDIT WITH CARE 'use strict'; var PinHashToIPFS$PinataSdk = require("./PinHashToIPFS.bs.js"); var apiURL = "https://api.pinata.cloud"; function configure(apiKey, privateApiKey, $staropt$star, param) { var apiURL$1 = $staropt$star !== undefined ? $staropt$star : apiURL; return { apiKey: apiKey, privateApiKey: privateApiKey, apiURL: apiURL$1 }; } var pinHashToIPFS = PinHashToIPFS$PinataSdk.pinHashToIPFS; exports.apiURL = apiURL; exports.configure = configure; exports.pinHashToIPFS = pinHashToIPFS; /* No side effect */