UNPKG
@circle-fin/circle-sdk
Version:
alpha (0.1.0-alpha.0)
beta (0.1.1-beta.0)
latest (2.9.0)
2.9.0
2.8.0
2.7.1
2.7.0
2.6.2
2.6.1
2.6.0
2.5.0
2.4.0
2.3.0
2.2.0
2.1.0
2.0.0
1.7.0
1.6.2
1.6.1
1.6.0
1.5.0
1.4.0
1.3.0
1.2.0
1.1.1
1.1.0
1.0.2
1.0.1
0.1.1-beta.0
0.1.0-beta.0
0.1.0-alpha.0
Node.js SDK for Circle API
github.com/circlefin/circle-nodejs-sdk
circlefin/circle-nodejs-sdk
@circle-fin/circle-sdk
/
src
/
index.ts
7 lines
(5 loc)
•
151 B
text/typescript
View Raw
1
2
3
4
5
6
7
export
*
from
"./generated"
;
export
enum
CircleEnvironments
{ production =
"https://api.circle.com"
, sandbox =
"https://api-sandbox.circle.com"
}