1.0.13 • Published 12 months ago

automation-test-with-submodule-typescript-sdk v1.0.13

Weekly downloads
-
License
Unlicense
Repository
github
Last release
12 months ago

automation-test-with-submodule-typescript-sdk

SDKs (no submodules) to test automation workflows.

npm

Table of Contents

Installation

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

1.0.13

12 months ago

1.0.9

12 months ago

1.0.6

1 year ago

1.0.11

12 months ago

1.0.10

12 months ago

1.0.12

12 months ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago