Skip to content

Commit

Permalink
add terminal
Browse files Browse the repository at this point in the history
  • Loading branch information
dphuang2 committed Mar 11, 2024
1 parent b3aa6ca commit fc42691
Show file tree
Hide file tree
Showing 19 changed files with 10,061 additions and 1 deletion.
2 changes: 2 additions & 0 deletions generator/konfig-docs/redirects.json
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,8 @@
"/sdk/walmart/": "/sdk/walmart/content-management/typescript/",
"/sdk/walmart/content-management": "/sdk/walmart/content-management/typescript/",
"/sdk/walmart/content-management/": "/sdk/walmart/content-management/typescript/",
"/sdk/terminal": "/sdk/terminal/typescript/",
"/sdk/terminal/": "/sdk/terminal/typescript/",
"/sdk/you-need-a-budget": "/sdk/you-need-a-budget/typescript/",
"/sdk/you-need-a-budget/": "/sdk/you-need-a-budget/typescript/",
"/sdk/zapier": "/sdk/zapier/ai-actions/typescript/",
Expand Down
16 changes: 16 additions & 0 deletions generator/konfig-docs/src/pages/sdk/sdk-links.json
Original file line number Diff line number Diff line change
Expand Up @@ -873,6 +873,22 @@
"favicon": "https://raw.githubusercontent.com/konfig-sdks/openapi-examples/HEAD/walmart/content-management/favicon.png",
"apiVersion": ""
},
{
"index": "terminal/typescript",
"link": "/sdk/terminal/typescript/",
"homepage": "withterminal.com",
"categories": [
"developer_tools",
"telematics",
"trucking",
"universal_api",
"gps_data",
"speeding_data",
"vehicle_stats"
],
"favicon": "https://raw.githubusercontent.com/konfig-sdks/openapi-examples/HEAD/terminal/favicon.png",
"apiVersion": "1.0.0"
},
{
"index": "you-need-a-budget/typescript",
"link": "/sdk/you-need-a-budget/typescript/",
Expand Down
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]
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",
})
Loading

0 comments on commit fc42691

Please sign in to comment.