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:
11
src/socket/index.ts
Normal file
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() {
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user