automation-test-no-submodules-typescript-sdk
v1.0.6
Published
Client for Test Automation (No submodules)
Downloads
3
Maintainers
Readme
automation-test-no-submodules-typescript-sdk
SDKs (no submodules) to test automation workflows.
Table of Contents
Installation
npm i automation-test-no-submodules-typescript-sdk
pnpm i automation-test-no-submodules-typescript-sdk
yarn add automation-test-no-submodules-typescript-sdk
Getting Started
import { AutomationTestNoSubmodules } from "automation-test-no-submodules-typescript-sdk";
const automationtestnosubmodules = new AutomationTestNoSubmodules({
// Defining the base path is optional and defaults to http://google.com
// basePath: "http://google.com",
apiKey: "API_KEY",
});
const helloResponse = await automationtestnosubmodules.greetings.hello();
console.log(helloResponse);
Reference
automationtestnosubmodules.greetings.hello
Get a simple greeting
🛠️ Usage
const helloResponse = await automationtestnosubmodules.greetings.hello();
🔄 Return
🌐 Endpoint
/hello
GET
Author
This TypeScript package is automatically generated by Konfig