Skip to content

Latest commit

 

History

History
94 lines (61 loc) · 2.08 KB

README.md

File metadata and controls

94 lines (61 loc) · 2.08 KB

automation-test-with-submodule-typescript-sdk

SDKs (no submodules) to test automation workflows.

npm

Table of Contents

Installation

npm pnpm yarn
npm i automation-test-with-submodule-typescript-sdk
pnpm i automation-test-with-submodule-typescript-sdk
yarn add automation-test-with-submodule-typescript-sdk

Getting Started

import { AutomationTestWithSubmodule } from "automation-test-with-submodule-typescript-sdk";

const automationtestwithsubmodule = new AutomationTestWithSubmodule({
  // Defining the base path is optional and defaults to http://google.com
  // basePath: "http://google.com",
  apiKey: "API_KEY",
});

const helloResponse = await automationtestwithsubmodule.greetings.hello();

console.log(helloResponse);

Reference

automationtestwithsubmodule.greetings.hello

Get a simple greeting!!!

🛠️ Usage

const helloResponse = await automationtestwithsubmodule.greetings.hello();

🔄 Return

HelloResponse

🌐 Endpoint

/hello GET

🔙 Back to Table of Contents


Author

This TypeScript package is automatically generated by Konfig