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
View 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() {
}
}