UNPKG
@pinata/sdk
Version:
beta (2.0.0-beta.2)
latest (2.1.0)
2.1.0
2.0.0
2.0.0-beta.2
2.0.0-beta.0
1.2.1
1.2.0
1.1.26
1.1.25
1.1.24
1.1.23
1.1.22
1.1.20
1.1.14
1.1.13
1.1.12
1.1.11
1.1.10
1.1.9
1.1.8
1.1.7
1.1.6
1.1.5
1.1.4
1.1.4-beta.3
1.1.4-beta.2
1.1.4-beta.1
1.1.4-beta.0
1.1.3
1.1.2
1.1.1
1.1.0
1.0.18
1.0.16
1.0.15
1.0.14
Official SDK for the Pinata IPFS platform
github.com/PinataCloud/Pinata-SDK
PinataCloud/Pinata-SDK
@pinata/sdk
/
src
/
constants.ts
5 lines
(3 loc)
•
255 B
text/typescript
View Raw
1
2
3
4
5
export
const
baseUrl =
'https://api.pinata.cloud';
export
const
ERROR_NO_CREDENTIALS_PROVIDED =
'No credentials provided! Please provide your pinata api key and pinata secret api key or your pinata JWT key as an argument when you start this script';