mirror of
https://github.com/tribufu/sdk-js
synced 2025-06-15 18:24:19 +00:00
@ -1,12 +0,0 @@
|
||||
// Copyright (c) Tribufu. All Rights Reserved.
|
||||
// SPDX-License-Identifier: MIT
|
||||
|
||||
import { HttpClient } from '../build/index.mjs';
|
||||
|
||||
async function main() {
|
||||
const http = new HttpClient();
|
||||
const reponse = await http.get('https://www.tribufu.com');
|
||||
console.log(reponse);
|
||||
}
|
||||
|
||||
main();
|
Reference in New Issue
Block a user