2
0
mirror of https://github.com/tribufu/sdk-js synced 2025-06-19 03:54:19 +00:00

Create http wrapper

This commit is contained in:
Guilherme Werner
2024-01-02 08:17:25 -03:00
parent 81cabdd26c
commit 3bc20c99b9
6 changed files with 220 additions and 142 deletions

11
src/socket/index.ts Normal file

@ -0,0 +1,11 @@
// Copyright (c) Tribufu. All Rights Reserved.
/**
* Tribufu Socket
*
* Helper class to connect to the Tribufu Socket API.
*/
export class TribufuSocket {
constructor() {
}
}