-
Notifications
You must be signed in to change notification settings - Fork 388
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
dphuang2
committed
Mar 11, 2024
1 parent
b3aa6ca
commit fc42691
Showing
19 changed files
with
10,061 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
5 changes: 5 additions & 0 deletions
5
generator/konfig-docs/src/pages/sdk/terminal/typescript/_description.mdx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
Terminal is a unified API that makes it easy to integrate with the leading telematics service providers. | ||
|
||
Contact Support: | ||
Name: Terminal | ||
Email: [email protected] |
6 changes: 6 additions & 0 deletions
6
generator/konfig-docs/src/pages/sdk/terminal/typescript/_getting-started.mdx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
```typescript index.ts | ||
import { Terminal } from 'terminal-typescript-sdk'; | ||
|
||
const terminal = new Terminal({ | ||
token: "TOKEN", | ||
}) |
Oops, something went wrong.