UNPKG
dune-api-client
Version:
latest (1.0.1)
1.0.1
1.0.0
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
A minimal TypeScript client for interacting with the Dune API.
gskril/dune
dune-api-client
/
dist
/
test.js
4 lines
(3 loc)
•
126 B
JavaScript
View Raw
1
2
3
4
import
{
Dune
}
from
'.'
;
const
dune =
new
Dune
(
'75VNb0HBpb21wuFVRqRULkhU2UYsQxL9'
);
const
res =
await
dune.
results
(
3224138
);